@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*--------------------
reset css
--------------------*/
* {
  margin: 0px;
  padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,ul {
  list-style: none;
}
a{
  color:#626262;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
}
a:hover{
  color:#626262;
  text-decoration: none;
}
a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* for PC & ALL */
.sp-only, .scroll-only {
  display: none !important;
}
.pc-only {
  display: block;
}
#wrapper.pt-header {
  padding-top: 130px;
}
header#header-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header#header-container {
  margin: 0 auto;
  height: 130px;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
}
header#header-container .header-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header-container .header-logo {
  margin: 0 10px 0 0;
  text-align: center;
}
header#header-container .header-logo p {
  color: #008299;
  font-size: 12px;
  margin: 0 0 8px -8px;
}
header#header-container .header-logo img {
  width: 340px;
  height: auto;
}
header#header-container .header-subnav {
  width: 203px;
  color: #494949;
  font-size: 14px;
}
header#header-container .header-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 10px;
}
header#header-container .header-subnav li {
  width: 50%;
  text-align: center;
}
header#header-container .header-btns {
  white-space: nowrap;
  margin-right: 5px;
}
header#header-container .header-btn {
  display: inline-block;
  width: 110px;
  line-height: 46px;
  border-radius: 23px;
  background: #EB754A;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
header#header-container .header-btn:hover {
  color: #fff;
}
header#header-container .btn-sub {
  background: #B7E8F1;
  color: #494949;
  margin-bottom: 28px;
  width: 140px;
  font-size: 16px;
}
header#header-container .btn-sub:hover {
  color: #494949;
}
header#header-container .header-btns a:first-child {
  margin-right: 6px;
}
header#header-container .header-menu {
  padding-top: 23px;
}
header#header-container .header-menu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header-container .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header-container .header-info-tel {
  width: 210px;
  padding: 0;
}
header#header-container .header-info-tel p {
  color: #008299;
  font-size: 11px;
  text-align: center;
  line-height: 1;
}
header#header-container .header-info-tel p:last-child {
  font-size: 30px;
  margin-top: 3px;
}
header#header-container .header-info-bh p {
  font-size: 12px;
  color: #2F2F2F;
  padding: 8px 0 8px 3px;
  border-left: solid 1px #707070;
  text-indent: 0.6em;
}
header#header-container nav {
  margin-top: 8px;
}
header#header-container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
}
header#header-container .nav-has-submenu {
  position: relative;
}
header#header-container .nav-has-submenu > a {
  display: block;
  padding: 10px 15px 21px;
  font-size: 16px;
  color: #494949;
  margin-bottom: 13px;
}
header#header-container .nav-has-submenu span {
  padding: 0 1px 8px 0;
  border-bottom: solid 4px #fff;
}
header#header-container .nav-has-submenu span.pc-only {
  display: inline !important;
}
header#header-container .nav-has-submenu:hover span {
  border-bottom: solid 4px #6ED0E2;
}
header#header-container .nav-submenu {
  display: none;
  width: 366px;
  position: absolute;
  top: 57px;
  left: 0;
  background-color: rgba(221, 244, 252, 0.9);
}
header#header-container .nav-submenu li {
  border-bottom: solid 1px #CECECE;
}
header#header-container .nav-submenu li:last-child {
  border-bottom: none;
}
header#header-container .nav-submenu li:hover {
  background-color: rgba(110, 208, 226, 0.73);
}
header#header-container .nav-submenu a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/circle_arrow_right.svg") no-repeat right 10px center / 16px 16px;
  font-size: 16px;
  color: #494949;
  padding: 15px;
}
header#header-container .nav-submenu a:hover {
  background: url("../img/common/circle_arrow_right.svg") no-repeat right 7px center / 16px 16px;
}
footer#footer-container {
  background: #E2F4FA;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
}
footer#footer-container .footer-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 54px 0 33px;
}
footer#footer-container h3 {
  text-align: center;
}
footer#footer-container h3 img {
  width: 300px;
  height: auto;
}
footer#footer-container small {
  text-align: center;
  font-size: 12px;
  color: #2F2F2F;
  display: block;
  margin-top: 70px;
}
footer#footer-container .sns {
  text-align: center;
  margin-top: 59px;
}
footer#footer-container .sns a {
  margin-left: 20px;
}

