@charset "UTF-8";
/* ------------------------- Reset ------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "SawarabiMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000;
}

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

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1;
}

img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
}

a:focus, a:active, input, textarea, button {
  outline: none;
}

a:hover, a:hover img {
  opacity: 0.6;
}

.text-indent {
  text-indent: 3em;
}

.text-input, input[type=text], input[type=number], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
}

.error input {
  border: 1px solid #E50101 !important;
  background-color: #FEF2F2;
}
.error .p_error {
  color: #E50101;
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=text] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=text] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=number] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=number] {
  -moz-appearance: textfield;
}

.a-color-blue {
  color: #3BB4FF;
}

.a-decoration-show {
  text-decoration: underline;
}

.show320 {
  display: none;
}
@media screen and (max-width : 320px) {
  .show320 {
    display: block;
  }
}

.show768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .show768 {
    display: block;
  }
}

.show760 {
  display: none;
}
@media screen and (max-width: 760px) {
  .show760 {
    display: block;
  }
}

.hide760 {
  display: block;
}
@media screen and (max-width: 760px) {
  .hide760 {
    display: none;
  }
}

.hide992 {
  display: block;
}
@media screen and (max-width: 992px) {
  .hide992 {
    display: none;
  }
}

.hide1200 {
  display: block;
}
@media screen and (max-width: 1200px) {
  .hide1200 {
    display: none;
  }
}

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

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

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.warp {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.mt0 {
  margin-top: 0px !important;
}

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

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

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

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 760px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 760px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 760px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 760px) {
  .mt50 {
    margin-top: 20px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 760px) {
  .mt70 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 760px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

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

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 760px) {
  .mt120 {
    margin-top: 80px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 760px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

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

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

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 760px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 760px) {
  .mb240 {
    margin-bottom: 80px !important;
  }
}

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

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

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

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

.mar50 {
  margin: 50px 0;
}

.mar75 {
  margin: 75px 0;
}
@media screen and (max-width: 760px) {
  .mar75 {
    margin: 35px 0;
  }
}

.mar100 {
  margin: 100px 0;
}

.mar120 {
  margin: 120px 0;
}

.mar150 {
  margin: 150px 0;
}

.mar5075 {
  margin: 50px 0 75px 0;
}

.mar50100 {
  margin: 50px 0 100px 0;
}

.mar50125 {
  margin: 50px 0 125px 0;
}

.mar80100 {
  margin: 80px 0 100px 0;
}

.mar100125 {
  margin: 100px 0 125px 0;
}

.pt0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pad50 {
  padding: 50px 0;
}

.pad60 {
  padding: 60px 0;
}

.pad75 {
  padding: 75px 0;
}

.pad100 {
  padding: 100px 0;
}

.pad120 {
  padding: 120px 0;
}

.pad150 {
  padding: 150px 0;
}

.pad5075 {
  padding: 50px 0 75px 0;
}

.pad50100 {
  padding: 50px 0 100px 0;
}

.pad50125 {
  padding: 50px 0 125px 0;
}

.pad60100 {
  padding: 60px 0 100px 0;
}

.pad80100 {
  padding: 80px 0 100px 0;
}

.pad100125 {
  padding: 100px 0 125px 0;
}

.pad7550 {
  padding: 75px 0 50px 0;
}

.pad-right-115 {
  padding-right: 115px;
}

.fw-100-thin {
  font-weight: 100 !important;
}

.fw-300-light {
  font-weight: 300 !important;
}

.fw-400-regular {
  font-weight: 400 !important;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.fw-900-black {
  font-weight: 900 !important;
}

.fs-16-px {
  font-size: 1.6rem !important;
}

.fs-18-px {
  font-size: 1.8rem;
}

.fs-24-px {
  font-size: 2.4rem;
}

.fs-30-px {
  font-size: 3rem;
}

.line-height-18 {
  line-height: 1.8;
}

.pointer-nont {
  cursor: auto !important;
}

.link-sp {
  pointer-events: none !important;
}
@media screen and (max-width: 768px) {
  .link-sp {
    pointer-events: visible !important;
  }
}

.content-880 {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

.content-900 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.content-940 {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}

.content-950 {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

.content-1088 {
  width: 90%;
  max-width: 1088px;
  margin: 0 auto;
}

.content-1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-1230 {
  width: 90%;
  max-width: 1230px;
  margin: 0 auto;
}

.content-1300 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.content-1366 {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.color-blue {
  color: #0068b0;
}

.color-indigo {
  color: #3BB4FF;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000 !important;
}

.color-red {
  color: #de2b1e;
}

.color-grey {
  color: #989898;
}

.bg-blue {
  background-color: #0068b0;
}

.bg-grey-dark {
  background-color: #343434;
}

.bg-grey-light {
  background-color: #EEEEEE;
}

.bg-white {
  background: #fff;
}

.bg-grey-DD {
  background: #DDD;
}

.bg-grey-D1 {
  background: #D1D1D1;
}

.bg-grey-E6 {
  background: #E6E6E6;
}

.bg-grey-EB {
  background: #EBEBEB;
}

.bg-grey-E8 {
  background: #E8E8E8;
}

.bg-grey-36 {
  background: #363636 !important;
}

.bg-bea870 {
  background: #bea870;
}

.bg-a8a9a8 {
  background: #a8a9a8;
}

.bg-997a5c {
  background: #997a5c;
}

.bg-dedede {
  background: #dedede;
}

.btn-size-14 {
  font-size: 1.4rem;
}

.btn-height-40 {
  height: 40px;
}

.btn-height-50 {
  height: 50px;
}

.btn-width-157 {
  max-width: 157px;
  width: 100%;
}

.btn-width-160 {
  max-width: 160px;
  width: 100%;
}

.btn-width-180 {
  max-width: 180px;
  width: 100%;
}

.btn-width-307 {
  max-width: 307px;
  width: 100%;
}

.btn-width-320 {
  max-width: 320px;
  width: 100%;
}

.btn-width-369 {
  max-width: 369px;
  width: 100%;
}

.btn-white {
  border: 1px solid #000;
  background: #fff;
  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;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  background: url("/assets/images/commons/arrow-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}

.btn-white-back {
  border: 1px solid #000;
  background: #fff;
  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;
  padding-top: 2px;
  background: url("/assets/images/commons/arrow-back-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}

.btn-white-next {
  border: 1px solid #000;
  background: #fff;
  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;
  padding-top: 2px;
  background: url("/assets/images/commons/arrow-right-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}

.btn-grey {
  border: 1px solid #A8A8A8;
  background: #A8A8A8;
  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;
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}

.btn-black {
  border: 1px solid #000;
  background: #000;
  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;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

.btn-white-noarrow {
  border: 1px solid #000;
  background: #fff;
  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;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.btn-right {
  margin-left: auto;
}

.btn-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-row-flex a {
  margin: 0 10px;
}
@media screen and (max-width: 760px) {
  .btn-row-flex .btn-width-369 {
    max-width: 145px;
  }
}

.num-rate {
  position: absolute;
  top: 10px;
  left: 10px;
}

.numberCircle {
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  border: 2px solid transparent;
  font-weight: 500;
}

.numberSquare {
  width: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  border: 2px solid transparent;
  font-weight: 500;
}

.gototop {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  max-width: 60px;
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 760px) {
  .gototop {
    max-width: 40px;
  }
}

@media screen and (max-width: 760px) {
  .modal_bg {
    background: rgba(9, 9, 9, 0.27);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    top: 0px;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 961px) {
  .modal_bg {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .open-modal-bg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}

@media screen and (max-width: 1150px) {
  .main-menu-pc .content-1400 {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .main-menu-pc {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .menu-pc .content-1400 {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .menu-pc {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .menu-footer {
    margin-bottom: 40px;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-footer .defult-menu {
    display: block;
  }
  .menu-footer .defult-menu li {
    padding: 10px 0;
  }
  .menu-footer .defult-menu li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.6rem;
    padding: 0;
    border-right: 0px solid #D9D9D9 !important;
    border-left: 0px solid #D9D9D9 !important;
  }
  .menu-footer .defult-menu li a span {
    padding: 0;
  }
}

.menu-scroll .defult-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li a {
    padding: 0 10px;
    border-left: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 760px) {
  .menu-scroll .defult-menu li:last-child a {
    padding: 0 10px;
    border-right: 1px solid #D9D9D9;
  }
}

.defult-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.defult-menu li {
  padding: 30px 0;
}
.defult-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 15px;
}
.defult-menu li a:link {
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1200px) {
  .defult-menu li a {
    font-size: 1.4rem;
    line-height: inherit;
  }
}
.defult-menu li a span {
  padding: 0 23px;
  line-height: 15px;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 1300px) {
  .defult-menu li a span {
    padding: 0 15px;
  }
}
@media screen and (max-width: 760px) {
  .defult-menu li a span {
    border-right: 0px solid #D9D9D9 !important;
  }
}
@media screen and (max-width: 965px) {
  .defult-menu li a span {
    padding: 0 8px;
  }
}
.defult-menu li:first-child a span {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 760px) {
  .defult-menu li:first-child a span {
    border-left: 0px solid #D9D9D9;
  }
}

.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -80px;
}
.col-2 .list-img img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-2 li + li {
    margin-top: 30px;
  }
}
.col-2 li {
  width: 46.666%;
  margin-top: 6.666%;
}
@media screen and (max-width: 760px) {
  .col-2 li {
    width: 100%;
  }
  .col-2 li .list-detail {
    margin-top: 10px !important;
  }
}

.col3 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -3.333%;
  margin-right: -3.333%;
}
@media screen and (max-width: 760px) {
  .col3 > ul {
    margin-right: 0;
  }
}
.col3 > ul > li {
  margin-right: 3.333%;
  margin-top: 3.333%;
  width: 30%;
}
@media screen and (max-width: 760px) {
  .col3 > ul > li {
    margin-right: 0;
    width: 100%;
  }
}

.txt-title h1 {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .txt-title h1 {
    font-size: 2.8rem;
  }
}

.sub-title h2 {
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .sub-title h2 {
    font-size: 1.9rem;
    text-align: left;
  }
  .sub-title h2 br {
    display: none;
  }
}

.txt-menu {
  font-size: 3.2rem;
}

.suptitle-menu {
  font-size: 1.8rem;
}

.logo-footer-menu {
  padding: 70px 0;
}
.logo-footer-menu img {
  max-width: 180px;
}

.top-page .header {
  position: absolute;
}
.top-page .logo {
  display: none;
}

.header {
  position: relative;
  height: 148px;
  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;
}
.header .logo {
  max-width: 256px;
  width: 100%;
}

.btn-menu {
  cursor: pointer;
  position: fixed;
  right: 32px;
  top: 32px;
  z-index: 3;
  background: url("/assets/images/commons/menu-default-blue.png");
  background-repeat: no-repeat;
  background-size: 84px auto;
  width: 84px;
  height: 84px;
}
@media screen and (min-width: 961px) {
  .btn-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* VERZÖGERUNG */
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

