body, .c-sansSerif {
  font-family: Roboto, Noto Sans JP, sans-serif;
}

.c-ff--jp {
  font-family: Noto Sans JP;
}

.c-ff--en {
  font-family: Roboto;
}

.c-serif {
  font-family: Noto Serif JP, serif;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

*, :before, :after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

sub, sup {
  vertical-align: baseline;
  font-size: 70%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: 0;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  overflow: auto;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]::-moz-focus-inner {
  outline: 1px dotted buttontext;
}

[type="reset"]::-moz-focus-inner {
  outline: 1px dotted buttontext;
}

[type="submit"]::-moz-focus-inner {
  outline: 1px dotted buttontext;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: inherit;
  background-color: #0000;
  border-style: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  color: inherit;
  white-space: normal;
  border: 0;
  max-width: 100%;
  display: table;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  color: #666;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: .2em;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (width <= 768px) {
  body {
    letter-spacing: .05em;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media screen and (width <= 320px) {
  body {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  color: #333;
  text-shadow: none;
  background-color: #96b8e0;
}

::placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
}

img, svg {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0;
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
}

ul, dl, ol {
  list-style-type: none;
}

a {
  color: #5074b4;
  text-decoration: underline;
  transition: all .3s;
}

a:link {
  color: #c00;
  text-decoration: underline;
}

a:visited {
  color: #c00;
  text-decoration: none;
}

a:hover {
  color: #c00;
  opacity: .7;
  text-decoration: none;
  transition: all .3s;
}

a:active {
  color: #c00;
  text-decoration: none;
}

:focus {
  outline: none;
}

.mg0a {
  margin: 0 auto;
}

.mgt-20 {
  margin-top: -20px !important;
}

.mgt-10 {
  margin-top: -10px !important;
}

.mgt-5 {
  margin-top: -5px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt1 {
  margin-top: 1px !important;
}

.mgt2 {
  margin-top: 2px !important;
}

.mgt3 {
  margin-top: 3px !important;
}

.mgt4 {
  margin-top: 4px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt6 {
  margin-top: 6px !important;
}

.mgt7 {
  margin-top: 7px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt9 {
  margin-top: 9px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt12 {
  margin-top: 12px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt18 {
  margin-top: 18px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt32 {
  margin-top: 32px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb-20 {
  margin-bottom: -20px !important;
}

.mgb-10 {
  margin-bottom: -10px !important;
}

.mgb-5 {
  margin-bottom: -5px !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb1 {
  margin-bottom: 1px !important;
}

.mgb2 {
  margin-bottom: 2px !important;
}

.mgb3 {
  margin-bottom: 3px !important;
}

.mgb4 {
  margin-bottom: 4px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb6 {
  margin-bottom: 6px !important;
}

.mgb7 {
  margin-bottom: 7px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb9 {
  margin-bottom: 9px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb12 {
  margin-bottom: 12px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb18 {
  margin-bottom: 18px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgl-20 {
  margin-left: -20px !important;
}

.mgl-10 {
  margin-left: -10px !important;
}

.mgl-9 {
  margin-left: -9px !important;
}

.mgl-8 {
  margin-left: -8px !important;
}

.mgl-7 {
  margin-left: -7px !important;
}

.mgl-6 {
  margin-left: -6px !important;
}

.mgl-5 {
  margin-left: -5px !important;
}

.mgl-4 {
  margin-left: -4px !important;
}

.mgl-3 {
  margin-left: -3px !important;
}

.mgl-2 {
  margin-left: -2px !important;
}

.mgl-1 {
  margin-left: -1px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl1 {
  margin-left: 1px !important;
}

.mgl2 {
  margin-left: 2px !important;
}

.mgl3 {
  margin-left: 3px !important;
}

.mgl4 {
  margin-left: 4px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl6 {
  margin-left: 6px !important;
}

.mgl7 {
  margin-left: 7px !important;
}

.mgl8 {
  margin-left: 8px !important;
}

.mgl9 {
  margin-left: 9px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl12 {
  margin-left: 12px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl18 {
  margin-left: 18px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl65 {
  margin-left: 65px !important;
}

.mgl70 {
  margin-left: 70px !important;
}

.mgl75 {
  margin-left: 75px !important;
}

.mgl80 {
  margin-left: 80px !important;
}

.mgl85 {
  margin-left: 85px !important;
}

.mgl90 {
  margin-left: 90px !important;
}

.mgl95 {
  margin-left: 95px !important;
}

.mgl100 {
  margin-left: 100px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr1 {
  margin-right: 1px !important;
}

.mgr2 {
  margin-right: 2px !important;
}

.mgr3 {
  margin-right: 3px !important;
}

.mgr4 {
  margin-right: 4px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr6 {
  margin-right: 6px !important;
}

.mgr7 {
  margin-right: 7px !important;
}

.mgr8 {
  margin-right: 8px !important;
}

.mgr9 {
  margin-right: 9px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr12 {
  margin-right: 12px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr18 {
  margin-right: 18px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

.mgr65 {
  margin-right: 65px !important;
}

.mgr70 {
  margin-right: 70px !important;
}

.mgr75 {
  margin-right: 75px !important;
}

.mgr80 {
  margin-right: 80px !important;
}

.mgr85 {
  margin-right: 85px !important;
}

.mgr90 {
  margin-right: 90px !important;
}

.mgr95 {
  margin-right: 95px !important;
}

.mgr100 {
  margin-right: 100px !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdt1 {
  padding-top: 1px !important;
}

.pdt2 {
  padding-top: 2px !important;
}

.pdt3 {
  padding-top: 3px !important;
}

.pdt4 {
  padding-top: 4px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt6 {
  padding-top: 6px !important;
}

.pdt7 {
  padding-top: 7px !important;
}

.pdt8 {
  padding-top: 8px !important;
}

.pdt9 {
  padding-top: 9px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt12 {
  padding-top: 12px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt18 {
  padding-top: 18px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt65 {
  padding-top: 65px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt75 {
  padding-top: 75px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt85 {
  padding-top: 85px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt95 {
  padding-top: 95px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdb1 {
  padding-bottom: 1px !important;
}

.pdb2 {
  padding-bottom: 2px !important;
}

.pdb3 {
  padding-bottom: 3px !important;
}

.pdb4 {
  padding-bottom: 4px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb6 {
  padding-bottom: 6px !important;
}

.pdb7 {
  padding-bottom: 7px !important;
}

.pdb8 {
  padding-bottom: 8px !important;
}

.pdb9 {
  padding-bottom: 9px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb12 {
  padding-bottom: 12px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb18 {
  padding-bottom: 18px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb45 {
  padding-bottom: 45px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb55 {
  padding-bottom: 55px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb65 {
  padding-bottom: 65px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb75 {
  padding-bottom: 75px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb85 {
  padding-bottom: 85px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb95 {
  padding-bottom: 95px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl1 {
  padding-left: 1px !important;
}

.pdl2 {
  padding-left: 2px !important;
}

.pdl3 {
  padding-left: 3px !important;
}

.pdl4 {
  padding-left: 4px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl6 {
  padding-left: 6px !important;
}

.pdl7 {
  padding-left: 7px !important;
}

.pdl8 {
  padding-left: 8px !important;
}

.pdl9 {
  padding-left: 9px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl12 {
  padding-left: 12px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl18 {
  padding-left: 18px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdl65 {
  padding-left: 65px !important;
}

.pdl70 {
  padding-left: 70px !important;
}

.pdl75 {
  padding-left: 75px !important;
}

.pdl80 {
  padding-left: 80px !important;
}

.pdl85 {
  padding-left: 85px !important;
}

.pdl90 {
  padding-left: 90px !important;
}

.pdl100 {
  padding-left: 100px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr1 {
  padding-right: 1px !important;
}

.pdr2 {
  padding-right: 2px !important;
}

.pdr3 {
  padding-right: 3px !important;
}

.pdr4 {
  padding-right: 4px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr6 {
  padding-right: 6px !important;
}

.pdr7 {
  padding-right: 7px !important;
}

.pdr8 {
  padding-right: 8px !important;
}

.pdr9 {
  padding-right: 9px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr12 {
  padding-right: 12px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr18 {
  padding-right: 18px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.pdr65 {
  padding-right: 65px !important;
}

.pdr70 {
  padding-right: 70px !important;
}

.pdr75 {
  padding-right: 75px !important;
}

.pdr80 {
  padding-right: 80px !important;
}

.pdr85 {
  padding-right: 85px !important;
}

.pdr90 {
  padding-right: 90px !important;
}

.pdr95 {
  padding-right: 95px !important;
}

.pdr100 {
  padding-right: 100px !important;
}

.pd0 {
  padding: 0 !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alL, .c-textLeft {
  text-align: left;
}

.alC, .c-textCenter {
  text-align: center;
}

.alR, .c-textRight {
  text-align: right;
}

.vaT, .-vtop {
  vertical-align: top;
}

.vaM, .-vmiddle {
  vertical-align: middle;
}

.vaB, .-vbottom {
  vertical-align: bottom;
}

.c-pos--rel, .rel {
  position: relative;
}

.c-pos--ab, .ab {
  position: absolute;
}

.c-pos--fix, .fix {
  position: fixed;
}

.disnon {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.w100per {
  width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
  background: none;
  height: 1px;
  font-size: 1px;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.TODO {
  border-top: 1px solid #c00;
  height: 1200px;
  margin-top: 300px;
  padding-top: 300px;
}

.isDisplay {
  display: block !important;
}

.noDisplay {
  display: none;
}

.-pcOnly {
  display: inline-block;
}

@media screen and (width <= 768px) {
  .-pcOnly {
    display: none;
  }
}

.-spOnly {
  display: none;
}

@media screen and (width <= 768px) {
  .-spOnly {
    display: inline-block;
  }
}

.pcOnly {
  display: inline-block !important;
}

@media screen and (width <= 768px) {
  .pcOnly {
    display: none !important;
  }
}

.spOnly {
  display: none !important;
}

@media screen and (width <= 768px) {
  .spOnly {
    display: inline-block !important;
  }
}

.c-color--main {
  color: #5074b4;
}

.c-bgColor--gray {
  background-color: #f2f2f2;
}

.c-beforeBgColor {
  background-color: inherit;
  position: relative;
}

.c-beforeBgColor:before {
  content: "";
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-beforeBgColor.-bgWhite:before {
  background-color: #fff;
}

.c-beforeBgColor.-bgGray:before {
  background-color: #f2f2f2;
}

.c-beforeBgColor.-bgBlue:before {
  background-color: #eaf1f9;
}

.c-beforeBgColor.-bgBlack:before {
  background-color: #333;
}

.c-fs24 {
  font-size: 24px !important;
}

@media screen and (width <= 768px) {
  .c-fs24 {
    font-size: inherit;
  }
}

.c-fs12 {
  font-size: 12px !important;
}

@media screen and (width <= 768px) {
  .c-fs12 {
    font-size: inherit;
  }
}

.c-bold {
  font-weight: bold;
}

.c-ls {
  letter-spacing: 0;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.js-anime--fadein {
  opacity: 0;
}

.c-shadow {
  box-shadow: 0 0 5px #0000004d;
}

.c-textShadow {
  text-shadow: 0 0 6px #0006;
}

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

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

@media screen and (width <= 768px) {
  .c-flex.-spBlock {
    display: block;
  }
}

.c-flex.-nowrap {
  flex-wrap: nowrap;
}

.c-flex.-top {
  align-items: flex-start;
}

.c-flex.-middle {
  align-items: center;
}

.c-flex.-bottom {
  align-items: flex-end;
}

.c-flex.-left {
  justify-content: flex-start;
}

.c-flex.-right {
  justify-content: flex-end;
}

.c-flex.-mgl20 > li {
  margin-left: 20px;
}

.c-flex.-mgl20 > li:first-child {
  margin-left: 0;
}

.c-flex.-mgr20 > li {
  margin-right: 20px;
}

.c-flex.-mgr20 > li:last-child {
  margin-right: 0;
}

.c-flex.-mgl10 > li {
  margin-left: 10px;
}

.c-flex.-mgl10 > li:first-child {
  margin-left: 0;
}

.c-flex.-mgr10 > li {
  margin-right: 10px;
}

.c-flex.-mgr10 > li:last-child {
  margin-right: 0;
}

.c-flex.-col2 {
  gap: 40px;
}

.c-flex.-col2 > li {
  flex-basis: 50%;
}

@media screen and (width <= 768px) {
  .c-flex.-col2 > li + li {
    margin-top: 30px;
  }
}

.c-flex.-col3 > li {
  flex-basis: 33.3333%;
}

.c-flex.-col4 > li {
  flex-basis: 25%;
}

.c-flex.-col5 > li {
  flex-basis: 20%;
}

.c-flex.-reverse > li:first-child {
  order: 2;
}

@media screen and (width <= 768px) {
  .c-flex.-reverse > li:first-child {
    order: 1;
  }
}

.c-flex.-reverse > li:nth-child(2) {
  order: 1;
}

@media screen and (width <= 768px) {
  .c-flex.-reverse > li:nth-child(2) {
    order: 2;
  }
}

.c-flex .-flex1 {
  flex: 1;
}

.c-flex .-lh0 {
  line-height: 0;
}

.c-flex .-mglAuto {
  margin-left: auto !important;
}

.c-flex .-mgrAuto {
  margin-right: auto !important;
}

.c-indent > li {
  text-indent: -1em;
  margin-left: 1em;
}

.c-indent.-f05 > li {
  text-indent: -.5em;
  margin-left: .5em;
}

.c-indent.-f12 > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.c-indent.-f15 > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.c-indent.-f2 > li {
  text-indent: -2em;
  margin-left: 2em;
}

.c-numList {
  counter-reset: count 0;
}

.c-numList > li {
  padding-left: 2em;
  position: relative;
}

.c-numList > li + li {
  margin-top: 20px;
}

.c-numList > li p {
  display: inline;
}

.c-numList > li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  text-align: right;
  width: 2rem;
  display: block;
  position: absolute;
  left: 0;
}

.c-imgBox {
  width: 100%;
  padding-top: 66.667%;
  position: relative;
  overflow: hidden;
}

.c-imgBox.-type1 {
  padding-top: 66.667%;
}

.c-imgBox img {
  border-radius: 0;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}

a.c-btn, .c-btn {
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  background-color: #c00;
  border-radius: 100vmax;
  width: 300px;
  margin: auto;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  a.c-btn, .c-btn {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    width: 240px;
    font-size: 14px;
  }
}

a.c-btn span, .c-btn span {
  z-index: 1;
}

a.c-btn:before, a.c-btn:after, .c-btn:before, .c-btn:after {
  transition: all .3s;
}

a.c-btn:after, .c-btn:after {
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg);
}

a.c-btn:hover:before, .c-btn:hover:before {
  transform-origin: 0 0;
  transform: scale(1.01, 1);
}

a.c-btn:hover, .c-btn:hover {
  color: #fff;
  opacity: 1;
  background-color: #c00404;
}

a.c-btn:hover:before, a.c-btn:hover:after, .c-btn:hover:before, .c-btn:hover:after {
  transition: all .3s;
}

a.c-btn.-noArrow:after, .c-btn.-noArrow:after {
  display: none;
}

a.c-btn.-large, .c-btn.-large {
  padding: 20px 34px;
}

@media screen and (width <= 768px) {
  a.c-btn.-large, .c-btn.-large {
    padding: 15px 20px;
  }
}

a.c-btn.-small, .c-btn.-small {
  width: inherit;
  padding: 10px 34px;
  font-size: 14px;
}

a.c-btn.isOn, .c-btn.isOn {
  color: #fff;
  background-color: #5074b4;
  border-color: #5074b4;
}

a.c-btn.-whBorder, .c-btn.-whBorder {
  color: #c00;
  background-color: #fff;
  border: 1px solid #c00;
}

a.c-btn.-whBorder:after, .c-btn.-whBorder:after {
  border-top: 1px solid #c00;
  border-right: 1px solid #c00;
}

a.c-btn.-whBorder:hover, .c-btn.-whBorder:hover {
  color: #fff;
  background-color: #c00;
  border-color: #c00;
}

a.c-btn.-whBorder:hover:after, .c-btn.-whBorder:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

a.c-btn.-other:after, .c-btn.-other:after {
  content: "";
  background: url("/assets/img/icon_other.svg") 0 0 / cover no-repeat;
  border: 0;
  width: 12.5px;
  height: 10.5px;
  margin-top: 0;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)rotate(0);
}

@media screen and (width <= 768px) {
  a.c-btn.-other:after, .c-btn.-other:after {
    background: url("/assets/img/icon_other.svg") 0 0 / cover no-repeat;
    width: 12.5px;
    height: 10.5px;
  }
}

a.c-btn.-other:hover:after, .c-btn.-other:hover:after {
  background: url("/assets/img/icon_other_wh.svg") 0 0 / cover no-repeat;
  transition: all .3s;
}

@media screen and (width <= 768px) {
  a.c-btn.-other:hover:after, .c-btn.-other:hover:after {
    background: url("/assets/img/icon_other_wh.svg") 0 0 / cover no-repeat;
  }
}

a.c-btn.-pdf:after, .c-btn.-pdf:after {
  background: url("/assets/img/icon_pdf.svg") 0 0 / cover no-repeat;
  border: 0;
  width: 18.75px;
  height: 25px;
  display: block;
  right: 2px;
  transform: translateY(-50%);
}

a.c-link, .c-link {
  padding-right: 15px;
  display: inline-block;
  position: relative;
}

a.c-link:before, .c-link:before {
  content: "";
  border-top: 1px solid #c00;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #c00;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}

a.c-link.-left, .c-link.-left {
  padding-left: 18px;
  padding-right: 0;
}

a.c-link.-left:before, .c-link.-left:before {
  right: inherit;
  left: 0;
  right: inherit;
}

a.c-link.-bottom, .c-link.-bottom {
  padding-right: 20px;
}

a.c-link.-bottom:before, .c-link.-bottom:before {
  left: inherit;
  margin-top: -7px;
  right: 0;
  transform: rotate(135deg);
}

a.c-link.-other, .c-link.-other {
  padding-right: 20px;
}

a.c-link.-other:before, .c-link.-other:before {
  background: url("/assets/img/icon_other.svg") 0 0 / cover no-repeat;
  border: 0;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(0);
}

@media screen and (width <= 768px) {
  a.c-link.-other:before, .c-link.-other:before {
    right: 4px;
  }
}

a.c-link.-pdf, .c-link.-pdf {
  padding-right: 20px;
}

a.c-link.-pdf:before, .c-link.-pdf:before {
  background: url("/assets/img/icon_pdf.svg") 0 0 / cover no-repeat;
  border: 0;
  width: 12px;
  height: 16px;
  margin-top: 0;
  display: block;
  right: 2px;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  a.c-link.-pdf:before, .c-link.-pdf:before {
    right: 4px;
  }
}

.c-btnIcon {
  position: relative;
}

.c-btnIcon:before {
  content: "";
  background-color: #c00;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: block;
}

.c-btnIcon:after {
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin: -5px auto auto;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: rotate(45deg);
}

.c-btnIcon.-other:after {
  width: 19px;
  height: 16px;
  margin-top: inherit;
  top: inherit;
  right: inherit;
  background: url("/assets/img/icon_other_wh.svg") 0 0 / cover no-repeat;
  border: 0;
  transform: rotate(0);
}

.c-btnIcon.-large:before {
  content: "";
  background-color: #c00;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: block;
}

@media screen and (width <= 768px) {
  .c-btnIcon.-large:before {
    width: 26px;
    height: 26px;
  }
}

.c-btnIcon.-large:after {
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #fff;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(45deg);
}

@media screen and (width <= 768px) {
  .c-btnIcon.-large:after {
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid #fff;
    width: 8px;
    height: 8px;
    margin: -5px auto auto;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: rotate(45deg);
  }
}

.c-btnIcon.-large.-other:after {
  background: url("/assets/img/icon_other_wh.svg") 0 0 / cover no-repeat;
  border: 0;
  width: 19px;
  height: 16px;
  margin: auto;
  inset: 0;
  transform: rotate(0);
}

@media screen and (width <= 768px) {
  .c-btnIcon.-large.-other:after {
    width: 12px;
    height: 10px;
  }
}

a.c-linkImage, .c-linkImage {
  border-radius: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  a.c-linkImage, .c-linkImage {
    border-radius: 10px;
  }
}

a.c-linkImage .pic, .c-linkImage .pic {
  position: relative;
}

a.c-linkImage .pic:after, .c-linkImage .pic:after {
  content: "";
  background: url("/assets/img/bg_pic_cover.png") 0 0 / cover no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

a.c-linkImage .pic img, .c-linkImage .pic img {
  transition: all .4s ease-out;
  transform: scale(1);
}

a.c-linkImage:hover, .c-linkImage:hover {
  opacity: 1;
  text-decoration: none;
}

a.c-linkImage:hover .pic img, .c-linkImage:hover .pic img {
  transition: all .4s ease-out;
  transform: scale(1.09);
}

a.c-linkImage.-nobg .pic:after, .c-linkImage.-nobg .pic:after {
  display: none;
}

a.c-linkImage.-large:hover .pic img, .c-linkImage.-large:hover .pic img {
  transition: all .4s ease-out;
  transform: scale(1.04);
}

a.c-linkImage .list-textWrap, .c-linkImage .list-textWrap {
  align-items: flex-end;
  width: 100%;
  padding: 0 16px;
  position: absolute;
  bottom: 15px;
}

@media screen and (width <= 768px) {
  a.c-linkImage .list-textWrap, .c-linkImage .list-textWrap {
    flex-wrap: nowrap;
    align-items: flex-end;
    padding: 0 10px;
    bottom: 10px;
  }

  a.c-linkImage .list-textWrap > li:first-child, .c-linkImage .list-textWrap > li:first-child {
    text-align: left;
  }
}

a.c-linkImage .c-title, .c-linkImage .c-title {
  color: #fff;
  letter-spacing: .15em;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (width <= 768px) {
  a.c-linkImage .c-title, .c-linkImage .c-title {
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
  }
}

a.c-linkImage .c-title.-large, .c-linkImage .c-title.-large {
  font-size: 38px;
}

@media screen and (width <= 768px) {
  a.c-linkImage .c-title.-large, .c-linkImage .c-title.-large {
    font-size: 28px;
  }
}

a.c-linkImage .c-title.-left, .c-linkImage .c-title.-left {
  text-align: left;
}

a.c-linkImage .c-title.p-e01, .c-linkImage .c-title.p-e01 {
  letter-spacing: .1em;
}

@media screen and (width <= 768px) {
  a.c-linkImage .c-title.p-e01, .c-linkImage .c-title.p-e01 {
    letter-spacing: 0;
  }

  a.c-linkImage .c-title.p-e01 b, .c-linkImage .c-title.p-e01 b {
    letter-spacing: -.05em;
    font-size: 15px;
  }
}

.c-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.c-table tr:nth-child(2n) {
  background-color: #f4f8fc;
}

.c-table tr:nth-child(odd) {
  background-color: #e5edf7;
}

.c-table th, .c-table td {
  padding: 19px 30px;
}

.c-table th {
  color: #fff;
  background-color: #00005f;
  padding: 15px 30px;
}

.c-title {
  text-align: center;
  color: #333;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

.c-title.-top {
  font-size: 40px;
}

@media screen and (width <= 768px) {
  .c-title.-top {
    font-size: 24px;
  }
}

.c-title span {
  color: gray;
  margin-left: 16px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-title span {
    padding-top: 5px;
    font-size: 14px;
  }
}

.c-title span.-space {
  letter-spacing: 1em;
}

.c-title.-row span {
  margin-top: 15px;
  display: block;
}

@media screen and (width <= 768px) {
  .c-title.-row span {
    margin-top: 5px;
  }
}

.c-title.-left {
  text-align: left;
}

.c-title.-left span:before {
  right: inherit;
}

@media screen and (width <= 768px) {
  .c-title.-spCenter {
    text-align: center;
  }

  .c-title.-spCenter span:before {
    right: 0;
  }
}

.c-title.-wh, .c-title.-white, .c-title.-wh span, .c-title.-white span {
  color: #fff;
}

.c-title.-black, .c-title.-black span {
  color: #333;
}

@media screen and (width <= 768px) {
  .c-title.-large {
    font-size: 28px;
  }

  .c-title.-large span {
    font-size: 14px;
  }
}

.c-title.-small {
  font-size: 26px;
}

@media screen and (width <= 768px) {
  .c-title.-small {
    font-size: 15px;
  }
}

.c-title.-small span:before {
  bottom: -20px;
}

.c-title2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (width <= 768px) {
  .c-title2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.c-title3 {
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-title3 {
    font-size: 28px;
  }
}

.c-title3 span {
  color: gray;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1;
  display: block;
}

@media screen and (width <= 768px) {
  .c-title3 span {
    margin-top: 8px;
    font-size: 14px;
  }
}

.c-headTitle {
  text-align: left;
  color: #333;
  margin-bottom: 60px;
  font-size: 54px;
  font-weight: normal;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-headTitle {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.2;
  }
}

.c-headTitle.-recruit {
  text-align: center;
  font-size: 46px;
}

@media screen and (width <= 768px) {
  .c-headTitle.-recruit {
    font-size: 24px;
  }
}

.c-headTitle.-recruit span {
  color: #666;
  padding-top: 25px;
  font-size: 18px;
}

@media screen and (width <= 768px) {
  .c-headTitle.-recruit span {
    padding-top: 15px;
    font-size: 12px;
  }
}

.c-headTitle span {
  color: gray;
  margin-left: 5px;
  padding-top: 15px;
  font-size: 20px;
  font-weight: normal;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-headTitle span {
    padding-top: 10px;
    font-size: 14px;
  }
}

.c-headTitle span.-space {
  letter-spacing: 1em;
}

.c-headTitle.-row span {
  margin-top: 15px;
  display: block;
}

@media screen and (width <= 768px) {
  .c-headTitle.-row span {
    margin-top: 5px;
  }
}

.c-headTitle.-left {
  text-align: left;
}

.c-headTitle.-left span:before {
  right: inherit;
}

@media screen and (width <= 768px) {
  .c-headTitle.-spCenter {
    text-align: center;
  }

  .c-headTitle.-spCenter span:before {
    right: 0;
  }
}

.c-headTitle.-wh, .c-headTitle.-white, .c-headTitle.-wh span, .c-headTitle.-white span {
  color: #fff;
}

.c-headTitle.-black, .c-headTitle.-black span {
  color: #333;
}

@media screen and (width <= 768px) {
  .c-headTitle.-large {
    font-size: 28px;
  }

  .c-headTitle.-large span {
    font-size: 14px;
  }
}

.c-headTitle.-small {
  font-size: 26px;
}

@media screen and (width <= 768px) {
  .c-headTitle.-small {
    font-size: 15px;
  }
}

.c-headTitle.-small span:before {
  bottom: -20px;
}

.c-recruitTab-titleArea {
  text-align: center;
  width: 100%;
}

.c-recruitTab-titleArea-title {
  color: #c00;
  font-family: Roboto;
  font-size: 28px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-recruitTab-titleArea-title {
    font-size: 20px;
  }
}

.c-recruitTab-titleArea-title-jp {
  padding-top: 10px;
  font-size: 14px;
}

@media screen and (width <= 768px) {
  .c-recruitTab-titleArea-title-jp {
    font-size: 13px;
  }
}

.c-recruitTab-btnArea {
  width: 100%;
  margin-top: 25px;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-recruitTab-btnArea {
    flex-direction: column;
    margin-top: 15px;
  }
}

.c-recruitTab-btnArea-btn {
  border-left: 1px solid #c2c2c2;
  justify-content: center;
  align-items: center;
  width: 16.6667%;
  height: 50px;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-recruitTab-btnArea-btn {
    border-top: 1px solid #c2c2c2;
    border-left: none;
    width: 100%;
  }
}

.c-recruitTab-btnArea-btn a {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.c-recruitTab-btnArea-btn a:hover {
  color: #c00;
  transition: all .3s;
}

.c-recruitTab-btnArea-btn.p-numbers a {
  letter-spacing: .1em;
}

.c-recruitTab-btnArea-btn.active a {
  text-align: center;
  color: #000;
  pointer-events: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.c-recruitTab-btnArea-btn:first-child {
  border-left: none;
}

@media screen and (width <= 768px) {
  .c-recruitTab-btnArea-btn:first-child {
    border-top: none;
  }
}

.c-lead {
  color: #333;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .c-lead {
    width: auto;
  }
}

.c-lead.-large {
  font-size: 18px;
}

.c-lead.-wh {
  color: #fff;
}

.c-lead.-wide {
  width: 100%;
}

.c-lead.-recruit {
  text-align: center;
}

@media screen and (width <= 768px) {
  .c-spLeft {
    text-align: left !important;
  }

  .c-spRight {
    text-align: right !important;
  }

  .c-spCenter {
    text-align: center !important;
  }
}

.c-textS {
  font-size: 14px;
  line-height: 2.1;
}

.c-radius {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .c-radius {
    border-radius: 10px;
  }
}

.c-topicPath {
  z-index: 0;
  border-bottom-left-radius: 20px;
  width: 66.6667%;
  height: 160px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (width <= 768px) {
  .c-topicPath {
    height: 120px;
  }
}

.c-topicPath .inner {
  width: auto;
  position: relative;
}

.c-topicPath .list {
  display: flex;
  position: absolute;
  top: 100px;
  right: 50px;
}

@media screen and (width <= 768px) {
  .c-topicPath .list {
    top: 80px;
    right: 20px;
  }
}

.c-topicPath .list > li {
  white-space: nowrap;
  margin-right: 8px;
  padding-right: 11px;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-topicPath .list > li {
    line-height: 1.4;
  }
}

.c-topicPath .list > li:before {
  content: "";
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 12px;
  right: 0;
  transform: rotate(-45deg);
}

@media screen and (width <= 768px) {
  .c-topicPath .list > li:before {
    top: 8.5px;
  }
}

.c-topicPath .list > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.c-topicPath .list > li:last-child:before {
  display: none;
}

.c-topicPath .list > li a {
  color: #c00;
  text-decoration: underline;
}

.c-topicPath .list > li a span {
  color: #c00;
}

.c-topicPath .list > li span {
  color: #999;
  font-size: 12px;
  line-height: 1;
}

.c-pagination {
  margin-top: 40px;
}

@media screen and (width <= 768px) {
  .c-pagination {
    margin-top: 20px;
  }
}

.c-pagination .list {
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-pagination .list {
    gap: 8px;
  }
}

.c-pagination .list > li a, .c-pagination .list > li span {
  color: #666;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li a, .c-pagination .list > li span {
    width: 36px;
    height: 36px;
    padding: 12px;
    font-size: 16px;
  }
}

.c-pagination .list > li a.current, .c-pagination .list > li span.current {
  background-color: #0000;
  text-decoration: none;
}

.c-pagination .list > li a:hover, .c-pagination .list > li span:hover {
  opacity: 1;
  color: #00005f;
  transition: all .3s;
}

.c-pagination .list > li .prev {
  background-color: #0000;
}

.c-pagination .list > li .prev:before {
  content: "";
  border-bottom: 1px solid #c00;
  border-right: 1px solid #c00;
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%)rotate(135deg);
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .prev:before {
    width: 12px;
    height: 12px;
  }
}

.c-pagination .list > li .next {
  background-color: #0000;
}

.c-pagination .list > li .next:before {
  content: "";
  border-bottom: 1px solid #c00;
  border-right: 1px solid #c00;
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%)rotate(-45deg);
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .next:before {
    width: 12px;
    height: 12px;
  }
}

.c-tab {
  margin-bottom: 40px;
}

@media screen and (width <= 768px) {
  .c-tab {
    margin-bottom: 20px;
  }
}

.c-tabTarget {
  position: relative;
}

.c-tabTarget .c-tabTarget_content {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.c-tabTarget .c-tabTarget_content.isOn {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.c-newsTab {
  justify-content: center;
  gap: 20px 15px;
}

@media screen and (width <= 768px) {
  .c-newsTab {
    gap: inherit;
    justify-content: flex-start;
    margin-top: -10px;
  }
}

.c-newsTab.-col4 > li {
  flex-basis: calc(25% - 10px);
}

@media screen and (width <= 768px) {
  .c-newsTab.-col4 > li {
    flex-basis: calc(50% - 5px);
  }
}

.c-newsTab.-col5 > li {
  flex-basis: calc(20% - 10px);
}

@media screen and (width <= 768px) {
  .c-newsTab.-col5 > li {
    flex-basis: calc(50% - 5px);
  }
}

.c-newsTab.-col6 > li {
  flex-basis: calc(16.6667% - 10px);
}

@media screen and (width <= 768px) {
  .c-newsTab.-col6 > li {
    flex-basis: calc(50% - 5px);
  }
}

.c-newsTab.-col7 > li {
  flex-basis: calc(14.2857% - 10px);
}

@media screen and (width <= 768px) {
  .c-newsTab.-col7 > li {
    flex-basis: calc(50% - 5px);
  }

  .c-newsTab > li {
    flex-basis: calc(50% - 5px);
    margin-top: 10px;
    margin-right: 10px;
  }

  .c-newsTab > li:nth-child(2n) {
    margin-right: 0;
  }
}

.c-newsTab > li a, .c-newsTab > li a.c-btn {
  width: 100%;
}

@media screen and (width <= 768px) {
  .c-newsTab > li a, .c-newsTab > li a.c-btn {
    color: #00005f;
    background-color: #fff;
    border-color: #00005f;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-newsTab > li a.isOn, .c-newsTab > li a.c-btn.isOn {
  color: #fff;
  background-color: #00005f;
  border-color: #00005f;
}

.c-wrapCenter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.c-stepNumber .-text {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-stepNumber .-text {
    font-size: 10px;
  }
}

.c-stepNumber .-number {
  font-size: 52px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-stepNumber .-number {
    font-size: 26px;
  }
}

.c-list_image li.list-item {
  width: 250px;
}

@media screen and (width <= 768px) {
  .c-list_image li.list-item {
    width: 162px;
  }
}

.c-section-related {
  margin-top: 70px;
  padding: 70px 0;
}

@media screen and (width <= 768px) {
  .c-section-related {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.c-section-related:before {
  z-index: -1;
  background: url("/assets/img/bg_related.png") bottom / cover no-repeat;
}

@media screen and (width <= 768px) {
  .c-section-related:before {
    background: url("/assets/img/bg_related_sp.png") bottom / cover no-repeat;
  }

  .c-section-related .c-title {
    font-weight: 500 !important;
  }

  .c-section-related .c-title span {
    font-weight: normal !important;
  }
}

.c-section-related.-recruit {
  margin-top: 0;
}

.c-table {
  color: #333;
  flex-wrap: wrap;
  display: flex;
}

.c-table dt {
  background-color: #fae5e5;
  align-items: center;
  width: 180px;
  padding: 35px 25px;
  font-weight: 500;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-table dt {
    padding: 7px 10px;
    line-height: 1;
  }
}

.c-table dd {
  letter-spacing: .54px;
  width: calc(100% - 180px);
  padding: 35px 30px;
  font-weight: 400;
  line-height: 24px;
}

.c-table dd .minimum, .c-table dd .small {
  font-size: 14px !important;
}

@media screen and (width <= 768px) {
  .c-table dd {
    padding: 14px 10px;
    line-height: 22px;
  }

  .c-table dd .minimum, .c-table dd .small {
    font-size: 12px !important;
  }
}

.c-table dt, .c-table dd {
  border-bottom: 1px solid gray;
  font-size: 18px;
}

@media screen and (width <= 768px) {
  .c-table dt, .c-table dd {
    width: 100%;
    font-size: 14px;
  }
}

.c-table dt:first-of-type, .c-table dd:first-of-type {
  border-top: 1px solid gray;
}

@media screen and (width <= 768px) {
  .c-table dd:first-of-type {
    border-top: none;
  }
}

.c-table .row.flex {
  display: flex;
}

@media screen and (width <= 768px) {
  .c-table .row.flex .weight {
    width: 80px;
  }
}

.c-table .row + .row {
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .c-table .row + .row {
    margin-top: 10px;
  }
}

.c-table .weight {
  font-weight: 500;
}

.c-table .c-flex {
  justify-content: flex-start;
  gap: 80px;
}

@media screen and (width <= 768px) {
  .c-table .c-flex {
    gap: 10px;
  }
}

.c-table .tabale-list {
  gap: 15px;
  display: grid;
}

@media screen and (width <= 768px) {
  .c-table .tabale-list {
    gap: 10px;
  }
}

.c-table .tabale-list li {
  padding-left: 15px;
  line-height: 1;
  position: relative;
}

.c-table .tabale-list li:before {
  content: "";
  background: #c00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-bg_header_overlay {
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  background-color: #0009;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.c-bg_header_overlay.isOn {
  opacity: 1;
  visibility: visible;
  transition: all .2s .1s;
}

.l-header {
  z-index: 1000;
  width: 100%;
  height: 70px;
  margin: auto;
  padding: 0 20px;
  transition: all .3s;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
}

@media screen and (width <= 768px) {
  .l-header {
    width: calc(100% - 20px);
    height: 50px;
    max-width: inherit;
    top: 10px;
  }
}

.l-header .-inner {
  width: 100%;
  padding-left: 40px;
}

@media screen and (width <= 768px) {
  .l-header .-inner {
    padding-left: 0;
  }
}

.l-header .-inner:before {
  content: "";
  backdrop-filter: blur(10px);
  z-index: -1;
  background-color: #ffffffe6;
  border-radius: 100vmax;
  width: calc(100% - 40px);
  min-width: 1040px;
  height: 70px;
  margin: auto;
  transition: all .3s;
  display: block;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 10px #00000040;
}

@media screen and (width <= 768px) {
  .l-header .-inner:before {
    width: calc(100% - 20px);
    min-width: inherit;
    max-width: inherit;
    height: 50px;
    top: 10px;
    box-shadow: 0 0 6px #00000040;
  }
}

.l-header.isOn {
  width: 100%;
  transition: all .3s;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
}

@media screen and (width <= 768px) {
  .l-header.isOn {
    width: calc(100% - 20px);
    max-width: inherit;
    height: 50px;
    top: 10px;
  }
}

.l-header .c-logo a:hover {
  opacity: 1;
}

@media screen and (width <= 768px) {
  .l-header .c-logo a {
    line-height: 1;
  }
}

.l-header .list-headerWrap {
  min-width: 1040px;
}

@media screen and (width <= 768px) {
  .l-header .list-headerWrap {
    min-width: inherit;
    height: 50px;
  }
}

.l-header .list-headerWrap > li:first-child {
  flex-basis: 310px;
}

@media screen and (width <= 768px) {
  .l-header .list-headerWrap > li:first-child {
    flex-basis: 240px;
  }
}

.l-header .list-headerWrap > li:first-child img {
  padding-top: 7px;
}

@media screen and (width <= 768px) {
  .l-header .list-headerWrap > li:first-child img {
    margin-left: 0;
    padding-top: 3px;
  }
}

.l-header .list-headerWrap > li:nth-child(2) {
  flex: 1;
}

@media screen and (width <= 768px) {
  .l-header .list-headerWrap > li:nth-child(2) {
    flex: inherit;
    flex-basis: 66px;
  }
}

.l-header .list-headerWrap > li a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

@media screen and (width <= 768px) {
  .l-header .list-headerNavigation {
    display: none;
  }
}

.l-header .list-headerNavigation > li + li {
  margin-left: 30px;
}

.l-header .list-headerNavigation > li a {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 14px;
  line-height: 1;
}

.l-header .list-headerNavigation > li a:hover {
  opacity: 1;
  color: #c00;
}

.l-header .list-headerNavigation > li a.js-header_hover_menu--link:before {
  transition: all .3s;
}

.l-header .list-headerNavigation > li a.js-header_hover_menu--link.isOn:before {
  margin-top: -3px;
  transition: all .3s;
  transform: rotate(-45deg);
}

.l-header .list-headerNavigation > li:first-child a, .l-header .list-headerNavigation > li:nth-child(4) a {
  padding-right: 18px;
}

.l-header .list-headerNavigation > li:last-child a {
  color: #fff;
  background-color: #c00;
  height: 70px;
  padding-left: 36px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: bold;
}

.l-header .list-headerNavigation > li:last-child a:before {
  border-color: #fff;
  right: 30px;
}

.l-header .list-headerNavigation > li:last-child a.-recruit {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.l-header .list-headerNavigation > li:last-child a.-recruit + .menuModal {
  width: 210px;
  margin-left: -25px;
}

.l-header .list-headerNavigation > li:last-child a.-recruit + .menuModal:before {
  border-top: 10px solid #c00;
}

.l-header .list-headerNavigation > li:last-child a.-recruit + .menuModal.isOn {
  transform: translateX(0%);
}

.l-header .list-headerNavigation > li:last-child a.-recruit + .menuModal .submenuList > li a {
  height: inherit;
}

.l-header .list-headerNavigation > li:last-child a.-recruit + .menuModal .submenuList > li a:hover {
  color: #fff;
  background-color: #c00404;
}

.l-header .menuModal {
  opacity: 0;
  visibility: hidden;
  z-index: 1100;
  margin-left: -47px;
  transition: all .3s;
  position: absolute;
}

.l-header .menuModal:before {
  content: "";
  z-index: 10;
  border-top: 10px solid #ffffffd9;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.l-header .menuModal.isOn {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

@media screen and (width <= 768px) {
  .l-header .menuModal.isOn {
    transition: inherit;
  }
}

.l-header .menuModal .submenuList {
  backdrop-filter: blur(10px);
  background-color: #ffffffeb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px #0000004d;
}

.l-header .menuModal .submenuList > li + li {
  border-top: 1px solid #ccc;
}

.l-header .menuModal .submenuList > li a {
  letter-spacing: .15em;
  padding: 15px 15px 15px 33px;
  font-size: 14px;
}

.l-header .menuModal .submenuList > li a:before {
  left: 15px;
}

.l-header .menuModal .submenuList > li a:hover {
  color: #333;
  background-color: #eee;
}

.l-header .menuListWrap {
  display: none;
}

@media screen and (width <= 768px) {
  .l-header .menuListWrap {
    width: 100%;
    max-width: inherit;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: auto;
    padding: 10px 10px 0;
    transition: all .3s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .l-header .menuListWrap:before {
    transition: all .3s;
  }

  .l-header .menuListWrap.isOn {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
  }

  .l-header .menuListWrap.isOn:before {
    transition: all .3s;
  }

  .l-header .menuListWrap .c-header_footer_nav .list-wrap > li:first-child {
    width: 190px;
    margin-top: 15px;
    margin-left: 20px;
  }

  .l-header .menuListWrap .c-header_footer_nav .list-wrap > li:nth-child(2) {
    margin-top: 40px;
    padding: 15px 20px;
  }

  .l-header .-closeBtn {
    background-color: #c00;
    border-radius: 100vmax;
    width: 66px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .l-header .-closeBtn:before {
    content: "";
    background: url("/assets/img/icon_close.svg") center / cover no-repeat;
    width: 21px;
    height: 21px;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0;
  }
}

.global-menu {
  cursor: pointer;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (width <= 768px) {
  .global-menu {
    display: block;
  }
}

.global-menu .wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 66px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.global-menu .menuTrigger {
  box-sizing: border-box;
  background-color: #c00;
  width: 66px;
  height: 50px;
  margin: auto;
  padding: 0;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.global-menu .menuTrigger span {
  box-sizing: border-box;
  background-color: #fff;
  width: 22px;
  height: 1px;
  margin: auto;
  transition: all .4s;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
}

.global-menu .menuTrigger span:first-of-type {
  top: 15px;
}

.global-menu .menuTrigger span:nth-of-type(2) {
  top: 24px;
}

.global-menu .menuTrigger span:nth-of-type(3) {
  top: 33px;
}

.global-menu.isOn- .menuTrigger span:first-of-type {
  transform: translateY(8px)rotate(-45deg);
}

.global-menu.isOn- .menuTrigger span:nth-of-type(2) {
  opacity: 0;
}

.global-menu.isOn- .menuTrigger span:nth-of-type(3) {
  transform: translateY(-8px)rotate(45deg);
}

.global-menu.isOn- .text {
  opacity: 0;
}

.global-menu:hover, .global-menu:hover .text {
  transition: all .3s;
}

body.body-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
}

.l-container {
  min-width: 1160px;
  position: relative;
}

@media screen and (width <= 768px) {
  .l-container {
    min-width: inherit;
  }
}

.l-contents {
  padding-top: 0;
}

@media screen and (width <= 768px) {
  .l-contents {
    padding-top: 0;
  }
}

.l-main {
  padding-top: 210px;
}

@media screen and (width <= 768px) {
  .l-main {
    padding-top: 150px;
  }
}

.l-main.recruit-contents {
  padding-top: 145px;
}

@media screen and (width <= 768px) {
  .l-main.recruit-contents {
    padding-top: 115px;
  }
}

img.ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

img.ofi-top {
  object-fit: cover;
  object-position: 50% 0%;
  font-family: "object-fit: cover; object-position: 50% 0%;";
}

.inner {
  width: 1160px;
  margin: auto;
  position: relative;
}

@media screen and (width <= 768px) {
  .inner {
    width: calc(100vw - 40px);
  }
}

.inner.-wide {
  width: 100%;
}

@media screen and (width <= 768px) {
  .inner.-wide.-spInner {
    width: calc(100vw - 40px);
  }
}

.inner.-middle {
  width: 800px;
}

@media screen and (width <= 768px) {
  .inner.-middle {
    width: calc(100vw - 40px);
  }
}

.inner.-short {
  width: 650px;
}

@media screen and (width <= 768px) {
  .inner.-short {
    width: calc(100vw - 40px);
  }
}

.c-section {
  padding: 70px 0 0;
}

@media screen and (width <= 768px) {
  .c-section {
    padding: 60px 0 0;
  }
}

.c-section.-nopd {
  padding: 0;
}

.c-section-head {
  padding-top: 0;
}

.c-section-recruitMv {
  width: 100%;
}

.c-section-recruitMv-img {
  border-radius: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-section-recruitMv-img img {
  width: 100%;
}

@media screen and (width <= 768px) {
  .c-section-recruitMv-img {
    border-radius: 15px;
  }
}

.c-section-recruitMv-img .p-recruitMv-pcTitle {
  color: #c00;
  z-index: 1;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  top: 160px;
  left: 20px;
}

.c-section-recruitMv-img .p-recruitMv-pcTitle span {
  font-size: 36px;
  display: block;
}

@media screen and (width <= 768px) {
  .c-section-recruitMv-img .p-recruitMv-pcTitle {
    display: none;
  }
}

.c-section-recruitMv-title {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.c-section-recruitMv-title h1 {
  color: #c00;
  font-size: 36px;
  line-height: 1.5;
}

.c-section-recruitMv-title span {
  font-size: 16px;
}

.c-section-recruitMv-tabArea {
  justify-content: space-between;
  margin: 50px 0;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-section-recruitMv-tabArea {
    flex-wrap: wrap;
    gap: 15px 0;
    margin: 25px 0 50px;
  }
}

.c-section-recruitMv-tabArea-tab {
  border: 1px solid #c00;
  border-radius: 25px;
  width: 180px;
  height: 50px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .c-section-recruitMv-tabArea-tab {
    border-radius: 23px;
    width: 162px;
    height: 46px;
  }
}

.c-section-recruitMv-tabArea-tab a {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-section-recruitMv-tabArea-tab a {
    font-size: 12.47px;
  }
}

.c-section-recruitMv-tabArea-tab a:hover {
  color: #fff;
  opacity: 1;
  background: #c00;
  transition: all .3s;
}

.c-section-recruitMv-tabArea-tab.active a {
  pointer-events: none;
  color: #fff;
  background: #c00;
  font-weight: 600;
}

.c-section-recruitMv-tabArea-tab.p-numbers a {
  letter-spacing: .15em;
}

.c-section-tabArea {
  background: #f2f2f2;
  padding: 150px 0;
}

@media screen and (width <= 768px) {
  .c-section-tabArea {
    padding: 85px 0 80px;
  }
}

.c-section-recruitBtn {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  width: 100%;
  margin-top: 120px;
  padding: 40px;
}

@media screen and (width <= 768px) {
  .c-section-recruitBtn {
    margin-top: 80px;
  }

  .c-slide .slick-track {
    float: none;
    gap: 10px;
    display: flex;
    left: 86px;
  }
}

.c-slide li.list-item {
  width: 250px !important;
  margin-right: 30px !important;
}

@media screen and (width <= 768px) {
  .c-slide li.list-item {
    width: 162px !important;
    margin-right: 0 !important;
  }
}

.c-slide .slide1_arrow {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  .c-slide .slide1_arrow {
    top: inherit;
    transform: inherit;
    bottom: -75px;
  }
}

.c-slide .slide1_arrow_next {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  right: -25px;
  box-shadow: 0 0 5px #0000004d;
}

@media screen and (width <= 768px) {
  .c-slide .slide1_arrow_next {
    width: 40px;
    height: 40px;
    right: inherit;
    margin-left: 10px;
    left: 50%;
  }
}

.c-slide .slide1_arrow_next:before {
  content: "";
  border-top: 2px solid #333;
  border-bottom: 0;
  border-left: 0;
  border-right: 2px solid #333;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: rotate(45deg);
}

@media screen and (width <= 768px) {
  .c-slide .slide1_arrow_next:before {
    right: 16px;
  }
}

.c-slide .slide1_arrow_prev {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  left: -25px;
  box-shadow: 0 0 5px #0000004d;
}

@media screen and (width <= 768px) {
  .c-slide .slide1_arrow_prev {
    width: 40px;
    height: 40px;
    right: inherit;
    margin-left: -50px;
    left: 50%;
  }
}

.c-slide .slide1_arrow_prev:before {
  content: "";
  border-top: 2px solid #333;
  border-bottom: 0;
  border-left: 0;
  border-right: 2px solid #333;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(-135deg);
}

@media screen and (width <= 768px) {
  .c-slide .slide1_arrow_prev:before {
    right: 12px;
  }
}

.c-modal {
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.c-modal.isOn {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.c-modal .c-modal_bg, .c-modal .bg {
  z-index: 0;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: fixed;
}

.c-modal .modalBlock {
  z-index: 1;
}

.c-modal .modalInner2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  position: relative;
  overflow: hidden scroll;
}

@media screen and (width <= 768px) {
  .c-modal .modalInner2 {
    padding: 30px 25px;
  }
}

.mobile .c-modal .modalInner2 {
  padding: 30px 25px;
}

.c-modal .c-modalClose {
  cursor: pointer;
  background: url("/assets/img/icon_modal_close.svg") 0 0 / cover no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -60px;
  right: -60px;
}

@media screen and (width <= 768px) {
  .c-modal .c-modalClose {
    width: 20px;
    height: 20px;
    top: -30px;
    right: -30px;
  }
}

.c-modal.-fitHeight .modalBox {
  height: fit-content;
  max-height: calc(100vh - 160px);
}

@media screen and (width <= 768px) {
  .c-modal.-fitHeight .modalBox {
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}

.mobile .c-modal.-fitHeight .modalBox {
  max-height: calc(100vh - 140px);
  min-height: inherit;
}

.c-modal.-fitHeight .modalBox .modalInner {
  height: fit-content;
  max-height: calc(100vh - 160px);
}

@media screen and (width <= 768px) {
  .c-modal.-fitHeight .modalBox .modalInner {
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}

.mobile .c-modal.-fitHeight .modalBox .modalInner {
  max-height: calc(100vh - 140px);
  min-height: inherit;
}

.c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
  height: fit-content;
  max-height: calc(100vh - 160px);
}

@media screen and (width <= 768px) {
  .c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}

.mobile .c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
  max-height: calc(100vh - 140px);
  min-height: inherit;
}

.block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  padding-left: 0 !important;
  list-style: none !important;
}

.l-post .c-section, .acf-block-component .c-section {
  padding: 100px 0;
}

@media screen and (width <= 768px) {
  .l-post .c-section, .acf-block-component .c-section {
    padding: 60px 0;
  }
}

.l-post .inner, .acf-block-component .inner {
  width: 900px;
}

@media screen and (width <= 768px) {
  .l-post .inner, .acf-block-component .inner {
    width: calc(100vw - 60px);
  }
}

.l-post .section_head--post .list-title, .acf-block-component .section_head--post .list-title {
  margin-bottom: 20px;
}

.l-post .section_head--post .list-title > li:first-child, .acf-block-component .section_head--post .list-title > li:first-child {
  color: #00005f;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .l-post .section_head--post .list-title > li:first-child, .acf-block-component .section_head--post .list-title > li:first-child {
    font-size: 13px;
  }
}

.l-post .section_head--post .list-title > li:first-child:before, .acf-block-component .section_head--post .list-title > li:first-child:before {
  content: "[";
  padding-right: 5px;
}

.l-post .section_head--post .list-title > li:first-child:after, .acf-block-component .section_head--post .list-title > li:first-child:after {
  content: "]";
  padding-left: 5px;
}

.l-post .section_head--post .list-title > li:nth-child(2), .acf-block-component .section_head--post .list-title > li:nth-child(2) {
  line-height: 1;
}

@media screen and (width <= 768px) {
  .l-post .section_head--post .list-title > li:nth-child(2), .acf-block-component .section_head--post .list-title > li:nth-child(2) {
    font-size: 13px;
  }
}

.l-post .section_head--post .title, .acf-block-component .section_head--post .title {
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}

@media screen and (width <= 768px) {
  .l-post .section_head--post .title, .acf-block-component .section_head--post .title {
    font-size: 20px;
  }
}

.l-post .section_head--post .title:before, .acf-block-component .section_head--post .title:before {
  content: "";
  background: url("/assets/img/icon_titlebar.svg") no-repeat;
  width: 75px;
  height: 5px;
  margin: auto;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
}

@media screen and (width <= 768px) {
  .l-post .section_head--post .title:before, .acf-block-component .section_head--post .title:before {
    width: 45px;
    height: 3px;
    bottom: -20px;
  }
}

.l-post p, .acf-block-component p {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .l-post p, .acf-block-component p {
    margin-bottom: 30px;
  }
}

.l-post ul, .l-post ol, .acf-block-component ul, .acf-block-component ol {
  padding-left: 0 !important;
  list-style: none !important;
}

.l-post img, .acf-block-component img {
  width: 100%;
  height: auto;
}

@media screen and (width <= 768px) {
  .l-post img, .acf-block-component img {
    max-width: inherit;
    width: 100% !important;
  }
}

.l-post h2:not(.c-title), .acf-block-component h2:not(.c-title) {
  margin-bottom: 20px;
  font-size: 24px;
}

.l-post h3, .acf-block-component h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.l-post h4, .l-post h5, .l-post h6, .acf-block-component h4, .acf-block-component h5, .acf-block-component h6 {
  margin-bottom: 20px;
  font-size: 18px;
}

.l-post b, .l-post strong, .acf-block-component b, .acf-block-component strong {
  font-weight: bold;
}

.l-post em, .l-post i, .acf-block-component em, .acf-block-component i {
  font-style: italic;
}

.l-post a, .acf-block-component a {
  color: #5074b4;
}

.l-post p a, .acf-block-component p a {
  text-decoration: underline;
}

.l-post figure.wp-block-image figcaption, .acf-block-component figure.wp-block-image figcaption {
  font-size: 14px;
  line-height: 1.6;
}

.l-post figure.wp-block-table, .acf-block-component figure.wp-block-table {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .l-post figure.wp-block-table, .acf-block-component figure.wp-block-table {
    margin-bottom: 30px;
  }
}

.l-post figure.wp-block-table table, .l-post figure.wp-block-table th, .l-post figure.wp-block-table td, .acf-block-component figure.wp-block-table table, .acf-block-component figure.wp-block-table th, .acf-block-component figure.wp-block-table td {
  border: 1px solid #ccc;
}

.l-post figure.wp-block-table table, .acf-block-component figure.wp-block-table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.l-post figure.wp-block-table table tr th, .l-post figure.wp-block-table table tr td, .acf-block-component figure.wp-block-table table tr th, .acf-block-component figure.wp-block-table table tr td {
  padding: 19px 30px;
}

.l-post figure.wp-block-table table tr th, .acf-block-component figure.wp-block-table table tr th {
  color: #fff;
  background-color: #00005f;
  padding: 15px 30px;
}

.l-post figure.wp-block-table figcaption, .acf-block-component figure.wp-block-table figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.l-post figure.wp-block-embed, .acf-block-component figure.wp-block-embed {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .l-post figure.wp-block-embed, .acf-block-component figure.wp-block-embed {
    margin-bottom: 30px;
  }
}

.l-post figure.wp-block-embed figcaption, .acf-block-component figure.wp-block-embed figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.l-post figure.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper, .acf-block-component figure.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  text-align: center;
}

.l-post .wp-block-file, .acf-block-component .wp-block-file {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .l-post .wp-block-file, .acf-block-component .wp-block-file {
    margin-bottom: 30px;
  }
}

.l-post .section_body--post, .acf-block-component .section_body--post {
  padding-bottom: 80px;
}

.l-post .b-report, .acf-block-component .b-report {
  background-color: #e5edf7;
  width: 1040px;
  margin: auto auto auto -70px;
  padding: 70px;
}

@media screen and (width <= 768px) {
  .l-post .b-report, .acf-block-component .b-report {
    width: 100vw;
    margin-left: -30px;
    padding: 40px 30px;
  }
}

.l-post .b-report_head, .acf-block-component .b-report_head {
  margin-bottom: 30px;
}

@media screen and (width <= 768px) {
  .l-post .b-report_head, .acf-block-component .b-report_head {
    margin-bottom: 20px;
  }
}

.l-post .b-report_footer, .acf-block-component .b-report_footer {
  margin-top: 60px;
}

@media screen and (width <= 768px) {
  .l-post .b-report_footer, .acf-block-component .b-report_footer {
    margin-top: 40px;
  }
}

.l-post .b-report_box, .acf-block-component .b-report_box {
  background-color: #fff;
  padding: 40px;
}

@media screen and (width <= 768px) {
  .l-post .b-report_box, .acf-block-component .b-report_box {
    padding: 25px 20px;
  }
}

.l-post .b-report_box + .b-report_box, .acf-block-component .b-report_box + .b-report_box {
  margin-top: 40px;
}

@media screen and (width <= 768px) {
  .l-post .b-report_box + .b-report_box, .acf-block-component .b-report_box + .b-report_box {
    margin-top: 30px;
  }
}

.l-post .b-report_section + .b-report_section, .acf-block-component .b-report_section + .b-report_section {
  border-top: 1px solid #00005f;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section + .b-report_section, .acf-block-component .b-report_section + .b-report_section {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.l-post .b-report_section .-badge, .acf-block-component .b-report_section .-badge {
  margin-bottom: 20px;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section .-badge, .acf-block-component .b-report_section .-badge {
    margin-bottom: 10px;
  }
}

.l-post .b-report_section .-title, .acf-block-component .b-report_section .-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section .-title, .acf-block-component .b-report_section .-title {
    font-size: 16px;
  }
}

.l-post .b-report_section .-voice_text2, .acf-block-component .b-report_section .-voice_text2 {
  text-align: right;
  font-weight: bold;
}

.l-post .b-report_section--head .list-report_section--head > li:first-child, .acf-block-component .b-report_section--head .list-report_section--head > li:first-child {
  flex: 1;
}

.l-post .b-report_section--head .list-report_section--head > li:nth-child(2), .acf-block-component .b-report_section--head .list-report_section--head > li:nth-child(2) {
  flex-basis: 380px;
  margin-left: 60px;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section--head .list-report_section--head > li:nth-child(2), .acf-block-component .b-report_section--head .list-report_section--head > li:nth-child(2) {
    margin-top: 30px;
    margin-left: 0;
  }
}

.l-post .b-report_section--head .list-report_section--head .-day, .acf-block-component .b-report_section--head .list-report_section--head .-day {
  color: #fff;
  text-align: center;
  background-color: #96b8e0;
  border-radius: 100vmax;
  margin-bottom: 12px;
  padding: 8px 10px;
  font-size: 24px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section--head .list-report_section--head .-day, .acf-block-component .b-report_section--head .list-report_section--head .-day {
    padding: 5px 10px;
    font-size: 16px;
  }
}

.l-post .b-report_section--head .list-report_section--head .-date, .acf-block-component .b-report_section--head .list-report_section--head .-date {
  color: #00005f;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section--head .list-report_section--head .-date, .acf-block-component .b-report_section--head .list-report_section--head .-date {
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.l-post .b-report_section--head .list-report_section--head .-title, .acf-block-component .b-report_section--head .list-report_section--head .-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section--head .list-report_section--head .-title, .acf-block-component .b-report_section--head .list-report_section--head .-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.l-post .b-report_section--head .list-report_section--head .-text1, .acf-block-component .b-report_section--head .list-report_section--head .-text1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section--head .list-report_section--head .-text1, .acf-block-component .b-report_section--head .list-report_section--head .-text1 {
    font-size: 16px;
  }
}

.l-post .b-report_section--head .list-report_section--head .-text2, .acf-block-component .b-report_section--head .list-report_section--head .-text2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (width <= 768px) {
  .l-post .b-report_section--head .list-report_section--head .-text2, .acf-block-component .b-report_section--head .list-report_section--head .-text2 {
    font-size: 10px;
  }
}

.l-post .b-report_section--head .list-report_section--head .c-report_badge, .acf-block-component .b-report_section--head .list-report_section--head .c-report_badge {
  margin-bottom: 10px;
}

.l-post .b-title01, .acf-block-component .b-title01 {
  color: #00005f;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .l-post .b-title01, .acf-block-component .b-title01 {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 26px;
  }
}

.l-post .b-title01 .-head, .acf-block-component .b-title01 .-head {
  border-bottom: 1px solid #00005f;
  padding-bottom: 5px;
  display: block;
}

.l-post .b-title01 .-sub, .acf-block-component .b-title01 .-sub {
  color: #00005f;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

@media screen and (width <= 768px) {
  .l-post .b-title01 .-sub, .acf-block-component .b-title01 .-sub {
    margin-top: 8px;
    font-size: 10px;
  }
}

.l-post .b-date01, .acf-block-component .b-date01 {
  color: #00005f;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .l-post .b-date01, .acf-block-component .b-date01 {
    font-size: 14px;
  }
}

.l-post .b-box01, .acf-block-component .b-box01 {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 16px;
}

@media screen and (width <= 768px) {
  .l-post .b-box01, .acf-block-component .b-box01 {
    padding: 10px;
    font-size: 13px;
  }
}

.l-post .b-box01 + .b-box01, .acf-block-component .b-box01 + .b-box01 {
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .l-post .b-box01 + .b-box01, .acf-block-component .b-box01 + .b-box01 {
    margin-top: 15px;
  }
}

.c-report_badge {
  color: #fff;
  text-align: center;
  background-color: #00005f;
  border-radius: 100vmax;
  width: 160px;
  padding: 6px 5px;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}

@media screen and (width <= 768px) {
  .c-report_badge {
    width: 120px;
    padding: 4px 5px;
    font-size: 10px;
  }
}

.c-section_fcc_mlmg .list-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.c-section_fcc_mlmg .list-title > li:first-child {
  width: 72px;
}

.c-section_fcc_mlmg .list-title > li:nth-child(2) {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-section_fcc_mlmg .list-title > li:nth-child(2) {
    margin-top: 30px;
    font-size: 20px;
  }
}

.c-section_fcc_mlmg .text {
  margin-bottom: 30px;
}

@media screen and (width <= 768px) {
  .c-section_studylist .list-studylist_column {
    display: block;
  }
}

.c-section_studylist .list-studylist_column > li:first-child {
  flex-basis: 252px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-section_studylist .list-studylist_column > li:first-child {
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    font-size: 20px;
  }
}

.c-section_studylist .list-studylist_column > li:nth-child(2) {
  border-left: 1px solid #333;
  flex: 1;
  padding-left: 50px;
}

@media screen and (width <= 768px) {
  .c-section_studylist .list-studylist_column > li:nth-child(2) {
    border-left: 0;
    margin-top: 40px;
    padding-left: 0;
  }
}

.c-section_studylist .list-studylist {
  justify-content: flex-start;
  margin-top: -12px;
}

@media screen and (width <= 768px) {
  .c-section_studylist .list-studylist {
    display: block;
  }
}

.c-section_studylist .list-studylist > li {
  flex-basis: 275px;
  margin-top: 12px;
  line-height: 1.4;
}

.c-section_studylist .list-studylist > li:nth-child(2n) {
  flex-basis: calc(100% - 275px);
}

.c-section_studylist .list-studylist > li a {
  color: #333;
  text-decoration: none;
}

.p-top {
  padding-top: 0;
}

.p-top .c-section {
  padding: 70px 0;
}

@media screen and (width <= 768px) {
  .p-top .c-section {
    padding: 40px 0;
  }
}

.p-top .c-lead {
  margin-bottom: 40px;
}

@media screen and (width <= 768px) {
  .p-top .c-lead {
    margin-bottom: 30px;
  }
}

.p-top .section-mainvisual {
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual {
    min-height: 440px;
    max-height: 440px;
  }
}

.p-top .section-mainvisual .top-slide {
  display: none;
}

.p-top .section-mainvisual .top-slide.slick-initialized {
  display: block;
}

.p-top .section-mainvisual .top-slide li.list-item {
  background: url("/assets/img/top/main01.jpg") top / cover no-repeat;
  width: 100%;
  height: 100vh;
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual .top-slide li.list-item {
    background: url("/assets/img/top/main01_sp.jpg") top / cover no-repeat;
    height: 440px;
  }
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.12);
  }
}

.p-top .section-mainvisual .top-slide .add-zoom {
  animation: 16s forwards fadezoom;
}

.p-top .section-mainvisual .top-slide .slick-dots {
  z-index: 5;
  margin-top: 8px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual .top-slide .slick-dots {
    top: inherit;
    transform: inherit;
    margin-top: inherit;
    bottom: 5px;
    right: 8px;
  }
}

.p-top .section-mainvisual .top-slide .slick-dots > li {
  width: 12px;
  height: 22px;
  font-size: 0;
  line-height: 1;
}

.p-top .section-mainvisual .top-slide .slick-dots > li button {
  text-indent: -9999px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  transition: all .5s;
}

.p-top .section-mainvisual .top-slide .slick-dots > li button:hover, .p-top .section-mainvisual .top-slide .slick-dots > li.slick-active button {
  background-color: #333;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: -2px;
  transition: all .5s;
}

.p-top .section-mainvisual .bg {
  z-index: 1;
  background: url("/assets/img/top/bg_mainvisual.png") top / cover no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual .bg {
    background-image: url("/assets/img/top/bg_mainvisual_sp.png");
    background-size: cover;
    height: 440px;
  }
}

.p-top .section-mainvisual .textWrap {
  z-index: 2;
  margin-top: -7%;
  margin-left: -45%;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual .textWrap {
    margin-top: inherit;
    margin-left: inherit;
    top: 127px;
    left: 20px;
  }
}

.p-top .section-mainvisual .textWrap .title {
  letter-spacing: .15em;
  color: #fff;
  font-size: 67px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual .textWrap .title {
    font-size: 40px;
    font-weight: normal;
  }
}

.p-top .section-mainvisual .textWrap .title span {
  font-size: 50px;
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual .textWrap .title span {
    font-size: 28px;
  }
}

.p-top .section-mainvisual .textWrap .text {
  letter-spacing: .15em;
  color: #fff;
  font-size: 20px;
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual .textWrap .text {
    font-size: 14px;
  }
}

.p-top .section-mainvisual .scrollFig {
  z-index: 3;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  margin: auto;
  font-size: 14px;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-mainvisual .scrollFig {
    font-size: 12px;
    bottom: 32px;
  }
}

.p-top .section-mainvisual .scrollFig span {
  position: relative;
}

.p-top .section-mainvisual .scrollFig span:before {
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin: auto;
  animation: 2.6s infinite scrollFigMoveDown;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  transform: rotate(135deg);
}

@keyframes scrollFigMoveDown {
  0% {
    bottom: -10px;
  }

  50% {
    bottom: -30px;
  }

  100% {
    bottom: -10px;
  }
}

.p-top .section-content01 .c-lead {
  color: #333;
}

@media screen and (width <= 768px) {
  .p-top .section-content01 .c-lead.-large {
    font-size: 16px;
  }

  .p-top .section-content02 {
    padding-bottom: 120px;
  }
}

.p-top .section-content02 .list-col {
  flex-wrap: nowrap;
}

.p-top .section-content02 .list-col > li {
  position: relative;
}

@media screen and (width <= 768px) {
  .p-top .section-content02 .list-col > li + li {
    margin-top: 30px;
  }
}

.p-top .section-content02 .list-col > li:first-child {
  flex-basis: 380px;
  margin-right: 60px;
}

@media screen and (width <= 768px) {
  .p-top .section-content02 .list-col > li:first-child {
    margin-right: 0;
  }
}

.p-top .section-content02 .list-col > li:nth-child(2) {
  flex: 1;
}

@media screen and (width <= 768px) {
  .p-top .section-content02 .list-col > li:nth-child(2) {
    width: auto;
  }
}

.p-top .section-content02 .c-slide {
  width: 720px;
  position: absolute;
  top: -125px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-content02 .c-slide {
    top: inherit;
    left: inherit;
    width: inherit;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}

.p-top .section-content02 .c-slide .slick-arrow.slide1_arrow_next {
  right: inherit;
  left: 695px;
}

@media screen and (width <= 1400px) {
  .p-top .section-content02 .c-slide .slick-arrow.slide1_arrow_next {
    left: 695px;
  }
}

@media screen and (width <= 768px) {
  .p-top .section-content02 .c-slide .slick-arrow.slide1_arrow_next {
    left: 50%;
  }
}

.p-top .section-content03 {
  padding-bottom: 180px;
}

@media screen and (width <= 768px) {
  .p-top .section-content03 {
    padding-bottom: 90px;
  }
}

.p-top .section-content03:before {
  z-index: -1;
  background: url("/assets/img/top/bg_recruit.jpg") bottom / cover no-repeat;
}

@media screen and (width <= 768px) {
  .p-top .section-content03:before {
    background: url("/assets/img/top/bg_recruit_sp.jpg") bottom / cover no-repeat;
  }

  .p-top .section-content03 .list-col {
    gap: 10px;
  }
}

.p-top .section-content03 .list-col > li {
  flex-basis: calc(25% - 25px);
}

@media screen and (width <= 768px) {
  .p-top .section-content03 .list-col > li {
    flex-basis: calc(50% - 5px);
  }
}

.p-top .section-content_news {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media screen and (width <= 768px) {
  .p-top .section-content_news {
    padding-top: 5px;
    padding-bottom: 40px;
  }
}

.p-top .section-content_news .list-col {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.p-top .section-content_news .list-col > li {
  position: relative;
}

@media screen and (width <= 768px) {
  .p-top .section-content_news .list-col > li + li {
    margin-top: 30px;
  }
}

.p-top .section-content_news .list-col > li:first-child {
  flex-basis: 380px;
  margin-right: 60px;
}

@media screen and (width <= 768px) {
  .p-top .section-content_news .list-col > li:first-child {
    margin-right: 0;
  }
}

.p-top .section-content_news .list-col > li:nth-child(2) {
  flex: 1;
}

@media screen and (width <= 768px) {
  .p-top .section-content_news .list-col > li:nth-child(2) {
    width: auto;
  }
}

.p-top .section-content_news .btn-news {
  width: 370px;
  position: absolute;
  top: 90px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-content_news .btn-news {
    width: inherit;
    top: inherit;
    left: inherit;
    margin-top: 30px;
    position: relative;
  }
}

.c-news > li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.c-news > li + li {
  border-top: 0;
}

.c-news > li a {
  padding: 24px 30px 24px 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-news > li a {
    padding: 20px 30px 20px 0;
  }
}

.c-news > li a .list-news {
  flex-wrap: nowrap;
  gap: 20px;
}

@media screen and (width <= 768px) {
  .c-news > li a .list-news {
    display: block;
  }
}

.c-news > li a .list-news dt {
  color: #999;
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 500;
}

.c-news > li a .list-news dd {
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.c-news > li a:after {
  content: "";
  border-top: 1px solid #c00;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #c00;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%)rotate(45deg);
}

.c-news > li a.-pdf:after {
  background: url("/assets/img/icon_pdf.svg") 0 0 / cover no-repeat;
  border: 0;
  width: 18.75px;
  height: 25px;
  display: block;
  right: 2px;
  transform: translateY(-50%);
}

.c-news > li a.-other:after, .c-news > li a.-window:after {
  background: url("/assets/img/icon_other.svg") 0 0 / cover no-repeat;
  border: 0;
  width: 19px;
  height: 16px;
  display: block;
  right: 2px;
  transform: translateY(-50%);
}

.c-news > li a.-noLink {
  pointer-events: none;
}

.c-news > li a.-noLink:after {
  display: none;
}

.c-list-colLarge, .c-list-related {
  column-gap: 40px;
}

.c-list-colLarge > li, .c-list-related > li {
  flex-basis: calc(50% - 20px);
}

@media screen and (width <= 768px) {
  .c-list-colLarge > li + li, .c-list-related > li + li {
    margin-top: 10px;
  }
}

.c-list-colLarge .list-textWrap, .c-list-related .list-textWrap {
  padding: 0 25px;
  bottom: 25px;
}

@media screen and (width <= 768px) {
  .c-list-colLarge .list-textWrap, .c-list-related .list-textWrap {
    padding: 0 15px;
    bottom: 15px;
  }
}

.p-business .section-content02 .inner {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 60px;
}

@media screen and (width <= 768px) {
  .p-business .section-content02 .inner {
    border-radius: 10px;
    padding: 30px 20px;
  }
}

.p-business .section-content02 .title {
  color: #333;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .p-business .section-content02 .title {
    margin-bottom: 20px;
  }
}

.p-business .section-content02 .list {
  gap: 30px;
}

@media screen and (width <= 768px) {
  .p-business .section-content02 .list {
    gap: 10px;
  }
}

.p-business .section-content02 .list > li {
  background-color: #fff;
  border-radius: 20px;
  flex-basis: calc(25% - 22.5px);
  padding: 20px 10px;
}

@media screen and (width <= 768px) {
  .p-business .section-content02 .list > li {
    border-radius: 10px;
    flex-basis: calc(50% - 5px);
    padding: 20px 2px;
  }
}

.p-business .section-content02 .list > li .pic {
  text-align: center;
  height: 77px;
}

.p-business .section-content02 .list > li .pic img {
  width: auto;
  height: 100%;
  max-width: inherit;
}

.p-business .section-content02 .list > li span {
  text-align: center;
  color: #333;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

@media screen and (width <= 768px) {
  .p-business .section-content02 .list > li span {
    margin-top: 5px;
    font-size: 14px;
  }
}

.p-numbers .c-section-head .c-lead {
  text-align: center;
}

.p-numbers .section-content01 {
  color: #333;
}

.p-numbers .section-content01 .inner {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 60px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .inner {
    border-radius: 10px;
    padding: 20px;
  }
}

.p-numbers .section-content01 .list {
  gap: 30px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list {
    gap: 10px;
  }
}

.p-numbers .section-content01 .list > li {
  background-color: #fff;
  border-radius: 20px;
  flex-basis: calc(33.3333% - 20px);
  padding: 30px 10px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li {
    border-radius: 10px;
    flex-basis: calc(50% - 5px);
    padding: 20px 2px;
  }
}

.p-numbers .section-content01 .list > li .num {
  color: #cc000026;
  letter-spacing: -.02em;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 17px;
  left: 17px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .num {
    font-size: 16px;
    top: 10px;
    left: 8px;
  }
}

.p-numbers .section-content01 .list > li .title {
  text-align: center;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .title {
    font-size: 14px;
  }
}

.p-numbers .section-content01 .list > li .title span {
  font-size: 16px;
}

.p-numbers .section-content01 .list > li .pic {
  text-align: center;
  width: 285px;
  margin: 10px auto;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .pic {
    width: 100%;
  }
}

.p-numbers .section-content01 .list > li .c-flex {
  align-items: baseline;
}

.p-numbers .section-content01 .list > li .c-flex > li {
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 1;
}

.p-numbers .section-content01 .list > li .c-flex > li:first-child {
  color: #c00;
  font-size: 80px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .c-flex > li:first-child {
    font-size: 40px;
  }
}

.p-numbers .section-content01 .list > li .c-flex > li:nth-child(2) {
  color: #333;
  margin-left: 5px;
  font-size: 40px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .c-flex > li:nth-child(2) {
    font-size: 20px;
  }
}

.p-numbers .section-content01 .list > li .c-flex > li .text {
  margin-left: 5px;
}

.p-numbers .section-content01 .list > li .c-flex + .c-flex {
  margin-top: 10px;
}

.p-numbers .section-content01 .list > li .c-flex.-pt2 > li:first-child {
  font-size: 50px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .c-flex.-pt2 > li:first-child {
    font-size: 30px;
  }
}

.p-numbers .section-content01 .list > li .c-flex.-pt2 > li:nth-child(2) {
  font-size: 25px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .c-flex.-pt2 > li:nth-child(2) {
    font-size: 15px;
  }
}

.p-numbers .section-content01 .list > li .c-flex.-pt3 > li:first-child {
  font-size: 80px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .c-flex.-pt3 > li:first-child {
    font-size: 30px;
  }
}

.p-numbers .section-content01 .list > li .c-flex.-pt3 > li:nth-child(2) {
  font-size: 25px;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .c-flex.-pt3 > li:nth-child(2) {
    font-size: 15px;
  }
}

.p-numbers .section-content01 .list > li .text {
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-numbers .section-content01 .list > li .text {
    font-size: 12px;
  }
}

.p-interview .c-section-head.c-section, .p-interview .section-content01.c-section {
  padding: 70px 0 0;
}

@media screen and (width <= 768px) {
  .p-interview .c-section-head.c-section, .p-interview .section-content01.c-section {
    padding: 60px 0 0;
  }
}

.p-interview .c-section-head .-small, .p-interview .section-content01 .-small {
  font-size: 14px;
  display: block;
}

.p-interview .section-content01 .list-anchor {
  gap: 30px;
}

@media screen and (width <= 768px) {
  .p-interview .section-content01 .list-anchor {
    display: block;
  }
}

.p-interview .section-content01 .list-anchor > li {
  background-color: #fff;
  border-radius: 20px;
  flex-basis: calc(33.3333% - 22.6667px);
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-interview .section-content01 .list-anchor > li + li {
    margin-top: 40px;
  }
}

.p-interview .section-content01 .list-anchor > li a {
  color: #333;
  text-align: center;
  padding: 30px 30px 67px;
  text-decoration: none;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-interview .section-content01 .list-anchor > li a {
    padding: 27.5px 27.5px 60px;
  }
}

.p-interview .section-content01 .list-anchor > li a:before {
  content: "";
  background-color: #fff;
  border: 1px solid #c00;
  border-radius: 100vmax;
  width: 25px;
  height: 25px;
  transition: all .3s;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 768px) {
  .p-interview .section-content01 .list-anchor > li a:before {
    bottom: 15px;
  }
}

.p-interview .section-content01 .list-anchor > li a:after {
  content: "";
  border-top: 1px solid #c00;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #c00;
  width: 8px;
  height: 8px;
  transition: all .3s;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%)rotate(135deg);
}

@media screen and (width <= 768px) {
  .p-interview .section-content01 .list-anchor > li a:after {
    bottom: 25px;
  }
}

.p-interview .section-content01 .list-anchor > li a:hover {
  opacity: 1;
}

.p-interview .section-content01 .list-anchor > li a:hover:before {
  background: #c00;
  transition: all .3s;
}

.p-interview .section-content01 .list-anchor > li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all .3s;
}

.p-interview .section-content01 .list-anchor > li .title {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .p-interview .section-content01 .list-anchor > li .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
  }
}

.p-interview .section-content01 .list-anchor > li .list {
  flex-direction: column;
}

.p-interview .section-content01 .list-anchor > li .list > li {
  line-height: 1;
}

.p-interview .section-content01 .list-anchor > li .list > li:first-child {
  font-size: 20px;
  font-weight: 500;
}

.p-interview .section-content01 .list-anchor > li .list > li:first-child span {
  font-size: 16px;
}

.p-interview .section-content01 .list-anchor > li .list > li:nth-child(2) {
  letter-spacing: .7px;
  color: #666;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}

.p-interview .section-content01 .list-anchor > li .list2 {
  margin-top: 10px;
}

@media screen and (width <= 768px) {
  .p-interview .section-content01 .list-anchor > li .list2 {
    margin-top: 5px;
  }
}

.p-interview .section-content01 .list-anchor > li .list2 > li {
  letter-spacing: .7px;
  color: #666;
  font-size: 14px;
  line-height: 1;
}

.p-interview .section-content01 .list-anchor > li .list2 > li:first-child {
  margin-right: 5px;
  position: relative;
}

.p-interview .section-interview .list-head {
  position: relative;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list-head {
    flex-direction: row;
    margin-top: 40px;
  }
}

.p-interview .section-interview .list-head > li:first-child {
  background-color: #fff;
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list-head > li:first-child {
    order: 2;
    padding-top: 15px;
    padding-left: 20px;
  }
}

.p-interview .section-interview .list-head > li:nth-child(2) {
  flex-basis: 580px;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list-head > li:nth-child(2) {
    order: 1;
  }
}

.p-interview .section-interview .list-head > li:nth-child(2) .pic {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 0;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list-head > li:nth-child(2) .pic {
    border-radius: 10px;
  }
}

.p-interview .section-interview .headTitle {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .headTitle {
    font-size: 18px;
  }
}

.p-interview .section-interview .list {
  margin-top: 30px;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list {
    margin-top: 10px;
  }
}

.p-interview .section-interview .list > li {
  line-height: 1;
}

.p-interview .section-interview .list > li:first-child {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list > li:first-child {
    font-size: 16px;
  }
}

.p-interview .section-interview .list > li:nth-child(2) {
  font-size: 20px;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list > li:nth-child(2) {
    font-size: 14px;
  }
}

.p-interview .section-interview .list2 {
  margin-top: 30px;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list2 {
    margin-top: 15px;
  }
}

.p-interview .section-interview .list2 > li {
  color: #999;
  font-size: 20px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .list2 > li {
    font-size: 14px;
  }
}

.p-interview .section-interview .list2 > li:first-child {
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}

.p-interview .section-interview .list2 > li:first-child:before {
  content: "";
  background-color: #999;
  width: 1px;
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
}

.p-interview .section-interview .interview-contents {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 70px;
  padding: 100px 0;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .interview-contents {
    margin-top: 40px;
    padding: 60px 0;
  }
}

.p-interview .section-interview .interview-contents-box {
  margin-bottom: 70px;
}

.p-interview .section-interview .interview-contents-box:last-child {
  margin-bottom: 0;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .interview-contents-box {
    margin-bottom: 50px;
  }
}

.p-interview .section-interview .interview-contents h2 {
  color: #c00;
  font-size: 42px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 35px;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .interview-contents h2 {
    font-size: 20px;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
  }
}

.p-interview .section-interview .-inner {
  width: 900px;
  margin: auto;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .-inner {
    width: 280px;
  }
}

.p-interview .section-interview .-inner .head {
  color: #c00;
  letter-spacing: .9px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .-inner .head {
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-interview .section-interview .-inner .head:before {
  content: "";
  background-color: #c00;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .-inner .head:before {
    width: 20px;
  }
}

.p-interview .section-interview .-inner .text {
  margin-top: 40px;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .-inner .text {
    margin-top: 30px;
    font-size: 14px;
  }
}

.p-interview .section-interview .-inner .pic {
  margin-top: 70px;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .-inner .pic {
    margin-top: 50px;
  }

  .p-interview .section-interview .-inner .pic.-col1 {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.p-interview .section-interview .-inner .list-col2 {
  align-items: center;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .-inner .list-col2 {
    flex-direction: column-reverse;
  }
}

.p-interview .section-interview .-inner .list-col2 > li:first-child {
  flex: 1;
}

.p-interview .section-interview .-inner .list-col2 > li:first-child .pic {
  border-radius: 15px;
  margin-top: 0;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .-inner .list-col2 > li:first-child .pic {
    margin-top: 0;
  }
}

.p-interview .section-interview .-inner .list-col2 > li:nth-child(2) {
  flex-basis: 450px;
  margin-left: 50px;
}

@media screen and (width <= 768px) {
  .p-interview .section-interview .-inner .list-col2 > li:nth-child(2) {
    flex-basis: auto;
    margin-bottom: 50px;
    margin-left: 0;
  }
}

.p-contact .c-headTitle {
  margin-bottom: 0;
}

.p-contact .section-content01 {
  margin-bottom: 80px;
}

@media screen and (width <= 768px) {
  .p-contact .section-content01 {
    margin-bottom: 60px;
  }
}

.p-contact .section-content01 .inner {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 60px;
}

@media screen and (width <= 768px) {
  .p-contact .section-content01 .inner {
    border-radius: 10px;
    padding: 30px 20px;
  }
}

.p-contact .section-content01 .title {
  color: #333;
  text-align: center;
  line-height: 1.4;
}

.p-contact .section-content01 .information {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 35px;
  margin-bottom: 80px;
  padding: 30px;
}

@media screen and (width <= 768px) {
  .p-contact .section-content01 .information {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px;
  }
}

.p-contact .section-content01 .information p + p {
  margin-top: 5px;
}

.p-contact .section-content01 .text {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (width <= 768px) {
  .p-contact .section-content01 .text {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.p-contact .section-content01 .contact {
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-contact .section-content01 .contact object {
  width: 100%;
}

.p-contact .section-content01 .contact object a {
  background-color: #fff;
  width: 100%;
  max-width: 490px;
}

@media screen and (width <= 768px) {
  .p-contact .section-content01 .contact object a {
    max-width: 330px;
  }
}

.p-contact .section-content01 .contact object a.narita {
  color: #c00;
}

.p-contact .section-content01 .contact object a.narita:hover {
  color: #fff;
  background-color: #c00;
}

.p-contact .section-content01 .contact object a.haneda {
  color: #53c6a0;
}

.p-contact .section-content01 .contact object a.haneda:after {
  background-image: url("/assets/img/icon_other_green.svg");
  background-size: cover;
}

.p-contact .section-content01 .contact object a.haneda:hover {
  color: #fff;
  background-color: #53c6a0;
}

.p-contact .section-content01 .contact object a.haneda:hover:after {
  background: url("/assets/img/icon_other_wh.svg") 0 0 / cover no-repeat;
}

.p-company .c-headTitle {
  margin-bottom: 0;
}

@media screen and (width <= 768px) {
  .p-company .section-content01 .list-yakuin {
    display: block;
  }

  .p-company .section-content01 .list-yakuin + .list-yakuin {
    margin-top: 20px;
  }
}

.p-company .section-content01 .list-yakuin > li:first-child {
  flex-basis: 10em;
}

.p-company .section-content02 .inner {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 60px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-company .section-content02 .inner {
    border-radius: 10px;
    padding: 30px 20px;
  }
}

.p-company .section-content02 .title {
  color: #333;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .p-company .section-content02 .img {
    overflow: auto;
  }

  .p-company .section-content02 .img img {
    width: 680px;
    max-width: none;
  }
}

.p-group .section-content01 .group-btn-wrap {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.p-group .section-content01 .group-btn {
  justify-content: center;
  align-items: center;
  width: calc(25% - 15px);
  height: 100px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

@media screen and (width <= 768px) {
  .p-group .section-content01 .group-btn {
    width: calc(50% - 10px);
    height: 15.2vw;
  }

  .p-group .section-content01 .group-btn img {
    max-height: 9.33333vw;
  }
}

.p-store .c-title2 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .p-store .c-title2 {
    margin-inline: auto;
    width: calc(100vw - 40px);
    margin-bottom: 30px;
  }
}

.p-store .c-title2 .small {
  margin-left: 35px;
  font-size: 24px;
}

@media screen and (width <= 768px) {
  .p-store .c-title2 .small {
    margin-left: 0;
    font-size: 18px;
    display: block;
  }
}

.p-store .section-content01 a {
  color: #333;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 20px 110px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.p-store .section-content01 a:before {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-store .section-content01 a {
    padding: 10px 20px;
    font-size: 18px;
  }

  .p-store .section-content01 a:after {
    content: "";
    background-color: #ccc;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .p-store .section-content01 a:last-of-type {
    margin-top: 20px;
  }
}

.p-store .section-content01 a:last-of-type:after {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.p-store .section-content01 .c-btnIcon:before {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px #0000001a;
}

.p-store .section-content01 .c-btnIcon:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 9px;
  transform: rotate(135deg);
}

.p-store .section-content02, .p-store .section-content03 {
  color: #333;
}

.p-store .section-content02 .inner, .p-store .section-content03 .inner {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 60px;
}

@media screen and (width <= 768px) {
  .p-store .section-content02 .inner, .p-store .section-content03 .inner {
    border-radius: 10px;
    padding: 30px 20px;
  }
}

.p-store .section-content02 .accordion, .p-store .section-content03 .accordion {
  text-align: left;
  background: #fff;
  box-shadow: 0 0 10px #0000001a;
}

.p-store .section-content02 .accordion + .accordion, .p-store .section-content03 .accordion + .accordion {
  margin-top: 20px;
}

.p-store .section-content02 .accordion-title, .p-store .section-content03 .accordion-title {
  cursor: pointer;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-store .section-content02 .accordion-title, .p-store .section-content03 .accordion-title {
    padding: 10px 50px 10px 15px;
    font-size: 18px;
  }
}

.p-store .section-content02 .accordion-title:before, .p-store .section-content03 .accordion-title:before {
  content: "";
  border-top: 1px solid #333;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #333;
  width: 8px;
  height: 8px;
  margin: -5px auto auto;
  transition: all .3s;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(135deg);
}

.p-store .section-content02 .accordion-title.open:before, .p-store .section-content03 .accordion-title.open:before {
  top: 55%;
  transform: rotate(-45deg);
}

.p-store .section-content02 .accordion-title.open:after, .p-store .section-content03 .accordion-title.open:after {
  content: "";
  background-color: #ccc;
  width: calc(100% - 40px);
  height: 1px;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-store .section-content02 .accordion-content, .p-store .section-content03 .accordion-content {
  padding: 40px;
  display: none;
}

@media screen and (width <= 768px) {
  .p-store .section-content02 .accordion-content, .p-store .section-content03 .accordion-content {
    padding: 30px 20px;
  }
}

.p-store .section-content02 .image, .p-store .section-content03 .image {
  margin-bottom: 10px;
}

.p-store .section-content02 .map, .p-store .section-content03 .map {
  width: 67.7%;
}

@media screen and (width <= 768px) {
  .p-store .section-content02 .map, .p-store .section-content03 .map {
    width: 100%;
  }
}

.p-store .section-content02 .pic, .p-store .section-content03 .pic {
  width: 31%;
}

@media screen and (width <= 768px) {
  .p-store .section-content02 .pic, .p-store .section-content03 .pic {
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .p-store .section-content02 .pic img:first-of-type, .p-store .section-content03 .pic img:first-of-type {
    width: 75%;
  }
}

.p-store .section-content02 .logo, .p-store .section-content03 .logo {
  aspect-ratio: 115 / 115;
  width: 115px;
  margin-top: 10px;
}

@media screen and (width <= 768px) {
  .p-store .section-content02 .logo, .p-store .section-content03 .logo {
    width: 20%;
    margin-top: 0;
  }
}

.p-store .section-content02 .time .small, .p-store .section-content03 .time .small {
  font-size: 14px;
}

@media screen and (width <= 768px) {
  .p-store .section-content02 .time .small, .p-store .section-content03 .time .small {
    font-size: 12px;
  }
}

.p-store .section-content02 .products, .p-store .section-content03 .products {
  margin-top: 100px;
}

@media screen and (width <= 768px) {
  .p-store .section-content02 .products, .p-store .section-content03 .products {
    margin-top: 70px;
  }
}

.p-store .section-content02 .products h4, .p-store .section-content03 .products h4 {
  padding-bottom: 15px;
  font-size: 20px;
  position: relative;
}

.p-store .section-content02 .products h4:after, .p-store .section-content03 .products h4:after {
  content: "";
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-store .section-content02 .products .row, .p-store .section-content03 .products .row {
  border-bottom: 2px dotted #ccc;
  margin-top: 30px;
  padding-bottom: 30px;
}

.p-store .section-content02 .products .row:last-of-type, .p-store .section-content03 .products .row:last-of-type {
  border-bottom: none;
}

.p-store .section-content02 .products .row .sub-row + .sub-row, .p-store .section-content03 .products .row .sub-row + .sub-row {
  margin-top: 20px;
}

.p-store .section-content02 .products .row h5, .p-store .section-content03 .products .row h5 {
  margin-bottom: 20px;
  font-size: 18px;
}

.p-store .section-content02 .products .row h6, .p-store .section-content03 .products .row h6 {
  margin-left: 10px;
  font-size: 16px;
}

.p-store .section-content02 .products .row p, .p-store .section-content03 .products .row p {
  color: #666;
  margin-left: 10px;
  font-size: 14px;
}

.p-recruit .c-headTitle {
  margin-bottom: 0;
}

.p-recruit .section-content01 .recruit-table {
  background: #fff;
  border-radius: 20px;
  padding: 70px 90px;
}

@media screen and (width <= 768px) {
  .p-recruit .section-content01 .recruit-table {
    padding: 60px 27.5px;
  }
}

.p-recruit .section-content01 .recruit-table h2 {
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.p-recruit .section-content01 .recruit-table h2 span {
  letter-spacing: 1px;
  color: #c00;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .p-recruit .section-content01 .recruit-table h2 {
    font-size: 20px;
  }

  .p-recruit .section-content01 .recruit-table h2 span {
    font-size: 16px;
  }
}

.p-recruit .section-content01 .recruit-table .annotation {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.p-recruit .section-content01 .recruit-table .annotation:before {
  display: none;
}

.p-recruit .section-content02 {
  color: #333;
}

@media screen and (width <= 768px) {
  .p-recruit .section-content02 .recruit-link {
    flex-direction: column;
    gap: 30px;
  }
}

.p-recruit .section-content02 .recruit-link .row {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333% - 22.6667px);
  padding: 70px 40px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-recruit .section-content02 .recruit-link .row {
    border-radius: 10px;
    width: 100%;
    padding: 45px 30px;
  }
}

.p-recruit .section-content02 .recruit-link .row .c-title2 {
  letter-spacing: 1.55px;
  color: #333;
  text-align: center;
  margin-bottom: 45px;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
}

.p-recruit .section-content02 .recruit-link .row .c-title2 span {
  letter-spacing: 1px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
}

.p-recruit .section-content02 .recruit-link .row .c-title2 span.red {
  color: #c00;
}

@media screen and (width <= 768px) {
  .p-recruit .section-content02 .recruit-link .row .c-title2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .p-recruit .section-content02 .recruit-link .row .c-title2 span {
    font-size: 16px;
  }
}

.p-recruit .section-content02 .recruit-link .row p {
  text-align: center;
  letter-spacing: .8px;
  color: #333;
  flex: .3;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 30px;
}

.p-recruit .section-content02 .recruit-link .row p.-caption {
  text-align: center;
  width: 252px;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0 !important;
}

@media screen and (width <= 768px) {
  .p-recruit .section-content02 .recruit-link .row p {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.p-recruit .section-content02 .recruit-link .row a {
  flex: .5;
  display: inline-block;
}

.p-recruit .section-content02 .row.last {
  text-align: center;
  margin-top: 90px;
}

.p-recruit .section-content02 .row.last p {
  margin-bottom: 30px;
}

.p-recruit .section-content02 .row.last p:last-child {
  margin-bottom: 0;
}

@media screen and (width <= 768px) {
  .p-recruit .section-content02 .row.last {
    margin-top: 45px;
  }

  .p-recruit .section-content02 .row.last p {
    margin-bottom: 25px;
  }
}

.p-recruit .section-content02 .row .c-lead {
  font-size: 18px;
  font-weight: 500;
}

.p-recruit .section-content02 .row .c-lead.-large {
  padding-bottom: 30px;
  position: relative;
}

.p-recruit .section-content02 .row .c-lead.-large:after {
  content: "";
  background: gray;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 768px) {
  .p-recruit .section-content02 .row .c-lead.-large {
    padding-bottom: 25px;
  }

  .p-recruit .section-content02 .row .c-lead {
    font-size: 16px;
  }
}

.p-recruit .section-content02 .list-banner {
  gap: 20px;
}

.p-investors .section-content01 {
  color: #333;
}

.p-investors .section-content01 .company {
  text-align: right;
  margin-top: 100px;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .company {
    margin-top: 60px;
  }
}

.p-investors .section-content01 .tab-group {
  gap: 30px;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .tab-group {
    gap: 20px 15px;
  }
}

.p-investors .section-content01 .tab {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 30px;
  width: calc(33.3333% - 20px);
  padding: 20px;
  font-size: 18px;
  line-height: 1;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .tab {
    width: calc(50% - 7.5px);
    padding: 15px 10px;
    font-size: 14px;
  }
}

.p-investors .section-content01 .tab:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  border: 8px solid #0000;
  border-top-color: #333;
  border-bottom-width: 0;
  transition: all .3s;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.p-investors .section-content01 .tab.is-active {
  color: #fff;
  background-color: #333;
  transition: all .3s;
}

.p-investors .section-content01 .tab.is-active:before {
  opacity: 1;
  visibility: visible;
}

.p-investors .section-content01 .panel-box {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-top: 30px;
  padding: 60px;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .panel-box {
    border-radius: 10px;
    padding: 30px 20px;
  }
}

.p-investors .section-content01 .panel-head {
  font-size: 24px;
  font-weight: 500;
}

.p-investors .section-content01 .panel-group .panel {
  display: none;
}

.p-investors .section-content01 .panel-group .panel.is-show {
  display: block;
}

.p-investors .section-content01 .panel-group .panel-date {
  text-align: right;
  margin-top: 30px;
}

.p-investors .section-content01 .panel-group .table-wrap {
  overflow: auto;
}

.p-investors .section-content01 .panel-group table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  width: 1040px;
  margin: 25px auto 10px;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .panel-group table {
    width: 650px;
  }
}

.p-investors .section-content01 .panel-group table th, .p-investors .section-content01 .panel-group table td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.p-investors .section-content01 .panel-group table th {
  background-color: #d8d8d8;
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .panel-group table th {
    padding: 15px;
  }
}

.p-investors .section-content01 .panel-group table td {
  vertical-align: top;
  background-color: #fff;
  width: 25%;
}

.p-investors .section-content01 .panel-group table td.bd0 {
  border-bottom: none;
}

.p-investors .section-content01 .panel-group table td.tac {
  vertical-align: middle;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .panel-group table td.tac {
    padding: 5px;
  }
}

.p-investors .section-content01 .panel-group table td.tac.sum {
  background-color: #f9f9f9;
}

.p-investors .section-content01 .panel-group table dl {
  text-align: left;
  width: 190px;
  margin: 15px auto;
  line-height: 2;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .panel-group table dl {
    width: 130px;
  }
}

.p-investors .section-content01 .panel-group table dl dt {
  font-size: 18px;
  font-weight: bold;
}

.p-investors .section-content01 .panel-group table dl dd {
  margin: 5px 0 0 1em;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .panel-group table dl dd {
    margin: 5px 0 0 .5em;
  }
}

.p-investors .section-content01 .panel-group table td.number dl {
  text-align: right;
  width: 130px;
}

.p-investors .section-content01 .panel-group table td.number dd {
  margin: 5px 0 0;
}

.p-investors .section-content01 .panel-group table dl dd dl, .p-investors .section-content01 .panel-group table dl dd dl dt, .p-investors .section-content01 .panel-group table td.number dl dd dd {
  font-size: initial;
  margin: 0;
  font-weight: normal;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .panel-group table dl dd dl, .p-investors .section-content01 .panel-group table dl dd dl dt, .p-investors .section-content01 .panel-group table td.number dl dd dd {
    font-size: 14px;
  }
}

.p-investors .section-content01 .panel-group .btm {
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 1em;
  width: 1040px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-investors .section-content01 .panel-group .btm {
    width: 620px;
  }
}

.p-investors .section-content01 .panel-group .btm dt {
  text-align: left;
}

.p-investors .section-content01 .panel-group .btm dd {
  text-align: right;
}

.p-message .c-headTitle {
  margin-bottom: 0;
}

.p-message .section-content01 {
  color: #333;
  position: relative;
}

.p-message .section-content01:before {
  content: "";
  aspect-ratio: 400 / 500;
  background: #f2f2f2;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 400px;
  position: absolute;
  top: 70px;
  right: 0;
}

@media screen and (width <= 768px) {
  .p-message .section-content01:before {
    border-radius: 0 20px 20px 0;
    width: 89.3333vw;
    inset: auto auto 45.3333vw 0;
  }
}

.p-message .section-content01 .text + .text {
  margin-top: 50px;
}

@media screen and (width <= 768px) {
  .p-message .section-content01 .text + .text {
    margin-top: 30px;
  }
}

.p-message .section-content01 .list-message {
  gap: 120px;
}

.p-message .section-content01 .list-message > div:first-child {
  flex: 1;
}

.p-message .section-content01 .right {
  flex-direction: column;
  justify-content: space-between;
  gap: 120px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-message .section-content01 .right {
    gap: 50px;
    margin-top: 26.6667vw;
    display: none;
  }
}

.p-message .section-content01 .right2 {
  display: none;
}

@media screen and (width <= 768px) {
  .p-message .section-content01 .right2 {
    margin-top: 26.6667vw;
    margin-bottom: 0;
    display: flex;
  }
}

.p-message .section-content01 .pic {
  aspect-ratio: 400 / 500;
  border-radius: 20px;
  width: 400px;
  transform: translateY(60px);
}

@media screen and (width <= 768px) {
  .p-message .section-content01 .pic {
    width: 100%;
    transform: translateY(-10%);
  }
}

.p-message .section-content01 .pic img {
  border-radius: 20px;
  width: 100%;
}

.p-message .section-content01 .top-name {
  text-align: right;
}

.p-message .section-content01 .top-name .big {
  font-size: 24px;
}

.p-r-message .c-headTitle {
  margin-bottom: 0;
}

.p-r-message .section-content01 {
  color: #333;
}

.p-r-message .section-content01 .text + .text {
  margin-top: 65px;
}

@media screen and (width <= 768px) {
  .p-r-message .section-content01 .text + .text {
    margin-top: 50px;
  }
}

.p-r-message .section-content01 .text + .text.name {
  margin-top: 80px;
}

@media screen and (width <= 768px) {
  .p-r-message .section-content01 .text + .text.name {
    margin-top: 50px;
  }
}

.p-r-message .section-content01 .top-name {
  text-align: right;
  margin-top: 35px;
}

.p-r-message .section-content01 .text {
  text-align: center;
  width: 100%;
  font-size: 18px;
}

@media screen and (width <= 768px) {
  .p-r-message .section-content01 .text {
    text-align: justify;
    font-size: 16px;
  }
}

.p-news .section-content01 {
  padding-top: 0;
}

.p-news .section-content01 .news-archive {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 60px;
}

@media screen and (width <= 768px) {
  .p-news .section-content01 .news-archive {
    padding: 20px;
  }
}

.p-news .section-content01 .news-archive .news-archiveInner {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}

@media screen and (width <= 768px) {
  .p-news .section-content01 .news-archive .news-archiveInner {
    padding: 20px;
  }
}

.p-news .section-content01 .news-archive .news-archiveInner .text-year {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.p-news .section-content01 .news-archive .news-archiveInner .c-news + .text-year {
  margin-top: 40px;
}

.p-news .section-content01 .news-archive .news-archiveInner .c-news a.-noLink {
  pointer-events: none;
}

.p-news .section-content01 .news-archive .news-archiveInner .c-news a.-noLink:after {
  display: none;
}

.p-discussion .c-section-head .-small {
  font-size: 14px;
  display: block;
}

.p-discussion .list-anchor {
  gap: 30px;
  padding: 100px 0;
}

@media screen and (width <= 768px) {
  .p-discussion .list-anchor {
    padding: 80px 0;
    display: block;
  }
}

.p-discussion .list-anchor > li {
  flex-basis: calc(33.3333% - 30px);
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-discussion .list-anchor > li + li {
    margin-top: 40px;
  }
}

.p-discussion .list-anchor > li .list {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.p-discussion .list-anchor > li .list > li {
  line-height: 1;
}

.p-discussion .list-anchor > li .list > li:first-child {
  font-size: 28px;
  font-weight: 500;
}

.p-discussion .list-anchor > li .list > li:first-child span {
  font-size: 18px;
}

.p-discussion .list-anchor > li .list > li:nth-child(2) {
  letter-spacing: .7px;
  color: #666;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}

.p-discussion .list-anchor > li .list2 {
  margin-top: 10px;
}

@media screen and (width <= 768px) {
  .p-discussion .list-anchor > li .list2 {
    margin-top: 5px;
  }
}

.p-discussion .list-anchor > li .list2 > li {
  letter-spacing: .7px;
  color: #666;
  font-size: 14px;
  line-height: 1;
}

.p-discussion .list-anchor > li .list2 > li:first-child {
  margin-right: 5px;
  position: relative;
}

.p-discussion .interview-contents {
  border-radius: 20px;
  width: 100%;
  padding: 100px 0;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-discussion .interview-contents {
    padding: 80px 0;
  }
}

.p-discussion .interview-contents-box {
  margin-bottom: 100px;
}

.p-discussion .interview-contents-box:last-child {
  margin-bottom: 0;
}

@media screen and (width <= 768px) {
  .p-discussion .interview-contents-box {
    margin-bottom: 50px;
  }
}

.p-discussion .interview-contents h2 {
  letter-spacing: 1.2px;
  border-bottom: 1px solid #999;
  width: 100%;
  margin-bottom: 65px;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .p-discussion .interview-contents h2 {
    letter-spacing: .9px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.p-discussion .-inner {
  width: 900px;
  margin: auto;
}

@media screen and (width <= 768px) {
  .p-discussion .-inner {
    width: 280px;
  }
}

.p-discussion .-inner .head {
  color: #c00;
  letter-spacing: .9px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-discussion .-inner .head {
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-discussion .-inner .head:before {
  content: "";
  background-color: #c00;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-discussion .-inner .head:before {
    width: 20px;
  }
}

.p-discussion .-inner .text {
  letter-spacing: .8px;
  margin-top: 40px;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .p-discussion .-inner .text {
    margin-top: 30px;
    font-size: 14px;
  }
}

.p-discussion .-inner .list-col2 {
  align-items: center;
  margin-top: 60px;
}

@media screen and (width <= 768px) {
  .p-discussion .-inner .list-col2 {
    flex-direction: column-reverse;
    gap: 15px;
    margin-top: 30px;
  }
}

.p-discussion .-inner .list-col2 > li {
  border-radius: 15px;
  width: calc(50% - 20px);
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-discussion .-inner .list-col2 > li {
    width: 100%;
  }
}

.p-carrierimage .c-section-carrierimageBox {
  background: #fff;
  border-radius: 20px;
  margin-top: 70px;
  padding: 90px;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox {
    padding: 50px 22.5px;
  }
}

.p-carrierimage .c-section-carrierimageBox:last-child {
  margin-top: 50px;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox:last-child {
    margin-top: 30px;
  }
}

.p-carrierimage .c-section-carrierimageBox h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.p-carrierimage .c-section-carrierimageBox .carrier-box {
  background: #f2f2f2;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .carrier-box {
    flex-direction: column;
    gap: 30px;
    padding: 30px 25px;
  }
}

.p-carrierimage .c-section-carrierimageBox .carrier-box-img {
  height: 85px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .carrier-box-img {
    width: 85px;
    height: auto;
  }
}

.p-carrierimage .c-section-carrierimageBox .carrier-box-img img {
  height: 100%;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .carrier-box-img img {
    width: 100%;
  }
}

.p-carrierimage .c-section-carrierimageBox .carrier-box-img:after {
  content: "";
  background: #d1d1d1;
  width: 1px;
  height: 85px;
  position: absolute;
  top: 0;
  right: -35px;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .carrier-box-img:after {
    display: none;
  }
}

.p-carrierimage .c-section-carrierimageBox .carrier-box-info {
  letter-spacing: .8px;
  width: 640px;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .carrier-box-info {
    ont-size: 14px;
    letter-spacing: .56px;
    width: 100%;
    line-height: 26px;
  }
}

.p-carrierimage .c-section-carrierimageBox .carrier-img {
  margin-top: 50px;
}

.p-carrierimage .c-section-carrierimageBox .carrier:last-child {
  margin-top: 100px;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .carrier:last-child {
    margin-top: 80px;
  }

  .p-carrierimage .c-section-carrierimageBox .list02 {
    flex-direction: column;
    gap: 30px;
  }
}

.p-carrierimage .c-section-carrierimageBox .list02 > li {
  width: 460px;
}

.p-carrierimage .c-section-carrierimageBox .list02 > li ul > li {
  margin-top: 15px;
  position: relative;
}

.p-carrierimage .c-section-carrierimageBox .list02 > li ul > li:first-child {
  margin-top: 0;
}

.p-carrierimage .c-section-carrierimageBox .list02 > li ul > li:before {
  content: "";
  background: #c00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .list02 > li ul:first-child {
    margin-bottom: 15px;
  }

  .p-carrierimage .c-section-carrierimageBox .list02 > li ul:last-child li {
    margin-left: 15px;
  }
}

.p-carrierimage .c-section-carrierimageBox .list02 > li ul:first-child li {
  margin-left: 15px;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .list02 > li {
    width: 100%;
  }
}

.p-carrierimage .c-section-carrierimageBox .list02 > li .text {
  text-align: justify;
}

.p-carrierimage .c-section-carrierimageBox .list02 > li .training-list {
  letter-spacing: .7px;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-carrierimage .c-section-carrierimageBox .list02 > li .training-list {
    padding: 30px 0 30px 30px;
    font-size: 15px;
  }
}

.p-carrierimage .c-section-carrierimageBox .list02 > li .img {
  border-radius: 10px;
  overflow: hidden;
}

.pagetop {
  z-index: 10;
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 20px;
  right: 50px;
}

@media screen and (width <= 768px) {
  .pagetop {
    bottom: 20px;
    right: 46px;
  }
}

.pagetop.fixedF {
  position: fixed;
}

.pagetop a {
  color: #333;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: relative;
}

.pagetop a:before {
  content: "";
  background: url("/assets/img/icon_pagetop.svg") 0 0 / cover no-repeat;
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
  position: absolute;
  top: -33px;
  left: -3px;
  right: 0;
}

@media screen and (width <= 768px) {
  .btn_pagetopWrap {
    text-align: center;
    padding: 10px 0;
  }
}

.btn_pagetop {
  display: none;
}

@media screen and (width <= 768px) {
  .btn_pagetop {
    text-align: center;
    z-index: 5;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
  }
}

.btn_pagetop a {
  color: #fff;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  .btn_pagetop a {
    color: #333;
    text-align: center;
    padding-right: 15px;
    font-weight: normal;
    display: inline-block;
  }
}

.btn_pagetop a:before {
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotate(-135deg);
}

@media screen and (width <= 768px) {
  .btn_pagetop a:before {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
}

.l-footer {
  position: relative;
}

.l-footer .inner {
  padding: 40px 0;
}

@media screen and (width <= 768px) {
  .l-footer .inner {
    padding: 40px 0 20px;
  }
}

.l-footer .copyright {
  bottom: inherit;
  right: inherit;
  letter-spacing: .1em;
  color: #333;
  width: 300px;
  margin-top: -10px;
  font-size: 12px;
  line-height: 1;
  position: relative;
}

@media screen and (width <= 768px) {
  .l-footer .copyright {
    bottom: inherit;
    text-align: center;
    letter-spacing: 0;
    width: auto;
    margin-top: 40px;
    line-height: 1.4;
  }
}

.l-footer .copyright small {
  font-size: inherit;
}

.l-footer.-small {
  text-align: center;
}

.l-footer.-small .inner {
  padding: 20px 0;
}

.l-footer.-small .copyright {
  bottom: inherit;
  right: inherit;
  font-size: 11px;
  line-height: 1;
  position: relative;
}

.c-section-contact {
  background-color: #051432;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-top: -80px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .c-section-contact {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.c-section-contact .title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (width <= 768px) {
  .c-section-contact .title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.c-section-contact .c-lead {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .c-section-contact .c-lead {
    font-size: 14px;
  }
}

.c-section-contact .list-col {
  gap: 30px;
  margin-top: 50px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .c-section-contact .list-col {
    margin-top: 20px;
    display: block;
  }
}

.c-section-contact .list-col > li {
  flex-basis: 465px;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-section-contact .list-col > li {
    padding: 0 20px;
  }
}

.c-section-contact .list-col > li:first-child object a {
  color: #c45353;
  background-color: #fff;
}

.c-section-contact .list-col > li:first-child object a:hover {
  color: #fff;
  opacity: 1;
  background-color: #c45353;
}

.c-section-contact .list-col > li:first-child object a:hover:after {
  background-image: url("/assets/img/icon_other_wh.svg");
  background-size: cover;
}

@media screen and (width <= 768px) {
  .c-section-contact .list-col > li:nth-child(2) {
    margin-top: 20px;
  }
}

.c-section-contact .list-col > li:nth-child(2) object a {
  color: #53c6a0;
  background-color: #fff;
}

.c-section-contact .list-col > li:nth-child(2) object a:hover {
  color: #fff;
  background-color: #53c6a0;
}

.c-section-contact .list-col > li:nth-child(2) object a:hover:after {
  background-image: url("/assets/img/icon_other_wh.svg");
  background-size: cover;
}

.c-section-contact .list-col > li:nth-child(2) object a:after {
  background-image: url("/assets/img/icon_other_green.svg");
  background-size: cover;
}

.c-section-contact .list-col > li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.c-section-contact .list-col > li a:hover {
  opacity: 1;
}

.c-section-contact .list-col > li a:hover object a {
  transition: all .25s ease-in-out;
}

.c-section-contact .list-col > li object a, .c-section-contact .list-col > li object a.c-btn {
  background-color: #fff;
  width: 100%;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .c-section-contact .list-col > li object a, .c-section-contact .list-col > li object a.c-btn {
    padding: 20px 0;
    font-size: 16px;
  }

  .c-section-contact .list-col > li object a span, .c-section-contact .list-col > li object a.c-btn span {
    font-size: 18px;
  }
}

.c-section-contact .list-col > li object a:before, .c-section-contact .list-col > li object a.c-btn:before {
  display: none;
}

@media screen and (width <= 768px) {
  .c-section-contact .list-col > li object a:after, .c-section-contact .list-col > li object a.c-btn:after {
    width: 12.5px;
    height: 10.5px;
    right: 20px;
  }

  .c-section-contact .list-col > li object a span, .c-section-contact .list-col > li object a.c-btn span {
    margin-bottom: 5px;
    display: block;
  }
}

.c-header_footer_nav {
  font-size: 14px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav {
    line-height: 1.2;
  }

  .c-header_footer_nav .list-wrap {
    display: block;
  }
}

.c-header_footer_nav .list-wrap > li {
  color: #333;
}

.c-header_footer_nav .list-wrap > li:first-child {
  flex-basis: 308px;
  margin-right: 60px;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav .list-wrap > li:first-child {
    width: 280px;
    margin: auto auto 40px;
  }
}

.c-header_footer_nav .list-wrap > li:first-child img {
  margin-left: -8px;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav .list-wrap > li:first-child img {
    margin-left: 0;
  }
}

.c-header_footer_nav .list-wrap > li:nth-child(2) {
  flex: 1;
  padding-top: 10px;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav .list-wrap > li:nth-child(2) {
    margin-top: 30px;
  }
}

.c-header_footer_nav .list-navWrap {
  letter-spacing: .1em;
  flex-wrap: nowrap;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav .list-navWrap {
    flex-wrap: wrap;
  }

  .c-header_footer_nav .list-navWrap > li {
    width: 100%;
  }

  .c-header_footer_nav .list-navWrap > li + li {
    margin-top: 20px;
  }
}

.c-header_footer_nav .list-navWrap > li:nth-child(2) {
  margin-right: 20px;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav .list-navWrap > li:nth-child(2) {
    margin-right: 0;
  }
}

.c-header_footer_nav .list-navWrap .link-list > li {
  width: 46%;
}

.c-header_footer_nav .list-navigation {
  flex-direction: column;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav .list-navigation {
    flex-direction: inherit;
  }
}

.c-header_footer_nav .list-navigation > li {
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav .list-navigation > li {
    flex-basis: 50%;
  }
}

.c-header_footer_nav .list-navigation > li + li {
  margin-top: 17px;
}

@media screen and (width <= 768px) {
  .c-header_footer_nav .list-navigation > li + li {
    margin-top: 0;
  }

  .c-header_footer_nav .list-navigation > li.-large {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .c-header_footer_nav .list-navigation > li:not(.-large) {
    margin-bottom: 20px;
  }

  .c-header_footer_nav .list-navigation.-last_row > li:nth-child(2) a {
    letter-spacing: -.03em;
  }
}

.c-header_footer_nav a {
  color: #333;
  text-decoration: none;
}

.c-header_footer_nav a:hover {
  color: #c00;
  opacity: 1;
  text-decoration: none;
}

.c-header_footer_nav .-large {
  font-size: 16px;
  font-weight: 500;
}
/*# sourceMappingURL=style.css.map */
