@charset "UTF-8";

/* --------------------------------------------------
		LP基本スタイル
-------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: initial;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
p {
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.tel a, .mail a {
  pointer-events: auto;
  cursor: pointer;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_left {
  text-align: left;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.underline {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
  p {
    line-height: 1.75;
  }
  .tel a, .mail a {
    pointer-events: none;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* --------------------------------------------------
		LP装飾スタイル
-------------------------------------------------- */
/*見出し
---------------------------*/
/*subTitle*/
.subTitle {
  width: 100%;
  text-align: center;
  padding: 0 5% 30px 5%;
}
.subTitle h2,
.subTitle p {
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #255BA5;
}
.subTitle p {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.subTitle h2 {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .subTitle {
	padding: 0 5% 60px 5%;
  }
  .subTitle h2 {
    font-size: min(4.0vw, 42px);
    line-height: 1.3;
  }
  .subTitle p {
    font-size: min(3.5vw,31px);
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
/*ボタン
---------------------------*/
/*btnR*/
.btnR a {
  margin: auto;
  border-radius: 40px;
  background: linear-gradient(-130deg, #4ec0d8 0%, #0095d9 55%, #0095d9 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 1em 3em;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.btnR a:hover {
  opacity: 1;
  background: linear-gradient(-130deg, #4ec0d8 100%, #0095d9 0%, #0095d9 100%);
}
.btnR a.arrow::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 0.6em;
  height: 1em;
  background-image: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btnR a.web::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1.5em;
  width: 2em;
  height: 100%;
  background-image: url("../img/icon-pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/*枠装飾
---------------------------*/
/*decoBox*/
.decoBox {
  width: auto;
  position: relative;
  border: solid 1px #1087C7;;
  background-color: #fff;
}
.decoBox:before,
.decoBox:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
}
.decoBox:before {
  top: -4px;
  bottom: -4px;
  left: 40px;
  right: 40px;
}
.decoBox:after {
  top: 40px;
  bottom: 40px;
  left: -4px;
  right: -4px;
}
.decoBox .decoInner {
  position: relative;
  z-index: 1;
  padding: 20px;
}
/* --------------------------------------------------
		layout - main
-------------------------------------------------- */
/*main__wrapper
---------------------------*/
.main__wrapper {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.main__wrapper .inner {
  text-align: left;
  width: 90%;
  margin: auto;
  padding: 50px 0;
}
.main__wrapper .inner .txt p,
.main__wrapper .inner .txt span {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .main__wrapper .inner {
    max-width: 900px;
    padding: 120px 0 170px 0;
  }
  .main__wrapper .inner.pcw {
    max-width: 1140px;
  }
}
/*mainVisual
---------------------------*/
#mainVisual {
  background-image: url("../img/main-visual_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#mainVisual::after {
  position: absolute;
  content: "";
  width: min(18vw, 180px);
  height: min(18vw, 180px);
  top: 0;
  left: 0;
  background-image: url("../img/main-visual_kado_l.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mainVisual::before {
  position: absolute;
  content: "";
  width: min(18vw, 180px);
  height: min(18vw, 180px);
  bottom: 0;
  right: 0;
  background-image: url("../img/main-visual_kado_r.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mainVisual .inner {
  padding: 0;
}
#mainVisual h1 {
  width: 100%;
}
#mainVisual h1 img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #mainVisual h1 img {
    margin: 10px auto;
  }
}
/*
introduction
---------------------------*/
#introduction {
  background-color: #F5FBFE;
}
#introduction .inner {
  padding-top: 40px;
}
#introduction .txt p {
  font-size: min(4vw,15px);
}
#introduction .txt .note {
  display: block;
  /*font-size: min(3.5vw, 14px);
  line-height: initial;*/
  margin: 1em 0 1.5em 0;
}
#introduction .txt .note span {
  display: block;
  margin-bottom: 1em;
  color: #0095D9;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 90%;
}
#introduction .titBox {
  margin-bottom: 1em;
}
#introduction .titBox h2 {
  color: #255BA5;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: min(7.5vw, 50px);
  position: relative;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 0.15em;
  padding-bottom: 0.2em;
}
#introduction .titBox h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #96CEFF;
}
#introduction .titBox h2 span {
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#introduction .titBox h2 span.txt01 {
  font-size: 54%;
}
#introduction .titBox h2 span.txt02 {
  font-size: 82%;
}
#introduction .titBox h2 span.txt02 sup {
  color: #0095D9;
  font-weight: normal;
  padding-right: 0.3em;
}
@media screen and (min-width: 900px){
  #introduction .inner {
    padding: 100px 0;
  }
  #introduction ul {
    display: flex;
    justify-content: space-between;
  }
  #introduction .ph {
    width: 45%;
    max-width: 510px;
    padding-top: 0;
  }
  #introduction .txt {
    width: 53%;
  }
  #introduction .txt p {
    font-size: 20px;
    line-height: 2;
  }
    #introduction .txt .note {
      padding-right: 3%;
  }
  #introduction .titBox h2 {
    line-height: 1.4;
    margin-bottom: 0.25em;
    font-size: min(4vw, 50px);
  }
  #introduction .titBox h2:after {
    height: 7px;
  }
}
@media screen and (max-width: 899px) {
  #introduction .txt .u-pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #introduction ul {
    display: block;
  }
  #introduction .ph,
  #introduction .txt {
    width: 100%;
    padding-top: 0;
  }
  #introduction .titBox h2 {
    font-size: min(7.5vw, 50px);
  }
  #introduction .txt .note {
    margin: 1em 0 1.5em 0;
  }
}
/*
outline
---------------------------*/
#outline .listBox dl {
  border: 1px solid #9CE1FF;  
  margin-bottom: 30px;
}
#outline .listBox dl:last-child {
  margin-bottom: 0;
}
#outline .listBox dt {
  padding: 0.7em 20px;
  background: linear-gradient(90deg, #96CEFF 0%, #95DBFF 55%, #94EDFF 100%);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: min(3.8vw, 18px);
  color: #FFFFFF;
  line-height: 1;
}
#outline .listBox dd {
  padding: 1em 20px;
  background-color: #FFFFFF;
  letter-spacing: 0.05em;
  font-size: min(3.8vw, 16px);
  line-height: 1.5;
}
#outline .listBox dd p {
  margin-top: 1em;
  font-size: 85%;
}
#outline .listBox .btnR {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}
#outline .listBox .btnR a {
  font-size: min(3.8vw, 18px);
  padding-left: 4em;
}
/*
flow
---------------------------*/
#flow  {
  background-color: #F5FBFE;
}
#flow .subTitle p {
  color: #255BA5;
}
#flow .subTitle h2 {
  color: #212121;
}
#flow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#flow li {
  width: 90%;
  max-width: 610px;
  margin: 0 auto 40px auto;
  text-align: center;
}
#flow dl::after {
  content: "";
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 17px;
  background-image: url("../img/icon-arrow02.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#flow li:last-child {
  margin-bottom: 0;
}
#flow li:last-child dl::after {
  content: none;
}
#flow dl {
  padding: 24px 1em 28px 1em;
}
#flow dt {
  font-weight: 900;
  color: #255BA5;
  font-size: min(5vw, 21px);
  margin-bottom: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#flow dt span {
  font-family: "Arial", sans-serif;
  color: #255BA5;
  font-weight: 800;
  letter-spacing: normal;
  font-size: min(5vw, 21px);
  padding-right: 1em;
}
#flow dd {
 font-size: min(3.8vw, 16px);
  margin-bottom: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#flow dd p {
  font-weight: normal;
  font-size: min(3.2vw, 14px);
  margin-top: 1em;
  letter-spacing: 0.05em;
}
#flow dd a {
  color: #1087C7;
  text-decoration: underline;
}
#flow dd .btnR {
  text-align: center;
}
#flow dd .btnR a.web {
  padding-left: 3.5em;
  font-size: min(3.5vw, 16px);
}
#flow dd .btnR a.web::before {
    left: 0.8em;
    width: 1.7em;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px){
  #flow dd p {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
  #flow dt span {
    display: block;
    padding-right: 0;
    font-size: min(4.5vw, 21px);
  }
  #flow dd .btnR a.web::before {
    content: none;
  }
}
/*contact
---------------------------*/
#contact{
  background-image: url("../img/main-visual_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#contact .inner {
  text-align: center;
}
#contact h2 {
  color: #255BA5;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 22px;
  margin-bottom: 40px;
}
#contact li {
  color: #FFFFFF;
}
#contact h3 {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: min(5vw, 21px);
  line-height: 1.45;
  background-image: url("../img/icon-online.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 2.2em;
  padding-left: 3em;
  padding-bottom: 1em;
  text-align: left;
}
#contact h3.credit {
  background-image: url("../img/icon-credit.svg");  
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 2.7em;
}
#contact li p {
  line-height: 1.45;
}
#contact li .btnR {
  margin-top: 1em;
}
#contact li .btnR a {
  background-color: #05CFFF;
  width: 280px;
  background-image: url("../img/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: 1.5em center;
  background-size: auto 1.3em;
  padding: 1em 1em 1em 4.5em;
  text-align: left;
}
#contact li .btnR a:hover {
  background-color: #00B7EB;
}
#contact li {
  border: 1px solid #FFFFFF;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #contact .inner {
    padding-bottom: 100px;
  }
  #contact li + li {
    margin-top: 2em;
  }
  #contact h3 {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .main__wrapper #contact .inner {
    max-width: 1000px;
    padding-top: 90px;
  }
  #contact h2 {
    font-size: min(3.5vw, 31px);
  }
  #contact h3 {
    font-size: min(2.2vw, 21px);
  }
  #contact ul {
    display: flex;
    margin: auto;
  }
  #contact li {
    margin-bottom: 0;
    width: 50%;
    padding: 25px 30px;
  }
  #contact li + li {
    border-left: 0;
  }
  #contact li p {
    text-align: left;
  }
}
