body {
	color: #26353d;
	vertical-align: baseline;
	font-family: 'IBM Plex Sans JP',"メイリオ", "Meiryo","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
	height: 100%;
	margin:0;
	padding:0;
    line-height: 160%;
}
a{
	transition: all  0.2s ease-out;
    color: #26353d;
    text-decoration: none;
}
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;
}
.description .img-responsive {
  margin-bottom: 1em;
}
.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: #0068b6;
    --sub-color: #003f76;
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
header
************************************************/
header {
    position: relative;
}
header h1{
    max-width: 780px;
    width: 85%;
    margin: 0 auto;
    padding: 80px 0 20px 0;
}
header h1 img{
    width: 100%;
    height: auto;
}
header dl{
}
header dl dt{
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0;
}
header dl dd img{
    filter: drop-shadow(20px 20px 20px #fff);
}
header dl dd{
    position: fixed;
    right: 20px;
    top: 0;
    width: 160px;
    z-index: 999;
    padding: 0;
    margin: 0;
}
header dl dt img,header dl dd img{
    width: 100%;
    height: auto;
}
/***********************************************
stage
************************************************/
#stage{
    position: relative;
    background: var(--main-color);
}
#stage:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 1870px;
    height: 500px;
    background: url(../images/stage-circle.svg) no-repeat;
    background-size: cover;
    z-index: 1;
}
#stage .inner{
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
#stage .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#stage .inner ul li{
    width: 49%;
}
#stage .inner ul li img{
    width: 100%;
    height: auto;
}
#stage .inner .row{
    background: url(../images/stage-bg.png) no-repeat;
    background-size: 60% auto;
}
#stage .inner .row .column{
    width: 49%;
    margin-left: auto;
    padding: 50px 0;
    color: #fff;
}
#stage .inner .row .column img{
    width: 100%;
    height: auto;
}
#stage .inner .row .column .alert{
    display: block;
    text-align: right;
    font-size: 14px;
}
/***********************************************
merit
************************************************/
#merit{
    background: url(../images/nami.svg) repeat-x;
    background-position: top left;
}
#merit .inner{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}
#merit .inner h2 {
    text-align: center;
    position: relative;
    padding: 100px 0 50px 0;
}
#merit .inner h2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 2px;
    height: 82px;
    background: #129ba6;
}
#merit .inner h2 span{
    color: #129ba6;
    font-size: 24px;
    font-weight: 800;
    border: 2px solid #129ba6;
    border-radius: 30px;
    padding: 10px 20px;
}
#merit .inner img{
    width: 100%;
    height: auto;
}
#merit .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#merit .inner ul li{
    width: 32%;
}
#merit a.more {
    display: block;
    width: 500px;
    position: relative;
    margin: 0 auto
}
#merit a.more:before {
    position: absolute;
    content: "";
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 71px;
    height: 141px;
    background: url(../images/bt-ef.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}
#merit a.more span{
    display: block;
    text-align: center;
    width: 400px;
    font-size: 24px;
    border: solid 5px var(--main-color);
    color: var(--main-color);
    transition: .2s;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 25px 0;
    margin: 60px auto;
    border-radius: 60px;
}
#merit a.more span:hover{
    background:  var(--main-color);
    color: #fff;
}
/***********************************************
point
************************************************/
#point{
    background:  var(--sub-color);
}
#point .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 20px 0;
    position: relative;
}
#point .inner:before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 148px;
    height: 48px;
    background: url(../images/sun.svg) no-repeat;
    background-size: cover;
}
#point .inner dl{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#point .inner dl dt{
    width: 70%;
    padding: 0 0 25px 0;
}
#point .inner dl dd{
    width: 29%;
    margin: 0;
    padding: 0;
    align-self: flex-end;
}
#point .inner dl img{
    width: 100%;
    height: auto;
}
#point .inner .frm{
    background: #fff;
    padding: 90px 50px 50px 50px;
    border-radius: 20px;
    position: relative;
    margin: 0 0 50px 0;
}
#point .inner .frm:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 120px;
    height: 60px;
}
#point .inner .point-1:before{
    background: url(../images/point-1.svg) no-repeat;
    background-size: cover;
}
#point .inner .point-2:before{
    background: url(../images/point-2.svg) no-repeat;
    background-size: cover;
}
#point .inner .point-3:before{
    background: url(../images/point-3.svg) no-repeat;
    background-size: cover;
}
#point .inner .frm img{
    width: 100%;
    height: auto;
}
#point .inner .frm h3{
    font-size: 32px;
    color: var(--sub-color);
    border: 3px solid var(--sub-color);
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 50px;
    line-height: 130%;
}
#point .inner .point-1 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
#point .inner .point-1 h4{
    font-size: 20px;
    color: var(--main-color);
}
#point .inner .point-1 ul li {
    width: calc(49% - 6px);
}
#point .inner .point-1 ul li img{
    border: 3px solid var(--main-color);
    border-radius: 15px;
    box-sizing: border-box;
}
#point .inner .point-2 .illust{
    position: relative;
    padding-left: 150px;
    min-height: 143px;
    display: flex;
    align-items: center;
}
#point .inner .point-2 .illust:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 143px;
    height: 143px;
    background: url(../images/illust-3.svg) no-repeat;
    background-size: cover;
}
#point .inner .point-2 h4{
    font-size: 24px;
    color: var(--main-color);
    font-weight: bold;
    margin: 2em 0 .5em 0;
}
#point .inner .point-2 .coordinate{
    background: #dceff5;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
