﻿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;}
a{text-decoration:none; outline:none!important;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
html,body,div,article,section,nav,header,footer,input,textarea {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
div,article,section{display:block; overflow:hidden;}
strong{font-weight: bold;}
ol,ul {list-style: none;margin:0;padding:0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;margin:0;padding:0;}
q:before,q:after {content:'';}
abbr,acronym { border: 0;}

html{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
  font-size: 80%;
}
@media screen and (min-width: 900px){
  html{
    font-size: 62.5%;
  }
}
html,body{
  position:relative;
  height:100%;
  min-height:100%;
}
body{
  color: #1d212d;
  background: #fff;
  font-size: 1.5rem;
  font-family: '新ゴ R', 'Shin Go Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 2.4rem;
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
a{color:#333; text-decoration:none;}
@media screen and (min-width: 900px){
  a:hover{
    opacity: .8;
    transition: .2s;
  }
}

img{max-width:100%; vertical-align:bottom;}

.pc{
  display: none;
}
@media screen and (min-width: 900px){
  .sp{
    display: none!important;
  }
  .pc{
    display: block;
  }
}

/* -------------------------------------------- */
/* ----------------- common  ------------------ */
/* -------------------------------------------- */
#container {
}
main{
  text-align: center;
}
footer{
  background: #1e257d;
  text-align: center;
  padding: 20px 0;
  margin-top: auto;
}
footer .sns a{
  padding: 1rem;
}
footer .sns a img{
  width: 3rem;
}
#copy{
  color: #fff;
  font-size:1.1rem;
  margin-top: 1rem;
}
.btn{
  display: block;
  text-align: center;
}
.btn a{
  color: #fff;
  background: #777;
  display: inline-block;
  margin: 15px auto 0;
  padding: 10px 15px 10px 40px;
  border-radius: 10px;
}
@media screen and (min-width: 900px){
  .btn a:hover{
    opacity: .8;
    transition: .3s;
  }
}
.btn a::after{
  content:"";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #fff;
  margin-left: 25px;
}

.en{
  font-size: 1.35rem;
  opacity: .7;

  margin-top: 2rem;
}

#fv{
  background-image: url(../img/fv_cloud.png), url(../img/fv_sp.png), url(../img/fv_bg.png);
  background-position: center bottom, left top 6rem, center top;
  background-repeat: no-repeat,no-repeat,repeat-x;
  background-size: 100% auto,90% auto,auto 99%;
  position: relative;
  height: 65rem;
}
@media screen and (min-width: 768px){
  #fv{
    background-image: url(../img/fv_cloud.png), url(../img/fv.png), url(../img/fv_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x;
    background-size: 100% auto,contain,contain;
    position: relative;
    min-height: 600px;
    height: 50vh;
  }
}
@media screen and (min-width: 1600px){
  #fv{
    min-height: 700px;
    height: 70vh;
  }
}
#logo{
  position: absolute;
  top: 2rem;
  left: 2rem;
}
#logo img{
  height: 4rem;
  width: auto;
}
@media screen and (min-width: 1000px){
#logo img{
  height: 4.5rem;
  width: auto;
}
}
#fv h2{
    position: absolute;
    top: 37rem;
    left: 10vw;
    text-align: center;
}
@media screen and (min-width: 768px){
  #fv h2{
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
  }
}
#fv h2 img{
  display: block;
  margin: 0 auto 3rem;
}


#mission{
  color: #1d257d;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  grid-gap: 3rem 5rem;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  background: url(../img/bg-globe.png) right bottom no-repeat;
  background-size: 90vw;
  padding: 7rem 4vw 12rem;
}
@media screen and (min-width: 900px){
  #mission{
    flex-direction: row;
    background: url(../img/bg-globe.png) right bottom no-repeat;
    background-size: 40vw;
  }
}
#mission h2{
  color: #1d257d;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 4rem;
  text-shadow: 0.2px 0.2px 0 #1d257d, -0.2px 0.2px 0 #1d257d, 0.2px -0.2px 0 #1d257d, -0.2px -0.2px 0 #1d257d;
}
#mission h2 small{
  margin: 1rem auto;
  font-size: 1.6rem;
  display: block;
  text-shadow: none;
}
#mission section{
  max-width: 540px;
  text-align: left;
}
#mission p{
  color: rgb(29 37 125 / 70%);
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 2.6rem;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
#mission p br{
  display: none;
}
@media screen and (min-width: 900px){
  #mission p br{
    display: block;
  }
}


