@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?12869202");
  src: url("../font/fontello.eot?12869202#iefix") format("embedded-opentype"), url("../font/fontello.woff2?12869202") format("woff2"), url("../font/fontello.woff?12869202") format("woff"), url("../font/fontello.ttf?12869202") format("truetype"), url("../font/fontello.svg?12869202#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-open:before {
  content: "\f006";
}

.icon-mail-alt:before {
  content: "\f0e0";
}

.animation {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.5%, 0, 0);
    transform: translate3d(-2.5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.5%, 0, 0);
    transform: translate3d(-2.5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.5%, 0, 0);
    transform: translate3d(2.5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.5%, 0, 0);
    transform: translate3d(2.5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#wrapper {
  overflow-x: hidden;
}

#container {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  #container {
    margin: 20px auto 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.sp_none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
}

.section_wrap {
  background: #7fcbf8;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: block;
  width: 100%;
  min-height: 720px;
  text-align: center;
  padding: 20px 16px 40px;
  background-image: url(../image/main_visual_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  #main_visual {
    min-height: 650px;
    background-image: url(../image/main_visual_sp.png);
  }
}
@media only screen and (max-width: 768px) {
  #main_visual {
    min-height: 37vh;
    padding: 10px 16px 20px;
    background-image: url(../image/main_visual_sp.png);
  }
}
#main_visual .title_box strong {
  display: block;
  margin: 16px 12.5% 50px 0;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box strong {
    margin: 0 0 20px;
    text-align: left;
  }
}
#main_visual .title_box h1 {
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box h1 {
    margin: 0 0 20px;
  }
}
#main_visual .title_box .txt_box p {
  font-size: 32px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box .txt_box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box .txt_box p:not(:last-child) {
    margin: 0 0 8px;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  position: relative;
  padding: 100px 16px 80px;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 60px 16px 80px;
  }
}
#section01::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../image/icon_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section01::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
}
#section01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#section01 .inner .title_box {
  text-align: center;
  margin: 0 0 60px;
}
#section01 .inner .title_box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .title_box h2 {
    font-size: 24px;
    padding: 0 16px;
  }
}
#section01 .inner .title_box h2::before, #section01 .inner .title_box h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 45px;
  top: calc(50% - 22.5px);
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .title_box h2::before, #section01 .inner .title_box h2::after {
    width: 2px;
    height: 35px;
    top: calc(50% - 17.5px);
  }
}
#section01 .inner .title_box h2::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#section01 .inner .title_box h2::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  #section01 .inner .title_box {
    margin: 0 0 40px;
  }
}
#section01 .inner .bd_box {
  position: relative;
  max-width: 670px;
  padding: 50px 100px;
  margin: 0 auto 70px;
  border: 4px solid #333333;
  border-radius: 25px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box {
    width: 80%;
    padding: 20px;
    margin: 0 auto 90px 5%;
  }
}
#section01 .inner .bd_box::before {
  position: absolute;
  content: "";
  width: 281px;
  height: 330px;
  right: -190px;
  bottom: -145px;
  background-image: url(../image/sec01_illust01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box::before {
    width: 140px;
    height: 167px;
    right: -25%;
    bottom: -65px;
  }
}
#section01 .inner .bd_box::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  right: 10px;
  bottom: 140px;
  background-image: url(../image/sec01_icon01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box::after {
    width: 65px;
    height: 65px;
    right: -17.5%;
    bottom: 120px;
  }
}
#section01 .inner .bd_box .service_list li {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 20px 5px 50px;
  border-bottom: 2px solid #333333;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box .service_list li {
    padding: 4px 16px 4px 35px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box .service_list li {
    font-size: 14px;
  }
}
#section01 .inner .bd_box .service_list li::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 12px;
  left: 12px;
  background-image: url(../image/icon_check01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box .service_list li::before {
    width: 18px;
    height: 18px;
    top: 6px;
    left: 9px;
  }
}
#section01 .inner .bd_box .service_list li.large {
  font-size: 24px;
  font-weight: 900;
  padding: 10px 20px 10px 50px;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box .service_list li.large {
    padding: 8px 16px 8px 35px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box .service_list li.large {
    font-size: 18px;
  }
}
#section01 .inner .bd_box .service_list li.large::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: 16px;
  left: 7px;
  background-image: url(../image/icon_check02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box .service_list li.large::before {
    width: 24px;
    height: 24px;
    top: 12px;
    left: 6px;
  }
}
#section01 .inner .bd_box .service_list li.large::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 16px;
  left: 0;
  bottom: 14px;
  background: #f9dcd3;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box .service_list li.large::after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box .service_list li.large span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f9dcd3));
    background: linear-gradient(transparent 60%, #f9dcd3 60%);
  }
}
#section01 .inner .bd_box p {
  font-size: 24px;
  font-weight: 900;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .bd_box p {
    font-size: 18px;
    margin: 0 20% 0 0;
  }
}
#section01 .inner .txt_box {
  text-align: center;
}
#section01 .inner .txt_box strong {
  display: block;
  font-size: 36px;
  font-size: 700;
}
@media only screen and (max-width: 768px) {
  #section01 .inner .txt_box strong {
    font-size: 18px;
  }
}