#point .inner .point-2 .coordinate img{
    max-width: 840px;
    filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
#point .inner .point-2 ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #dceff5;
    border-radius: 10px;
    padding: 30px 30px 20px 30px;
}
#point .inner .point-2 ol li{
    width: calc(32% - 20px);
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}
#point .inner .point-2 ol li h5{
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}
#point .inner .point-2 ol li h5:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border: 1px solid var(--main-color);
}
#point .inner .point-3 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}
#point .inner .point-3 ul li:nth-of-type(1),
#point .inner .point-3 ul li:nth-of-type(4){
    width: 28.7%;
}
#point .inner .point-3 ul li:nth-of-type(2),
#point .inner .point-3 ul li:nth-of-type(3){
    width: 19.5%;
}
/***********************************************
contact
************************************************/
#contact {
    position: relative;
}
#contact .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contact .row .column-l{
    width: 50%;
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 10% 0;
}
#contact .row .column-l:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(235,243,249,0.75);
    z-index: 2;
}
#contact .row .column-l ul{
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#contact .row .column-l ul li img{
    width: 100%;
    height: auto;
}
#contact .row .column-r{
    width: calc(50% - 115px);
    padding: 0 75px 0 40px;
    align-self: center;
}
#contact .row .column-r h2{
    color: var(--main-color);
    font-size: 32px;
    font-weight: bold;
}
#contact .row .column-r ul li:nth-of-type(2){
    font-size: 15px;
    line-height: 140%;
    margin-top: 8px;
}
#contact .row .column-r ul li:nth-of-type(3){
    font-size: 27px;
    font-weight: bold;
    margin: 15px 0 20px 0;
}
#contact .row .column-r ul li:nth-of-type(3) span{
    font-size: 22px;
    font-weight: bold;
    background: var(--main-color);
    padding: 5px 25px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}