#cando{
  background: #e9edef;
  padding-bottom: 12rem;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
}
#cando h2{
  color: #61727a;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
#cando section{
  max-width: 90vw;
  background: #fff;
  border-radius: 1rem;
  text-align: left;
  padding: 2rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px){
  #cando section{
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px){
  #cando section{
    width: 98vw;
    max-width: 1280px;
    column-count: 2;
    column-gap: 4rem;
  }
}
#cando img{
  height: auto;
}
#cando .il-cando1{
  display: none;
}
#cando .il-cando2,
#cando .il-cando3{
  width: 80%;
  margin: 0 10% 1rem;
}
@media screen and (min-width: 900px){
  #cando .il-cando1{
    width: 15rem;
    float: right;
    display: block;
  }
  #cando .il-cando2{
    width: 20rem;
    margin: 0;
    float: right;
  }
  #cando .il-cando3{
    width: 20rem;
    margin: 0;
    float: right;
  }
}
#cando p{
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 2.4rem;
  opacity: .8;
}



#salessupport{
  color: #4572b3;
  background: #e3f3ff;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 3rem 8rem;
  margin: 0 auto;
  padding: 10rem 5vw;
}
@media screen and (min-width: 1000px){
  #salessupport{
    flex-direction: row;
    align-items: center;
  }
}
#salessupport .mainimg{
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 1000px){
  #salessupport section{
    width: 335px;
    text-align: left;
  }
}
#salessupport h2 img{
  height: 105px;
  width: auto;
  margin-bottom: 2rem;
}

#startupsupport{
  color: #4572b3;
  background: #f0f8ff;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 3rem 8rem;
  margin: 0 auto;
  padding: 10rem 5vw;
  border-top: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
}
@media screen and (min-width: 1000px){
  #startupsupport{
    flex-direction: row-reverse;
    align-items: center;
  }
}
#startupsupport .mainimg{
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 1000px){
  #startupsupport section{
    width: 335px;
    text-align: left;
  }
}
#startupsupport h2 img{
  height: 105px;
  width: auto;
  margin-bottom: 2rem;
}

#support{
  background: #e9edef;
  padding: 2rem 0 5rem;
  overflow: visible;
}
#support h2{
  color: #1d257d;
  font-size: 3.2rem;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  margin-bottom: 4rem;
}
#support h2::before{
  content: "";
  background: url(../img/drop.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 85px;
  display: block;
  margin: -7rem auto 0;
}
#support h2 small{
  margin: 1rem auto 2rem;
  font-size: 1.6rem;
  display: block;
}
#support h3{
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
#support h3 b{
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  color: #1e257d;
  margin-right: .5rem;
}
#support h3 small{
  font-size: 2rem;
  display: block;
  margin-top: .5rem;
}
#support article small{
  color: #4572b3;
}
#support .wrap{
  width: 90vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 3rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px){
  #support .wrap{
    max-width: 1100px;
    grid-gap: 5rem;
  }
}
#support article{
  background: #fff;
  width: 100%;
  border-radius: 3rem 0 0 0;
  padding: 2rem;
}
@media screen and (min-width: 900px){
  #support article{
    width: calc(50% - 5rem);
    max-width: 500px;
  }
}
#support section{
  width: 100%;
  background: #e9edef;
  border-radius: 1rem;
  padding: .5rem 0;
  position: relative;
  margin-top: 1.5rem;
  line-height: 1.6rem;
  overflow: visible;
}
@media screen and (min-width: 900px){
  #support section{
    max-width: 500px;
  }
}
#support section::before{
  content: "";
  display: block;
  width: 1rem;
  height: 1.5rem;
  background: #e9edef;
  position: absolute;
  top: -1.5rem;
  left: 50%;
}
#support section p{
  margin: .8rem auto .5rem;
}