@media screen and (min-width: 961px) {
  .btn-menu:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 760px) {
  .btn-menu {
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
}

.btn-menu-active {
  cursor: pointer;
  position: fixed;
  right: 32px;
  top: 32px;
  z-index: 3;
  background: url("/assets/images/commons/menu-active.svg");
  background-repeat: no-repeat;
  background-size: 54px auto;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
@media screen and (max-width: 760px) {
  .btn-menu-active {
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
}

.dropdown-menu-active {
  right: 0px !important;
  -webkit-transition: right 0.8s ease-in-out !important;
  transition: right 0.8s ease-in-out !important;
}

#dropdown-menu {
  position: fixed;
  max-width: 700px;
  top: 0;
  right: -900px;
  -webkit-transition: right 0.8s ease-in-out;
  transition: right 0.8s ease-in-out;
  background-color: #000;
  padding: 160px 0;
  height: 100vh;
  z-index: 2;
}
#dropdown-menu li a {
  color: #fff;
  display: block;
  padding: 0 85px;
}
#dropdown-menu li + li {
  margin-top: 30px;
}

.menu {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "SawarabiMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #D9D9D9;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 760px) {
  .header-active {
    background: #fff;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
}

.header-top .open span {
  background: #000 !important;
}

.dropdown-sp {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  background: #fff;
  top: 71px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  overflow: auto;
}
.dropdown-sp > ul li {
  border-bottom: 1px solid #D9D9D9;
}
.dropdown-sp > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2rem;
  border-left: 0px solid #D9D9D9;
  border-right: 0px solid #D9D9D9;
}
.dropdown-sp .defult-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dropdown-sp .defult-menu li {
  padding: 10px 0;
}
.dropdown-sp .footer {
  margin-top: 50px;
  border-top: 0px solid;
  border-bottom: 0px solid;
}