#contact .row .column-r ul li:nth-of-type(4) a{
    font-size: 24px;
    color: var(--main-color);
    font-weight: bold;
    display: inline-block;
    padding: 22px 0;
    width: 350px;
    text-align: center;
    white-space: nowrap;
    border: 3px solid var(--main-color);
    border-radius: 50px;
    box-sizing: border-box;
    margin: 30px 0 0 0;
}
#contact .row .column-r ul li:nth-of-type(4) {
    position: relative;
    width: 380px;
    height: 141px; 
}
#contact .row .column-r ul li:nth-of-type(4):before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 71px;
    height: 141px;
    background: url(../images/bt-ef.svg) no-repeat;
    background-position:  right center;
    animation: fl 2s;
    animation-timing-function:ease-in;
    animation-iteration-count:infinite;
    z-index: -1;
}
@keyframes fl {
  50% {
    opacity: 0;
  }
}
#contact .row .column-r ul li:nth-of-type(4) a:hover{
    color: #fff;
    background: var(--main-color);
}
#contact .row .column-r ol {
    margin-top: 10px;
}
#contact .row .column-r ol li{
    font-size: 12px;
    padding-left: 10px;
    position: relative;
    line-height: 140%;
}
#contact .row .column-r ol li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #26353d;
}
#contact #up-bt{
    position: absolute;
    bottom: 0;
    right: 10px;
}
/***********************************************
footer
************************************************/
#footer{
    background: #f0f0f0;
    padding: 20px 30px;
}
#footer ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer ul li:first-child{
    font-size: 12px;
}
#footer ul li:last-child {
    font-size: 11px;
    line-height: 130%;
}
@media screen and (max-width: 1100px) {
/***********************************************
stage
************************************************/
#stage .inner{
    padding: 50px 0 0 0;
}
#stage .inner .row .column{
    padding: 30px 0;
}
/***********************************************
contact
************************************************/
#contact .row .column-r{
    width: calc(50% - 60px);
    padding: 50px 30px 80px 30px;
    align-self: center;
}
}
@media screen and (max-width: 850px) {
/***********************************************
contact
************************************************/
#contact .row .column-r ul li:nth-of-type(4) a{
    font-size: 20px;
    width: 300px;
}
#contact .row .column-r ul li:nth-of-type(4) {
    width: 330px;
}
}
@media screen and (max-width: 768px) {
/***********************************************
contact
************************************************/
#contact .row .column-l{
    width: 100%;
}
#contact .row .column-r{
    width: 100%;
}
}
@media screen and (max-width: 640px) {
/***********************************************
header
************************************************/
header h1{
    width: 90%;
    padding: 80px 0 20px 0;
}
header dl dt{
    top: 30px;
    left: 10px;
    width: 150px;
}
header dl dd{
    right: 10px;
    width: 120px;
}
/***********************************************
stage
************************************************/
#stage .inner ul li{
    width: 100%;
    margin-bottom: 10px;
}
#stage .inner .row{
    background-size: 100% auto;
}
#stage .inner .row .column{
    width: 100%;
    margin-left: 0;
    padding-top: 80%;
}
/***********************************************
merit
************************************************/
#merit a.more {
    width: 380px;
}
#merit a.more span{
    width: 280px;
    font-size: 21px;
}
/***********************************************
point
************************************************/
#point .inner dl dt{
    width: 100%;
}
#point .inner dl dd{
    width: 60%;
    margin: 0 0 0 auto;
}
#point .inner .frm{
    padding: 90px 25px 25px 25px;
}
#point .inner .frm h3{
    font-size: 24px;
    padding: 15px 0;
}
#point .inner .point-1 ul li {
    width: calc(100% - 6px);
    margin-bottom: 20px;
}
#point .inner .point-2 ol{
    padding: 10px 10px 0 10px;
}
#point .inner .point-2 ol li{
    width: calc(100% - 20px);
}
#point .inner .point-2 ol li h5{
    font-size: 16px;
}
#point .inner .point-3 ul li:nth-of-type(1),
#point .inner .point-3 ul li:nth-of-type(4){
    width: 58%;
}
#point .inner .point-3 ul li:nth-of-type(2),
#point .inner .point-3 ul li:nth-of-type(3){
    width: 39.5%;
}
}
@media screen and (max-width: 500px) {
/***********************************************
merit
************************************************/
#merit .inner ul li{
    width: 100%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 400px) {
/***********************************************
merit
************************************************/
#merit a.more {
    width: 100%;
}
#merit a.more:before {
    right: 0;
}
#merit a.more span{
    width: calc(100% - 50px);
    font-size: 16px;
}
/***********************************************
point
************************************************/
#point .inner .frm{
    padding: 90px 15px 15px 15px;
}
#point .inner .point-2 .illust{
    position: relative;
    padding-left: 0;
    padding-top: 150px;
    min-height: 143px;
    display: flex;
    align-items: center;
}
#point .inner .point-2 .illust:before{
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
}
/***********************************************
contact
************************************************/
#contact .row .column-r ul li:nth-of-type(1) img{
    width: 100%;
    height: auto;
}
#contact .row .column-r ul li:nth-of-type(3){
    font-size: 7vw;
}
#contact .row .column-r ul li:nth-of-type(3) span{
    font-size: 16px;
    padding: 2px 10px;
}
#contact .row .column-r ul li:nth-of-type(4) a{
    font-size: 16px;
    width: calc(100% - 30px);
}
#contact .row .column-r ul li:nth-of-type(4) {
    width: 100%;
}
}
@media screen and (max-width: 350px) {
/***********************************************
merit
************************************************/
#merit .inner h2 span{
    font-size: 20px;
    padding: 10px 10px;
}

}
@media screen and (max-width: 300px) {
}