@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500|Noto+Serif+JP&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');
/* @group commonstyle
--------------------------------------------------------------------------------------------------------------------*/
/* link */
a, a:link {
  color: #0993AC;
  text-decoration: none;
  transition: 0.3s
}
a:visited {
  color: #0993AC;
}
a:hover, a:active {
  color: #0993AC;
  text-decoration: underline;
}
::-moz-selection {
  color: #000;
  background: #f3f3f3;
}
::selection {
  color: #000;
  background: #f3f3f3;
}
.alpha:hover {
  opacity: 0.8
}
.btn {
  text-align: center;
}
.btn a {
  background-color: #cf6139;
  border: 1px solid #9d2e06;
  border-radius: 3px;
  border-bottom: 4px solid #9d2e06;
  padding: 20px 75px 25px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s
}
.btn a:after {
  content: url("../images/arrow01.png");
  margin-left: 5px;
  position: relative;
  top: 10px;
}
.btn a:hover {
  text-decoration: none;
  border-bottom: 1px solid #9d2e06;
  margin-top: 5px;
  background-color: #F85920;
}
/* @group layout
--------------------------------------------------------------------------------------------------------------------*/
body {
  line-height: 1.71;
  min-width: 1100px;
  margin: 0 auto !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
.doc {
  margin: 0px auto;
  position: relative;
  text-align: left;
}
.w1000 {
  width: 1000px;
}
h3 {
  font-size: 70px;
  color: #b59a4d;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom: 40px;
}
p.big {
  font-size: 28px;
  color: #201b4a;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.4
}
.sp-none {
  display: block
}
.sp-only {
  display: none
}
/* @group common style
--------------------------------------------------------------------------------------------------------------------*/
#header {
  text-align: center;
  height: 80px;
  background: #fff
}
#header #logo {
  padding-top: 23px;
  text-align: center;
  width: 185px;
  margin: 0 auto;
}
/* main -------------------------------------------------------------------------------------------------------------*/
#main img {
  width: 100%;
  height: auto
}
/* step -------------------------------------------------------------------------------------------------------------*/
#step {
  background-color: #322C5D;
  padding: 45px 0;
  text-align: center;
}
#step h2 {
  font-size: 28px;
  color: #FFFFFF;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
#step ul {
  margin-top: 30px;
  display: flex;
  justify-content: center
}
#step li {
  float: left;
  width: 225px;
  border-radius: 115px;
  height: 225px;
  background-color: #FFFFFF;
  border: 6px solid #544B97;
  margin: 0 12px;
  padding: 40px 0;
  text-align: center;
}
#step li .ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
  color: #B59B5E;
  margin-bottom: 15px;
}
#step li p {
  color: #322C5D;
  font-weight: 500;
}
/* step01 -------------------------------------------------------------------------------------------------------------*/
#step01 {
  background-image: url(../images/bg.jpg);
  background-position: 100% auto;
  padding: 80px 0;
  text-align: center;
}
#step01 p.big {
  margin-bottom: 30px
}
#step01 .sub {
  margin-bottom: 30px
}
#step01 .step01_img {
  width: 670px;
  margin: 40px auto
}
#step01 .step01_img .fL {
  width: 50%;
  float: left
}
#step01 .step01_img .fR {
  width: 50%;
  float: right
}
#step01 ul {
  margin-top: 40px;
}
#step01 li {
  float: left;
  width: 48%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#step01 li:nth-child(2) {
  float: right;
}
#step01 li .ttl {
  background-color: #201B4A;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  line-height: 4em;
  letter-spacing: 0.1em;
}
#step01 li .block {
  padding: 30px 30px;
  text-align: center
}
#step01 li .block p {
  font-size: 14.5px;
}
#step01 li .block .btn {
  margin-top: 20px
}
/* step02 -------------------------------------------------------------------------------------------------------------*/
#step02 {
  padding: 80px 0;
  text-align: center;
}
#step02 p.big {
  margin-bottom: 10px
}
#step02 .sub {
  margin-bottom: 30px
}
#step02 .step0201 {
  width: 700px;
  margin: 0 auto
}
#step02 .step0201 li {
  float: left
}
#step02 .step0201 li:nth-child(2) {
  float: right
}
#step02 .il {
  text-align: center;
  margin-top: 80px;
}
#step02 .il img.sp-none {
  display: inline-block
}
/* step03 -------------------------------------------------------------------------------------------------------------*/
#step03 {
  background-image: url(../images/bg.jpg);
  background-position: 100% auto;
  padding: 80px 0;
  text-align: center;
}
/* attention -------------------------------------------------------------------------------------------------------------*/
#attention {
  padding: 80px 0;
}
#attention .box {
  margin: 0 30px 50px;
  padding: 30px;
  border: 2px solid #cf6139;
}
#attention .box h3 {
  color: #CF6139;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}