.dropdown-sp-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity 0.3s linear !important;
  transition: opacity 0.3s linear !important;
}

#hamberger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#hamberger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#hamberger span:nth-child(1) {
  top: 0px;
}

#hamberger span:nth-child(2), #hamberger span:nth-child(3) {
  top: 9px;
}

#hamberger span:nth-child(4) {
  top: 18px;
}

#hamberger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamberger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamberger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamberger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media screen and (max-width: 760px) {
  .menu .toggle {
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu .toggle p.txt-hamberger {
    font-size: 1.3rem;
    margin-top: 10px;
    line-height: 0.8;
    margin-right: -2px;
    color: #fff;
  }
}

.menu-parent {
  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;
}
@media screen and (max-width: 760px) {
  .menu-parent {
    padding: 0px 0;
  }
  .menu-parent .txt-open span {
    display: none;
  }
  .menu-parent .txt-open:after {
    content: "CLOSE";
  }
}
@media screen and (max-width: 760px) {
  .menu-parent .toggle {
    background: #777777;
  }
}
.menu-parent .dropdown-sp .defult-menu li {
  padding: 15px;
}
@media screen and (max-width: 760px) {
  .menu-parent .dropdown-sp .defult-menu li {
    padding: 20px 12px;
  }
  .menu-parent .dropdown-sp .defult-menu li a {
    border-left: 0px solid #D9D9D9;
  }
}
.menu-parent #hamberger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-parent .menu-pc {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .menu-parent .defult-menu li {
    max-width: 100%;
  }
}
.menu-parent .defult-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  line-height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000 !important;
}
@media screen and (max-width: 965px) {
  .menu-parent .defult-menu li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 760px) {
  .menu-parent .defult-menu li a {
    font-size: 2rem;
  }
}
.menu-parent .logo {
  max-width: 206px;
  width: 100%;
  margin-right: 2%;
}
@media screen and (max-width: 1150px) {
  .menu-parent .logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 760px) {
  .menu-parent .logo {
    max-width: 180px;
  }
}

