@import url('https://fonts.googleapis.com/css2?&family=Lato:wght@700&family=Noto+Sans+JP:wght@400;700&display=swap');

*{
  box-sizing: border-box;
}
html{
  font-size: 16px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin: 0;
  padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style:normal;
}
ul{
  list-style:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
img,abbr,acronym,fieldset{
  border:0;
}

body{
  overflow-x: hidden;
  color: #27315a;
  font-family: YakuHanJP_Noto,'Inter',Noto Sans JP, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  position: relative;
  font-size: 16px;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.invisible {
  transition: opacity 0.3s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.3s ease;
  opacity: 1.0;
}
p {
  line-height: 1.8;
}
ul {
  list-style: none;
}
a{
  text-decoration: none;
  color:#32373d;
}
img{
  max-width: 100%;
}
.bar{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

/*=============== Header ===============*/
header{
  width:100%;
  text-align: center;
  position: relative;
}
header .logo{
  text-align: left;
  position: absolute;
}
header .logo img{
  padding: .8em 1em;
  width: 170px;
  background: #fff;
  border-radius: 0 0 10px;
  -moz-box-shadow: 3px 10px 19px -5px rgba(130, 130, 130, 0.28);
  -webkit-box-shadow: 3px 10px 19px -5px rgba(130, 130, 130, 0.28);
  -ms-box-shadow: 3px 10px 19px -5px rgba(130, 130, 130, 0.28);
  box-shadow: 3px 10px 19px -5px rgba(130, 130, 130, 0.28);
}

/*========= Global navigation ==========*/
.g-nav-wrap{
  position: fixed;
  z-index: 999;
}
#g-nav{
  position:fixed;
  z-index: 999;
  top:-120%;
  left:0;
  width:100%;
  height: 100vh;
  background: rgb(245,248,255);
  background: linear-gradient(180deg, rgba(245,248,255,1) 0%, rgba(203,244,251,1) 100%);
  transition: all 0.6s;
}
#g-nav.panelactive{
  top: 0;
}
#g-nav.panelactive #g-nav-list{
  position: fixed;
  z-index: 333; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*ナビゲーションエリア*/
#g-nav .g-nav-box {
  display: flex;
  width: 90%;
}
#g-nav .g-nav-box div{
  text-align: left;
  padding: 0 2em;
}
#g-nav li{
  list-style: none;
}
.nv-t{
  border-top: 1px solid #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.art{
  position: relative;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  padding: 10px 0;
}
.art::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 28px;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0a7cc4;
  vertical-align: middle;
}
.art::after{
  content: "";
  position: absolute;
  top: 33px;
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
#g-nav li a{
  color: #27315a;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#g-nav li a:hover{
  color: #0a7cc4;
}
.g-nav-service li{
  background: #fff;
  margin: 8px 0;
  position: relative;
}
.g-nav-service li::after{
  content: "";
  position: absolute;
  top: 36px;
  right: 16px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0a7cc4;
  border-right: 2px solid #0a7cc4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.g-nav-service li a:hover{
  background: #fff;
}

