@charset "UTF-8";

* {
  zoom: 1;
  letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  display: table;
  position: relative;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #111;
	transition: 1s;
  letter-spacing: 0.2px;
  overflow-x: hidden;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #0F5AA6;
}

/* ------------------------------ */

h1 {
  font-size: 28px;
  font-weight: 900;
}

h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width:768px) {
  h2 {
    font-size: 26px;
  }
}

/* ------------------------------ */

.sp { display: none; }

@media screen and (max-width:768px) {
  .sp { display: block;}
  .pc { display: none; }
}

/* ------------------------------ */

.big {
  font-size: 38px;
}

.center {
  margin: auto;
}

@media screen and (max-width:768px) {
  .big {
    font-size: 26px;
  }
}

/* ------------------------------ */

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ------------------------------ */

section {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

@media screen and (max-width:768px) {
  section {
    width: 100%;
    margin: auto;
    padding: 60px 20px;
  }
}

/* ------------------------------ */

header {
  background: rgba(255,255,255,.9);
  TEXT-ALIGN: center;
  padding: 10px;
  box-shadow: 0 0 19px rgba(0,0,0,.2);
}

header img {
  margin: auto;
  display: block;
  width: auto;
height: 60px;
}

@media screen and (max-width:768px) {
  header {
    padding: 10px 20px;
  }
}

/* ------------------------------ */

footer {
  background: #123872;
  color: #fff;
  font-size: 14px;
  padding: 60px;
  text-align: center;
}

/* ------------------------------ */

.fv {
  background: url(../img/fv-bg.jpeg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 20px;
  background-repeat: no-repeat;
}

.fv-img {
  max-width: 1020px;
  margin: 60px auto;
}

.fv .attention {
  max-width: 1000px;
  margin: auto;
}

.attention li::before {
  content: '※';
  display: inline-block;
  font-size: 13px;
  padding-right: 3px;
  text-shadow    :
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}

.attention li {
  text-indent: -8px;
  padding-left: 10px;
}

.outline {
  display        : inline-block;
  color          : #333;            /* 文字の色 */
  font-size      : 10pt;               /* 文字のサイズ */
  text-shadow    :
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;        /* 文字の影 */
}

@media screen and (max-width:768px) {
  .fv {
    background: url(../img/fv-bg.jpeg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .fv img {
    width: 100%;
  }
  .sp-fv {
    margin: 30px auto 30px !important;
  }
  .attention li {
    font-size: 10px;
    text-indent: -8px;
    padding-left: 10px;
    margin: 0 10px 0 14px;
  }
  .attention li::before {
    font-size: 10px;
  }
}

/* ------------------------------ */

.step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  margin-top: 80px;
}

.step li {
  background: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 20px;
  position: relative;
}

.step-no {
  position: absolute;
  top: -35px;
  left: 0;
}

.step li h2 {
  font-size: 20px;
  height: 70px;
  color: #123872;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-box {
  height: 130px;
  display: flex;
  margin: 10px auto 20px;
}

.step li img {
  margin: auto;
}

.step1-img {
  margin-left: 85px !important;
}
.step4-img {
  margin-left: 50px;
}

.step li p {
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width:768px) {
  .step {
    display: block;
  }
  .step li:not(last-child) {
    margin-bottom: 60px;
  }
  .step li:last-child {
    margin-bottom: 0 !important;
  }
  .step li h2 {
    height: auto;
  }
  .img-box {
    height: auto;
    display: flex;
    margin: 20px auto 20px;
  }
  .step1-img {
    margin: 0 98px 0 auto !important;
  }
  .step4-img {
    margin: 0 80px !important;
  }
}

/* ------------------------------ */
.cv {
  background: #4CED65;
  text-align: center;
  position: relative;
}

.cv:after{
  content: "";
  position: absolute;
  top:0;
  left: 50%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0F5AA6 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.cv h2 {
  color: #123872;
  font-size: 30px;
  margin-bottom: 35px;
}

.mail-text {
  padding: 10px;
  width: 700px;
  height: 63px;
  border-radius: 8px;
  border: 1px solid #979797;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

.cv-btn {
  display: block;
  background: linear-gradient(to bottom, #F5F570,#E0D011);
  border-radius: 100px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 5px 10px rgba(0,0,0,.3);
  padding: 15px;
  text-decoration: none;
  color: #333;
  font-weight: 900;
  font-size: 24px;
  border: 3px solid #333;
  transition: .5s;
}

.cv-btn:hover {
  background: #333;
  color: #f5f570;
}


.cv-note h3 {
  font-size: 14px;
  text-align: left;
}

.cv-note {
  max-width: 800px;
  margin: auto;
  color: #333;
}

.cv-note ul {
  margin-top: 10px;
}

.note li, .cv-note li {
  font-size: 12px;
  text-align: left;
  text-indent: -6px;
  padding-left: 0;
  margin: 0px 0 5px 30px;
  line-height: 1.4;
}

.note li::before, .cv-note li::before {
  content: '・';
  display: inline-block;
}

@media screen and (max-width:768px) {
  .cv:after {
    transform: translateX(-50%);
    left: 50%;
  }
  .cv h2 {
    font-size: 26px;
  }
  .mail-text {
      padding: 10px;
      width: 100%;
  }
  .cv-btn {
    font-size: 16px;
  }
  .note li, .cv-note li {
    margin: 0px 0 5px 10px;
  }
}

/* ------------------------------ */

.about {
    max-width: 800px;
    margin: 50px auto 80px;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 20px 30px;
}

.about h3 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.about h3 img {
  display: inline;
  margin-right: 5px;
  margin-top: -7px;
  width: 15px;
}

.about p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width:768px) {
  .about {
    margin: 30px auto 40px;
    padding: 15px;
}

  .about h3 {
    font-size: 16px;
  }
  .about p {
    font-size: 12px;
  }
}

/* ------------------------------ */

.point-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 60px;
    grid-template-areas:
        "areaA areaB"
        "areaD areaC"
        "areaE areaF";
    margin-bottom: 120px;
}

/* アイテム */
.point-txt-1 {
    grid-area: areaA;
}
.point-img-1 {
    grid-area: areaB;
}
.point-txt-2 {
    grid-area: areaC;
}
.point-img-2 {
    grid-area: areaD;
}
.point-txt-3 {
    grid-area: areaE;
}
.point-img-3 {
    grid-area: areaF;
}

.point-container p {
  color: #fff;
  padding-left: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}

.point-container img {
  margin: auto;
  width: 80%;
}

.point-ttl {
  margin: 0 0 20px!important;
  height: 100px;
}

.point2 {
  margin-left: -40px!important;
}

.point-container strong {
  color: #4CED65 !important;
  font-weight: 400;
}

@media screen and (max-width:768px) {
  .point-container {
    display: block;
  }
  .point-container p {
    font-size: 14px;
    padding: 0;
  }
  .point-ttl {
    margin: 40px 0 10px!important;
    height: 80px;
    width: auto !important;
  }
  .point2 {
    margin-right: 0!important;
  }
}

/* ------------------------------ */

.summary{
  text-align: left;
  /* display: inline-block; */
  padding: 40px 50px;
  margin: 0;
  background:#fff;
  position: relative;
  max-width: 900px;
  margin: 60px auto 0;
  border-radius: 30px;
  position: relative;

}

.summary::after{
  content: "";
  border: solid 4px #0F5AA6;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 25px;
}

.summary img {
  position: absolute;
  top: -80px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 3;
  width: 150px;
}

.summary h3 {
  text-align: center;
  color: #0F5AA6;
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.summary p {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width:768px) {
  .summary {
    padding: 40px 35px;
  }
.summary img {
    top: -50px;
    width: 120px;
    transform: translateX(-50%);
    left: 50%;
  }
  .summary h3 {
    font-size: 20px;
  }
  .summary p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ------------------------------ */

.note {
    margin: auto;
    display: block;
    color: #fff;
    max-width: 1000px;
}

.note h3 {
    font-size: 14px;
    text-align: left;
    margin: 15px 0 4px;
    font-weight: 400;
}

.note p {
  font-size: 12px;
  margin: 0 0 4px 20px;
}

.note ul {
  margin:0 0 10px;
}

.note ol {
    margin: 6px 0 0;
    padding: 0;
}
.note ol li::before {
  content: none;
}
.note ol li {
    padding-left: 6px;
}

.note p, .note li {
  font-weight: 300;
}

.note a {
  color: #fff;
}

/* ------------------------------ */

.Text-Span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 9px;
  background: #4CED65;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}

@media screen and (max-width:768px) {
  .Text-Span:after {
    display: none;
  }
}