.menu {
  border-bottom: 1px solid #D9D9D9;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .menu {
    border-bottom: 0px solid #D9D9D9 !important;
  }
}
@media screen and (max-width: 1150px) {
  .menu .content-1400 {
    width: 96%;
  }
}
@media screen and (max-width: 760px) {
  .menu {
    z-index: 2;
    position: relative;
    background-color: #fff;
  }
  .menu .logo {
    padding: 10px;
  }
  .menu .content-1400 {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .fixed-menu {
    position: fixed !important;
    top: 0 !important;
    background-color: #fff !important;
    z-index: 10;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    width: 100%;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
  }
  .fixed-menu #hamberger span {
    background: #fff;
  }
  .fixed-menu .toggle {
    background: #777777 !important;
  }
}

@media screen and (max-width: 760px) {
  .container-staff {
    padding-top: 90px;
  }
}

.header-active {
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .header-active {
    background-color: #fff !important;
    border-bottom: 1px solid #D9D9D9 !important;
  }
  .header-active .menu-parent .toggle {
    background: #777777 !important;
  }
}

@media screen and (max-width: 760px) {
  .start-position {
    position: fixed;
    top: -70px;
  }
}

footer {
  background-color: #fff !important;
  color: #fff !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "SawarabiMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
footer p {
  color: #000;
}

.footer {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.footer a:link {
  color: #000 !important;
  text-decoration: none !important;
}

.detail-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .detail-footer {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .detail-footer {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
.detail-footer .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72.978%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .detail-footer .footer-left {
    display: block;
    width: 100%;
  }
}
.detail-footer .footer-left .logo {
  max-width: 206px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .detail-footer .footer-left .logo {
    margin-right: auto;
    margin-left: auto;
  }
}
.detail-footer .footer-left .tel {
  text-align: right;
  border-right: 1px solid #D9D9D9;
  padding-right: 3%;
  margin-top: 10px;
  width: 65%;
}
@media screen and (max-width: 1000px) {
  .detail-footer .footer-left .tel {
    border-right: 0px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 35px;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .detail-footer .footer-left .tel {
    padding-bottom: 25px;
  }
}
.detail-footer .footer-left .tel .content-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .detail-footer .footer-left .tel .content-tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .detail-footer .footer-left .tel .content-tel {
    pointer-events: visible;
  }
}
.detail-footer .footer-left .tel .content-tel span {
  font-size: 3.4rem;
  line-height: 10px;
}
.detail-footer .footer-left .tel .content-tel span:first-child {
  background-image: url("/assets/images/commons/tel-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .detail-footer .footer-left .tel .content-tel span:first-child {
    font-size: 1.4rem;
  }
}
@media screen and (max-width : 320px) {
  .detail-footer .footer-left .tel .content-tel span:first-child {
    font-size: 1.2rem;
    background-size: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .detail-footer .footer-left .tel .content-tel span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width : 320px) {
  .detail-footer .footer-left .tel .content-tel span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .detail-footer .footer-left .tel .about-open p {
    text-align: center;
  }
}
.detail-footer .footer-left .tel .about-open p:first-child {
  font-size: 1.3rem;
}
.detail-footer .footer-left .tel .about-open p:last-child {
  font-size: 1rem;
}
.detail-footer .footer-right {
  width: 27.021%;
  margin-top: 12px;
  padding-left: 4.155%;
}
@media screen and (max-width: 1000px) {
  .detail-footer .footer-right {
    width: 100%;
    margin-top: 35px;
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 760px) {
  .detail-footer .footer-right {
    margin-top: 25px;
  }
}
.detail-footer .footer-right .mail span {
  background-image: url("/assets/images/commons/mail-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 28px;
}

.copy-right p {
  font-size: 1rem;
  color: #555555;
}

.mail {
  color: #000 !important;
}

.mail span {
  color: #000 !important;
}

#main-visual {
  background: url("/assets/images/top/mv.jpg");
  background-position: bottom left;
  background-size: cover;
  height: calc(100vh - 65px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  #main-visual {
    background: url("/assets/images/top/mv-sp.jpg");
    height: 100vh;
    background-size: cover;
  }
}
@media screen and (max-width : 420px) {
  #main-visual {
    background: url("/assets/images/top/mv-sp.jpg");
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
  }
}
#main-visual .menu {
  border-bottom: 0px solid #D9D9D9;
  padding-right: 88px;
  padding-left: 88px;
}
@media screen and (max-width: 760px) {
  #main-visual .menu {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
  }
}
#main-visual .toggle {
  background: transparent;
}
#main-visual .menu-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 760px) {
  #main-visual .menu-parent {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#main-visual .menu-pc {
  display: none;
}
#main-visual .logo {
  max-width: 260px;
  width: 100%;
  margin-top: 2.142%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  #main-visual .logo {
    padding: 10px;
    max-width: 180px;
    margin: 0px;
  }
}
#main-visual .air-icon {
  max-width: 126px;
  width: 100%;
  margin: 0px 190px;
}
@media screen and (max-width: 760px) {
  #main-visual .air-icon {
    max-width: 97px;
    margin: 70px 90px;
  }
}
@media screen and (max-width : 420px) {
  #main-visual .air-icon {
    max-width: 90px;
    position: absolute;
    bottom: 300px;
  }
}
#main-visual .content-main-visual {
  position: absolute;
  bottom: 200px;
  left: 85px;
}
@media screen and (max-width: 760px) {
  #main-visual .content-main-visual {
    left: 20px;
  }
}
#main-visual .content-main-visual h1 {
  font-size: 6.8rem;
  color: #180672;
}
@media screen and (max-width: 760px) {
  #main-visual .content-main-visual h1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width : 420px) {
  #main-visual .content-main-visual h1 {
    font-size: 3.8rem;
  }
}
#main-visual .content-main-visual h2 {
  font-size: 2.4rem;
  color: #180672;
  font-family: "Helvetica", "Hiragino Mincho Pro", Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 760px) {
  #main-visual .content-main-visual h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width : 420px) {
  #main-visual .content-main-visual h2 {
    font-size: 1.4rem;
  }
}

