/* LESS Document */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
/*+++++++++++++++++++++++++++++++++++++++++++
	見出し
+++++++++++++++++++++++++++++++++++++++++++ */
main h1 {
  background: linear-gradient(to bottom, #FFA600 0, #FF7E00 100%);
}
main h2 {
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  main h2 {
    margin-bottom: 40px;
  }
}
main h3 {
  margin-bottom: 5px;
  line-height: 1;
}
main section {
  padding: 27px 0 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	共通箇所
+++++++++++++++++++++++++++++++++++++++++++ */
p {
  margin-bottom: 1.3em;
}
.aNav {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .aNav {
    flex-wrap: wrap;
    margin: 55px auto 15px;
    gap: 10px;
  }
}
.aNav li {
  width: 300px;
  text-align: center;
  border: solid 4px #FFF;
  box-shadow: 3px 3px 0 #00000033;
  padding: 5px 0 2px 0;
}
@media screen and (max-width: 767px) {
  .aNav li {
    width: 100%;
    box-shadow: 0 0 0 2px #FFF;
    margin-bottom: 2px;
    padding: 7px 0 9px 0;
  }
}
.aNav li:hover {
  opacity: 0.8;
}
.aNav li:nth-of-type(1) {
  background: linear-gradient(to bottom, #0094E3 0, #0069CF 100%);
}
.aNav li:nth-of-type(2) {
  background: linear-gradient(to bottom, #E05189 0, #DA2F73 100%);
}
.aNav li a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .aNav li a {
    font-size: 4.4vw;
  }
}
.aNav li a span {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .aNav li a span {
    font-size: 5.6vw;
  }
}
section .box {
  padding: 44px 60px 42px 60px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  section .box {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  section .box {
    border-radius: 10px;
  }
}
section .box:last-child {
  margin-bottom: 81px;
}
@media screen and (max-width: 767px) {
  section .box:last-child {
    margin-bottom: 50px;
  }
}
section .box .flex {
  gap: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section .box .flex {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  section .box .flex .flexImg {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  section .box .flex .flexText {
    display: contents;
  }
}
section .box .flex .flexText h3 {
  margin-bottom: 15px;
  border-left: none;
  position: relative;
  padding: 7px 0 0 15px;
}
section .box .flex .flexText h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 6px;
  height: 37px;
  background: #FFDF00;
}
@media screen and (max-width: 767px) {
  section .box .flex .flexText h3::before {
    top: 0vw;
    width: 1.2vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  section .box .flex .flexText p {
    order: -2;
  }
}
@media screen and (max-width: 767px) {
  section .box .flex .flexText ul {
    order: -3;
    align-self: flex-start;
  }
}
section .box .flex .flexText ul li {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section .box .flex .flexText ul li {
    margin-bottom: 15px;
  }
}
section .box .flex .flexText ul li:last-child {
  margin-bottom: 0;
}
section .box .flex .flexText ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: #007DDD;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  section .box .flex .flexText ul li::before {
    top: 1vw;
    width: 4vw;
    height: 4vw;
  }
}
section .box .flex .flexText ul li:nth-child(2)::before {
  background: #E05189;
}
section .box .flex .flexText ul li:last-child::before {
  background: #1A9182;
}
section .box .flex .flexText ul li h4 {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  section .box .flex .flexText ul li h4 {
    padding-left: 5.5vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	story
+++++++++++++++++++++++++++++++++++++++++++ */
section .lead {
  padding: 34px 60px 52px 60px!important;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  section .lead {
    padding: 27px 30px!important;
  }
}
@media screen and (max-width: 767px) {
  section .lead {
    padding: 30px 10px 10px!important;
  }
}
section .lead:first-child {
  margin-top: 0;
}
section .lead:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section .lead h2 {
    font-size: 6.4vw;
  }
}
section .lead .flex {
  gap: 0;
}
@media screen and (max-width: 767px) {
  section .lead .flex {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }
}
section .lead .flex .flexText {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section .lead .flex .flexText {
    margin-top: 0;
    text-align: center;
  }
}
section .lead .flex .flexText p {
  margin-bottom: 1em;
}
section .lead .flex .flexImg {
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  section .lead .flex .flexImg {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #section_1 {
    padding-top: 20px;
  }
}
.ttl {
  text-align: center;
}
.ttl::after {
  content: none;
}
.ttl .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.ttl .ttl-svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ttl .ttl-svg {
    height: 20vw;
    margin-bottom: 2vw;
  }
}
.ttl .ttl-svg .outline-text {
  fill: #FF5D00;
  stroke: #fff;
  stroke-width: 7;
  stroke-linejoin: round;
  paint-order: stroke fill;
  text-anchor: middle;
  dominant-baseline: hanging;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl .ttl-svg .outline-text {
    font-size: 72px;
    stroke-width: 13px;
  }
}
#section_3 {
  padding-top: 0;
}
#section_3 .box {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #section_3 .box {
    margin-bottom: 23px;
  }
}
#section_3 .box:last-child {
  margin-bottom: 81px;
}
@media screen and (max-width: 767px) {
  #section_3 .box:last-child {
    margin-bottom: 40px;
  }
}
#section_3 .box .flex .flexText h3 {
  margin-bottom: 20px;
}
#section_3 .box .flex .flexText ul li:nth-child(3)::before {
  background: #1A9182;
}
#section_3 .box .flex .flexText ul li:last-child::before {
  background: #FFDF00;
}
.contactBox {
  max-width: 760px;
  margin: 0 auto;
  padding: 50px 10px 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contactBox {
    padding: 20px 10px;
  }
}
.contactBox h2 {
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  line-height: 1;
  border: none;
  border-radius: 100px;
  font-size: 3.6rem;
  color: #FF5D00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactBox h2 {
    margin: 15px 0 15px;
    font-size: 5.4vw;
  }
}
.contactBox h2::after {
  content: none;
}
.contactBox p {
  max-width: 638px;
  margin: 0 auto 15px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contactBox p {
    font-size: 4.8vw;
  }
}
.contactBox .columnBox {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#contact {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
