@charset "UTF-8";
/* ----------------------------------------
このCSSは、FLOCSSに従ってCSS設計を行っています。
| FLOCSSについて | https://github.com/hiloki/flocss
---------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-x: hidden;
  color: #513320;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, "メイリオ", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

address {
  font-style: normal;
}

a {
  color: #afb2f6;
}

.c-area {
  padding-right: 15px;
  padding-left: 15px;
}

.c-inner {
  box-sizing: border-box;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
}

.c-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .c-col2_item {
    width: 47%;
  }
}

.c-box {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.c-box-flow {
  position: relative;
  margin-bottom: 2.4em;
}

.c-box-flow::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -1.6em;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 14px 13px 0 13px;
  border-style: solid;
  border-color: #ffdf68 transparent transparent transparent;
  content: '';
}

.c-box-flow:last-of-type::before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-box-scroll {
    overflow-y: auto;
  }
  .c-box-scroll_item {
    width: 738px;
  }
}

.c-title {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.c-subTitle {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-subTitle-iconSquare {
  position: relative;
  padding-left: 20px;
  line-height: 1.2em;
}

.c-subTitle-iconSquare::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 1.2em;
  background-color: #afb2f6;
  content: '';
}

.c-lead {
  display: inline-block;
  min-width: 100px;
  margin: 0;
  padding: 10px 15px;
  border: solid 1px #d4d4d4;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.c-ruby {
  font-size: 1.3rem;
  line-height: 1.2;
}

.c-strong {
  font-size: 1.8rem;
  font-weight: bold;
}

.c-note {
  padding-bottom: 3px;
  border-bottom: double 3px #d4d4d4;
  line-height: 1.8;
}

.c-paragraph {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-definition {
  margin: 0;
  overflow: hidden;
}

.c-definition_title {
  box-sizing: border-box;
  font-weight: bold;
}

@media only screen and (min-width: 481px) {
  .c-definition_title {
    width: 90px;
    margin-right: 10px;
    float: left;
  }
  .c-definition_title:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.c-definition_description {
  box-sizing: border-box;
  margin-left: 0;
}

.c-definition_description:not(:last-of-type) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 481px) {
  .c-definition_description {
    width: calc(100% - 100px);
    float: left;
  }
}

.c-definition-accent .c-definition_title {
  padding: 5px 15px;
  background-color: #fff;
  text-align: center;
}

.c-definition-accent .c-definition_description {
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-order {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}

.c-order > .c-order_list {
  position: relative;
  padding-left: 25px;
}

.c-order > .c-order_list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
  counter-increment: li;
}

.c-order-brackets > .c-order_list {
  padding-left: 40px;
}

.c-order-brackets > .c-order_list::before {
  content: "（" counter(li) "）";
}

.c-order-circle > .c-order_list {
  padding-left: 35px;
  line-height: 30px;
}

.c-order-circle > .c-order_list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5ac6e2;
  color: #fff;
  line-height: 30px;
  text-align: center;
  content: counter(li);
}

.c-unorder {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.c-unorder > .c-unorder_list {
  position: relative;
  padding-left: 20px;
}

.c-unorder > .c-unorder_list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #aeaeae;
  content: '◆';
}

.c-unorder-caution > .c-unorder_list::before {
  content: '※';
}

.c-unorder-dotted > .c-unorder_list::before {
  color: #000;
  content: '・';
}

.c-dot-list {
  padding-left: 0;
  list-style: none;
}

.c-dot-list__item {
  margin-left: 1em;
  text-indent: -1em;
}

.c-dot-list__item:before {
  content: "・";
}

.c-star-list {
  padding-left: 0;
  list-style: none;
}

.c-star-list__item {
  margin-left: 1em;
  text-indent: -1em;
}

.c-star-list__item:before {
  content: "☆";
}

.c-table {
  display: table;
  width: 100%;
}

.c-table_inner {
  display: table-row-group;
}

.c-table_item,
.c-table_item_no {
  margin-top: -1px;
}

.c-table_title, .c-table_description {
  display: table-cell;
  padding: 8px 25px;
  border: solid 1px #d4d4d4;
}

.c-table_title {
  background-color: #f8f8f9;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.c-table_title-accent {
  background-color: #c7c7c7;
}

.c-table-row .c-table_item {
  border-top: solid 1px #d4d4d4;
  border-bottom: solid 1px #d4d4d4;
}

@media only screen and (max-width: 480px) {
  .c-table-response {
    display: block;
  }
  .c-table-response .c-table_inner,
  .c-table-response .c-table_item,
  .c-table-response .c-table_item_no,
  .c-table-response .c-table_title,
  .c-table-response .c-table_description {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .c-table-response .c-table_item,
  .c-table-response .c-table_item_no {
    margin-top: 0;
    border: 0;
  }
  .c-table-response .c-table_title,
  .c-table-response .c-table_description {
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .c-table-row .c-table_item,
  .c-table-row .c-table_item_no {
    border: none;
  }
}

.c-table-row .c-table_title,
.c-table-row .c-table_description {
  border: none;
}

.c-grid {
  display: flex;
}

.c-grid_item:not(:last-of-type) {
  margin-right: 15px;
}

.c-grid_item-liquid {
  flex: 1;
}

.c-grid_item-row2 {
  width: 50%;
}

.c-grid_item-row3 {
  width: 33.33%;
}

.c-grid_item-alignCenter {
  -ms-grid-row-align: center;
  align-self: center;
}

.c-grid-reverse {
  flex-direction: row-reverse;
}

.c-grid-reverse > .c-grid_item:not(:last-of-type) {
  margin-right: 0;
  margin-left: 15px;
}

.c-grid-wrap {
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.c-grid-wrap > .c-grid_item {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

.c-grid-center {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .c-grid-onlyPc {
    display: block;
  }
  .c-grid-onlyPc > .c-grid_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .c-grid-onlyPc.c-grid-wrap {
    margin-bottom: 0;
  }
  .c-grid-onlyPc > .c-grid_item-row2 {
    width: 100%;
  }
  .c-grid-onlyPc > .c-grid_item-row3 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .c-grid-onlyTbPc {
    display: block;
  }
  .c-grid-onlyTbPc > .c-grid_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .c-grid-onlyTbPc.c-grid-wrap {
    margin-bottom: 0;
  }
  .c-grid-onlyTbPc > .c-grid_item-row2 {
    width: 100%;
  }
  .c-grid-onlyTbPc > .c-grid_item-row3 {
    width: 100%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .c-grid-onlyTbPc > .c-grid_item-row3 {
    width: 50%;
  }
}

.c-hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #5ac6e2;
  cursor: pointer;
}

.c-hamburger > span {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 9px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: all 200ms 0s ease;
}

.c-hamburger > span:nth-child(1) {
  top: 11px;
}

.c-hamburger > span:nth-child(2) {
  top: 18px;
}

.c-hamburger > span:nth-child(3) {
  bottom: 13px;
}

.c-hamburger.is-close > span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.c-hamburger.is-close > span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-close > span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.c-btn {
  display: inline-block;
  min-width: 160px;
  padding: 0.6em 1.8em;
  background-color: #afb2f6;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}

.c-btn:hover {
  background-color: #898ef0;
  color: #fff;
}

.c-btn-small {
  min-width: 80px;
  font-size: 1.1rem;
  font-size: 1.1rem;
  text-align: center;
}

.c-btn-round {
  border-bottom: solid 3px #2fb7da;
  border-radius: 50px;
}

.c-btn-round:hover {
  margin-top: 3px;
  border-bottom: none;
}

.c-btn-arrow {
  position: relative;
}

.c-btn-arrow::before {
  -webkit-transform: rotate(45deg);
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.2em;
  bottom: 0;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}

.c-icon-pdf::before {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px;
  border: solid #5ac6e2 1px;
  border-radius: 30px;
  color: #5ac6e2;
  font-size: 80%;
  font-style: normal;
  line-height: 1;
  content: 'PDF';
}

.c-icon-arrow {
  -webkit-transform: rotate(45deg);
  box-sizing: border-box;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.c-icon-circle {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #5ac6e2;
  color: #fff;
  font-style: normal;
  line-height: 45px;
  text-align: center;
}

.c-copyright {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.2rem;
}

.c-copyright-reverse {
  background-color: #d4d4d4;
  color: #fff;
}

.c-pagetop {
  display: none;
  z-index: 98;
  cursor: pointer;
  transition: visibility 200ms 0s ease;
}

.c-pagetop-fixed {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

.c-block-small {
  margin-bottom: 15px;
}

.c-block-middle {
  margin-bottom: 30px;
}

.c-block-large {
  margin-bottom: 45px;
}

.l-header {
  position: relative;
}

.l-header_hamburger {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 15px;
}

.l-gnav {
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .l-gnav {
    box-sizing: border-box;
    display: flex;
    z-index: 99;
    position: fixed;
    top: 0;
    left: -100%;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px 15px;
    overflow-y: auto;
    background-color: rgba(248, 248, 249, 0.95);
    transition: left 400ms 0s ease;
  }
}

.l-gnav.is-enable {
  left: 0;
}

@media only screen and (min-width: 769px) {
  .l-gnav.is-fixed {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.l-gnav_inner {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media only screen and (min-width: 769px) {
  .l-gnav_inner {
    display: flex;
    max-width: 1020px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-gnav_list {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .l-gnav_list {
    -ms-grid-row-align: center;
    position: relative;
    flex: 1;
    align-self: center;
  }
  .l-gnav_list::before {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background-color: #afb2f6;
    content: '';
  }
  .l-gnav_list:last-of-type::after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background-color: #afb2f6;
    content: '';
  }
}

.l-gnav_link {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #513320;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", serif;
  text-decoration: none;
}

.l-gnav_link:hover {
  background-color: #f5f2eb;
}

@media only screen and (max-width: 768px) {
  .l-gnav_link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.l-mv {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.l-mv_container {
  max-width: 1020px;
  overflow: visible !important;
}

.l-mv_item {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .l-container {
    /* スマホ・タブレット時、jsによるmargin-top付与を強制的に打消し */
    padding-top: 0 !important;
  }
}