#g-nav .nv-nt a{
  padding-top: 0;
}
#g-nav .g-nav-service li a{
  padding: 14px 16px;
  display: flex;
  align-items: center;
  color: #0a7cc4;
}
#g-nav .g-nav-service li a:hover{
  color: #1d284d;
}
#g-nav .g-nav-service li a img{
  width: 32px;
  margin-right: 10px;
}
.g-nav-company li{
  position: relative;
}
.g-nav-company li::after{
  content: "";
  position: absolute;
  top: 20px;
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #0a7cc4;
  border-right: 2px solid #0a7cc4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.openbtn{
  position: fixed;
  z-index: 9999;
  top: 0;
  cursor: pointer;
  width: 100px;
  height:100px;
  top: 0;
  right: 0px;
  background: #0a7cc4;
  background: linear-gradient(to bottom, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
}
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 30%;
  height: 1px;
  border-radius: 10px;
  background-color: #fff;
  width: 40%;
}
.openbtn span:nth-of-type(1) {
  top:30%; 
}
.openbtn span:nth-of-type(2) {
  top: 42%;
  width: 30%;
}
.openbtn span:nth-of-type(3) {
  top: 54%;
}
.openbtn.active span:nth-of-type(1) {
  top: 35px;
  left: 25px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 48px;
  left: 25px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.openbtn p{
  position: absolute;
  color: #fff;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: 0.1em;
  bottom: 14px;
  left: 39%;
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  font-family: 'Zen Maru Gothic', sans-serif;
}
.header-btn-login{
  position: fixed;
  z-index: 9999;
  right: 100px;
  top: 0;
  background: rgb(255,230,24);
  background: linear-gradient(160deg, rgba(255,230,24,1) 0%, rgba(255,243,145,1) 100%);
  width: 100px;
  height: 100px;
  font-size: .8em;
  font-weight: 600;
  color: #1d284d;
}
.header-btn-login a{
  color: #1d284d;
  text-decoration: none;
}
.h-btn-img{
  width: 40px;
  margin-top: 20px;
}

/* 依頼ボタン */
#header-order-nav{
  position:fixed;
  z-index: 333;
  top:-120%;
  left:0;
  width:100%;
  height: 100vh;
  background: rgb(245,248,255);
  background: linear-gradient(180deg, rgba(245,248,255,1) 0%, rgba(203,244,251,1) 100%);
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-order-nav.panelactive{
  top: 0;
}
#header-order-nav ul {
  width: 1200px;
  padding: 2em;
}
#header-order-nav li{
  list-style: none;
  text-align: center;
  padding:2em;
  font-weight: 600;
}
.header-order-btn{
  position:fixed;
  z-index: 9999;
  cursor: pointer;
  right: 200px;
  top: 0;
  background: rgb(255,230,24);
  background: linear-gradient(160deg, rgba(255,230,24,1) 0%, rgba(255,243,145,1) 100%);
  width: 100px;
  height: 100px;
  font-size: .8em;
  border-right: 1px solid #fff;
  font-weight: 600;
  color: #1d284d;
}
.order-nav-items li{
  background: #fff;
  box-shadow: 3px 10px 19px -5px rgba(130, 130, 130, 0.28);
  margin: 10px;
  border-radius: 10px;
}
#header-order-nav li img{
  width: 100px;
}
.oni-btn a{
  background: rgb(255,230,24);
  background: linear-gradient(160deg, rgba(255,230,24,1) 0%, rgba(255,243,145,1) 100%);
  border-radius: 500px;
  height: 60px;
  line-height: 60px;
  position: relative;
  display: block;
}
.oni-btn a:before{
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.oni-btn a:hover{
  background: rgb(255,227,0);
  background: linear-gradient(160deg, rgba(255,227,0,1) 0%, rgba(254,187,30,1) 100%);
}

@media screen and (min-width: 1100px) {
.order-nav-items{
  display: flex;
}
.order-nav-items li{
  width: 33%;
}
#g-nav .g-nav-b1{
  width: 30%;
}
#g-nav .g-nav-b2{
  width: 40%;
}
#g-nav .g-nav-b3{
  width: 30%;
  }
}