#schedule{
  background: #e9edef;
}
.schedule img{
  width: 90vw;
}
.schedule span{
  display: block;
}
.schedule span::before{
  content: "";
  border: 5px solid transparent;
  border-left-color: #333;
  display: inline-block;
}
@media screen and (min-width: 900px){
  .schedule{
    pointer-events: none;
  }
  .schedule img{
    max-width: 1000px;
  }
  .schedule span{
    display: none;
  }
}


#types{
  background: #e9edef;
  padding-bottom: 5rem;
}
#types h2{
  color: #1d257d;
  font-size: 2.8rem;
  padding-top: 1rem;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  margin-bottom: 4rem;
}
#types h2::before{
  content: "";
  background: url(../img/drop2.png) center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 55px;
  display: block;
  margin: 0rem auto 1rem;
}
#types h2 small{
  margin: 1rem auto 2rem;
  font-size: 1.6rem;
  display: block;
  opacity: .5;
}
#types .wrap{
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1.2rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 900px){
  #types .wrap{
    width: 850px;
    grid-gap: 2rem;
  }
}
#types section{
  padding: 1rem;
  background: #fff;
  line-height: 2rem;
  box-shadow: 0 0 1px #ddd;
  border-radius: 1rem;
}
@media screen and (min-width: 900px){
  #types section{
    padding: 1rem 2rem;
  }
}
#types section h3{
  font-size: 1.7rem;
}
#types section p{
  color: #93a8b5;
  font-size: 1.4rem;
}
/* ----------------- seminar ------------------ */

#seminar{
  background: #e9edef;
  padding: 0 5vw;
}

#seminar h2{
  color: #1d257d;
  font-size: 3rem;
  padding-top: 1rem;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
}
#seminar h2::before{
  content: "";
  background: url(../img/drop2.png) center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 55px;
  display: block;
  margin: 0rem auto 1rem;
}
#seminar h2 small{
  margin: 1rem auto 2rem;
  font-size: 1.6rem;
  display: block;
  opacity: .5;
}
#seminar .wrap{
  text-align: center;
}
#seminar img{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
#seminar section{
  display: block;
  margin: 0 0 15px;
  text-align: left;
}
#seminar h3{
  font-size: 1.7rem;
  border-bottom: 1px solid #edeeef;
  margin-bottom: 7px;
}
@media screen and (min-width: 900px){
  #seminar section{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;
    font-size: 1.35rem;
  }
  #seminar section:last-child{
    margin-right: 0;
  }
  #seminar img{
    width: 300px;
  }
}


/* ----------------- publications ------------------ */
#publications{
  background: #e9edef;
  padding: 8rem 0;
}
#publications h2{
  color: #1d257d;
  font-size: 2.8rem;
  padding-top: 1rem;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
}
#publications h2::before{
  content: "";
  background: url(../img/drop2.png) center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 55px;
  display: block;
  margin: 0rem auto 1rem;
}
#publications h2 small{
  margin: 1rem auto 2rem;
  font-size: 1.6rem;
  display: block;
  opacity: .5;
}
#publications section{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2rem;
  justify-content: center;
}
#publications a{
  font-size: 1.3rem;
  line-height: 2rem;
  vertical-align: top;
  overflow: hidden;
  width: calc(50% - 3rem);
}
#publications a img{
  width: 100%;
  height: auto;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 900px){
  #publications{
    margin: 0 auto;
  }
  #publications section{
    display: flex;
    grid-gap: 2rem;
    justify-content: center;
  }
  #publications a{
    max-width: 170px;
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
  }
  #publications a img{
    margin: 0 auto 10px;
    border-radius: 1rem;
  }
}



#price {
  color: #1d257d;
  padding: 5rem 0 12rem;
  overflow: visible;
}
#price h2{
  font-size: 3.2rem;
  display: inline-block;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  background:  #fff;
  border-radius: 100%;
  padding: 1.5rem 2.5rem;
  margin: -10rem auto 4rem;
  text-shadow: 0.2px 0.2px 0 #1d257d, -0.2px 0.2px 0 #1d257d, 0.2px -0.2px 0 #1d257d, -0.2px -0.2px 0 #1d257d;
}
#price h2 small{
  margin: 0rem auto 1.5rem;
  font-size: 1.6rem;
  display: block;
  text-shadow: none;
}
#price h2::before{
  content: "";
  background: url(../img/drop.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 85px;
  display: block;
  margin: 0rem auto 0;
}