.menu-top {
  display: none;
}
@media screen and (max-width: 760px) {
  .menu-top {
    display: block;
  }
}

.main-menu-pc {
  border-bottom: solid 1px #D9D9D9;
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: -65px;
}

@media screen and (max-width: 760px) {
  .about-description {
    margin-top: 70px !important;
  }
}
.about-description p {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .about-description p {
    font-size: 1.9rem;
  }
  .about-description p br {
    display: none;
  }
}

.list-company {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.list-company > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #D9D9D9;
}
.list-company > ul > li:last-child {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 760px) {
  .list-company > ul > li {
    padding: 25px 0;
  }
}
.list-company > ul > li .title-width165 {
  min-width: 165px;
  margin-right: 15px;
}
@media screen and (max-width : 420px) {
  .list-company > ul > li .title-width165 {
    min-width: 100px;
  }
}
.list-company > ul > li .title-width180 {
  min-width: 180px;
}
@media screen and (max-width : 420px) {
  .list-company > ul > li .title-width180 {
    min-width: 110px;
  }
}
@media screen and (max-width: 760px) {
  .list-company > ul > li .date-company {
    font-size: 2rem !important;
  }
}
.list-company > ul > li p {
  line-height: 2;
}
@media screen and (max-width : 420px) {
  .list-company > ul > li p {
    font-size: 1.4rem;
  }
}

.fz34 {
  font-size: 3.4rem !important;
  line-height: 1 !important;
}