/*--------------------------
section02
---------------------------*/
#section02 {
  position: relative;
  padding: 120px 16px 140px;
  background: #7fcbf8;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 80px 16px 100px;
  }
}
#section02::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../image/icon_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section02::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
}
#section02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#section02 .inner .title_box {
  text-align: center;
  margin: 0 0 60px;
}
#section02 .inner .title_box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .title_box h2 {
    font-size: 24px;
    padding: 0 16px;
  }
}
#section02 .inner .title_box h2::before, #section02 .inner .title_box h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 45px;
  top: calc(50% - 22.5px);
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .title_box h2::before, #section02 .inner .title_box h2::after {
    width: 2px;
    height: 35px;
    top: calc(50% - 17.5px);
  }
}
#section02 .inner .title_box h2::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#section02 .inner .title_box h2::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  #section02 .inner .title_box {
    margin: 0 0 40px;
  }
}
#section02 .inner .worries_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .worries_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 40px;
  }
}
#section02 .inner .worries_list li:nth-child(2) {
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .worries_list li:nth-child(2) {
    margin: 0;
  }
}
#section02 .inner .bg_box_wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box_wrap {
    margin: 0 auto 80px;
  }
}
#section02 .inner .bg_box_wrap::before {
  position: absolute;
  content: "";
  width: 273px;
  height: 346px;
  left: -100px;
  bottom: -130px;
  background-image: url(../image/sec02_illust01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box_wrap::before {
    width: 137px;
    height: 174px;
    left: -16px;
    bottom: -80px;
  }
}
#section02 .inner .bg_box_wrap::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  aspect-ratio: 1000/80;
  margin: -1px auto 0;
  background: #006ec1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#section02 .inner .bg_box_wrap .bg_box {
  text-align: center;
  padding: 40px 100px;
  background: #006ec1;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box_wrap .bg_box {
    padding: 40px 20px;
  }
}
#section02 .inner .bg_box_wrap .bg_box h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box_wrap .bg_box h3 {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
#section02 .inner .bg_box_wrap .bg_box ul li {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  padding: 16px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box_wrap .bg_box ul li {
    font-size: 16px;
    padding: 12px;
  }
}
#section02 .inner .bg_box_wrap .bg_box ul li:not(:last-child) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box_wrap .bg_box ul li:not(:last-child) {
    margin: 0 0 16px;
  }
}
#section02 .inner .txt_box {
  text-align: center;
}
#section02 .inner .txt_box strong {
  display: block;
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .txt_box strong {
    font-size: 24px;
  }
}