@media screen and (max-width: 1099px) {
header{
  height: 60px;
  position: fixed;
  z-index: 999999999999;
}
header .logo{
  text-align: center;
  position: static;
}
header .logo img{
  width: 80px;
  margin-top: 10px;
  padding: 0;
  border-radius: 0;
  -moz-box-shadow: 0px 0px 0px 0px rgba(130, 130, 130, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(130, 130, 130, 0);
  -ms-box-shadow: 0px 0px 0px 0px rgba(130, 130, 130, 0);
  box-shadow: 0px 0px 0px 0px rgba(130, 130, 130, 0);
}
.openbtn{
  width: 60px;
  height: 60px;
  left: 0;
  background: #fff;
}
.openbtn p{
  bottom: 6px;
  font-size: 10px;
}
.openbtn span{
  background-color:#3071b8;
}
.openbtn span:nth-of-type(1){
  top: 22%;
}
.openbtn span:nth-of-type(2){
  top: 34%;
}
.openbtn span:nth-of-type(3){
  top: 46%;
}
.openbtn.active span:nth-of-type(1){
  top: 15px;
  left: 15px;
}
.openbtn.active span:nth-of-type(3){
  top: 28px;
  left: 15px;
}
.openbtn p{
  color: #3071b8;
}
.header-btn-login{
  width: 50px;
  height: 60px;
  right: 0;
  font-size: 10px;
  letter-spacing: 0;
}
.header-order-btn{
  width: 60px;
  height: 60px;
  right: 50px;
  font-size: 10px;
  letter-spacing: -1px;
}
.header-order-btn p,.header-btn-login p{
  font-size: 7px;
}
.h-btn-img{
  width: 20px;
  margin-top: 14px;
}
#header-order-nav ul{
  margin-top: -3em;
}
#header-order-nav li img{
  display: none;
}
#header-order-nav li p{
  font-size: 14px;
  letter-spacing: 0;
}
.oni-btn{
  padding-top: 4px;
}
.oni-btn a{
  height: 50px;
  line-height: 50px;
}
.order-nav-items{
  flex-direction: column;
}
#g-nav.panelactive {
  top: 60px;
  background: #e7f7fe;
}
#header-order-nav.panelactive {
  top: 60px;
  background: #e7f7fe;
}
#g-nav.panelactive #g-nav-list{
  align-items: start;
  padding: 1em 0 3em 0;
}
#g-nav li{
  font-size: 13px;
}
#g-nav li a{
  padding: 2px 10px;
}
#g-nav .g-nav-box{
  flex-direction: column;
}
#g-nav .g-nav-b1{
  width: 100%;
}
#g-nav .g-nav-b2{
  width: 100%;
}
#g-nav .g-nav-b3{
  width: 100%;
}
#g-nav .g-nav-box div{
  padding: 0;
}
.nv-t {
  border-top: 0;
  box-shadow: 0;
}
.art{
  padding: 4px 0;
  border-bottom: 1px solid #a1d0ed;
  box-shadow: 0;
}
.art::before{
  top: 10px;
}
.art::after{
  top: 15px;
}
#g-nav .nv-nt a{
  padding-top: 8px;
}
#g-nav .g-nav-service{
  display: flex;
  flex-wrap: wrap;
  margin: 2px -5px 5px;
}
#g-nav .g-nav-service li{
  width: calc(50% - 10px);
  margin: 5px 5px 5px;
}
#g-nav .g-nav-service li a{
  flex-direction: column;
}
#g-nav .g-nav-service li a img{
  width: 22px;
  margin-right: 0;
}
.g-nav-service li::after{
  border-top : 0;
  border-right: 0;
}
#g-nav .g-nav-service li p{
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0;
}
.g-nav-b3{
  padding-top: 10px!important;
}
.g-nav-service li::after{
  top: 15px;
}
.g-nav-company{
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px 8px;
}
.g-nav-company li{
  width: calc(50% - 10px);
  margin: 0 5px 0;
  font-size: 12px!important;
}
.g-nav-company li::after{
  top: 10px;
  }
}


/*========= Main ==========*/
#main .main-visual{
  background: url(/img/common/main-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 800px;
  padding: 5em;
  display: flex;
  justify-content:center;
  align-items:center;
}
#main .main-visual div{
  max-width: 750px;
  padding: 2em;
}
#main .main-visual img:hover{
  opacity: 0.8;
}
.row-r{
  flex-direction: row-reverse;
}
#block-top-cts{
  text-align: center;
}
.top-service{
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 50px auto 100px;
}
.top-service__img{
  width: 56%;
  padding-right: 0;
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer
}
.top-service__img img{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  transition-duration: 0.6s;
}
.top-service__img .img2{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.top-service__img:hover img{
  transform: scale(1.05);
  transition-duration: 0.6s;
}
.top-service__txt{
  width: 44%;
  padding: 0 5% 0 5%;
}
.top-service__txt a{
  display: block;
}
.top-service__txt .txt-ttl{
  font-size: max(2.7vw, 1.6rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 1em 0 0;
  color: #0a7cc4;
}
.top-service__txt .txt-en{
  padding: .2em 0 .8em 0;
  font-size: 1.4rem;
  color: #0a7cc4;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.top-service__txt .txt-lead__sub{
  padding-bottom: 6px;
  margin-left: -2px;
}
.top-service__txt .txt-lead__sub span{
  font-weight: 700;
  color: #0a7cc4;
  border: 1px solid #0a7cc4;
  border-radius: 500px;
  padding: 4px 14px;
  font-size: max(1.3vw, .8rem);
}
.top-service__txt .icon{
  margin-left: -4px;
  height: 50px;
}
.inner {
  width: 100%;
  max-width: 1350px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5em;
}
#block-top-info{
  padding: 7em 0 9em;
  background: url(/img/common/info-bg.jpg) no-repeat center bottom fixed #e8f4f9;
  text-align: center;
}
#block-top-info .top-info-ttl{
  font-size: 3.5em;
  font-weight: 600;
  text-align: center;
  color: #0a7cc4;
  line-height: 1.2;
  letter-spacing: .05em;
}
#block-top-info h2{
  color: #0a7cc4;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: .3em 0 2em 0;
  font-size: 1rem;
}
.top-info-area{
  padding: 3em;
}
.top-info-btn{
  border: 2px solid #0a7cc4;
  background: #fff;
  color: #0a7cc4;
  max-width: 290px;
  display: block;
  margin: 3em auto 0 auto;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-radius: 500px;
}
.top-info-btn::before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid #0a7cc4;
  border-bottom: 1px solid #0a7cc4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-info-btn:hover{
  background: #fff;
}
#top-content-info h2{
  width: 22.85%;
  color: #0181C0;
  font-size: 2em;
}
.top-info-list{
  display: flex;
  padding: 1.2em 1em;
  text-align: left;
  border-bottom: 1px dotted #aaa;
}
.top-info-list .info-day{
  min-width: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #666;
}
.top-info-list .info-cat{
  min-width: 140px;
  text-align: center;
}
.top-info-list .info-cat span{
  border-radius: 14px;
  color: #f95c86;
  display: inline-block;
  min-width: 90px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f95c86;
  background: #fff;
  font-size: 0.8rem;
  height: 30px;
  line-height: 30px;
}
.top-info-list .info-txt{
  line-height: 1.6;
}
.top-info-list .info-txt a{
  color: #262626;
}


