body {
	color: #242c30;
	vertical-align: baseline;
	font-family: "LINE Seed JP","メイリオ", "Meiryo","Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	height: 100%;
	margin:0;
	padding:0;
    line-height: 160%;
    font-weight: 500;
}
a{
	transition: all  0.2s ease-out;
    text-decoration: none;
    color: #202426;
}
a:hover {
	text-decoration:none;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
:root {
    --main-color: #059de0;
}

/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
/***********************************************
 header-navi
************************************************/
#header-navi{
    max-width: 1370px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#header-navi nav{
    position: absolute;
    content: "";
    right: 50px;
    top: 35px;
    z-index: 9998;
}
#header-navi ul{
    display: flex;
}
#header-navi ul li{
    max-width: 176px;
}
#header-navi ul li img{
    width: 100%;
    height: auto;
}
#header-navi ul li:last-child{
    position: relative;
}
#header-navi ul li:last-child:before{
    position: absolute;
    content: "";
    right: -38px;
    top: 22px;
    background: url(../images/bt-illust-s.webp) no-repeat;
    background-size: cover;
    width: 64px;
    height: 67px;
}
/***********************************************
 stage
************************************************/
#stage{
    margin: 65px auto;
    max-width: 1370px;
    width: 100%;
    background: url(../images/main-bg.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#stage:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/u.svg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding-top: 8%;
}
#stage .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 75px 0 185px 0;
}
#stage .inner .column-l{
    width: 50%;
}
#stage .inner .column-l img{
    width: 100%;
    height: auto;
}
#stage .inner .column-r{
    width: 45%;
}
#stage .inner .column-r img{
    width: 100%;
    height: auto;
}
/***********************************************
 mv
************************************************/
#mv{
    max-width: 800px;
    width: 90%;
    margin: -200px auto 0 auto;
}
#mv h2{
    font-size: clamp(1.75rem, 1.179rem + 1.43vw, 2.25rem);
    font-weight: 700;
    color: var(--main-color);
    line-height: 140%;
    text-align: center;
    margin: 1em 0;
}
#mv ul{
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}
#mv ul li{
    width: 30%;
    text-align: center;
}
#mv ul li img{
    width: 100%;
    height: auto;
    border: 8px solid #d4eefa;
    border-radius: 10px;
    margin: 0 0 10px 0;
}
#mv ul li h3{
    font-size: clamp(1.125rem, 0.982rem + 0.36vw, 1.25rem);
    font-weight: 700;
    color: var(--main-color);
    line-height: 130%;
}
#mv ul li h3 span{
    display: block;
}
/***********************************************
 magazine
************************************************/
#magazine{
    padding: 100px 0;
}
#magazine .inner{
    max-width: 1200px;
    width: 90%;
    margin:0 auto;
}
#magazine .inner h2{
    font-size: clamp(1.75rem, 1.179rem + 1.43vw, 2.25rem);
    font-weight: 700;
    color: var(--main-color);
    line-height: 140%;
    text-align: center;
    margin: 1em 0;
}
#magazine .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#magazine .inner ul li{
    width: 24%;
}
#magazine .inner ul li img{
    width: 100%;
    height: auto;
}
/***********************************************
 slim
************************************************/
#slim{
    padding: 0 0 30px 0;
    position: relative;
    margin-bottom: 100px;
}
#slim:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc((100% - 1300px) / 2 + 1300px);
    height: 80px;
    background: #d2edf9;
    border-radius: 0 40px 40px 0;
    mix-blend-mode: darken;
}
#slim .inner{
    max-width: 1300px;
    width: 90%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#slim .inner .column-l{
    width: 45%;
}
#slim .inner .column-l h2{
    font-size: clamp(1.75rem, 1.179rem + 1.43vw, 2.25rem);
    font-weight: 700;
    color: var(--main-color);
    line-height: 140%;
}
#slim .inner .column-l h2 span{
    display: block;
}
#slim .inner .column-l p{
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
}
#slim .inner .column-r{
    width: 50%;
}
#slim .inner .column-r img{
    width: 100%;
    height: auto;
}
/***********************************************
 komachi
************************************************/
#komachi{
    padding: 70px 0 140px 0;
    background: var(--main-color);
    position: relative;
}
#komachi:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    padding-top: 74.4%;
    background: url(../images/komachi-bg.webp) no-repeat;
    background-size: cover;
    background-position: center top;
}
#komachi:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    width: 100%;
    height: 54px;
    background: url(../images/nami-ng.svg) repeat-x;
    z-index: 2;
}
#komachi .inner{
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1150px;
    width: 90%;
}
#komachi .inner h2{
    text-align: center;
    color: #fff;
    font-size: clamp(2rem, -0.286rem + 5.71vw, 4rem);
    font-weight: 700;
    line-height: 130%;
    text-shadow: 3px 3px 10px #222;
}
#komachi .inner h2 span{
    display: block;
    font-size: clamp(1.5rem, 0.929rem + 1.43vw, 2rem);
}
#komachi .inner .set{
    border: 10px solid #cdebf9;
    background: #fff;
    box-shadow: 3px 3px 10px #222;
    margin: 40px 0 0 0;
    box-sizing: border-box;
    padding: 30px;
}
#komachi .inner .set .rows{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#komachi .inner .set .rows .column-l{
    width: 50%;
}
#komachi .inner .set .rows .column-l img{
    width: 100%;
    height: auto;
}
#komachi .inner .set .rows .column-r{
    width: 48%;
}
#komachi .inner .set .rows .column-r h3{
    position: relative;
    font-size: clamp(1.5rem, 1.071rem + 1.07vw, 1.875rem);
    font-weight: 700;
    line-height: 120%;
    color: var(--main-color);
    min-height: 74px;
    display: flex;
    align-items: center;
    padding-left: 80px;
}
#komachi .inner .set .rows .column-r h3:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/search-ic.webp) no-repeat;
    background-size: cover;
    width: 74px;
    height: 74px;
}
#komachi .inner .set .rows .column-r p{
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
    line-height: 180%;
}
/***********************************************
 navi-list
************************************************/
.navi-list{
    padding: 50px 0 100px 0;
}
.navi-list ul{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navi-list ul li{
    width: 49%;
}
.navi-list ul li img{
    width: 100%;
    height: auto;
}
.navi-list ul li:last-child{
    position: relative;
}
.navi-list ul li:last-child:before{
    position: absolute;
    content: "";
    right: -10%;
    top: 58px;
    background: url(../images/bt-illust.webp) no-repeat;
    background-size: cover;
    width: 24%;
    height: 96%;
}
/***********************************************
 figure
************************************************/
#figure{
    background: url(../images/figure-bg.webp) no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 100px 0;
}
#figure .inner{
    max-width: 1260px;
    width: 90%;
    margin: 0 auto;
}
#figure .inner h2{
    text-align: center;
    color: var(--main-color);
    font-size: clamp(1.75rem, 0.464rem + 3.21vw, 2.875rem);
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 1em;
}
#figure .inner .rows{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#figure .inner .rows .set{
    width: 31%;
    background: #fff;
    box-shadow: 3px 3px 10px #777;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}