/*--------------------------
section03
---------------------------*/
#section03 {
  padding: 80px 16px 50px;
}
@media only screen and (max-width: 768px) {
  #section03 {
    padding: 60px 16px 40px;
  }
}
#section03 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#section03 .inner .title_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .title_box_wrap {
    gap: 16px;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .inner .title_box_wrap figure {
    width: 50px;
    min-width: 50px;
  }
}
#section03 .inner .title_box_wrap .title_box {
  text-align: center;
}
#section03 .inner .title_box_wrap .title_box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .title_box_wrap .title_box h2 {
    font-size: 24px;
    padding: 0 16px;
  }
}
#section03 .inner .title_box_wrap .title_box h2::before, #section03 .inner .title_box_wrap .title_box h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 45px;
  top: calc(50% - 22.5px);
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .title_box_wrap .title_box h2::before, #section03 .inner .title_box_wrap .title_box h2::after {
    width: 2px;
    height: 35px;
    top: calc(50% - 17.5px);
  }
}
#section03 .inner .title_box_wrap .title_box h2::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#section03 .inner .title_box_wrap .title_box h2::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#section03 .inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
#section03 .inner .flex_box .left_box,
#section03 .inner .flex_box .right_box {
  width: 50%;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box .left_box,
  #section03 .inner .flex_box .right_box {
    width: 100%;
  }
}
#section03 .inner .flex_box .left_box h3,
#section03 .inner .flex_box .right_box h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 16px 70px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box .left_box h3,
  #section03 .inner .flex_box .right_box h3 {
    font-size: 20px;
    padding: 16px 50px;
  }
}
#section03 .inner .flex_box .left_box h3::before,
#section03 .inner .flex_box .right_box h3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box .left_box h3::before,
  #section03 .inner .flex_box .right_box h3::before {
    left: 16px;
  }
}
#section03 .inner .flex_box .left_box ul,
#section03 .inner .flex_box .right_box ul {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box .left_box ul,
  #section03 .inner .flex_box .right_box ul {
    padding: 30px 0;
  }
}
#section03 .inner .flex_box .left_box ul li,
#section03 .inner .flex_box .right_box ul li {
  font-size: 22px;
  font-weight: 700;
  padding: 10px 30px;
  border-bottom: 2px dashed #ffffff;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box .left_box ul li,
  #section03 .inner .flex_box .right_box ul li {
    font-size: 16px;
    padding: 8px 16px;
  }
}
#section03 .inner .flex_box .left_box ul li:first-child,
#section03 .inner .flex_box .right_box ul li:first-child {
  border-top: 2px dashed #ffffff;
}
#section03 .inner .flex_box .left_box {
  position: relative;
  background: #e2f6fd;
}
#section03 .inner .flex_box .left_box::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 240px;
  top: calc(50% + 30px);
  right: -94px;
  border-style: solid;
  border-top: 120px solid transparent;
  border-bottom: 120px solid transparent;
  border-left: 80px solid #7fcbf8;
  border-right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box .left_box::after {
    width: 200px;
    height: 30px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -40px;
    border-style: solid;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 30px solid #7fcbf8;
    border-bottom: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
#section03 .inner .flex_box .left_box h3 {
  background: #0097f2;
}
#section03 .inner .flex_box .left_box h3::before {
  width: 68px;
  height: 72px;
  background-image: url(../image/sec03-04_icon01.png);
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box .left_box h3::before {
    width: 40px;
    height: 42px;
  }
}
#section03 .inner .flex_box .right_box {
  background: #d6e9ad;
}
#section03 .inner .flex_box .right_box h3 {
  background: #28903a;
}
#section03 .inner .flex_box .right_box h3::before {
  width: 52px;
  height: 77px;
  background-image: url(../image/sec03-04_icon02.png);
}
@media only screen and (max-width: 768px) {
  #section03 .inner .flex_box .right_box h3::before {
    width: 32px;
    height: 47px;
  }
}