/*========= Footer ==========*/
#footer{
  background:#fff;
  padding-top: 4em;
}
#footer .inner{
  display: flex;
  justify-content: space-between;
  padding: 0 7em 3em 7em;
}
.footer-info{
  width: 23%;
}
.foot-tel{
  line-height: 1.5;
}
.foot-tel p{
  font-weight: 600;
  padding-bottom: .2em;
}
.foot-tel span{
  font-size: 0.8rem;
  display: block;
}
.foot-tel__free,.foot-tel__t{
  font-size: max(2vw, 1.6rem);
  position: relative;
  line-height: 1;
}
.foot-tel__free:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/img/common/foot-tel-free.svg) no-repeat center center;
  background-size: contain;
  margin-right: 4px;
}
.foot-tel__t:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/img/common/foot-tel-tel.svg) no-repeat center center;
  background-size: contain;
  margin-right: 4px;
}
.foot-tt{
  font-size: .7em;
  padding-top: 1em;
}
.foot-btn{
  background: rgb(54,42,224);
  background: linear-gradient(100deg, rgba(54,42,224,1) 0%, rgba(66,211,237,1) 100%);
  border-radius: 500px;
  color: #fff;
  display: block;
  font-weight: 600;
  margin: 1em 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.foot-btn:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url(/img/common/icon-mail.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.foot-btn:hover{
  background: #0a7cc4;
}
.footer-nav{
  width: 68.5%;
  display: flex;
  justify-content: space-between;
}
.footer-nav ul{
  width: 22%;
}
.footer-nav li{
  font-weight: 600;
  padding: .2em 0 .2em 1.4em;
}
.footer-nav li > ul{
  margin: .5em 0 0;
  width: 100%;
}
.footer-nav li > ul > li{
  font-size: 0.86rem;
  padding: .2em 0;
  font-weight: 400;
}
.arw{
  position: relative;
  vertical-align: middle;
}
.arw::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0a7cc4;
  vertical-align: middle;
}
.arw::after{
  content: "";
  position: absolute;
  top: 15px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.c-btn1{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2em 0 0;
}
.c-btn1 .btn-circle{
  background: #ecf6ff;
  height: 60px;
  width: 60px;
  padding: 20px;
  border-radius: 500px;
}
.top-service__txt a:hover > .c-btn1 .btn-circle{
  background: #d9eaf9;
}
.c-btn1 .btn-txt{
  font-weight: 600;
  padding-left: 10px;
}
#copyright{
  text-align: center;
  font-size: 0.6em;
  color: #999;
  padding-bottom: 2em;
  letter-spacing: 0.1em;
}
.copyright{
  font-size: 0.7rem;
}


/*========= Page scroll ==========*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
  z-index: 9999;
}
#page-top a {
  background: #0a7cc4;
  background: linear-gradient(to bottom, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  text-decoration: none;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  display: block;
  opacity: 0.9;
  padding: 0;
  border-radius: 500px;
}
#page-top a img{
  width: 30px;
  height: 30px;
  margin-top: 18px;
}
#page-top a:hover {
  text-decoration: none;
  background: #0a7cc4;
}

@media screen and (max-width: 1099px) {
#header{
  background: #fff;
  box-shadow: 3px 10px 19px -5px rgba(130, 130, 130, 0.28);
}
#main{
  padding-top: 60px;
}
#main .main-visual{
  padding: 2em;
  height: 500px;
}
#main .main-visual div{
  padding: 0;
  max-width: 500px;
}
#page-top{
  bottom: 70px;
  right: 12px;
}
#page-top a{
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#page-top a img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.inner{
  padding-left: 2em;
  padding-right: 2em;
  }
}

@media screen and (min-width: 769px) {
.sp{
  display: none;
}
#foot-sp-nav{
  display: none!important;
  }
}

@media screen and (max-width: 768px) {
.pc{
  display: none;
}
.top-service{
  flex-direction: column;
  margin: 2em;
}
.top-service__img{
  width: 100%;
}
.top-service__img img{
  border-radius: 10px!important;
}
.top-service__txt{
  width: 100%;
  padding: 10px 0;
}
.top-service__txt .icon{
  height: 30px;
  margin-top: 6px;
  margin-left: 1px;
}
.top-service__txt .txt-ttl{
  padding: 0;
  letter-spacing: 0;
}
.top-service__txt .txt-en{
  font-size: .9rem;
}
.txt-lead{
  font-size: .8rem;
}
#block-top-info{
  padding: 3em 0;
}
#block-top-info .top-info-ttl{
  font-size: 2em;
}
#block-top-info h2{
  font-size: .8rem;
  padding-bottom: 0em;
}
.top-info-area{
  padding: 0;
}
.top-info-list{
  flex-wrap: wrap;
  padding: 14px 0;
}
.top-info-list .info-day{
  width: 100%;
  text-align: left;
  font-size: .7rem;
}
.top-info-list .info-cat{
  width: 100%;
  text-align: left;
  font-size: .7rem;
}
.top-info-list .info-cat span{
  font-size: .7rem;
  height: 20px;
  line-height: 20px;
}
.top-info-list .info-txt{
  line-height: 1.5;
  font-size: .8rem;
  padding: 1px 0;
}
.top-info-btn{
  max-width: 180px;
  height: 45px;
  line-height: 45px;
  font-size: .8rem;
}
.btn-circle{
  display: none;
}
.c-btn1 .btn-txt{
  text-align: center;
  width: 100%;
  background: rgb(54,42,224);
  background: linear-gradient(100deg, rgba(54,42,224,1) 0%, rgba(66,211,237,1) 100%);
  color: #fff;
  height: 58px;
  line-height: 58px;
  border-radius: 500px;
  position: relative;
}
.c-btn1 .btn-txt::after{
  content: "";
  position: absolute;
  top: 24px;
  right: 26px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

#footer{
  padding: 2em 0;
}
#footer .inner{
  padding: 0 2em;
  flex-direction: column;
}
.footer-info{
  width: 100%;
  text-align: center;
}
.footer-nav{
  width: 100%;
  flex-wrap: wrap;
}
.footer-nav ul{
  width: 50%;
}
.footer-nav li{
  font-size: .8em;
}
.footer-nav li > ul > li{
  font-size: .9em;
}
.arw::before{
  width: 12px;
  height: 12px;
  top: 9px;
}
.arw::after{
  top: 12px;
  left: 3px;
  width: 3px;
  height: 3px;
}
#copyright{
  font-size: .5rem;
  padding: 4em 0 0 0 ;
}
.arw{
  border-bottom: 0px solid #eee;
}
.footer-nav li > ul{
  margin: 0 0 .5em 0;
}
.footer-nav li > ul > li{
  padding: .1em 0;
}
#foot-sp-nav{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px -2px 5px 1px rgb(0 0 0 / 10%);
  text-align: center;
}
#foot-sp-nav ul{
  display: flex;
}
#foot-sp-nav li{
  width: 20%;
}
#foot-sp-nav li a{
  display: block;
  height: 60px;
  color: #27315a;
}
#foot-sp-nav li span{
  font-size: 10px;
  display: block;
  line-height: 1;
  padding: 42px 0 0;
}
#foot-sp-nav .f-spnav-home a {
  background: url(/img/common/foot-sp-home.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-order a {
  background: url(/img/common/foot-sp-order.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-login a {
  background: url(/img/common/foot-sp-login.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-mypage a {
  background: url(/img/common/foot-sp-mypage.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-service a {
  background: url(/img/common/foot-sp-service.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-mail a {
  background: url(/img/common/foot-sp-mail.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
  }
}


/*========= Roading ==========*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align:center;
  color:#3071b8;
}
#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash-logo span{
  color: #f1ab3f;
}
/* 画面推移 */
body{
  background:#fff;
}
body.appear{
  background:#fff;
}
.splashbg1,
.splashbg2{
  display: none;
}
body.appear .splashbg1,
body.appear .splashbg2{
  display:block;
}
body.appear .splashbg1{
  animation-name:PageAnime;
  animation-duration:1.4s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
  content: "";
  position:fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  bottom:50%;
  left:0;
  transform: scaleY(1);
  background-color: #fff;
}
@keyframes PageAnime{
  0% {
    transform-origin:top;
    transform:scaleY(1);
  }

  100% {
    transform-origin:top;
    transform:scaleY(0);
  }
}
body.appear .splashbg2{
  animation-name:PageAnime2;
  animation-duration:1.4s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
  content: "";
  position:fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 50%;
  left:0;
  transform: scaleY(1);
  background-color: #fff;
}
@keyframes PageAnime2{
  0% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  100% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
}
#top-container{
  opacity: 0;
}
body.appear #top-container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay:0.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #3071b8;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }

.line-scale-pulse-out > div:nth-child(2){
  background-color: #f1ab3f;
}


/*========= Inside Page ==========*/
#i-contents{
  border-bottom: 1px solid #f2f7fb;
}
#i-headline{
  padding: 9.5em 0;
  text-align: center;
  background: url(../img/common/info-bg.jpg) no-repeat center bottom #f4f8fa;
  background-size: auto;
  background-size: cover;
  border-bottom: 1px solid #eff4f6;
}
#i-headline h2{
  font-size: max(2vw, 1rem);
  letter-spacing: .05em;
}
#contents{
  padding: 5em 0;
}

#head-title{
  height: calc(35vw - 0px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
#head-title .head-ttl .ja span{
  font-size: max(2.4vw, 1rem);
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: 600;
}
#head-title .head-ttl .en span{
  font-size: max(.9vw, 9px);
  line-height: 1.5;
  letter-spacing: .2em;
  font-weight: 600;
}
#inside-contents{
  padding: 8em 0 10em;
  letter-spacing: 0;
  border-bottom: 1px solid #8ea8cc;
}

.cv{
  text-align: center;
  padding: 3em 0 .5em 0;
}
.cv a{
  background: #fce739;
  box-shadow: 0 6px 0 #f4be1b;
  border-radius: 500px;
  display: block;
  color: #142152;
  font-weight: 600;
  text-align: center;
  max-width: 780px;
  padding: 20px 10px;
  margin: .4em auto;
  font-size: max(2vw, 1em);
  position: relative;
}
.cv a::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #142152;
  border-right: 3px solid #142152;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cv a img{
  display: block;
  margin: 1em auto .4em;
  width: 500px;
}
.cv a:hover {
  background: #f7d518;
  opacity: 1;
}
#low-tn-contents{
  padding: 4em 0;
  background: #d2e6f6;
}
#low-tn-contents ul{
  display: flex;
  justify-content: center;
}
#low-tn-contents li{
  width: 25%;
  text-align: center;
  padding: 0 1.5em;
}
#low-tn-contents li img{
  width: 60px;
  height: 60px;
  max-width: 100%;
}
#low-tn-contents li p{
  background: #fff;
  letter-spacing: 1px;
  color: #3b79cc;
  padding: 4px;
  margin: 16px 0 0;
  border-radius: 500px;
  font-size: 13px;
  position: relative;
}
#low-tn-contents li p:after{
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3b79cc;
  border-right: 2px solid #3b79cc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#low-tn-contents li p:hover{
  background: #3b79cc;
  color: #fff;
}
#low-tn-contents li img:hover{
  opacity: 0.8;
}
.top-cv a{
  background: #fce739;
  box-shadow: 0 6px 0 #f4be1b;
  border-radius: 500px;
  display: block;
  color: #142152;
  font-weight: 600;
  text-align: center;
  max-width: 480px;
  padding: 16px 10px;
  margin: 2em auto.4em auto;
  font-size: max(1.6vw, 1.2em);
  position: relative;
}
.top-cv a::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #142152;
  border-right: 3px solid #142152;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-cv a:hover {
  background: #f7d518;
  opacity: 1;
}
.btn-att{
  font-size: .9em !important;
  max-width: 580px;
  margin: 25px auto !important;
  line-height: 1.6 !important;
  font-weight: 600!important;
}
.btn-att span{
  text-decoration: underline;
  color: #d92644;
}
.btn-att b{
  font-size: .85em;
  text-decoration: underline;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
#i-headline{
  padding: 7em 0 4em 0;
}
#contents{
  padding: 3em 0;
  font-size: 14px;
}