.l-footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  border-top: solid 1px #d4d4d4;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

.p-inner {
  padding-bottom: 80px;
}

.p-logo {
  box-sizing: border-box;
  max-width: 100%;
  margin: 20px auto 25px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .p-logo {
    display: block;
  }
}

.p-logo a {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", serif;
  font-weight: normal;
  text-decoration: none;
}

.p-logo small {
  font-size: 1.3rem;
}

.p-logo img {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .p-logo img {
    padding-bottom: 10px;
  }
}

.p_headlink{
  text-align: center;

}
.p_headlink ul{
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  max-width: 1020px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .p_headlink ul{
    margin-right: 50px;
  }
}

.p_headlink ul li{
  list-style: none;
  margin-right: 20px;
}

.p_headlink ul li img{
  width: 45px;
  margin-right: 5px;
}


.p-title {
  margin-bottom: 50px;
  padding-top: 80px;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media only screen and (max-width: 480px) {
  .p-title {
    font-size: 6vw;
  }
}

.p-title_ruby {
  display: block;
  color: #513320;
  font-size: 14px;
}

.p-subTitle {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: normal;
}

.p-lead {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 481px) {
  .p-table.c-table-row .c-table_title {
    background-color: transparent;
  }
}

@media only screen and (min-width: 769px) {
  .p-table.c-table-row .c-table_title {
    text-align: left;
  }
}

.p-table_title {
  width: 145px;
}

.p-table_description {
  text-align: center;
}

.p-copyright {
  padding-top: 50px;
}

/* ----------------------------------------
project
---------------------------------------- */
.p-logo {
  width: 381.5px;
}

/* ----------------------------------------
年間行事
---------------------------------------- */
.event-table {
  table-layout: fixed;
}

@media only screen and (max-width: 480px) {
  .event-table {
    margin-top: -30px;
    margin-bottom: 0;
  }
}

.event-table .c-table_description {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: top;
}

@media only screen and (min-width: 481px) {
  .event-table .c-table_description {
    text-align: center;
  }
}

.event-table_month {
  display: block;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", serif;
  font-size: 2.2rem;
}

@media only screen and (max-width: 480px) {
  .event-table_month {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 481px) {
  .u-display-sp {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .u-display-sptb {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .u-display-tb {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .u-display-tb {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .u-display-tbpc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
}

.u-img-response {
  max-width: 100%;
  height: auto;
}

.u-align-right {
  text-align: right;
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-indent {
  text-indent: 1em;
}

.u-link-hover a:hover {
  opacity: 0.7;
}

.u-fontSize-xsmall {
  font-size: 1.1rem;
}

.u-fontSize-small {
  font-size: 1.3rem;
}

.u-fontSize-normal {
  font-size: 1.5rem;
}

.u-fontSize-large {
  font-size: 1.8rem;
}

.u-fontSize-xlarge {
  font-size: 2rem;
}

.u-filter {
  position: relative;
}

.u-filter::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .3;
}

.u-filter-stripe:before {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 48%, #fff 48%, #fff 52%, rgba(0, 0, 0, 0) 52%) center/4px 4px;
}


/* ----------------------------------------
採用情報
---------------------------------------- */

.u-rec-table th{
  width: 220px ;
}

@media only screen and (max-width: 480px) {
  .u-rec-table th{
  box-sizing: border-box;
  display: block;
  width: 100%;
}
}

.credo img{
  width: 100%;
  max-width: 800px;
}

.philosophy_txt{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.f_link{
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .f_link{
    display: block;
}
}

.f_link img{
  max-width: 200px;
  margin-right: 20px
}