/*--------------------------
section04
---------------------------*/
#section04 {
  padding: 50px 16px 150px;
}
@media only screen and (max-width: 768px) {
  #section04 {
    padding: 40px 16px 80px;
  }
}
#section04 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#section04 .inner .title_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .title_box_wrap {
    gap: 16px;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .inner .title_box_wrap figure {
    width: 50px;
    min-width: 50px;
  }
}
#section04 .inner .title_box_wrap .title_box {
  text-align: center;
}
#section04 .inner .title_box_wrap .title_box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .title_box_wrap .title_box h2 {
    font-size: 24px;
    padding: 0 16px;
  }
}
#section04 .inner .title_box_wrap .title_box h2::before, #section04 .inner .title_box_wrap .title_box h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 45px;
  top: calc(50% - 22.5px);
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .title_box_wrap .title_box h2::before, #section04 .inner .title_box_wrap .title_box h2::after {
    width: 2px;
    height: 35px;
    top: calc(50% - 17.5px);
  }
}
#section04 .inner .title_box_wrap .title_box h2::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#section04 .inner .title_box_wrap .title_box h2::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#section04 .inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
#section04 .inner .flex_box .left_box,
#section04 .inner .flex_box .right_box {
  width: 50%;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box .left_box,
  #section04 .inner .flex_box .right_box {
    width: 100%;
  }
}
#section04 .inner .flex_box .left_box h3,
#section04 .inner .flex_box .right_box h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 16px 70px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box .left_box h3,
  #section04 .inner .flex_box .right_box h3 {
    font-size: 20px;
    padding: 16px 50px;
  }
}
#section04 .inner .flex_box .left_box h3::before,
#section04 .inner .flex_box .right_box h3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box .left_box h3::before,
  #section04 .inner .flex_box .right_box h3::before {
    left: 16px;
  }
}
#section04 .inner .flex_box .left_box ul,
#section04 .inner .flex_box .right_box ul {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box .left_box ul,
  #section04 .inner .flex_box .right_box ul {
    padding: 30px 0;
  }
}
#section04 .inner .flex_box .left_box ul li,
#section04 .inner .flex_box .right_box ul li {
  font-size: 22px;
  font-weight: 700;
  padding: 10px 30px;
  border-bottom: 2px dashed #ffffff;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box .left_box ul li,
  #section04 .inner .flex_box .right_box ul li {
    font-size: 16px;
    padding: 8px 16px;
  }
}
#section04 .inner .flex_box .left_box ul li:first-child,
#section04 .inner .flex_box .right_box ul li:first-child {
  border-top: 2px dashed #ffffff;
}
#section04 .inner .flex_box .left_box {
  position: relative;
  background: #e2f6fd;
}
#section04 .inner .flex_box .left_box::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 240px;
  top: calc(50% + 30px);
  right: -94px;
  border-style: solid;
  border-top: 120px solid transparent;
  border-bottom: 120px solid transparent;
  border-left: 80px solid #7fcbf8;
  border-right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box .left_box::after {
    width: 200px;
    height: 30px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -40px;
    border-style: solid;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 30px solid #7fcbf8;
    border-bottom: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
#section04 .inner .flex_box .left_box h3 {
  background: #0097f2;
}
#section04 .inner .flex_box .left_box h3::before {
  width: 68px;
  height: 72px;
  background-image: url(../image/sec03-04_icon01.png);
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box .left_box h3::before {
    width: 40px;
    height: 42px;
  }
}
#section04 .inner .flex_box .right_box {
  background: #d6e9ad;
}
#section04 .inner .flex_box .right_box h3 {
  background: #28903a;
}
#section04 .inner .flex_box .right_box h3::before {
  width: 52px;
  height: 77px;
  background-image: url(../image/sec03-04_icon02.png);
}
@media only screen and (max-width: 768px) {
  #section04 .inner .flex_box .right_box h3::before {
    width: 32px;
    height: 47px;
  }
}