#figure .inner .rows .set .showcase img{
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
}
#figure .inner .rows .set h3{
    font-size: clamp(1.375rem, 1.089rem + 0.71vw, 1.625rem);
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    color: var(--main-color);
}
/***********************************************
 spec
************************************************/
#spec{
    padding: 100px 0 160px 0;
    background: url(../images/glid-bg.svg);
}
#spec .inner{
    max-width: 1285px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#spec .inner .column-l{
    width: 57%;
}
#spec .inner .column-l h2{
    color: var(--main-color);
    font-size: clamp(1.75rem, 0.893rem + 2.14vw, 2.5rem);
    font-weight: 700;
    line-height: 130%;
}
#spec .inner .column-l table{
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-spacing: 0;
}
#spec .inner .column-l table caption{
    text-align: left;
    font-weight: 700;
    padding-bottom: 5px;
}
#spec .inner .column-l table th{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #e6f5fc;
    padding: 3px 10px;
    text-align: center;
}
#spec .inner .column-l table td{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
    padding: 3px 10px;
}
#spec .inner .column-l span{
    display: block;
    font-size: 15px;
    padding: 10px 0;
}
#spec .inner .column-r{
    width: 40%;
}
#spec .inner .column-r img{
    width: 100%;
    height: auto;
}
/***********************************************
 footer
************************************************/
#footer{
    margin: -100px auto 90px auto;
}
#footer .inner{
    width: 90%;
    max-width: 1345px;
    margin: 0 auto;
}
#footer .inner .ft-contact{
    padding: 70px 0;
    background: url(../images/ft-contact-bg.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#footer .inner .ft-contact dl{
    padding: 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
#footer .inner .ft-contact dl dt img{
    width: 100%;
    height: auto;
    max-width: 313px;
}
#footer .inner .ft-contact dl dt span{
    display: block;
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
    padding: 15px 0;
}
#footer .inner .ft-contact dl dd{
    margin: 0;
    padding: 0;
}
#footer .inner .ft-contact dl dd a{
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: var(--main-color);
}
#footer .inner .ft-contact dl dd a strong{
    position: relative;
    padding-left: 35px;
    font-weight: 700;
}
#footer .inner .ft-contact dl dd a strong:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/dial-ic.svg) no-repeat;
    width: 31px;
    height: 38px;
}
#footer .inner .ft-contact dl dd span{
    font-size: 14px;
    display: block;
    padding: 10px 0;
}
#footer .inner .ft-contact ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
}
#footer .inner .ft-contact ul li{
    width: 49%;
}
#footer .inner .ft-contact ul li img{
    width: 100%;
    height: auto;
}
#footer .inner .ft-contact small{
    display: block;
    text-align: center;
    font-size: 12px;
}
#footer .inner .ft-contact .up-bt{
    position: absolute;
    right: 35px;
    bottom: -35px;
}
#footer .inner nav ol{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
#footer .inner nav ol li{
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 1em;
}
#footer .inner nav ol li:not(:last-child){
    margin-right: 30px;
}
#footer .inner nav ol li:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/win-ic.svg) no-repeat;
    background-size: cover;
    width: 17px;
    height: 14px;
}
@media screen and (max-width: 900px) {
/***********************************************
 spec
************************************************/
#spec .inner .column-l{
    width: 100%;
}
#spec .inner .column-r{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
/***********************************************
 figure
************************************************/
#figure{
    padding: 70px 0;
}
#figure .inner .rows .set{
    width: 100%;
    padding: 20px;
}
#figure .inner .rows .set:not(:last-child){
    margin-bottom: 40px;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 stage