#attention li {
  text-indent: -1.0em;
  padding-left: 1.0em
}
#attention li:before {
  content: "・"
}
#attention .big {
  text-align: center;
}
/* contact -------------------------------------------------------------------------------------------------------------*/
#contact {
  padding: 40px 0;
  text-align: center;
  background-color: #E7E8F2;
}
#contact h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #232743;
  border: 2px solid #232743;
  padding: 3px 15px;
  display: inline-block;
  margin-bottom: 20px;
}
#contact p {
  font-size: 24px;
  color: #232743;
}
#contact .tel {
  font-family: 'Roboto', sans-serif;
  font-size: 52px;
  color: #232743;
  font-weight: 500;
}
#contact .tel:before {
  content: url("../images/icon_tel.png");
  margin-right: 10px;
}
#contact p.note {
  font-size: 16px;
  color: #000000;
}
/* footer -------------------------------------------------------------------------------------------------------------*/
#footer {
  background-color: #232743;
  padding: 20px 0;
  text-align: center;
}
/* ===== SP用 =========================== */
@media only screen and (max-width:767px) {
  .btn a {
    padding: 0px 30px 15px;
    font-size: 18px;
    line-height: 1em;
  }
  .btn a:after {
    top: 10px;
  }
  body {
    width: 100%;
    min-width: inherit;
  }
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .w1000 {
    width: 100%
  }
  img {
    max-width: 100%
  }
  h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  p.big {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* @group common style
--------------------------------------------------------------------------------------------------------------------*/
  #header {
    height: auto;
  }
  #header #logo {
    padding: 20px 0;
  }
  /* step -------------------------------------------------------------------------------------------------------------*/
  #step {
    padding: 20px 4%;
  }
  #step h2 {
    font-size: 18px;
  }
  #step ul {
    margin-top: 20px;
    text-align: center;
    display: block
  }
  #step li {
    float: none;
    margin: 0 12px 20px;
    padding: 40px 0;
    text-align: center;
    display: inline-block;
  }
  #step li .ttl {
    font-size: 24px;
  }
  /* step01 -------------------------------------------------------------------------------------------------------------*/
  #step01 {
    padding: 30px 4%;
  }
  #step01 p.big {
    margin-bottom: 20px;
    text-align: left
  }
  #step01 .sub {
    margin-bottom: 20px;
    text-align: left
  }
  #step01 .step01_img {
    width: 100%;
    margin: 20px auto
  }
  #step01 .step01_img .fL {
    width: 100%;
    float: none;
    margin-bottom: 20px
  }
  #step01 .step01_img .fR {
    width: 100%;
    float: none
  }
  #step01 ul {
    margin-top: 40px;
  }
  #step01 li {
    float: none;
    width: 100%
  }
  #step01 li:nth-child(2) {
    float: none;
    margin-top: 20px;
  }
  #step01 li .ttl {
    font-size: 18px;
    line-height: 3em;
  }
  #step01 li .block {
    padding: 15px;
  }
  #step01 li .block p {
    font-size: 14px;
  }
  #step01 li .block .btn {
    margin-top: 10px
  }
  /* step02 -------------------------------------------------------------------------------------------------------------*/
  #step02 {
    padding: 30px 4%;
    text-align: left;
  }
  #step02 h3 {
    text-align: center
  }
  #step02 p.big {
    margin-bottom: 5px
  }
  #step02 .sub {
    margin-bottom: 20px
  }
  #step02 .step0201 {
    width: 100%;
  }
  #step02 .step0201 li {
    float: none;
    text-align: center;
    margin: 0px 5% 15px 15%;
    width: 80%;
  }
  #step02 .step0201 li:nth-child(2) {
    float: none;
    text-align: center;
    width: 70%;
    margin: 0 auto
  }
  #step02 .il {
    margin-top: 40px;
  }
  #step02 .il img.sp-none {
    display: none
  }
  /* step03 -------------------------------------------------------------------------------------------------------------*/
  #step03 {
    padding: 30px 4%;
    text-align: left;
  }
  #step03 h3 {
    text-align: center
  }
  /* attention -------------------------------------------------------------------------------------------------------------*/
  #attention {
    padding: 30px 4%;
  }
  #attention .box {
    margin: 0 10px 30px;
    padding: 15px;
  }
  #attention .box h3 {
    font-size: 20px;
  }
  /* contact -------------------------------------------------------------------------------------------------------------*/
  #contact {
    padding: 25px 4%;
  }
  #contact h3 {
    font-size: 20px;
  }
  #contact p {
    font-size: 20px;
  }
  #contact .tel {
    font-size: 30px;
    position: relative;
  }
  #contact .tel:before {
    content: url("../images/icon_tel.png");
    margin-right: 10px;
    top: 8px;
    position: relative;
  }
  #contact p.note {
    font-size: 16px;
    color: #000000;
  }
  /* footer -------------------------------------------------------------------------------------------------------------*/
  #footer {
    background-color: #232743;
    padding: 20px 0;
    text-align: center;
  }
}