/*--------------------------
section05
---------------------------*/
#section05 {
  padding: 130px 16px 50px;
}
@media only screen and (max-width: 768px) {
  #section05 {
    padding: 80px 16px 40px;
  }
}
#section05 .inner {
  max-width: 1120px;
  margin: 0 auto;
}
#section05 .inner .title_box {
  text-align: center;
  margin: 0 0 60px;
}
#section05 .inner .title_box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .title_box h2 {
    font-size: 24px;
    padding: 0 16px;
  }
}
#section05 .inner .title_box h2::before, #section05 .inner .title_box h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 45px;
  top: calc(50% - 22.5px);
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .title_box h2::before, #section05 .inner .title_box h2::after {
    width: 2px;
    height: 35px;
    top: calc(50% - 17.5px);
  }
}
#section05 .inner .title_box h2::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#section05 .inner .title_box h2::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  #section05 .inner .title_box {
    margin: 0 0 40px;
  }
}
#section05 .inner .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section05 .inner .flex_box .left_box,
#section05 .inner .flex_box .right_box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .flex_box .left_box,
  #section05 .inner .flex_box .right_box {
    width: 100%;
  }
}
#section05 .inner .flex_box .left_box h4,
#section05 .inner .flex_box .right_box h4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 381px;
  height: 107px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .flex_box .left_box h4,
  #section05 .inner .flex_box .right_box h4 {
    width: 280px;
    height: 79px;
    font-size: 18px;
  }
}
#section05 .inner .flex_box .left_box h4::before,
#section05 .inner .flex_box .right_box h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../image/title_bg_item.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#section05 .inner .flex_box .left_box .box,
#section05 .inner .flex_box .right_box .box {
  padding: 40px 40px 60px;
  margin: -25px 0 0;
  background: #ffffff;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .flex_box .left_box .box,
  #section05 .inner .flex_box .right_box .box {
    padding: 30px 20px;
    margin: -20px 0 0;
  }
}
#section05 .inner .flex_box .left_box .box h3,
#section05 .inner .flex_box .right_box .box h3 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .flex_box .left_box .box h3,
  #section05 .inner .flex_box .right_box .box h3 {
    font-size: 24px;
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
}
#section05 .inner .flex_box .left_box .box h3.green,
#section05 .inner .flex_box .right_box .box h3.green {
  border-bottom: 10px solid #28903a;
}
#section05 .inner .flex_box .left_box .box h3.blue,
#section05 .inner .flex_box .right_box .box h3.blue {
  border-bottom: 10px solid #0080d0;
}
#section05 .inner .flex_box .left_box .box .txt_box,
#section05 .inner .flex_box .right_box .box .txt_box {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 2px solid #dcdcdc;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .flex_box .left_box .box .txt_box,
  #section05 .inner .flex_box .right_box .box .txt_box {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
#section05 .inner .flex_box .left_box .box .txt_box p,
#section05 .inner .flex_box .right_box .box .txt_box p {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .flex_box .left_box .box .txt_box p,
  #section05 .inner .flex_box .right_box .box .txt_box p {
    font-size: 16px;
  }
}
#section05 .inner .flex_box .left_box .box ul li,
#section05 .inner .flex_box .right_box .box ul li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .flex_box .left_box .box ul li,
  #section05 .inner .flex_box .right_box .box ul li {
    font-size: 14px;
    padding: 0 0 0 14px;
  }
}
#section05 .inner .flex_box .left_box .box ul li::before,
#section05 .inner .flex_box .right_box .box ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
#section05 .inner .flex_box .left_box .box ul li:not(:last-child),
#section05 .inner .flex_box .right_box .box ul li:not(:last-child) {
  margin: 0 0 10px;
}