footer#footer-container .sns img {
  width: 50px;
  height: auto;
}

footer#footer-container .aside-banner {
  text-align: center;
  margin-top: 59px;
}
footer#footer-container .aside-banner img {
  width: 250px;
  height: auto;
}
footer#footer-container  .aside-banner .ml10 {
  margin-left:10px;
}
footer#footer-container .footer-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1048px;
  margin: 41px auto 0;
}
footer#footer-container .footer-info {
  border-top: solid 1px #378096;
  border-bottom: solid 1px #378096;
  padding: 21px 0;
  width: 244px;
  color: #000;
}
footer#footer-container .footer-info-tel p {
    color: #008299;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
footer#footer-container .footer-info-tel p:last-child {
    font-size: 38px;
    margin-top: 10px;
}
footer#footer-container .footer-info-bh {
  font-size: 14px;
  text-indent: 0.5em;
  margin: 10px 0 30px -0.3em;
  line-height: 1.8;
}
footer#footer-container .footer-info address {
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}
footer#footer-container .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 16px;
  color: #2F2F2F;
}
footer#footer-container .footer-nav a {
  color: #2F2F2F;
}
footer#footer-container .footer-nav-submenu {
  font-size: 12px;
}
footer#footer-container .footer-nav > div {
  margin-left: 50px;
}
footer#footer-container .footer-nav-list > li {
  margin-bottom: 20px;
}
footer#footer-container .footer-nav-list .idv-link {
  font-size: 12px;
  margin-bottom: 7px;
}
footer#footer-container .footer-nav-submenu {
  margin-top: 9px;
}
footer#footer-container .footer-nav-submenu li {
  margin-bottom: 8px;
}
.bread-crumb {
  width: 1200px;
  margin: 15px auto 0;
  font-size: 12px;
  color: #323232;
  font-family: 'Noto Sans JP', sans-serif;
}
.bread-crumb span {
  display: inline-block;
  padding: 0 15px;
}

/* cts common style */
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}

/* 見出し */
.ttl_type01 {
  margin: 35px 0 75px;
  line-height: 1.3;
  text-align: center;
  color: #008299;
  font-weight: 500;
  font-size: 34px;
}
.ttl_type02 {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.3;
  color: #008299;
  font-weight: 500;
  font-size: 28px;
}
.ttl_type03 {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 22px;
}
.ttl_type04 {
  margin-bottom: 17px;
  padding: 0 12px;
  background: #B7E8F1;
  line-height: 40px;
  color: #323232;
  font-weight: normal;
  font-size: 16px;
}
.ttl_type05 {
  margin-bottom: 12px;
  color: #323232;
  font-weight: 500;
  font-size: 16px;
}
.ttl_type06 {
  margin-bottom: 12px;
  color: #008299;
  font-weight: normal;
  font-size: 16px;
}

.txt {
  margin-bottom: 32px;
  line-height: 1.7;
}
.attend {
  font-size: 14px;
}

/* リスト */
.list_box01 ul,
.list_box01 ol {
  margin: 0 0 39px;
}
.list_box01 ul li,
.list_box01 ol li {
    margin-bottom: 0.8em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 4px;
}
.list_box01 ul li a {
    color: #008299;
    font-size: 16px;
    text-decoration: underline;
  }
.list_type01 > li {
  position: relative;
  padding-left: 16px !important;
}
.list_type01 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.list_type02 > li {
    margin-bottom: 0.8em;
}

.list_type03 ul {
	list-style: none;
}