#head-title{
  height: 300px;
  background-position: left;
}
#head-title .head-ttl{
  padding-top: 2.8em;
}
.bg .bg-wrap .inn{
  font-size: .8em;
}
#inside-contents{
  padding: 3em 0 5em;
}
.cv{
  padding: 2em 0 0;
}
.cv a{
  padding: 1em 2em;
}
.cv a img{
  margin: .5em auto;
}
#low-tn-contents{
  padding: 2em 0 1em;
}
#low-tn-contents ul{
  flex-wrap: wrap;
}
#low-tn-contents li{
  width: 50%;
  padding: 0 10px;
}
#low-tn-contents li img{
  width: 32px;
  height: 32px;
}
#low-tn-contents li p{
  margin: 1px 0 16px 0;
  font-size: 11px;
  letter-spacing: 0;
  }
}



/* ===============================================
  レイアウト調整 追記
  ================================================ */

#system-area{
  width: 850px;
  max-width: 100%;
  margin: 2em auto;
  padding: 3em;
  background: #f4f8fa;
  border-radius: 10px;
  border: 1px solid #a2bfce;
}
#system-form-area{
  width: 850px;
  max-width: 100%;
  margin: 2em auto;
  padding: 3em;
  background: #f4f8fa;
  border-radius: 10px;
  border: 1px solid #a2bfce;
}

#contact-area {
  width: 1050px;
  max-width: 100%;
  margin: 2em auto;
  padding: 3em;
  background: #f4f8fa;
  border-radius: 10px;
}
#system-area .submit-btn,#system-form-area .submit-btn{
  border: 2px solid #3b79cc;
  background: #fff;
  color: #3b79cc;
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 10px;
  padding: 1em;
  cursor : pointer;
}
#system-area .submit-btn:hover,#system-form-area .submit-btn:hover{
  background: #3b79cc;
  color: #fff;
}