.fz36 {
  font-size: 3.6rem !important;
  line-height: 1 !important;
}
@media screen and (max-width : 420px) {
  .fz36 {
    font-size: 2.4rem !important;
  }
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.title-company h2 {
  line-height: 0.8 !important;
}
@media screen and (max-width: 1150px) {
  .title-company h2 {
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 760px) {
  .title-company h2 {
    font-size: 2.4rem !important;
    font-weight: bold;
  }
}
@media screen and (max-width : 420px) {
  .title-company {
    font-weight: bold;
  }
}

.list-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-left-right span.px100 {
  width: 100px;
}
.list-left-right span.px150 {
  width: 150px;
}
@media screen and (max-width: 760px) {
  .list-left-right span.px150 {
    width: 135px;
  }
}

.txt-map {
  margin-left: 25px;
  background-image: url("/assets/images/commons/pin-map.svg"), url("/assets/images/commons/arrow-right-black.svg");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 10px, 6px;
  padding: 0 13px;
}

@media screen and (max-width : 420px) {
  .txt-map-newline-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: 0;
  }
}

.content-message .section-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 760px) {
  .content-message .section-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-message .image-user {
  width: 45.1%;
}
@media screen and (max-width: 760px) {
  .content-message .image-user {
    width: 100%;
  }
}
.content-message .detail-user {
  width: 52%;
  margin-left: 40px;
}
@media screen and (max-width: 760px) {
  .content-message .detail-user {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
  }
}
.content-message .detail-user h2 {
  font-size: 3.4rem;
}
@media screen and (max-width: 760px) {
  .content-message .detail-user h2 {
    font-size: 2.4rem;
  }
  .content-message .detail-user h2 br {
    display: none;
  }
}
.content-message .detail-user .txt-detail {
  margin-top: -10px;
}
.content-message .detail-user .txt-detail p {
  line-height: 2.06;
}
@media screen and (max-width: 760px) {
  .content-message .detail-user .txt-detail p {
    line-height: 1.8;
  }
}
.content-message .row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-message .last-detail {
  text-align: right;
  margin-left: auto;
  width: 53%;
}
@media screen and (max-width: 760px) {
  .content-message .last-detail {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.content-message .last-detail h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  .content-message .last-detail h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  .content-message .last-detail a {
    font-size: 2rem !important;
  }
}
.content-message .last-detail .signature {
  max-width: 153px;
}
.content-message .last-detail .signature p {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .content-message .last-detail .signature {
    max-width: 153px;
    margin-left: auto;
  }
  .content-message .last-detail .signature p {
    text-align: left;
  }
}

.subtitle-overseas {
  line-height: 1.8;
}
@media screen and (max-width : 420px) {
  .subtitle-overseas br {
    display: none;
  }
}

.col2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -3.333%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col2 > ul > li {
  width: 46.666%;
  margin-top: 3.333%;
}

.content-overseas .col2 li .detail {
  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;
}
@media screen and (max-width: 760px) {
  .content-overseas .col2 li .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-overseas .col2 li .detail .row-btn {
    margin: 10px;
  }
  .content-overseas .col2 li .detail .row-btn a {
    font-size: 1.3rem;
  }
}

.title-overseas {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .title-overseas {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 760px) {
  .list-overseas .list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-overseas li {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  .list-overseas li {
    padding: 25px 0;
  }
}
.list-overseas li .title-width130 {
  min-width: 6em;
  margin-right: 30px;
}
@media screen and (max-width : 420px) {
  .list-overseas li .title-width130 {
    margin-right: 15px;
  }
}
.list-overseas li .title-width165 {
  min-width: 165px;
  margin-right: 30px;
}
@media screen and (max-width : 420px) {
  .list-overseas li .title-width165 {
    margin-right: 15px;
  }
}
.list-overseas li .title-width180 {
  min-width: 180px;
  margin-right: 30px;
}
@media screen and (max-width : 420px) {
  .list-overseas li .title-width180 {
    margin-right: 15px;
  }
}
.list-overseas li .title-width220 {
  min-width: 220px;
  margin-right: 30px;
}
@media screen and (max-width : 420px) {
  .list-overseas li .title-width220 {
    min-width: 120px;
    margin-right: 10px;
  }
}
.list-overseas li .title-width240 {
  min-width: 240px;
  margin-right: 30px;
}
@media screen and (max-width : 420px) {
  .list-overseas li .title-width240 {
    min-width: 5em;
    margin-right: 10px;
  }
}
.list-overseas li .detail {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .list-overseas li .detail {
    font-size: 1.4rem;
  }
}
.list-overseas li:first-child {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.list-overseas li + li {
  border-bottom: 1px solid #D9D9D9;
}

.content-news .row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-new-active li:nth-child(n+5) {
  opacity: 1 !important;
  visibility: visible !important;
  position: inherit !important;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.list-news li a {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  .list-news li a {
    padding: 25px 0;
  }
}
.list-news li a .date {
  min-width: 6em;
}
.list-news li:first-child {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.list-news li:nth-child(n+5) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.list-news li + li {
  border-bottom: 1px solid #D9D9D9;
}

.btn-list-new-active span {
  background: url("/assets/images/commons/del.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1em top 50% !important;
  background-size: 14px auto !important;
  padding-right: 33px !important;
}
.btn-list-new-active span:first-child {
  display: none !important;
}
.btn-list-new-active span:last-child {
  display: block !important;
}

.btn-plus {
  margin-right: auto;
  margin-left: auto;
}
.btn-plus span {
  background: url("/assets/images/commons/plus.svg");
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 14px auto;
  padding-right: 33px;
}
.btn-plus span:last-child {
  display: none;
}

.content-service .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .content-service .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-service .section .image {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .content-service .section .image {
    width: 100%;
  }
}
.content-service .section .detail {
  width: 46.6666666%;
}
@media screen and (max-width: 760px) {
  .content-service .section .detail {
    width: 100%;
    margin-top: 20px;
  }
}
.content-service .section .detail h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  .content-service .section .detail h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 760px) {
  .content-service .row-btn a {
    margin-left: auto;
  }
}
@media screen and (max-width: 760px) {
  .content-service .row-btn .btn-width-320 {
    max-width: 200px;
  }
}
.content-service .section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  .content-service .section:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-service .section + .section {
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .content-service .section + .section {
    margin-top: 50px;
  }
}

.content-recuit .videos {
  position: relative;
  max-width: 780px;
  max-height: 479px;
  margin-left: auto;
  margin-right: auto;
}
.content-recuit .videos video {
  width: 100% !important;
  height: 100% !important;
  left: -1px;
  outline: 0px;
  border: 1px solid #000;
}
.content-recuit .videos #image-video-recruit {
  position: absolute;
  top: 0;
}
.content-recuit .videos #vid {
  /*position: absolute;*/
}

.title-recruit h3 {
  text-align: center;
  line-height: 0.8 !important;
  font-size: 3.8rem;
}
@media screen and (max-width: 1150px) {
  .title-recruit h3 {
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 760px) {
  .title-recruit h3 {
    font-size: 2.8rem !important;
  }
}

.last-icon-page {
  background: url("/assets/images/commons/icon_pagelink.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 0px top 50%;
  background-size: 14px auto;
  padding-right: 20px;
}

#employee {
  max-width: 651px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#employee .list-employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media screen and (max-width: 760px) {
  #employee .list-employee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#employee .list-employee li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-top: 20px;
  cursor: pointer;
}
#employee .list-employee li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 760px) {
  #employee .list-employee li {
    width: 100%;
  }
}
#employee .list-employee li .icon {
  min-width: 48px;
  width: 48px;
}
#employee .list-employee li .txt-list {
  padding-left: 10px;
}

#welfare {
  max-width: 565px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#welfare .list-welfare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media screen and (max-width: 760px) {
  #welfare .list-welfare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#welfare .list-welfare li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  #welfare .list-welfare li {
    width: 100%;
  }
}
#welfare .list-welfare li .icon {
  min-width: 38px;
  width: 38px;
}
#welfare .list-welfare li .txt-list {
  padding-left: 10px;
}
#welfare .list-welfare li:nth-child(even) {
  padding-left: 50px;
}
@media screen and (max-width: 760px) {
  #welfare .list-welfare li:nth-child(even) {
    padding-left: 0px;
  }
}