/*--------------------------
section06
---------------------------*/
#section06 {
  position: relative;
  padding: 50px 16px 130px;
}
@media only screen and (max-width: 768px) {
  #section06 {
    padding: 40px 16px 80px;
  }
}
#section06::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../image/icon_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section06::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
}
#section06 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#section06 .inner .title_box {
  text-align: center;
  margin: 0 0 60px;
}
#section06 .inner .title_box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #section06 .inner .title_box h2 {
    font-size: 24px;
    padding: 0 16px;
  }
}
#section06 .inner .title_box h2::before, #section06 .inner .title_box h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 45px;
  top: calc(50% - 22.5px);
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #section06 .inner .title_box h2::before, #section06 .inner .title_box h2::after {
    width: 2px;
    height: 35px;
    top: calc(50% - 17.5px);
  }
}
#section06 .inner .title_box h2::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#section06 .inner .title_box h2::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  #section06 .inner .title_box {
    margin: 0 0 40px;
  }
}
#section06 .inner .txt_box {
  text-align: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section06 .inner .txt_box {
    margin: 0 0 40px;
  }
}
#section06 .inner .txt_box p {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section06 .inner .txt_box p {
    font-size: 16px;
  }
}
#section06 .inner .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  height: 100px;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  background: #006ec1;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section06 .inner .btn_box a {
    width: 100%;
    max-width: 280px;
    height: 70px;
    font-size: 18px;
  }
}
#section06 .inner .btn_box a::before {
  content: "";
  width: 30px;
  height: 40px;
  margin: 0 20px 0 0;
  background-image: url(../image/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section06 .inner .btn_box a::before {
    width: 18px;
    height: 24px;
    margin: 0 12px 0 0;
  }
}
#section06 .inner .btn_box a::after {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
  font-size: 42px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section06 .inner .btn_box a::after {
    font-size: 20px;
    right: 20px;
  }
}
#section06 .inner .btn_box a:hover {
  background: #0097f2;
}

/*--------------------------
section07
---------------------------*/
#section07 {
  padding: 120px 16px 50px;
}
@media only screen and (max-width: 768px) {
  #section07 {
    padding: 80px 16px 40px;
  }
}
#section07 .inner {
  max-width: 1070px;
  margin: 0 auto;
}
#section07 .inner .title_box {
  text-align: center;
  margin: 0 0 60px;
}
#section07 .inner .title_box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .title_box h2 {
    font-size: 24px;
    padding: 0 16px;
  }
}
#section07 .inner .title_box h2::before, #section07 .inner .title_box h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 45px;
  top: calc(50% - 22.5px);
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .title_box h2::before, #section07 .inner .title_box h2::after {
    width: 2px;
    height: 35px;
    top: calc(50% - 17.5px);
  }
}
#section07 .inner .title_box h2::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#section07 .inner .title_box h2::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  #section07 .inner .title_box {
    margin: 0 0 40px;
  }
}
#section07 .inner .txt_box {
  text-align: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .txt_box {
    margin: 0 0 40px;
  }
}
#section07 .inner .txt_box p {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .txt_box p {
    font-size: 16px;
  }
}
#section07 .inner .grid_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 40px auto 40px auto;
  grid-template-rows: auto auto auto;
  gap: 40px;
}
#section07 .inner .grid_box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#section07 .inner .grid_box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#section07 .inner .grid_box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#section07 .inner .grid_box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#section07 .inner .grid_box > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#section07 .inner .grid_box > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
#section07 .inner .grid_box > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
#section07 .inner .grid_box > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
#section07 .inner .grid_box > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .grid_box {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#section07 .inner .grid_box figure {
  padding: 40px 20px;
  text-align: center;
  border: 4px solid #333333;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .grid_box figure {
    padding: 30px 12px;
    border: 2px solid #333333;
  }
}
#section07 .inner .grid_box figure figcaption {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .grid_box figure figcaption {
    font-size: 14px;
  }
}
#section07 .inner .grid_box figure .pic {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .grid_box figure .pic {
    margin: 16px 0 0;
  }
}
#section07 .inner .grid_box figure:last-child {
  grid-column: 1/-1;
}
#section07 .inner .grid_box figure:last-child figcaption {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .grid_box figure:last-child figcaption {
    font-size: 18px;
  }
}