#price article{
  width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
#price section{
  padding: 2rem 4rem;
  text-align: center;
}
#price section:last-child{
  border-top: 7px dotted #93a8b5;
}
@media screen and (min-width: 900px){
  #price article{
    flex-direction: row;
  }
  #price section{
    width: calc(50% - 8rem);
    max-width: 400px;
  }
  #price section:last-child{
    border-top: none;
    border-left: 7px dotted #93a8b5;
  }
}
#price img{
  width: 70%;
  height: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px){
  #price img{
    width: 350px;
  }
}
#price h3{
  color: #1d257d;
  font-size: 3rem;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
}
#price h3 small{
  margin: 1rem auto 2rem;
  font-size: 1.6rem;
  display: block;
}
.price{
  font-size: 2rem;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
}
.price b{
  font-size: 3rem;
  font-weight: normal;
}
.price small{
  font-size: 1.6rem;
}



#member{
  color: #fff;
  background: #1e257d;
  padding: 7rem 5vw 5rem;
  overflow: visible;
  position: relative;
}
#member::after{
  content: "";
  position: absolute;
  top: -4rem;
  left: calc(50% - 7rem);
  width: 14rem;
  height: 10rem;
  background: url(../img/ttl-member.svg) top center no-repeat;
  background-size: 14rem auto;
}
@media screen and (min-width: 900px){
  #member{
    padding: 5rem 5vw;
  }
  #member::after{
    content: "";
    position: absolute;
    top: -7rem;
    left: calc(50% - 10rem);
    width: 20rem;
    height: 20rem;
    background: url(../img/ttl-member.svg) center center no-repeat;
    background-size: contain;
  }
}
/*
#member h2{
  color: #fff;
  background: #1e257d;
  font-size: 3.2rem;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  border-radius: 100%;
  padding: 1.5rem 2.5rem;
  margin: -10rem auto 4rem;
}
#member h2 small{
  display: block;
}*/
#member article{
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 5rem;
  text-align: left;
}
#member section{
  text-align: center;
}
@media screen and (min-width: 900px){
  #member article{
    flex-direction: row;
  }
  #member section{
    width: calc(50% - 4rem);
    max-width: 500px;
  }
}
#member h3{
  font-size: 2.4rem;
  margin-top: 2rem;
  text-align: left;
}
#member h3 small{
  font-size: 2rem;
  margin-left: 2rem;
}
#member p{
  margin-top: 1.5rem;
  text-align: left;
}
#member .en{
  opacity: .9;
  line-height: 2rem;
}
#member .sns{
  text-align: center;
}
#member a{
  padding: 10px;
  display: inline-block;
}
#member a img{
  width: 3rem;
  height: auto;
}

#company{
  background: #e9edef;
  padding: 5rem 2vw 12rem;
}
#company h2{
  color: #1e257d;
  font-size: 2.7rem;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  margin-bottom: 3rem;
  text-shadow: 0.2px 0.2px 0 #1d257d, -0.2px 0.2px 0 #1d257d, 0.2px -0.2px 0 #1d257d, -0.2px -0.2px 0 #1d257d;
}
#company h2 small{
  font-size: 1.5rem;
  padding-bottom: 1rem;
  display: block;
  text-shadow: none;
}
#company dl{
  display: flex;
  flex-direction: row;
  grid-gap: 1rem 0;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 900px){
  #company dl{
    width: 700px;
    grid-gap: 1rem;
  }
}
#company dt,
#company dd{
  line-height: 2.2rem;
  padding: .5rem;
  border-bottom: .3rem solid #fff;
}
#company dt{
  width: 10.5rem;
}
#company dd{
  text-align: left;
  width: calc(100% - 9rem - 10vw);
}
@media screen and (min-width: 900px){
  #company dt,
  #company dd{
    padding: .5rem 1rem;
  }
  #company dt{
    width: 18rem;
  }
  #company dd{
    text-align: left;
    width: calc(100% - 13rem);
  }
}
#company dl.ag dt,
#company dl.ag dd{
  border-bottom-color: #5b5f68;
}
#company dl small{
  font-size: 1.2rem;
  display: block;
  opacity: .7;
}
#company dl a{
  text-decoration: underline;
}