************************************************/
#stage .inner .column-l{
    width: 100%;
}
#stage .inner .column-r{
    width: 100%;
}
/***********************************************
 mv
************************************************/
#mv ul li{
    width: 31%;
}
#mv ul li img{
    border: 5px solid #d4eefa;
    border-radius: 6px;
}
#mv ul li h3{
    font-size: 16px;
}
#mv ul li h3 span{
    display: inline;
}
/***********************************************
 magazine
************************************************/
#magazine{
    padding: 60px 0;
}
#magazine .inner ul li{
    width: 48%;
    margin-bottom: 10px;
}
/***********************************************
 slim
************************************************/
#slim:before{
    width: 95%;
}
#slim .inner .column-l{
    width: 100%;
}
#slim .inner .column-l h2 span{
    display: inline;
}
#slim .inner .column-r{
    width: 100%;
}
/***********************************************
 komachi
************************************************/
#komachi{
    padding: 60px 0 120px 0;
}
#komachi .inner .set{
    padding: 20px;
}
#komachi .inner .set .rows .column-l{
    width: 100%;
}
#komachi .inner .set .rows .column-r{
    width: 100%;
}
#komachi .inner .set .rows .column-r h3{
    padding-left: 55px;
    font-size: 24px;
}
#komachi .inner .set .rows .column-r h3:before{
    width: 50px;
    height: 50px;
}
/***********************************************
 navi-list
************************************************/
.navi-list{
    padding: 30px 0 60px 0;
}
.navi-list ul li{
    width: 100%;
    margin-bottom: 10px;
}
.navi-list ul li:last-child:before{
    right: -5%;
}
/***********************************************
 spec
************************************************/
#spec{
    padding: 70px 0 140px 0;
}
#spec .inner .column-l table thead{
    display: none;
}
#spec .inner .column-l table{
    width: 100%;
}
#spec .inner .column-l table th{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #e6f5fc;
    padding: 3px 10px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    width: 100%;
}
#spec .inner .column-l table td{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
    padding: 3px 10px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}
#spec .inner .column-l table td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
}
/***********************************************
 footer
************************************************/
#footer{
    margin: -100px auto 70px auto;
}
#footer .inner .ft-contact dl dt img{
    width: 70%;
}
#footer .inner .ft-contact ul li{
    width: 100%;
    margin-bottom: 10px;
}
#footer .inner .ft-contact dl dd a{
    font-size: 7vw;
}
#footer .inner .ft-contact .up-bt{
    right: 15px;
}
}
@media screen and (max-width: 540px) {
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}