/*--------------------------
section08
---------------------------*/
#section08 {
  position: relative;
  padding: 50px 16px 150px;
}
@media only screen and (max-width: 768px) {
  #section08 {
    padding: 40px 16px 80px;
  }
}
#section08::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../image/icon_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section08::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
}
#section08 .inner {
  max-width: 1070px;
  margin: 0 auto;
}
#section08 .inner .title_box {
  text-align: center;
  margin: 0 0 60px;
}
#section08 .inner .title_box h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #section08 .inner .title_box h2 {
    font-size: 24px;
    padding: 0 16px;
  }
}
#section08 .inner .title_box h2::before, #section08 .inner .title_box h2::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 45px;
  top: calc(50% - 22.5px);
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #section08 .inner .title_box h2::before, #section08 .inner .title_box h2::after {
    width: 2px;
    height: 35px;
    top: calc(50% - 17.5px);
  }
}
#section08 .inner .title_box h2::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#section08 .inner .title_box h2::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media only screen and (max-width: 768px) {
  #section08 .inner .title_box {
    margin: 0 0 40px;
  }
}
#section08 .inner .txt_box {
  text-align: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section08 .inner .txt_box {
    margin: 0 0 40px;
  }
}
#section08 .inner .txt_box p {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section08 .inner .txt_box p {
    font-size: 16px;
  }
}
#section08 .inner .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  height: 100px;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  background: #006ec1;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section08 .inner .btn_box a {
    width: 100%;
    max-width: 280px;
    height: 70px;
    font-size: 18px;
  }
}
#section08 .inner .btn_box a::before {
  content: "";
  width: 30px;
  height: 40px;
  margin: 0 20px 0 0;
  background-image: url(../image/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section08 .inner .btn_box a::before {
    width: 18px;
    height: 24px;
    margin: 0 12px 0 0;
  }
}
#section08 .inner .btn_box a::after {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
  font-size: 42px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section08 .inner .btn_box a::after {
    font-size: 20px;
    right: 20px;
  }
}
#section08 .inner .btn_box a:hover {
  background: #0097f2;
}

/*--------------------------
section09
---------------------------*/
#section09 {
  position: relative;
  padding: 60px 16px 180px;
}
@media only screen and (max-width: 768px) {
  #section09 {
    padding: 40px 16px 80px;
  }
}
#section09::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 620px;
  top: 0;
  left: 0;
  background-image: url(../image/sec09_bg_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section09::before {
    height: 320px;
  }
}
#section09 .inner {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
#section09 .inner .illust {
  margin: 0 0 170px;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .illust {
    margin: 0 0 60px;
  }
}
#section09 .inner .txt_box {
  margin: 0 0 140px;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .txt_box {
    margin: 0 0 60px;
  }
}
#section09 .inner .txt_box p {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .txt_box p {
    font-size: 18px;
  }
}
#section09 .inner .logo {
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .logo {
    margin: 0 0 40px;
  }
}
#section09 .inner .logo .pic {
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .logo .pic {
    padding: 0 40px;
    margin: 0 0 40px;
  }
}
#section09 .inner .logo figcaption {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .logo figcaption {
    font-size: 18px;
  }
}
#section09 .inner .btn_box p {
  font-size: 36px;
  font-weight: 700;
  color: #0080d0;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .btn_box p {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
#section09 .inner .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  height: 100px;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  background: #006ec1;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .btn_box a {
    width: 100%;
    max-width: 280px;
    height: 70px;
    font-size: 18px;
  }
}
#section09 .inner .btn_box a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  #section09 .inner .btn_box a::before {
    margin: 0 12px 0 0;
  }
}
#section09 .inner .btn_box a::after {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
  font-size: 42px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section09 .inner .btn_box a::after {
    font-size: 20px;
    right: 20px;
  }
}
#section09 .inner .btn_box a:hover {
  background: #0097f2;
}