@charset "UTF-8";
.pc {
  display: none !important;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}
main {
  /*padding-top: 55px;*/
}

/*-------------------------------
    common
-------------------------------*/
html,
body {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}

.fz30 {
  font-size: 18px;
}
.fz40 {
  font-size: 30px;
}
.fz16 {
}
.fz22 {
  font-size: 16px;
}
.fz14 {
  font-size: 13px;
}
.fz60 {
  font-size: 34px;
  letter-spacing: 0.1em;
}
.fz60 + .fz14 {
  letter-spacing: 0.25em;
  font-size: 11px;
}

.head-style {
  /*line-height: 1.861;*/
}

/*-------------------------------
    ef
-------------------------------*/
.trs {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hover-op {
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

/*-------------------------------
    util
-------------------------------*/
/* cur */
.cur-def {
  cursor: text !important;
}

/* elm */
.ovh {
  overflow: hidden;
}

/* la */
.posr {
  position: relative;
}
.posa {
  position: absolute;
}

/* w */
.w100p {
  width: 100%;
}

/* mg */
.m-center {
  margin-left: auto;
  margin-right: auto;
}

/* dis */
.di {
  display: inline;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.dib {
  display: inline-block;
}
.dif {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.ai-center {
  -ms-align-items: center;
  align-items: center;
}
.ai-end {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.jc-between {
  justify-content: space-between;
}
.jc-center {
  justify-content: center;
}
.jc-around {
  justify-content: space-around;
}

.fxw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxd-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

/* bg */
.bgr-no {
  background-repeat: no-repeat;
}
.bgz-cover {
  -webkit-background-size: cover;
  background-size: cover;
}

/* txt */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}

.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}

/* color */
.c-white {
  color: #fff;
}
.c-green {
  color: #50857c;
}
/* va*/
.vat {
  vertical-align: top;
}

/* indent */
.ti {
  text-indent: -1em;
  padding-left: 1em;
}

/* anchor */
a[href^='tel'] {
  text-decoration: underline;
  color: #50857c;
}
a.tdu {
  text-decoration: underline;
}

/* center */
.trf-Y {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trf-C {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.head-style {
  text-align: center;
  display: block;
}
.head-style .en {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
.head-style .en:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 15px;
  background: #50857b;
}
.head-style .txt {
  display: block;
}
.u-btn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.u-btn.white a {
  background: #fff;
  color: #1b1b1b;
}
.u-btn a {
  font-size: 16px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.34);
  color: #fff;
  background: #1b1b1b;
  width: 100%;
  height: 61px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.u-btn.white a:before {
  border-left: 4px solid #777777;
}
.u-btn:hover a:before {
  border-left: 4px solid #fff;
}
.u-btn a:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 4px solid #fff;
  border-bottom: 5px solid transparent;
  border-right: 3px solid transparent;
  display: inline-block;
  padding-right: 8px;
}
.bg01 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAAECAYAAAA00FWzAAAALUlEQVRIiWN8+vTpfykpKYZRMApGAmAaaAeMglFATzCa4EfBiAKjCX4UjCgAABNXBASiwWLLAAAAAElFTkSuQmCC');
  background-position: 0 0;
  -webkit-background-size: 25%;
  background-size: 25%;
}
.head-style2 {
  padding-bottom: 24px;
}
.head-style2:before {
  content: '/';
  display: inline;
  padding-right: 5px;
}
.head-style2:after {
  content: '/';
  display: inline;
  padding-left: 5px;
}
/*-------------------------------
    header
-------------------------------*/
.header {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 55px;
  left: 0;
  z-index: 10;
  background-color: rgba(237, 237, 237, 0.961);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.34);
  text-align: center;
}
.header-inner > a:first-child {
  display: inline-block;
  position: relative;
  top: 9px;
}
.header-inner > a:first-child img {
  width: 100%;
  display: block;
}
.sp-menu {
  display: block;
  height: 55px;
  width: 55px;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
}
.header-inner > ul,
.header-inner > a:last-child,
.sub-nav {
  display: none;
}
.header-inner > ul {
  position: fixed;
  width: 100%;
  top: 55px;
  left: 0;
  z-index: 10;
  padding: 20px;
}
.header-inner > ul li {
  margin-bottom: 10px;
}
.header-inner > ul li a {
  display: -webkit-inline-flex;
  justify-content: start;
  background: #fffdfd;
  display: -moz-inline-flex;
  font-weight: bold;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  border-radius: 5px;
  padding: 0 20px;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
  width: 100%;
}
.header-inner > ul li a {
  position: relative;
}
.header-inner > ul li a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #626262;
  border-right: 2px solid #626262;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.menu-btn .line {
  height: 2px;
  background-color: #6a6a6a;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 auto 6px;
  width: 29px;
}
.menu-btn .line:nth-child(1) {
  margin-top: 17px;
}
.menu-btn.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(135deg);
  -ms-transform: translateY(10px) rotate(135deg);
  -o-transform: translateY(10px) rotate(135deg);
  transform: translateY(10px) rotate(135deg);
}
.menu-btn.is-active .line:nth-child(2) {
  opacity: 0;
}
.menu-btn.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-135deg);
  -ms-transform: translateY(-6px) rotate(-135deg);
  -o-transform: translateY(-6px) rotate(-135deg);
  transform: translateY(-6px) rotate(-135deg);
}
.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 39, 45, 0.6);
  display: none;
  z-index: 9;
}
.overlay.on {
  display: block;
}

/*-------------------------------
    footer
-------------------------------*/
.footer > aside {
  width: 100%;
  background: #d4e7ee;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.6, 0.04, 0.35, 1) 0ms;
  -o-transition: all 500ms cubic-bezier(0.6, 0.04, 0.35, 1) 0ms;
  transition: all 500ms cubic-bezier(0.6, 0.04, 0.35, 1) 0ms;
}
.footer > aside a {
  width: 100%;
  display: block;
}
.footer > aside a > span {
  display: block;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.footer > aside .en:after {
  -webkit-transition: all 500ms cubic-bezier(0.6, 0.04, 0.35, 1) 0s;
  -o-transition: all 500ms cubic-bezier(0.6, 0.04, 0.35, 1) 0s;
  transition: all 500ms cubic-bezier(0.6, 0.04, 0.35, 1) 0s;
}
.footer > article {
  background: #414141;
  font-size: 13px;
}
.footer > article .unit01 {
  /*width: calc( 100vw - 55px);*/
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
  border-bottom: 1px solid #656565;
}
.footer > article .unit01 > .df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.footer > article .unit01 li:last-child {
  display: none;
}
.footer > article .unit01 li a:before {
  content: '-';
  display: inline;
  padding-right: 3px;
}
.footer > article .unit02 {
  width: 100%;
}
.footer > article .unit02 small {
  font-size: 11px;
  padding: 1em 0px;
  display: block;
  width: 100%;
  text-align: center;
  color: #898989;
}
.footer > article .unit02 small + div {
  display: none;
}
.pad-box {
  height: 80px;
  border-top: 1px solid #eaeaea;
}
.to-top {
  opacity: 0;
  position: fixed;
  display: block;
  z-index: 5;
  bottom: 20px;
  right: 10px;
  background-image: url('data:image/png;base64,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');
  width: 52px;
  height: 29.5px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.to-top.on {
  opacity: 1;
}
.to-top.fit {
  bottom: 270px;
}
.c-grey {
  color: #aeaeae;
}
.head-stripe {
  width: 100%;
  background: rgba(250, 250, 250, 0.5);
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-position: 0 0;
}
.head-stripe .inner {
  position: relative;
}
.head-stripe .inner:before {
  height: 100%;
  width: 20px;
  background: #50857b;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.head-stripe .unit-inner {
  height: 80px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding-left: 34px;
}
.head-stripe .unit-inner > .en:first-child {
  padding-bottom: 5px;
  font-size: 25px;
}
.head-stripe .en {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.15em;
}
.complate-w p {
  padding-top: 0em !important;
  padding-bottom: 1em !important;
}
.complate-w > .complate {
  padding-bottom: 1em;
}
.complate-w .u-btn {
  margin-left: auto;
  margin-right: auto;
}
.complate-w .u-btn-w {
  padding: 30px 0 60px;
}
.news li {
  position: relative;
}
.news li.is-nolink {
  pointer-events: none;
}
.news li:before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: #1b1b1b;
  position: absolute;
  left: 0;
  top: 0;
}
.news li .title {
  line-height: 1.6;
}
.news li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}
.news li.is-nolink:after {
  display: none;
}
.news li a {
  font-size: 13px;
  position: relative;
  z-index: 2;
  padding: 13px 20px 13px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  color: #000;
  border-bottom: 1px solid #d7dfdc;
}
.news li .category {
  margin-left: 20px;
  color: #fff;
  text-align: center;
}
.news li .category:before {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  width: 80px;
  line-height: 1.6;
}
.news li .category.info:before {
  background: #6b87b1;
  content: 'お知らせ';
}
.news li .category.notice:before {
  background: #d66c6c;
  content: '重 要';
}
.news li .title {
  width: 100%;
  padding-top: 5px;
  padding-right: 20px;
}
.news .u-btn {
  padding: 49px 0;
}

.is_textwrap {
  display: inline-block;
  width: 64px;
}

/* =====================
  FooterSNS
===================== */
.footer-sns {
  display: flex;
  justify-content: center;
  margin-top: 6.533333333333333vw;
  margin-bottom: 4.533333vw;
  gap: 7vw;
}
.footer-sns a {
  display: grid;
  place-content: center;
  width: 12.8vw;
  height: 12.8vw;
}
.footer-sns .footer-youtube img {
  width: 10.4vw;
  height: 7.466666666666667vw;
}
.footer-sns .footer-instagram img {
  width: 7.466666666666667vw;
  height: 7.466666666666667vw;
}