.bnrlink{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-gap: 2rem 5rem;
  width: 90vw;
  margin: 2rem auto;
}
@media screen and (min-width: 900px){
  .bnrlink{
    flex-direction: row;
    align-items: flex-start;
    width: 650px;
  }
}
.bnrlink h3{
  line-height: 2.2rem;
  padding: .5rem 1rem;
}
.bnrlink h3 small{
  font-size: 1.2rem;
  display: block;
  opacity: .7;
}
.bnrlink a{
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  display: block;
}
.bnrlink img{
  width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0 60px;
}
/*.bnrlink section:last-child a:last-child img{
  background: #000;
}*/
@media screen and (min-width: 900px){
  .bnrlink img{
    width: 320px;
    padding: 0;
  }
}
.bnrlink .bnrlink{
  grid-gap: 0rem 5rem;
  margin-top: 0;
}

#logoconcept{
  color: #61727a;
  background: #fff;
  width: 90vw;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem 5rem;
  padding: 2rem;
  border-radius: 1rem;
  margin: 4rem auto;
}
@media screen and (min-width: 900px){
  #logoconcept{
    flex-direction: row;
  padding: 3rem 3rem 2rem 5rem;
  }
}
#logoconcept h2{
  color: #61727a;
  font-size: 2rem;
  text-align: center;
}
#logoconcept h2 img{
  display: block;
  margin: 2rem auto 0;
}
#logoconcept section{
  max-width: 600px;
  text-align: left;
}
#logoconcept p{
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
  line-height: 2.2rem;
}
#logoconcept b{
  font-size: 1.6rem;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
}
#logoconcept a{
  color: #61727a;
  text-decoration: underline;
}

#pp{
  background: #e9edef;
  padding: 6rem 5vw 12rem;
  text-align: left;
}
#pp .inner{
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
#pp h1{
  color: #1e257d;
  font-size: 3rem;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  margin: 3rem 0;
}
#pp h1 small{
  font-size: 1.5rem;
  padding-bottom: 1rem;
  display: block;
}
#pp h2{
  color: #1e257d;
  font-size: 2.2rem;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  text-align: center;
  margin: 5rem 0 1rem;
}
#pp h3{
  color: #1e257d;
  border-bottom: 2px solid;
  font-size: 2rem;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  margin: 2rem 0 1rem;
}
#pp .inner a{
  color: #1e257d;
  text-decoration: underline;
}
#pp h4{
  color: #1e257d;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  margin-top: 1.5rem;
}
#pp ul,
#pp ol{
  list-style: auto;
  padding-left: 2rem;
  text-align: left;
  margin-top: .5rem;
}
#pp ul{
  list-style: disc;
}
#pp ol li{
  margin-top: 1rem;
}
#pp ol ul{
    padding-left: 1rem;
}
#pp ol ul li{
  margin-top: .5rem;
}