.sub-title-list {
  font-size: 3.4rem;
}
@media screen and (max-width: 760px) {
  .sub-title-list {
    font-size: 2.8rem;
  }
}

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

.list-recruit li {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  .list-recruit li {
    padding: 25px 0;
  }
}
.list-recruit li .title-list {
  min-width: 140px;
}
@media screen and (max-width: 760px) {
  .list-recruit li .title-list {
    min-width: 8em;
  }
}
.list-recruit li:first-child {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.list-recruit li + li {
  border-bottom: 1px solid #D9D9D9;
}

.white-popup-block {
  position: relative;
}
@media screen and (max-width: 760px) {
  .white-popup-block {
    padding: 80px 20px !important;
  }
}
.white-popup-block h3 {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .white-popup-block h3 {
    font-size: 2.4rem;
  }
}
.white-popup-block .btn-close {
  width: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 760px) {
  .white-popup-block .btn-close {
    width: 30px;
    top: 15px;
    right: 15px;
  }
}

::-webkit-input-placeholder { /* Edge */
  color: #BFBFBF;
  font-size: 1.4rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BFBFBF;
  font-size: 1.4rem;
}

::-moz-placeholder {
  color: #BFBFBF;
  font-size: 1.4rem;
}

::-ms-input-placeholder {
  color: #BFBFBF;
  font-size: 1.4rem;
}

::placeholder {
  color: #BFBFBF;
  font-size: 1.4rem;
}

.lb_red {
  color: #E50101;
}

.list-contact li {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  .list-contact li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-contact li .title-aligh-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-contact li .title {
  min-width: 220px;
  margin-right: 35px;
}
.list-contact li .input {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .list-contact li .input {
    margin-top: 10px;
  }
}
.list-contact li .input select {
  width: 100%;
  height: 50px;
  border: 1px solid #D9D9D9;
  background-color: #F7F7F7;
  color: #BFBFBF;
  padding: 0 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.4rem;
  outline: none;
}
@media screen and (max-width: 760px) {
  .list-contact li .input select {
    padding: 0 15px;
  }
}
.list-contact li .input input {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #D9D9D9;
  font-size: 1.6rem;
  outline: none;
}
@media screen and (max-width: 760px) {
  .list-contact li .input input {
    padding: 0 15px;
  }
}
.list-contact li .input textarea {
  width: 100%;
  height: 245px;
  padding: 15px 25px;
  border: 1px solid #D9D9D9;
  font-size: 1.6rem;
  outline: none;
}
@media screen and (max-width: 760px) {
  .list-contact li .input textarea {
    height: 150px;
    padding: 15px 15px;
  }
}
.list-contact li:first-child {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.list-contact li + li {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 760px) {
  .sdgs_background h5 {
    padding: 10px;
    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;
    line-height: 1.8;
  }
}

.information_section {
  line-height: 2;
}
.information_section .privacy_box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.information_section .p_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information_section .name {
  text-align: right;
}

#sauna-shikiji-txt .image-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sauna-shikiji-txt .image-thumb img {
  max-width: 275px;
  width: 100%;
}

#sauna-shikiji-recommend {
  padding: 40px;
}
@media screen and (max-width: 760px) {
  #sauna-shikiji-recommend {
    padding: 20px;
  }
}
#sauna-shikiji-recommend h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
#sauna-shikiji-recommend h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
#sauna-expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EAEAEA;
  padding: 30px;
}
@media screen and (max-width: 760px) {
  #sauna-expert {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sauna-expert .user-expert {
  min-width: 120px;
}
@media screen and (max-width: 760px) {
  #sauna-expert .user-expert img {
    width: 100%;
  }
}
#sauna-expert .detail-expert {
  padding: 0 15px;
}
@media screen and (max-width: 760px) {
  #sauna-expert .detail-expert {
    padding: 0;
    margin-top: 20px;
  }
}
#sauna-expert .detail-expert h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
#sauna-expert .detail-expert p {
  font-size: 1.3rem;
}