/*ボックス*/
.box_area {
  width:617px;
  margin:0 auto 32px;
  border:solid 2px #B7E8F1;
  box-sizing: border-box;
}
.box_type01 {
  padding: 32px;
}
.box_type02 {
  padding: 48px 0;
}
.inside_type01 {
  padding-left: 1em;
}
/* paging */
.paging {
  text-align: center;
  margin: 40px 0 70px;
}
.column-flex .paging {
  text-align: right;
}
.paging .page-numbers {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 10px;
  font-size: 14px;
  color: #909090;
}
.paging .current {
  background: #E2F4FA;
  border-radius: 50%;
  color: #008299;
}
.paging .prev {
  background: url("/img/common/icon_prev.svg") no-repeat center center / 1em;
}
.paging .next {
  background: url("/img/common/icon_next.svg") no-repeat center center / 1em;
}

.red_notes {
  color: #e4545e;
}
/* for SP */
@media screen and (max-width: 768px) {
  .sp-only, header#header-container.sp_scroll .scroll-only {
    display: block !important;
  }
  .pc-only {
    display: none;
  }
  a:hover {
    opacity: 1;
  }
  #wrapper.pt-header {
    padding-top: 36.8vw;
  }
  header#header-container {
    height: 36.8vw;
    position: fixed;
    top: 0;
    left: 0;
    
  }
  header#header-container.sp_scroll {
    height: 14.4vw;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header#header-container .for-scroll-logo, header#header-container .for-scroll-btn, header#header-container.sp_scroll .header-logo, header#header-container.sp_scroll .header-subnav {
    display: none;
  }
  header#header-container.sp_scroll .for-scroll-logo, header#header-container.sp_scroll .for-scroll-btn {
    display: block;
  }
  header#header-container.sp_scroll .corp-info {
    display: none !important;
  }
  header#header-container .header-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header#header-container .header-logo {
    width: 62.66666667vw;
    margin: 0;
    padding: 3.2vw 1vw;
    height: 50%;
  }
  header#header-container .header-logo p {
    font-size: 2.666666667vw;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin:0 0;
        -ms-transform-origin:0 0;
            transform-origin:0 0;
    margin: 0 0 1.066666667vw -0.5em;
    white-space: nowrap;
    width: 150%;
  }
  header#header-container .header-logo img {
    width: 84.68%;
    height: auto;
  }
  header#header-container .header-subnav {
    width: 37.6vw;
    color: #fff;
    font-size: 2.933333333vw;
    height: 50%;
    background: #ccc;
    position: absolute;
    top:0;
    right:0;
    margin-right: 0;
  }
  header#header-container .header-subnav li {
    width: 50%;
    text-align: center;
  }
  header#header-container .header-subnav li a {
    color: #fff;
    font-size: 2.933333333vw;
    padding-top: 12vw;
    display: block;
    width: 100%;
    height: 100%;
    background: #EB754A url("../img/common/mail.svg") no-repeat top 4.266666667vw center / 6.4vw auto;
  }
  header#header-container .header-subnav .header-subnav-tel a {
    background: #6ED0E2 url("../img/common/telephone.svg") no-repeat top 3.466666667vw center / 6.4vw auto;
  }
  header#header-container .header-btns {
    display: none;
  }
  header#header-container .btn-sub:hover {
    color: #494949;
  }
  header#header-container .header-btns a:first-child {
    margin-right: 10px;
  }
  header#header-container .header-menu {
    padding-top: 0;
    width: 100%;
  }
  header#header-container .header-menu > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header#header-container .header-info {
    display: none;
  }
  header#header-container  nav {
    margin-top: 0;
    width: 100%;
  }
  header#header-container  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
    width: 100%;
    background: #008299;
  }
  header#header-container.sp_scroll nav ul {
    /*background: linear-gradient(90deg, #008299 0%, #008299 70%, #EB754A 70%, #EB754A 100%);*/
  }
  header#header-container.sp_scroll .pc-only {
    display: none !important;
  }
  header#header-container .nav-has-submenu, header#header-container .btn-sub {
    position: static;
    width: 20%;
  }
  header#header-container.sp_scroll .nav-has-submenu, header#header-container.sp_scroll .for-scroll-btn {
    width: 14.4%;
  }
  header#header-container.sp_scroll .btn-sub {
    width: 14.4vw;
  }
  header#header-container.sp_scroll .for-scroll-logo {
    width: 13.6%;
    height: 14.4vw;
    text-align: center;
    padding-top: 3.466666667vw;
    background: #fff;
  }
  header#header-container.sp_scroll .for-scroll-logo img {
    width: auto;
  }
  header#header-container .nav-has-submenu > a, header#header-container .btn-sub, header#header-container .for-scroll-btn a {
    display: block;
    padding: 12.26666667vw 0 0;
    font-size: 2.666666667vw;
    color: #fff;
    width: 100%;
    background: #008299;
    margin: 0;
    border-radius: 0;
    line-height: 1.3;
    height: 18.4vw;
    border-right: dashed 1px #7ABECA;
  }
  header#header-container .nav-has-submenu > a.sp-corp-info{
    padding: 10.26666667vw 0 0;
  }
  header#header-container .for-scroll-btn a {
    border-color: #fff;
  }
  header#header-container.sp_scroll .nav-has-submenu > a, header#header-container.sp_scroll .btn-sub, header#header-container.sp_scroll .for-scroll-btn a {
    height: 14.4vw;
  }
  header#header-container .btn-sub {
    border: none;
  }
  header#header-container.sp_scroll .btn-sub {
    border-right: dashed 1px #7ABECA;
  }
  header#header-container .nav-has-submenu span, header#header-container .btn-sub span, header#header-container .for-scroll-btn span {
    padding: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    display: block;
    text-align: center;
    width: 110%;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    border: none;
  }
  header#header-container.sp_scroll .nav-has-submenu span, header#header-container.sp_scroll .btn-sub span, header#header-container.sp_scroll .for-scroll-btn span {
    padding: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    display: block;
    text-align: center;
    width: 120%;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    border: none;
    line-height: 1.1;
  }
  header#header-container.sp_scroll .pc-only {
    display: none !important;
  }
  header#header-container .nav-has-submenu:hover span, header#header-container .btn-sub span, header#header-container .for-scroll-btn span {
    border-bottom: none;
    color: #fff;
    opacity: 1;
  }
  header#header-container .nav-submenu {
    display: none;
    width: 100vw;
    position: absolute;
    top: 36.8vw;
    left: 0;
    background-color: rgba(221, 244, 252, 0.9);
    border: solid 1px #CECECE;
  }
  header#header-container.sp_scroll .nav-submenu {
    top: 14.4vw;
  }
  header#header-container .nav-submenu:after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(127, 255, 235, 0);
    border-top-width:1.8vw;
    border-bottom-width:1.8vw;
    border-left-width:1.1vw;
    border-right-width:1.1vw;
    margin-left: -1.1vw;
    border-bottom-color:#ECF8FB;
    bottom:100%;
  }
  header#header-container .nav-submenu li {
    border-bottom: solid 1px #CECECE;
  }
  header#header-container .nav-submenu li:last-child {
    border-bottom: none;
  }
  header#header-container .nav-submenu li:hover {
    background-color: rgba(127, 255, 235, 0);
  }
  header#header-container .nav-submenu a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/common/circle_arrow_right.svg") no-repeat right 4.8vw center / 4.266666667vw 4.266666667vw;
    font-size: 3.733333333vw;
    padding: 4.8vw 6.133333333vw;
  }
  header#header-container .nav-submenu a:hover {
    background: url("../img/common/circle_arrow_right.svg") no-repeat right 4.8vw center / 4.266666667vw 4.266666667vw;
  }
  header#header-container nav > ul > li:nth-child(2) > a {
    background: #008299 url("../img/common/sp_nav_01.svg") no-repeat top 5.333333333vw center / 5.866666667vw auto;
  }
  header#header-container nav > ul > li:nth-child(2) .nav-submenu:after {
    left: 9.866666667vw;
  }
  header#header-container nav > ul > li:nth-child(3) > a {
    background: #008299 url("../img/common/sp_nav_02.svg") no-repeat top 5.066666667vw center / 6.133333333vw auto;
  }
  header#header-container nav > ul > li:nth-child(3) .nav-submenu:after {
    left: 30.4vw;
  }
  header#header-container nav > ul > li:nth-child(4) > a {
    background: #008299 url("../img/common/sp_nav_03.svg") no-repeat top 4.533333333vw center / 4.266666667vw auto;
  }
  header#header-container nav > ul > li:nth-child(4) .nav-submenu:after {
    left: 50.4vw;
  }
  header#header-container nav > ul > li:nth-child(5) > a {
    background: #008299 url("../img/common/sp_nav_04.svg") no-repeat top 4.533333333vw center / 6.133333333vw auto;
  }
  header#header-container nav > ul > li:nth-child(5) .nav-submenu:after {
    left: 70.66666667vw;
  }
  header#header-container nav > ul > li:nth-child(6) > a {
    background: #008299 url("../img/common/sp_nav_05.svg") no-repeat top 4.266666667vw center / 5.066666667vw auto;
  }
  
  header#header-container.sp_scroll nav > ul > li:nth-child(2) > a {
    background: #008299 url("../img/common/sp_nav_01.svg") no-repeat top 2.4vw center / 5.866666667vw auto;
    padding-top: 8.266666667vw;
  }
  header#header-container.sp_scroll nav > ul > li:nth-child(2) .nav-submenu:after {
    left: 20.8vw;
  }
  header#header-container.sp_scroll nav > ul > li:nth-child(3) > a {
    background: #008299 url("../img/common/sp_nav_02.svg") no-repeat top 2.666666667vw center / 6.133333333vw auto;
    padding-top: 8.266666667vw;
  }
  header#header-container.sp_scroll nav > ul > li:nth-child(3) .nav-submenu:after {
    left: 35.46666667vw;
  }
  header#header-container.sp_scroll nav > ul > li:nth-child(4) > a {
    background: #008299 url("../img/common/sp_nav_03.svg") no-repeat top 2.4vw center / 4.266666667vw auto;
    padding-top: 8.266666667vw;
  }
  header#header-container.sp_scroll nav > ul > li:nth-child(4) .nav-submenu:after {
    left: 35.2vw;
  }
  header#header-container.sp_scroll nav > ul > li:nth-child(5) > a {
    background: #008299 url("../img/common/sp_nav_04.svg") no-repeat top 2.4vw center / 6.133333333vw auto;
    padding-top: 8.266666667vw;
  }
  header#header-container.sp_scroll nav > ul > li:nth-child(5) .nav-submenu:after {
    left: 50.13333333vw;
  }
  header#header-container.sp_scroll nav > ul > li:nth-child(6) > a {
    background: #008299 url("../img/common/sp_nav_05.svg") no-repeat top 2.4vw center / 5.066666667vw auto;
    padding-top: 9.6vw;
  }
  header#header-container.sp_scroll .for-scroll-btn a {
    display: block;
    height: 14.4vw;
    background: #EB754A url("../img/common/sp_nav_06.svg") no-repeat top 2.4vw center / 5.866666667vw auto;
    padding-top: 9.6vw;
  }
  header#header-container.sp_scroll .for-scroll-btn:last-of-type a{
    border-right: none;
  }
  header#header-container.sp_scroll .for-scroll-btn:last-of-type a {
    display: block;
    height: 14.4vw;
    background: #EB754A url("../img/common/sp_nav_07.svg") no-repeat top 2.4vw center / 5.333333333vw auto;
  }
  .scroll-none {
    display: block !important;
  }
  .scroll-only {
    display: none !important;
  }
  header#header-container.sp_scroll .scroll-none {
    display: none !important;
  }
  header#header-container.sp_scroll .scroll-only {
    display: block !important;
  }
  header#header-container .nav-has-submenu span.pc-only {
      display: none !important;
  }  
  footer#footer-container .footer-inner {
    width: 100%;
    padding: 13.06666667vw 0 9.333333333vw;
  }
  footer#footer-container h3 img {
    width: 80vw;
  }
  footer#footer-container small {
    font-size: 3.2vw;
    margin-top: 7.733333333vw;
  }
  footer#footer-container .aside-banner {
    margin-top: 6.133333333vw;
  }
  footer#footer-container .aside-banner img {
    width: 48vw;
    height: auto;
    margin-top: 3.133333333vw;
  }
  footer#footer-container  .aside-banner .ml10 {
    margin-left:0px;
  }
  footer#footer-container .footer-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90.93333333vw;
    margin: 11.2vw auto 0;
  }
  footer#footer-container .footer-info {
    padding: 5.866666667vw 0;
    width: 100%;
  }
  footer#footer-container .footer-info-tel p {
    font-size: 3.733333333vw;
  }
  footer#footer-container .footer-info-tel p:last-child {
    font-size: 10.133333333333333vw;
    margin-top: 3.2vw;
  }
  footer#footer-container .footer-info-bh {
    width: 67.2vw;
    font-size: 3.733333333vw;
    text-indent: 0.5em;
    margin: 2.666666667vw auto 7.2vw;
  }
  footer#footer-container .footer-info address {
    width: 64.2vw;
    font-size: 4.266666667vw;
    margin: 0 auto;
  }
  footer#footer-container .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4.266666667vw;
    color: #2F2F2F;
    margin-top: 10.66666667vw;
  }
  footer#footer-container .footer-nav a {
    color: #2F2F2F;
  }
  footer#footer-container .footer-nav-submenu {
    font-size: 3.2vw;
  }
  footer#footer-container .footer-nav > div {
    margin-left: 0;
  }
  footer#footer-container .footer-nav > div:first-child {
    width: 100%;
  }
  footer#footer-container .footer-nav > div:nth-child(2) {
    width: 59%;
  }
  footer#footer-container .footer-nav > div:last-child {
    width: 39%;
  }
  footer#footer-container .footer-nav-list > li {
    margin-bottom: 4.8vw;
  }
  footer#footer-container .footer-nav-list .idv-link {
    font-size: 3.2vw;
    margin-bottom: 1.866666667vw;
  }
  footer#footer-container .footer-nav-submenu {
    margin-top: 1.866666667vw;
  }
  footer#footer-container .footer-nav-submenu li {
    margin-bottom: 2.133333333vw;
  }
  .bread-crumb {
    width: 93.86666667vw;
    margin: 2.666666667vw auto 0;
    font-size: 3.2vw;
  }
  .bread-crumb span {
    display: inline-block;
    padding: 0 1em;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  /* 見出し */
  .ttl_type01 {
    font-size: 9.066666667vw;
    margin: 6.333333vw 0 11vw;
  }
  .ttl_type02 {
    margin-bottom: 4.26666667vw;
    font-size: 5.3333333vw;
  }
  .ttl_type03 {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
  .ttl_type04 {
    line-height: 1.5;
    padding: 2.13333333vw 3.2vw;
    font-size: 4.266666667vw;
    margin-bottom: 3.2vw;
  }
  .ttl_type05 {
    margin-bottom: 2.13333333vw;
    font-size:4.266666667vw
  }
  .ttl_type06 {
    margin-bottom: 2.13333333vw;
    font-size:4.266666667vw
  }

  /*本文*/
  .txt {
    margin-bottom: 4.26666667vw;
    font-size:4.266666667vw
  }
  .attend {
    font-size:4.266666667vw
  }

  /* リスト */
  .list_box01 ul {
    margin: 0 auto 4.533333333vw;
  }
  .list_type01 > li {
    padding-left: 3.73333333vw !important;
  }
  /*ボックス*/
  .box_area {
    width:100%;
    margin:0 auto 4.26666667vw;
  }
  .box_type01 {
    padding: 4.26666667vw 2.13333333vw;
  }
  .box_type02 {
    padding: 4.26666667vw 2.13333333vw;
  }
  .inside_type01 {
    padding-left: 0;
  }
  /* paging */
  .paging {
    text-align: center !important;
    margin: 0 0 10.66666667vw;
  }
  .paging .page-numbers {
    display: inline-block;
    width: 8.533333333vw;
    line-height: 8.533333333vw;
    margin: 0 1.333333333vw;
    font-size: 3.733333333vw;
  }
}
