@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  color: #454344;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body,
input,
select,
optgroup,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.778;
}

@media screen and (max-width: 767px) {
  body,
  input,
  select,
  optgroup,
  textarea {
    font-size: 16px;
  }
}
hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0;
}

button {
  outline: none;
  cursor: pointer;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dd {
  margin: 0;
}

/* heading */
h1, h2, h3, h4, h5, h6, .h {
  clear: both;
  margin: 0 0 1.7em;
  font-weight: 700;
  line-height: 1.75;
}
.font-serif h1, .font-serif h2, .font-serif h3, .font-serif h4, .font-serif h5, .font-serif h6, .font-serif .h {
  font-weight: 500;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 34px;
}

h4, .h4 {
  font-size: 26px;
}

h5, .h5 {
  font-size: 23px;
}

h6, .h6 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, .h {
    margin-bottom: 1.2em;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 17px;
  }
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:focus, a:hover, a:active {
  outline: 0;
}
a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #eeeeee;
  display: block;
  font-size: 0.875px;
  font-size: 0.0875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/
/* Common Style */
.for_sp {
  display: none !important;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}

.font-small {
  font-size: 0.878em;
}

.font-big {
  font-size: 1.2em;
}

.font-normal {
  font-weight: 400;
}

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

.font-kakko {
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-mtp_ll {
  margin-top: 170px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-mbt_ll {
  margin-bottom: 170px !important;
}

.w100, .w100-img img {
  width: 100%;
}

.fleft {
  float: left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fright {
  float: right;
}

.tleft {
  text-align: left !important;
}

.tcenter {
  text-align: center !important;
}

.tright {
  text-align: right !important;
}

.tkinto {
  text-align: justify !important;
}

.pc-tcenter {
  text-align: center;
}

.relative {
  position: relative;
}

.iblock {
  display: inline-block;
}

.noblock {
  display: none !important;
}

.color-main {
  color: #53c8d2;
}

.m-icon {
  vertical-align: middle;
}

.m-tel {
  color: inherit;
  text-decoration: none;
}

.m-tel-num {
  line-height: 1;
  white-space: nowrap;
}

.m-circle-img img {
  border-radius: 50%;
}

.m-lb1 {
  color: #53c8d2;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.m-lb2 {
  padding: 7px;
  background: rgba(83, 200, 210, 0.2);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.m-lb3 {
  padding-bottom: 5px;
  border-bottom: solid 1px;
  color: #53c8d2;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@-webkit-keyframes arrowanime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  88% {
    -webkit-transform: translateX(0.35em);
            transform: translateX(0.35em);
  }
  89% {
    -webkit-transform: translateX(0.35em);
            transform: translateX(0.35em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrowanime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  88% {
    -webkit-transform: translateX(0.35em);
            transform: translateX(0.35em);
  }
  89% {
    -webkit-transform: translateX(0.35em);
            transform: translateX(0.35em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.m-btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 638px;
  height: 105px;
  padding: 0 75px;
  background: #454344;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a.m-btn1 {
  position: relative;
  background: #e50012;
}
a.m-btn1::before {
  content: "";
  display: block;
  position: absolute;
  right: 55px;
  top: 50%;
  width: 0.6em;
  height: 0.65em;
  margin-top: -0.325em;
  background: url("../img/common/icon_arrow_r_w.svg") 50% 50% no-repeat;
}
a.m-btn1:hover {
  opacity: 1;
}
a.m-btn1:hover::before {
  -webkit-animation: 0.6s ease infinite arrowanime;
          animation: 0.6s ease infinite arrowanime;
}

.m-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100%;
  width: 330px;
  height: 66px;
  padding: 0 40px;
  border: solid 1px #454344;
  background: #fff;
  color: #454344;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.26;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.m-btn2::before {
  content: "";
  display: block;
  position: absolute;
  right: 27px;
  top: 50%;
  width: 0.6em;
  height: 0.65em;
  margin-top: -0.325em;
  background: url("../img/common/icon_arrow_r.svg") 50% 50% no-repeat;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.m-btn2:hover {
  background: #454344;
  color: #fff;
  opacity: 1;
}
.m-btn2:hover::before {
  background-image: url("../img/common/icon_arrow_r_w.svg");
}

.m-btn3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100%;
  width: 350px;
  height: 44px;
  background: #53c8d2;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

.m-btn4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100%;
  width: 638px;
  height: 162px;
  padding: 0 40px;
  background: rgba(83, 200, 210, 0.15);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.m-btn4__lb {
  display: block;
}
.m-btn4__dsr {
  display: block;
  margin-top: 1.575em;
  font-size: 0.793em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.701;
}

a.m-btn4__lb {
  position: relative;
}
a.m-btn4__lb::before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0.6em;
  height: 0.65em;
  margin-top: -0.325em;
  background: url("../img/common/icon_arrow_r.svg") 50% 50% no-repeat;
}
a.m-btn4:hover {
  opacity: 1;
}
a.m-btn4:hover a.m-btn4__lb::before {
  -webkit-animation: 0.6s ease infinite arrowanime;
          animation: 0.6s ease infinite arrowanime;
}

.m-inner {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  width: 92%;
}

.m-para > * + * {
  margin-top: 1.778em;
}

.m-lead_s {
  margin-bottom: 130px;
  font-size: 35px;
  font-weight: 500;
  line-height: 2.143;
  text-align: center;
}

.m-lead_m {
  margin-bottom: 130px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}

.m-lead_l {
  margin-bottom: 130px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.568;
  text-align: center;
}

.m-lead_s .p,
.m-lead_m .p,
.m-lead_l .p {
  font-size: 1em;
  line-height: 1.568;
  margin: 0;
}

.m-list-note li {
  position: relative;
  padding-left: 1.1em;
}
.m-list-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-list-disc li {
  position: relative;
  padding-left: 1.1em;
}
.m-list-disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.m-list-btn1 {
  text-align: center;
}
.m-list-btn1__item + .m-list-btn1__item {
  margin-top: 40px;
}

.m-list-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-list-btn3 {
  text-align: center;
}
.m-list-btn3__item + .m-list-btn3__item {
  margin-top: 28px;
}

.m-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.m-table__tr {
  display: table-row;
}
.m-table__th, .m-table__td {
  display: table-cell;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.is-wrap,
.flex-lr.is-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.is-reverse,
.flex-lr.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.is-vcenter,
.flex-lr.is-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block !important;
  }
  .m-mtp_xs {
    margin-top: 20px !important;
  }
  .m-mtp_s {
    margin-top: 30px !important;
  }
  .m-mtp_m {
    margin-top: 40px !important;
  }
  .m-mtp_l {
    margin-top: 52px !important;
  }
  .m-mtp_xl {
    margin-top: 70px !important;
  }
  .m-mtp_ll {
    margin-top: 85px !important;
  }
  .m-mbt_xs {
    margin-bottom: 20px !important;
  }
  .m-mbt_s {
    margin-bottom: 30px !important;
  }
  .m-mbt_m {
    margin-bottom: 40px !important;
  }
  .m-mbt_l {
    margin-bottom: 52px !important;
  }
  .m-mbt_xl {
    margin-bottom: 70px !important;
  }
  .m-mbt_ll {
    margin-bottom: 85px !important;
  }
  .pc-tcenter {
    text-align: justify;
  }
  .sp-tcenter {
    text-align: center;
  }
  .m-lb1 {
    font-size: 22px;
  }
  .m-lb2 {
    font-size: 20px;
  }
  .m-lb3 {
    font-size: 22px;
  }
  .m-btn1 {
    height: 90px;
    padding: 0 14px;
    font-size: 16.5px;
    line-height: 1.4;
  }
  a.m-btn1 {
    padding-right: 36px;
  }
  a.m-btn1::before {
    right: 20px;
  }
  .m-btn2 {
    padding-top: 0.2em;
    font-size: 15.5px;
  }
  .m-btn3 {
    font-size: 16px;
  }
  .m-btn4 {
    padding: 0 15px;
    font-size: 16.5px;
    line-height: 1.4;
  }
  a.m-btn4__lb {
    padding-right: 5px;
  }
  a.m-btn4__lb::before {
    right: -5px;
  }
  .m-lead_s {
    margin-bottom: 70px;
    font-size: 21px;
  }
  .m-lead_m {
    margin-bottom: 70px;
    font-size: 22px;
  }
  .m-lead_l {
    margin-bottom: 70px;
    font-size: 23px;
  }
  .m-list-btn1__item + .m-list-btn1__item {
    margin-top: 20px;
  }
  .m-list-btn2 {
    gap: 20px;
  }
  .m-list-btn3__item + .m-list-btn3__item {
    margin-top: 20px;
  }
  .flex-lr {
    display: block;
  }
  .flex-lr > * {
    width: 100% !important;
  }
  .flex-lr > * + * {
    margin-top: 30px;
  }
  .flex-lr .img-box {
    text-align: center;
  }
}
/* Parallax */
.t--u {
  -webkit-transform: translate(0, -80px);
  transform: translate(0, -80px);
}

.u--t {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.r--l {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.l--r {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.u--t,
.r--l,
.l--r {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.t--u {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t--u.is-active,
.u--t.is-active,
.r--l.is-active,
.l--r.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.s--b {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.s--b.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#wrapper {
  overflow: hidden;
}

.anchor-pos {
  padding-top: 100px;
  margin-top: -100px;
}

span.anchor-pos {
  display: block;
}

#header {
  padding-top: 100px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
.site-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.hd-logo {
  margin: 0 0 0 22px;
  font-size: 10px;
}
.hd-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 5px;
}

.hd-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.65em;
  margin-right: 22px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
.hd-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 0.5em;
}

.hd-cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 162px;
  height: 100px;
  background: #53c8d2;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.hd-ent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 162px;
  height: 100px;
  background: #d71718;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

/* Toggle */
.toggle-btn {
  display: none;
}

.toggle-nav {
  margin-left: auto;
}

/* page header */
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-header__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38.28%;
  background: #53c8d2;
  color: #fff;
}
.page-header__img {
  width: 61.72%;
}
.page-header__img img {
  width: 100%;
}

.page-title {
  margin: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

.page-content {
  padding: 100px 0 200px;
}
.interview-page .page-content {
  padding: 15px 0 140px;
}

@media screen and (max-width: 1279px) {
  .anchor-pos {
    padding-top: 80px;
    margin-top: -80px;
  }
  #header {
    padding-top: 80px;
  }
  .site-header {
    padding-right: 80px;
  }
  .site-header__inner {
    height: 80px;
  }
  .hd-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2em;
    padding: 0 0.5em;
    font-size: 19px;
    text-align: center;
  }
  .hd-nav a {
    display: block;
    height: auto;
    padding: 0.5em;
  }
  .hd-cv {
    margin-left: auto;
  }
  .hd-cv a {
    width: 80px;
    height: 80px;
  }
  .hd-cv__txt {
    display: none;
  }
  .hd-ent a {
    width: 7em;
    height: 80px;
  }
  /* Toggle */
  .toggle-btn {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    border: none;
    background: #454344;
    color: #fff;
    cursor: pointer;
  }
  .toggle-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 1px;
    margin-left: -17px;
    background: #fff;
    font-size: 0;
  }
  .toggle-btn span::before, .toggle-btn span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .toggle-btn span::before {
    top: -10px;
  }
  .toggle-btn span::after {
    top: 10px;
  }
  .toggle-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    background: #454344;
    color: #fff;
    width: 400px;
    height: 100%;
    margin: 0;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .toggle-nav__inner {
    width: 100%;
    height: 100%;
    padding: 75px 0 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Toggle - menu open */
  body.is-gnvOpen .toggle-btn {
    border-color: transparent;
    background: transparent;
  }
  body.is-gnvOpen .toggle-btn span {
    background: transparent;
  }
  body.is-gnvOpen .toggle-btn span::before, body.is-gnvOpen .toggle-btn span::after {
    top: 0;
    background: #fff;
  }
  body.is-gnvOpen .toggle-btn span::before {
    -webkit-transform: rotate(-45deg) scale(1.2);
            transform: rotate(-45deg) scale(1.2);
  }
  body.is-gnvOpen .toggle-btn span::after {
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  body.is-gnvOpen .toggle-nav {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  /* page header */
  .page-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-pos {
    padding-top: 60px;
    margin-top: -60px;
  }
  #header {
    padding-top: 60px;
  }
  .site-header {
    padding-right: 60px;
  }
  .site-header__inner {
    height: 60px;
  }
  .hd-logo {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    margin-left: 5px;
    margin-right: 5px;
  }
  .hd-cv a {
    width: 60px;
    height: 60px;
  }
  .hd-cv__icon {
    width: 30px;
  }
  .hd-ent a {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  /* Toggle */
  .toggle-btn {
    width: 60px;
    height: 60px;
  }
  .toggle-btn span {
    width: 26px;
    margin-left: -13px;
  }
  .toggle-nav {
    width: 100%;
  }
  /* Toggle - menu open */
  body.is-gnvOpen {
    overflow: hidden;
  }
  /* page header */
  .page-header {
    display: block;
  }
  .page-header__txt {
    width: 100%;
    height: 120px;
    padding: 0.5em;
  }
  .page-header__img {
    width: 100%;
  }
  .page-title {
    font-size: 26px;
  }
  .page-content {
    padding: 55px 0 100px;
  }
  .interview-page .page-content {
    padding-bottom: 60px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.copyright {
  padding: 6px 0;
  background: #454344;
  color: #fff;
  text-align: center;
}
.copyright__txt {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1;
}

@media(max-width: 767px) {
  .copyright__txt {
    font-size: 12px;
  }
}