.banner-max-width {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 760px) {
  .expert-txt-alone .detail-expert {
    margin-top: 0px !important;
  }
}

.banner-blue {
  background-color: #0098D8;
  padding: 40px 0;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .banner-blue {
    padding: 30px 0;
  }
}
.banner-blue #column-sweet-banner {
  background: url("/assets/images/commons/water-drop-banner-blue.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: right center;
  padding-right: 60px;
}
.banner-blue #column-sweet-banner h1 {
  font-size: 1.8rem;
  font-weight: bold;
}
.banner-blue #column-sweet-banner h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .banner-blue #column-sweet-banner h2 {
    font-size: 2.4rem;
  }
}

#column-sweet-detail h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

.cookie-consent {
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  left: calc(50% - 820px/2);
  width: 820px;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  visibility: visible;
  transition: .5s;
}
.cookie-consent.is-show {
  bottom: 30px;
}
.cookie-text a {
  color: #4692de;
  text-decoration: underline;
}
.cookie-btn {
  margin: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-btn div:first-child {
  margin-right: 16px;
}
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .2em 1.1em;
}
.cookie-disagree:hover {
  cursor: pointer;
}
.cookie-agree:hover {
  cursor: pointer;
}
.cc-hide1 {
  display: none;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 650px) {
  .cookie-consent {
    width: 100%;
    left: calc(50% - 100% / 2);
  }
  .cookie-text {
    width: 100%;
    margin-bottom: 1em;
    white-space: normal;
  }
}
.cont {
  max-width: 1125px;
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
}
.cont p a {
  color: #4692de;
  word-break: break-all;
  text-decoration: underline;
}
.cont h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.60rem;
  font-weight: 600;
  text-align: left;
}
.cont ul {list-style: none;}
.cont li {
	text-indent: -1em;
	padding-left: 1em;
}
.cont li::before {content: '・';}

@media screen and (max-width : 420px) {
  .cont h4 {
    font-size: 1.50rem;
  }
  .cont li {
    font-size: 1.30rem;
  }
  .content-880 {
    font-size: 1.30rem;
  }
}