#system-area .item-label{
  font-weight: 600;
  padding: 10px 0 0;
}
#system-area .item-input-area{
  padding: 4px 0;
}
#system-area .option{
  padding: 2em 0 0 16px;
}
#system-area .option li{
  list-style-type: square;
}
#system-area .option li a{
  text-decoration: underline;
  color: #3b79cc;
}
#system-area .button-area,#system-form-area .button-area{
  text-align: center;
  padding: 25px 0 0;
  clear: both;
}
.contact-txt2{
  font-weight: 600;
  text-align: center;
}
.contact-txt3{
  width: 850px;
  max-width: 100%;
  margin: 2em auto;
}
.contact-txt3 .tel{
  font-weight: 600;
  font-size: 1.5em;
  color: #294886;
}
.contact-txt3 .tel span{
  font-size: 14px;
}
.contact-txt3 .tel a{
  color: #294886;
}
.back_btn {
  border: 1px solid #3b79cc;
  letter-spacing: 1px;
  color: #3b79cc;
  padding: 4px;
  margin: 40px auto;
  border-radius: 500px;
  font-size: 13px;
  position: relative;
  display: block;
  width: 200px;
  text-align: center;
}
.back_btn:after{
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3b79cc;
  border-right: 2px solid #3b79cc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#system-area .memo-area{
  border: 1px solid #c00;
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #c00;
}
#system-area .arrow{
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #c00;
}
#system-area .payment-table{
  text-align: center;
  margin: 20px auto;
  font-size: max(1.6vw, 1.3em);
}
#new_payment{
  padding: 20px;
  color: #27315a;
}
.history-wrap{
  border-bottom: 1px solid #8ea8cc;
}
#history table th{
  text-align: center;
}
#system-area .mypage-menu-list{
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0px;
}
#system-area .menu-area{
  background: #fff;
  padding: 1.5em;
  text-align: center;
  width: calc(33% - 20px);
  margin: 10px 10px 10px;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.3;
}
#system-area .menu-area img{
  width: 80px;
  margin-bottom: 10px;
}
#system-area .menu-area a{
  color: #27315a;
  display: block;
}
#system-form-area dl{
  width: 100%;
}
#system-form-area dt{
  padding : 15px 10px;
  width : 200px;
  float : left;
  clear : both;
  font-weight: 600;
}
#system-form-area .caution{
  background: #294886;
  color: #fff;
  font-size: 11px;
  padding: 2px 4px;
}
#system-form-area dd{
  padding : 15px 10px;
  margin-left : 210px;
}
#system-form-area dd input {
  border: 1px solid #8ea8cc;
  border-radius: 6px;
  padding: 1em;
  width: 100%;
}
#system-form-area dd textarea {
  border: 1px solid #8ea8cc;
  border-radius: 6px;
  box-sizing: border-box;
  width: 98%;
}
#system-form-area dd .mail1{
  margin-bottom: 10px;
}
#system-form-area .memo-area2{
  border: 1px solid #c00;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  background: #fff;
  color: #c00;
}
#system-form-area .memo-area3{
  padding: 10px;
  text-align: left;
  font-size: 14px;
  background: #fff;
}
.line-btn{
  padding-top: 20px!important;
}
.line-btn-f{
  padding-top: 8px;
}
.line-btn-f img{
  border: 1px solid #06c755;
}

@media screen and (max-width: 768px) {
#system-area .payment-table th,#system-area .payment-table td{
  display: block;
}
#new_payment{
  margin-top: 10px;
}
#system-area .memo-area p{
  font-size: 13px;
  text-align: left;
  line-height: 1.4;
}
#history .txt{
  font-size: 14px;
}
#history table th,#history table td{
  font-size: 12px;
  padding: 8px;
}
#system-area .menu-area{
  width: calc(50% - 20px);
  font-size: 12px;
  font-weight: normal;
}
#system-area .menu-area img{
  width: 50px;
}
#system-form-area dt{
  float: none;
  width: 100%;
  padding-bottom: 0;
}
#system-form-area dd{
  padding : 10px;
  margin-left : 0;
}
#system-form-area .memo-area2,#system-form-area .memo-area3{
  font-size: 12px;
}
.line-btn{
  text-align: center!important;
}
.line-btn-f{
  padding-bottom: 20px;
}
.line-btn img,.line-btn-f img{
  width: 200px;
  margin: 0 auto;
}


}