/* -------------------------------------------- */
/* ----------------- inquiry ------------------ */
/* -------------------------------------------- */
#inquiry{
  overflow: visible;
}
#inquiry h2{
  color: #4572b3;
  font-size: 3.2rem;
  display: inline-block;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium', sans-serif;
  background:  #fff;
  border-radius: 100%;
  padding: 1.5rem 0rem;
  margin: -7rem auto 4rem;
}
#inquiry h2 small{
  margin: 0rem auto 1.5rem;
  font-size: 1.6rem;
  display: block;
}
#inquiry h2::before{
  content: "";
  background: url(../img/drop.png) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 85px;
  display: block;
  margin: 0rem auto 0;
}
#inquiry .hbspt-form{
  width: 90vw;
  max-width: 600px;
  margin: 0 auto;
}
#inquiry dl{
  width: 90vw;
  margin: 0 auto 20px;
}
#inquiry dt{
  text-align: left;
}
#inquiry dt small{
  color: #e33;
}
@media screen and (min-width: 900px){
  #inquiry dl{
    display: flex;
    padding: 8px 0;
    width: 800px;
    margin: 0 auto;
  }
  #inquiry dt{
    width: 160px;
    text-align: right;
    padding-top: 8px;
    word-break: keep-all;
  }
  #inquiry dd{
    padding-left: 15px;
    text-align: left;
  }
}
.caution{
  max-width: 600px;
  text-align: left;
  font-size: 1.25rem;
}
.caution a{
  text-decoration: underline;
}
#inquiry input[type='text'],
#inquiry input[type='tel'],
#inquiry input[type='email'],
#inquiry input[type='date'],
#inquiry input[type='number'],
#inquiry input[type='password'],
#inquiry select,
#inquiry textarea{
  background: #e9edef;
  width: 470px;
  border: 2px solid rgb(0 73 134 / 30%);
  border-radius: 10px;
  padding: 10px;
  font-size: 1.6rem;
  -webkit-appearance: none;
}
@media screen and (min-width: 900px){
  #inquiry input[type='text'],
  #inquiry input[type='tel'],
  #inquiry input[type='email'],
  #inquiry input[type='date'],
  #inquiry input[type='number'],
  #inquiry input[type='password'],
  #inquiry select,
  #inquiry textarea{
    width: 550px;
  }
}
input[type="date"]{position: relative;}
input[type="date"]::-webkit-inner-spin-button{-webkit-appearance: none;}
input[type="date"]::-webkit-clear-button{-webkit-appearance: none;}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:-20px;
    opacity: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 1rem 0 1.2em;
  position: relative;
}
input[type="checkbox"] + span::before,
input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 2px solid rgb(184 201 218);
  border-radius: 20%;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  left: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
input[type="checkbox"] + span::after,
input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  background: rgb(0 73 134 / 70%);
  border: 1px solid transparent;
  border-radius: 20%;
  content: "";
  height: 6px;
  left: 1px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 6px;
}
input[type="checkbox"]:checked + span::after,
input[type="radio"]:checked + span::after {
  opacity: 1;
}
input[type="radio"] + span::before,
input[type="radio"] + span::after {
  border-radius: 100%;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 1rem 0 1.2em;
  position: relative;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 2px solid rgb(184 201 218);
  border-radius: 20%;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
  -webkit-transform: translateY(-50%);
  background: rgb(0 73 134 / 70%);
  border: 1px solid transparent;
  border-radius: 20%;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 6px;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  opacity: 1;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
  border-radius: 100%;
}

.wpcf7-list-item{
  display: inline-block;
  padding: .4rem 1rem .4rem 0;
}
.wpcf7-radio label{
  margin-right: 2rem;
}
#inquiry input[type='submit']{
  color: #fff;
  background: #1e257d;
  font-size: 2rem;
  font-weight: bold;
  border: none;
  display: block;
  width: 70vw;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  padding: 0 25px;
  margin: 40px auto;
  border-radius: 35px;
  -webkit-appearance: none;
}
#inquiry input[type='submit']{
  width: 250px;
}
#inquiry input[type='submit']::after{
  content:"";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #fff;
  margin-left: 25px;
}
.screen-reader-response,
.wpcf7-response-output{
  background: none;
  color: #e33;
}
.screen-reader-response ul{
  display: none;
}
.wpcf7-not-valid-tip{
  color: #e33;
  display: block;
}

@media screen and (min-width: 900px){
  #inquiry input[type='submit']:hover,
  form.swpm-form-builder input[type='submit']:hover{
    cursor: pointer;
  }
  #inquiry a.atel{
    pointer-events: none;
  }
}

#inquiry .pplink{
  margin-bottom: 5rem;
}
#inquiry .pplink a{
  font-size:1.4rem;
}
#inquiry .pplink a::before{
    content: "";
    border: 3px solid transparent;
    border-left-color: #1d212d;
    display: inline-block;
    vertical-align: middle;
}



/* -------------------------------------------- */
/* -----------------  404  -------------------- */
/* -------------------------------------------- */
#not-found section{
  display: block;
  width: 90vw;
  max-width: 700px;
  margin: 30px auto;
}
#not-found h3{
  font-size: 1.8rem;
  margin: 0 auto 20px;
}
