body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  color: #16294e;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.width {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}

.br {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .sp {
    display: inline-block;
  }
  *,
*::before,
*::after {
    letter-spacing: 0.1rem;
  }
}
/*
header {
  background-color: $blue;
  padding-top: 20px;
  padding-bottom: 20px;

  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  background: $blue;
  box-sizing: border-box;

  .width {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;

    .right {
      a {
        width: 225px;
        margin-right: 20px;

        &:hover {
          opacity: 0.5;
          transition: 0.5s;
        }

        &:nth-last-of-type(1) {
          margin-right: 0px;
        }
      }
    }
  }

}
*/
#header {
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #16294e;
  z-index: 999;
}
#header .width {
  max-width: 1500px;
  position: relative;
}

#header .logo1 {
  position: absolute;
  width: 200px;
  top: 20px;
  left: 0%;
}

.fw {
  background-color: #16294e;
  padding-top: 100px;
}
.fw img {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
  height: auto;
  width: 100%;
}

#header ul {
  position: absolute;
  display: flex;
  right: 0%;
  top: 20px;
}

#header li a {
  margin-left: 20px;
  transition: opacity 0.4s;
}

#header li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1500px) {
  #header .logo1 {
    padding-left: 10px;
  }
  #header ul {
    padding-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .fw {
    padding-top: 70px;
  }
  #header .logo1 {
    width: 150px;
  }
  #header .logo1 img {
    width: 100%;
  }
  #header {
    height: 70px;
  }
  #header li a {
    margin-left: 0px;
  }
  .openbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #g_nav.panelactive #g_nav_list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  #g_nav ul {
    position: absolute;
    z-index: 999;
    top: 100px;
    left: 20px;
    display: flex;
    flex-direction: column;
    transform: translate(0px, 0px);
    padding-left: 0;
  }
  #g_nav ul li {
    margin: 0px 0px 20px 0;
    list-style: none;
  }
  #g_nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 50%;
    height: 100vh;
    background: #16294e;
    transition: all 0.6s;
  }
  #g_nav.panelactive {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  #header li a img {
    width: 100%;
  }
  #g_nav ul {
    left: 10px;
  }
}
.section01 {
  width: 100vw;
  padding: 100px 0;
}
.section01 h2 {
  margin-bottom: 50px;
}
.section01 h2 img {
  display: block;
  margin: 0 auto;
}
.section01 .text_box {
  border: 3px solid #16294e;
  margin-top: 50px;
  padding: 30px;
  font-size: 1.5rem;
  box-shadow: 5px 5px 0px 0px #667a91;
  background-image: url(../img/b.png);
  background-repeat: no-repeat;
  background-position: 80% 40%;
  margin: 0 auto;
}
.section01 .text_box.pc_none {
  display: none;
}
.section01 .text_box.sp_none {
  display: block;
}
.section01 .text_box p {
  border-bottom: 3px dotted #667a91;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .section01 {
    padding: 30px 0;
  }
  .section01 h2 {
    margin-bottom: 20px;
  }
  .section01 h2 img {
    height: 40px;
  }
  .section01 .text_box {
    padding: 15px;
    font-size: 4vw;
  }
  .section01 .text_box.pc_none {
    display: block;
  }
  .section01 .text_box.sp_none {
    display: none;
  }
}
.section02 {
  display: block;
  width: 100vw;
  padding: 100px 0;
  background-image: url(../img/background01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
}
.section02 h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.section02 .box_area {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.section02 .box_area .box {
  background-color: #16294e;
  padding: 20px;
  width: 320px;
}
.section02 .box_area .box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.section02 .box_area .box p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .section02 {
    padding: 30px 0px;
  }
  .section02 h2 img {
    height: 30px;
  }
  .section02 .box_area {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    justify-content: space-between;
  }
  .section02 .box_area .box {
    padding: 10px;
    width: 49%;
    max-width: 300px;
    margin-bottom: 10px;
  }
  .section02 .box_area .box p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 360px) {
  .section02 h2 img {
    width: 100%;
    height: auto;
  }
}
.section03 {
  background-color: #16294e;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .section03 img {
    width: 90%;
  }
}
.section03 {
  width: 100vw;
  padding: 50px 0;
}
.section03 .text_box {
  width: 100%;
  max-width: 1000px;
  display: block;
  padding: 50px;
  text-align: center;
  color: #4c4c4c;
  padding: 20px;
}
.section03 .text_box .under_line {
  background: linear-gradient(transparent 60%, #fdc7bb 0%);
  font-weight: 600;
  font-size: 2rem;
}
.section03 .text_box p {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}
.section03 .text_box img {
  margin-top: 50px;
}

.section04 {
  display: block;
  width: 100vw;
  padding: 100px 0;
}
.section04 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section04 .text_box {
  padding: 30px;
  font-size: 1.5rem;
  border: 3px solid #16294e;
  box-shadow: 5px 5px 0px 0px #667a91;
  text-align: center;
}
.section04 .text_box p {
  filter: drop-shadow(0px 0px 10px rgba(113, 113, 113, 0.6));
  font-weight: 500;
  font-size: 2rem;
  color: #16294e;
}

@media screen and (max-width: 600px) {
  .section04 {
    padding: 30px 0px;
  }
  .section04 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .section04 .text_box {
    padding: 20px;
  }
  .section04 .text_box p {
    font-size: 1.5rem;
  }
}
.uketuke {
  background-color: #16294e;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.uketuke .top {
  margin-bottom: 30px;
}
.uketuke .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.uketuke .bottom a {
  transition: opacity 0.4s;
  margin-right: 20px;
}
.uketuke .bottom a:hover {
  opacity: 0.5;
}
.uketuke .bottom a:nth-last-of-type(1) {
  margin-right: 0px;
}
.uketuke .bottom a img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .uketuke {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .uketuke h2 img {
    width: 90%;
  }
  .uketuke .bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .uketuke .bottom a {
    width: 33%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .uketuke .bottom {
    width: 99%;
  }
  .uketuke .bottom a {
    width: 33%;
    margin-right: 5px;
  }
}
.section05 {
  display: block;
  width: 100vw;
  padding: 100px 0;
}
.section05 h2 {
  text-align: center;
  margin-bottom: 100px;
}
.section05 .box_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section05 .box_area .box {
  width: 48%;
  border: 3px solid #16294e;
  margin-bottom: 40px;
}
.section05 .box_area .box h3 {
  background-color: #16294e;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-size: 1.5rem;
}
.section05 .box_area .box img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.section05 .box_area .box p {
  padding: 10px;
  font-size: 1rem;
  padding: 10px 15px 20px;
  color: #16294e;
}

@media screen and (max-width: 600px) {
  .section05 {
    padding: 30px 0;
  }
  .section05 h2 {
    margin-bottom: 30px;
  }
  .section05 h2 img {
    height: 35px;
  }
  .section05 .box_area .box {
    width: 49%;
    margin-bottom: 10px;
  }
  .section05 .box_area .box h3 {
    font-size: 1.2rem;
  }
  .section05 .box_area .box p {
    padding: 10px 5px 20px;
    font-size: 0.9rem;
  }
  .section05 .text_box {
    flex-direction: column;
    padding: 50px 10px 20px;
  }
}
@media screen and (max-width: 400px) {
  .section05 h2 img {
    height: 28px;
  }
}
.section06 {
  display: block;
  width: 100vw;
  padding: 100px 0;
  margin: 0 auto;
  background-color: #16294e;
}
.section06 h2 {
  display: block;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}
.section06 .text_area {
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px #667a91;
  padding: 50px;
  margin-bottom: 100px;
}
.section06 .text_area .top_text {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
  font-weight: 500;
}
.section06 .text_area .box {
  display: flex;
  justify-content: space-between;
}
.section06 .text_area .box .box_area {
  width: 280px;
  height: 280px;
  border: 3px dotted #16294e;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.section06 .text_area .box .box_area p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.section06 .text_area .box .box_area img {
  align-self: center;
}
.section06 .text_area .box .box_area .number {
  position: absolute;
  top: 0;
  left: 20px;
}

@media screen and (max-width: 600px) {
  .section06 {
    padding: 30px 0;
  }
  .section06 h2 {
    margin-bottom: 20px;
  }
  .section06 h2 img {
    height: 120px;
  }
  .section06 .text_area {
    margin-bottom: 30px;
    padding: 20px;
  }
  .section06 .text_area .top_text {
    margin-bottom: 20px;
  }
  .section06 .text_area .box .box_area {
    width: 170px;
    height: 170px;
  }
  .section06 .text_area .box .box_area .number {
    height: 50px;
    width: auto;
    left: 0;
    top: -10px;
  }
  .section06 .text_area .box .box_area p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .section06 .text_area .box .box_area .icon01 {
    width: 80px;
  }
  .section06 .text_area .box .box_area .icon02 {
    width: 50px;
  }
  .section06 .text_area .box .box_area .icon03 {
    width: 60px;
  }
  .section06 .title02 {
    height: 35px;
  }
  .section06 .list_box {
    width: 100%;
  }
  .section06 .list_box img {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section06 .text_area .box .box_area {
    width: 150px;
    height: 150px;
  }
  .section06 .text_area .box .box_area .number {
    height: 35px;
    top: 0px;
  }
  .section06 .text_area .box .box_area .icon02 {
    width: 40px;
  }
  .section06 .text_area .box .box_area .icon03 {
    width: 50px;
  }
}
@media screen and (max-width: 536px) {
  .section06 h2 img {
    height: 90px;
  }
  .section06 .title02 {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 518px) {
  .section06 .text_area .box .box_area {
    width: 140px;
    height: 140px;
  }
  .section06 .text_area .box .box_area p {
    font-size: 0.8rem;
  }
  .section06 .text_area .box .box_area .icon01 {
    width: 60px;
  }
  .section06 .text_area .box .box_area .icon03 {
    width: 40px;
  }
}
@media screen and (max-width: 490px) {
  .section06 .text_area .box .box_area {
    border: 2px dotted #16294e;
    width: 130px;
    height: 130px;
  }
  .section06 .text_area .box .box_area .icon01 {
    width: 60px;
  }
  .section06 .text_area .box .box_area .icon03 {
    width: 40px;
  }
  .section06 .text_area .box .box_area .number {
    height: 30px;
    left: 5px;
  }
}
@media screen and (max-width: 448px) {
  .section06 .text_area .top_text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  .section06 .text_area {
    padding: 20px 10px;
  }
  .section06 .text_area .box .box_area {
    width: 120px;
    height: 120px;
  }
  .section06 .text_area .box .box_area .icon01 {
    width: 50px;
  }
  .section06 .text_area .box .box_area .icon02 {
    width: 30px;
  }
  .section06 .text_area .box .box_area .icon03 {
    width: 30px;
  }
  .section06 .text_area .box .box_area .number {
    height: 30px;
    left: 5px;
  }
  .section06 .text_area .box .box_area p {
    margin-bottom: 5px;
    line-height: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .section06 .text_area .box .box_area {
    width: 110px;
    height: 110px;
  }
  .section06 .text_area .box .box_area .number {
    top: -10px;
  }
}
@media screen and (max-width: 400px) {
  .section06 .text_area .box .box_area {
    width: 100px;
    height: 100px;
  }
  .section06 .text_area .box .box_area .number {
    left: -5px;
  }
}
@media screen and (max-width: 350px) {
  .section06 .text_area .box .box_area {
    width: 90px;
    height: 90px;
  }
  .section06 .text_area .box .box_area p {
    font-size: 0.7rem;
  }
  .section06 .text_area .box .box_area .number {
    left: -5px;
  }
}
@media screen and (max-width: 400px) {
  .section05 h2 img {
    height: 28px;
  }
}
.section07 {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #16294e;
}
.section07 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.section07 .text_box {
  background-color: #cddced;
  border-radius: 10px;
  padding: 50px;
}
.section07 .text_box .step {
  display: flex;
  justify-content: space-around;
}
.section07 .text_box .step .left {
  width: 20%;
  max-width: 150px;
  position: relative;
}
.section07 .text_box .step .left::before {
  content: "";
  width: 2px;
  height: calc(100% - 180px);
  position: absolute;
  left: 50%;
  bottom: 20px;
  background-color: #16294e;
}
.section07 .text_box .step .left .icon_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: baseline;
}
.section07 .text_box .step .right {
  width: 75%;
  padding-bottom: 70px;
}
.section07 .text_box .step .right img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.section07 .text_box .step .right h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.section07 .text_box .step .right h3 .border {
  font-size: 1.8rem;
  background: linear-gradient(transparent 60%, #ffe5a6 0%);
}
.section07 .text_box .step .right .text {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  filter: drop-shadow(0px 0px 10px rgba(113, 113, 113, 0.6));
}
.section07 .text_box .step .right .sub_text {
  display: flex;
  border: 1px solid #16294e;
  margin-bottom: 10px;
  font-weight: 500;
}
.section07 .text_box .step .right .sub_text:nth-last-of-type(1) {
  margin-bottom: 20px;
}
.section07 .text_box .step .right .sub_text .sub_left {
  width: 25%;
  background-color: #16294e;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section07 .text_box .step .right .sub_text .sub_right {
  width: 75%;
  background-color: #fff;
  color: #16294e;
  padding: 10px;
}
.section07 .text_box .step:nth-last-of-type(1) .left::before {
  content: none;
}

@media screen and (max-width: 700px) {
  .section07 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section07 h2 {
    margin-bottom: 20px;
  }
  .section07 h2 img {
    height: 90px;
  }
  .section07 .text_box {
    padding: 30px 10px;
  }
  .section07 .text_box .step .left {
    width: 20%;
  }
  .section07 .text_box .step .left::before {
    height: calc(100% - 150px);
  }
  .section07 .text_box .step .left .icon_box img:nth-of-type(2) {
    width: 100%;
  }
  .section07 .text_box .step .right h3 .border {
    font-size: 1.2rem;
  }
  .section07 .text_box .step .right .text {
    padding: 10px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 500px) {
  .section07 .text_box .step .right .right_text {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .section07 h2 img {
    height: 70px;
  }
}
.section08 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #cddced;
}
.section08 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.section08 .text_area {
  background-color: #fff;
  padding: 40px;
}
.section08 .text_area .text_box {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.section08 .text_area .text_box .right {
  margin-left: 30px;
}

@media screen and (max-width: 600px) {
  .section08 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section08 h2 {
    margin-bottom: 20px;
  }
  .section08 h2 img {
    height: 80px;
  }
  .section08 .text_area {
    padding: 20px 10px;
  }
  .section08 .text_area .left {
    width: 30%;
  }
  .section08 .text_area .left img {
    width: 100%;
    height: auto;
  }
  .section08 .text_area .right {
    width: 65%;
    margin-left: 15px !important;
  }
  .section08 h3 {
    margin-bottom: 10px;
  }
  .section08 h3 img {
    height: 23px;
  }
  .section08 .text {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 400px) {
  .section08 h2 img {
    height: 65px;
  }
}
@media screen and (max-width: 370px) {
  .section08 h3 img {
    height: 20px;
  }
  .section08 .text_area .text_box .right {
    margin-left: 10px !important;
  }
}
.section09 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section09 h2 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.section09 .text_area {
  padding: 40px;
  background-color: #cddced;
}
.section09 .text_area .icon img {
  filter: drop-shadow(0px 0px 10px rgba(113, 113, 113, 0.6));
}
.section09 .text_area .hukidashi {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section09 .text_area .hukidashi .text {
  width: 79%;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  filter: drop-shadow(0px 0px 10px rgba(113, 113, 113, 0.6));
}
.section09 .text_area .hukidashi .text::before {
  content: "";
  border-top: 25px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 25px solid transparent;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.section09 .text_area .hukidashi:nth-last-of-type(2n) .text::before {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fff;
  border-right: none;
  right: -25px;
  left: auto;
}

@media screen and (max-width: 600px) {
  .section09 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section09 h2 {
    margin-bottom: 20px;
  }
  .section09 h2 img {
    height: 45px;
  }
  .section09 .text_area {
    padding: 20px 10px;
  }
  .section09 .text_area .hukidashi .icon {
    width: 15%;
  }
  .section09 .text_area .hukidashi .icon img {
    width: 100%;
  }
  .section09 .text_area .hukidashi .text {
    width: 80%;
    padding: 10px;
  }
  .section09 .text_area .hukidashi .text::before {
    border-top: 18px solid transparent;
    border-right: 18px solid #fff;
    border-bottom: 18px solid transparent;
    left: -18px;
    top: 50px;
  }
  .section09 .text_area .hukidashi:nth-of-type(2n) .text::before {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    right: -18px;
    top: 50px;
  }
}
@media screen and (max-width: 400px) {
  .section09 h2 img {
    height: 37px;
  }
}
.section10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section10 h2 {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.section10 .qa_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  filter: drop-shadow(0px 0px 10px rgba(113, 113, 113, 0.6));
  border: 1px solid #cddced;
}
.section10 .qa_box .top {
  display: flex;
  padding: 15px 30px;
  background-color: #cddced;
  color: #16294e;
  border-radius: 10px 10px 0 0;
  align-items: center;
}
.section10 .qa_box .top p {
  margin-left: 10px;
}
.section10 .qa_box .bottom {
  padding: 15px 30px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .section10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section10 h2 {
    margin-bottom: 20px;
  }
  .section10 h2 img {
    height: 40px;
  }
}
@media screen and (max-width: 400px) {
  .section10 h2 img {
    height: 32px;
  }
  .section10 .qa_box .top {
    padding: 15px 15px;
  }
  .section10 .qa_box .bottom {
    padding: 15px 15px;
  }
}
.section11 {
  background-color: #cddced;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section11 h2 {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section11 .text_box {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.section11 .text_box a {
  color: #f9b003;
}
.section11 .form_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.section11 footer {
  font-size: 0.7rem;
}
.section11 footer a {
  letter-spacing: 0.1rem;
  display: inline-block;
  color: #4c4c4c;
}
.section11 footer a:nth-of-type(1) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #4c4c4c;
}
.section11 footer span {
  letter-spacing: 0.1rem;
  display: block;
}
.section11 .c-form dl {
  display: flex;
  margin-bottom: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section11 .c-form dl {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.section11 .c-form dl:nth-child(5) {
  margin-bottom: 20px;
}
.section11 .c-form dl dt {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  width: 220px;
  align-items: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .section11 .c-form dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 16px;
  }
}
.section11 .c-form dl dd {
  width: calc(100% - 220px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .section11 .c-form dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.section11 .c-form dl dd p {
  font-size: 16px;
  margin: 26px 0 10px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section11 .c-form dl dd p {
    font-size: 14px;
    margin: 26px 0 10px 0;
  }
}
.section11 .c-form__bottom p {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section11 .c-form__bottom p {
    font-size: 14px;
  }
  .section11 .manga-fukidashi:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1a5aa9 transparent transparent transparent;
    border-width: 30px 30px 0 30px;
  }
  .section11 .manga-fukidashi {
    background: #1a5aa9;
    text-align: center;
    padding: 12px 0;
    border-top: 3px solid #1a5aa9;
    border-bottom: 3px solid #1a5aa9;
    position: relative;
  }
  .section11 .manga-fukidashi h1 {
    color: #fff;
    font-size: 20px !important;
    padding: 0 20px !important;
  }
}
.section11 .c-form__bottom p a {
  color: #000;
  text-decoration: underline;
}
.section11 .c-form__agree {
  text-align: center;
  margin: 28px 0 40px;
}
.section11 .c-form__submit {
  max-width: 320px;
  width: 100%;
  margin: auto;
  position: relative;
}
.section11 .c-form__submit:hover {
  opacity: 0.7;
}
.section11 .c-form__submit:after {
  content: "";
  background: url(../img/arrow.png) no-repeat;
  width: 7px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section11 .c-form__submit input,
.section11 .c-form__submit button {
  border: none;
  font-size: 22px;
  background: #071435;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  padding: 17px 0;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
}
.section11 .c-form .back {
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: none;
  display: block;
  max-width: 200px;
  margin: 20px auto;
  cursor: pointer;
}
.section11 .confirm .c-form dl {
  border-bottom: 1px solid #fff;
}
.section11 .confirm .c-form .c-form__bottom {
  margin-top: 40px;
}
.section11 .c-input {
  width: 100%;
  box-sizing: border-box;
  background: #cddced;
  border: none;
  padding: 16px 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section11 .c-input {
    font-size: 14px;
  }
}
.section11 .c-input--confirm {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0 !important;
}
.section11 #detail {
  min-height: 150px;
  resize: none;
}
.section11 .required {
  font-size: 14px;
  color: #000;
  background: #f9b003;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .section11 .required {
    font-size: 12px;
  }
}
.section11 .c-checkbox {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .section11 .c-checkbox {
    font-size: 14px;
  }
}
.section11 .c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.section11 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #cddced;
  border: 1px solid #16294e;
}
.section11 .c-checkbox:hover input ~ .checkmark {
  background-color: #cddced;
}
.section11 .c-checkbox input:checked ~ .checkmark {
  background-color: #16294e;
}
.section11 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.section11 .c-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.section11 .c-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 600px) {
  .section11 {
    padding-top: 30px;
  }
  .section11 h2 {
    margin-bottom: 20px;
  }
  .section11 h2 img {
    height: 35px;
  }
}
@media screen and (max-width: 400px) {
  .section11 h2 img {
    height: 30px;
  }
}
footer {
  background-color: #16294e;
  padding: 40px;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}
footer a {
  color: #fff;
}
footer p {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  footer {
    padding: 40px 0px;
    font-size: 2.5vw;
  }
  footer p {
    margin-top: 5px;
  }
}
.l-header__top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 27px 50px 24px;
  background-color: #16294e;
  align-items: center;
}
.l-header__top h1 img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-header__top {
    padding: 20px 20px;
  }
}
.l-header h1 {
  max-width: 488px;
  width: 100%;
}

.l-header h1 a {
  text-decoration: none;
}

.l-header__btn {
  transition: 0.3s;
  width: calc(100% - 488px);
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.l-container {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  padding: 0 64px 0 67px;
}

@media screen and (max-width: 1200px) {
  .l-container {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
    width: calc(100% - 10px);
    text-align: center;
    padding-top: 40px;
  }
}
.l-footer .l-container {
  background: transparent;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-footer .l-container {
    padding: 0 20px;
  }
}
.sec-contact__inner {
  background: #cddced;
  border-radius: 20px;
  padding: 80px 35px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec-contact__inner {
    padding: 40px 20px;
    margin-top: 0;
    border-radius: 0;
  }
}
.sec-contact__inner .c-title1 {
  background: #fff;
  color: #071435;
  padding: 20px 0px;
  text-align: center;
}

.sec-contact__inner > p {
  font-size: 16px;
  line-height: 1.6;
  margin: 25px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-contact__inner > p {
    font-size: 14px;
    text-align: left;
  }
}
.sec-contact__inner > p a {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}

.c-form dl {
  display: flex;
  margin-bottom: 60px;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .c-form dl {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.c-form dl:nth-child(5) {
  margin-bottom: 20px;
}

.c-form dl dt {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  width: 220px;
  align-items: center;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-form dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 16px;
  }
}
.c-form dl dd {
  width: calc(100% - 220px);
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-form dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.c-form dl dd p {
  font-size: 16px;
  margin: 26px 0 10px 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-form dl dd p {
    font-size: 14px;
    margin: 26px 0 10px 0;
  }
}
.l-footer {
  background: #16294e;
  padding: 40px 0 26px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0 100px;
  }
}
.l-footer .l-container {
  background: transparent;
  padding: 0;
  text-align: left;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .l-footer .l-container {
    padding: 0 20px;
  }
}
.l-footer__inner {
  display: flex;
  max-width: 850px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__left {
  width: 35%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer__left h2 {
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .l-footer__left h2 {
    font-size: 25px;
  }
}
.l-footer__right {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
  }
}
.l-footer__right span {
  font-size: 12.36px;
  color: #000;
  display: block;
  padding: 5px 10px;
  background: #cddced;
  border-radius: 50px;
  padding: 2px 0;
  text-align: center;
  font-weight: bold;
  max-width: 200px;
  margin: auto;
  margin-bottom: 10px;
}

.l-footer__right ul {
  padding: 0;
}

.l-footer__right ul li {
  width: 90%;
  max-width: 250px;
  list-style: none;
}

.l-footer__right ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 19.22px;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 2px 0;
  transition: opacity 0.4s;
}
.l-footer__right ul li a:hover {
  opacity: 0.5;
}

.l-footer__center {
  width: 45%;
}

@media screen and (max-width: 900px) {
  .l-footer__right ul img {
    width: 100%;
  }
  .l-footer__right ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__center {
    width: 100%;
  }
}
.l-footer__center h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .l-footer__center h4 {
    font-size: 16px;
  }
}
.l-footer__center dl {
  display: flex;
}

.l-footer__center dl dt,
.l-footer__center dl dd {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}

.l-footer__center dl dt {
  width: 100px;
  position: relative;
  padding-left: 15px;
}

.l-footer__center dl dt:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}

.l-footer__center dl dd {
  padding-left: 20px;
  width: calc(100% - 100px);
}

.l-footer__copy {
  font-size: 10px;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .confirm .l-footer {
    padding: 40px 0 26px;
  }
}
.cv_tel:hover {
  opacity: 0.7;
}

.cv_mail:hover {
  opacity: 0.7;
}

.cv_line:hover {
  opacity: 0.7;
}

.l-header__btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.l-header__btn ul li {
  width: 221px;
  margin: 0 10px 10px;
  list-style: none;
}
.l-header__btn ul li a {
  transition: opacity 0.4s;
}
.l-header__btn ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .l-header__btn {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */