@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap");
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
/* -------------------------------- */
/* reset
/* -------------------------------- */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.15;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

ul {
  list-style: none;
}

img {
  display: block;
}

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

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  border: none;
  box-sizing: border-box;
}

/* -------------------------------- */
/* header
/* -------------------------------- */
header {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 900;
  padding: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  header {
    padding: 10px;
  }
}
header div {
  width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  header div {
    width: 100%;
  }
}
header div ul {
  display: flex;
  align-items: center;
  list-style: none;
}
header div ul:nth-of-type(1) li:nth-of-type(1), header div ul:nth-of-type(1) li:nth-of-type(2) {
  border-right: #000 solid 1px;
  padding-right: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 860px) {
  header div ul:nth-of-type(1) li:nth-of-type(1), header div ul:nth-of-type(1) li:nth-of-type(2) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 860px) {
  header div ul:nth-of-type(1) li:nth-of-type(2) {
    border: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 860px) {
  header div ul:nth-of-type(1) li {
    width: 50%;
  }
}
header div ul:nth-of-type(1) li img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 860px) {
  header div ul:nth-of-type(1) li img {
    width: 100%;
    height: auto;
  }
}
header div ul:nth-of-type(2) li {
  margin-left: 10px;
}
header div ul:nth-of-type(2) li img {
  height: 115px;
  width: auto;
}
@media screen and (max-width: 860px) {
  header div ul:nth-of-type(2) li img {
    height: 50px;
  }
}

/* -------------------------------- */
/* main
/* -------------------------------- */
main {
  background-color: rgb(227, 238, 255);
  padding-bottom: 30px;
}

#wrap_kv {
  background-color: rgb(36, 79, 142);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wrap_kv img {
  width: 100%;
  height: auto;
}
#wrap_kv h1 {
  font-weight: 600;
  font-size: 1.9375rem;
  line-height: 1.4;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 860px) {
  #wrap_kv h1 {
    font-size: 1.5625rem;
    padding: 10px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_kv h1 {
    font-size: 1.0625rem;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0;
  }
}
#wrap_kv h1 strong {
  font-size: 2.8125rem;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  #wrap_kv h1 strong {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_kv h1 strong {
    font-size: 1.375rem;
  }
}
#wrap_kv h1 em {
  font-size: 2.4375rem;
  font-style: normal;
}
@media screen and (max-width: 860px) {
  #wrap_kv h1 em {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_kv h1 em {
    font-size: 1.25rem;
  }
}
#wrap_kv h1 em span {
  color: rgb(255, 223, 64);
}
#wrap_kv h1 > span {
  font-size: 2.125rem;
}
@media screen and (max-width: 860px) {
  #wrap_kv h1 > span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_kv h1 > span {
    font-size: 1.125rem;
  }
}

.wrap_contents01 {
  border: 7px rgb(229, 75, 2) solid;
  background: #fff;
  width: 950px;
  margin: 60px auto 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 {
    width: calc(100% - 20px);
    margin: 30px 10px 0 10px;
  }
}
.wrap_contents01 h2 {
  background: rgb(229, 75, 2);
  color: #fff;
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 1.8125rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 h2 {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.wrap_contents01 h2 strong {
  color: #ffdd34;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 h2 strong {
    font-size: 1.25rem;
    display: block;
  }
}
.wrap_contents01 h3 {
  width: 650px;
  text-align: center;
  padding: 30px 30px 0 30px;
  font-size: 1.25rem;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 h3 {
    width: 100%;
    font-size: 1.125rem;
    padding: 20px 0px 0 0px;
    box-sizing: border-box;
    line-height: 1.5;
  }
}
.wrap_contents01 > p {
  width: 650px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 10px 30px 0px 30px;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 > p {
    width: 100%;
    font-size: 0.875rem;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
  }
}
.wrap_contents01 div {
  padding: 40px 30px 0px 30px;
  width: 670px;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 div {
    width: 100%;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
  }
}
.wrap_contents01 div p {
  font-size: 1.1875rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 div p {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.5;
  }
}
.wrap_contents01 div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 div img {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.wrap_contents01 ul {
  display: flex;
  justify-content: space-between;
  width: 670px;
  padding: 20px 30px 30px 30px;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 ul {
    width: 100%;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 10px;
  }
}
.wrap_contents01 ul li {
  width: 49%;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 ul li {
    width: 100%;
  }
}
.wrap_contents01 ul li img {
  width: 100%;
  height: auto;
}
.wrap_contents01 > picture {
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 > picture {
    bottom: initial;
    top: -50px;
    right: -7px;
  }
}
.wrap_contents01 > picture img {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 860px) {
  .wrap_contents01 > picture img {
    width: 78px;
  }
}

.wrap_contents02 {
  border: 7px rgb(229, 75, 2) solid;
  display: flex;
  align-items: center;
  background: #ffe981;
  width: 950px;
  margin: 20px auto 60px auto;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 860px) {
  .wrap_contents02 {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
}
@media screen and (max-width: 440px) {
  .wrap_contents02 {
    flex-direction: column;
    padding: 20px 0;
  }
}
.wrap_contents02 h2 {
  background: rgb(229, 75, 2);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 20px;
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .wrap_contents02 h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 440px) {
  .wrap_contents02 h2 {
    font-size: 1.6875rem;
    padding: 15px 10px;
    margin-right: 0px;
  }
}
.wrap_contents02 h2 strong {
  font-size: 2rem;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  .wrap_contents02 h2 strong {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 440px) {
  .wrap_contents02 h2 strong {
    font-size: 1.1875rem;
    display: inline;
  }
}
.wrap_contents02 div p {
  font-size: 2.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 440px) {
  .wrap_contents02 div p {
    font-size: 1.1875rem;
    text-align: center;
    margin: 10px 0;
  }
}
.wrap_contents02 div img {
  width: 520px;
  height: auto;
}
@media screen and (max-width: 440px) {
  .wrap_contents02 div img {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.wrap_contents02 > picture {
  position: absolute;
  bottom: -40px;
  right: -60px;
}
@media screen and (max-width: 860px) {
  .wrap_contents02 > picture {
    bottom: initial;
    top: -20px;
    right: -7px;
  }
}
.wrap_contents02 > picture img {
  width: 165px;
  height: auto;
}
@media screen and (max-width: 860px) {
  .wrap_contents02 > picture img {
    width: 80px;
  }
}

#wrap_contents03 h2 {
  font-size: 3.0625rem;
  font-weight: 600;
  text-align: center;
  background: rgb(229, 75, 2);
  color: rgb(255, 251, 0);
  padding: 35px 0;
}
@media screen and (max-width: 860px) {
  #wrap_contents03 h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents03 h2 {
    font-size: 1.0625rem;
    padding: 15px 0;
  }
}
#wrap_contents03 h2 strong {
  font-weight: 600;
  color: rgb(229, 75, 2);
  background: #fff;
  line-height: 1;
  padding: 10px;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 440px) {
  #wrap_contents03 h2 strong {
    font-size: 1.125rem;
    padding: 5px;
    margin-right: 10px;
  }
}
#wrap_contents03 img {
  width: 1360px;
  height: auto;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents03 img {
    width: calc(100% - 20px);
    margin: 20px auto 0 auto;
  }
}

#wrap_contents04 h2 {
  font-size: 2.875rem;
  font-weight: 600;
  text-align: center;
  background: rgb(36, 79, 142);
  color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 860px) {
  #wrap_contents04 h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents04 h2 {
    font-size: 1.625rem;
    padding: 15px 0;
    line-height: 1.5;
  }
}
#wrap_contents04 h2 strong {
  font-weight: 600;
  font-size: 2.375rem;
  color: rgb(36, 79, 142);
  background: rgb(255, 223, 64);
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 1em;
}
@media screen and (max-width: 440px) {
  #wrap_contents04 h2 strong {
    font-size: 1.3125rem;
    padding: 5px 10px;
    margin-right: 10px;
  }
}
#wrap_contents04 h2 strong span {
  font-size: 1.125rem;
}
#wrap_contents04 h2 em {
  font-style: normal;
  display: block;
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 440px) {
  #wrap_contents04 h2 em {
    font-size: 1.125rem;
  }
}
#wrap_contents04 h3 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  margin: 60px 0 20px 0px;
}
@media screen and (max-width: 440px) {
  #wrap_contents04 h3 {
    font-size: 1.25rem;
    margin: 30px 0 20px 0px;
    line-height: 1.5;
  }
}
#wrap_contents04 p {
  text-align: center;
  font-size: 1.5625rem;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  #wrap_contents04 p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents04 p {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

#wrap_contents05 {
  width: 1360px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #wrap_contents05 {
    width: 100%;
  }
}
#wrap_contents05 h2 {
  font-size: 2.625rem;
  font-weight: 600;
  text-align: center;
  background: rgb(36, 79, 142);
  color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents05 h2 {
    font-size: 1.625rem;
    padding: 15px 0;
    line-height: 1.5;
  }
}
#wrap_contents05 h2 strong {
  font-weight: 600;
  font-size: 2.375rem;
  color: rgb(36, 79, 142);
  background: rgb(255, 223, 64);
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 1em;
}
@media screen and (max-width: 440px) {
  #wrap_contents05 h2 strong {
    font-size: 1.25rem;
    padding: 5px 10px;
    margin-right: 10px;
  }
}
#wrap_contents05 h2 span {
  color: rgb(255, 223, 64);
}
#wrap_contents05 > h3 {
  text-align: center;
  color: rgb(36, 79, 142);
  font-size: 1.875rem;
  font-weight: 600;
  margin: 60px 0 20px 0px;
}
@media screen and (max-width: 440px) {
  #wrap_contents05 > h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 30px 0 20px 0px;
  }
}
#wrap_contents05 > p {
  text-align: center;
  font-size: 1.5625rem;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  #wrap_contents05 > p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents05 > p {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
#wrap_contents05 ul {
  display: flex;
  border-top: 3px rgb(36, 79, 142) solid;
  align-items: end;
  margin: 0 40px 0px 40px;
  padding: 40px 0;
}
@media screen and (max-width: 860px) {
  #wrap_contents05 ul {
    flex-wrap: wrap;
    margin: 0 10px;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
  }
}
#wrap_contents05 ul li:nth-of-type(1) {
  padding-right: 40px;
}
@media screen and (max-width: 860px) {
  #wrap_contents05 ul li:nth-of-type(1) {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
#wrap_contents05 ul li:nth-of-type(1) img {
  width: 460px;
  height: auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents05 ul li:nth-of-type(1) img {
    width: 100%;
    padding-right: 0px;
  }
}
#wrap_contents05 ul li:nth-of-type(3) {
  padding-right: 10px;
}
#wrap_contents05 ul li:nth-of-type(3) img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents05 ul li.pc {
    display: none;
  }
}
#wrap_contents05 ul li h3 {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  #wrap_contents05 ul li h3 {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents05 ul li h3 {
    font-size: 0.875rem;
  }
}
#wrap_contents05 ul li h4 {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  #wrap_contents05 ul li h4 {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents05 ul li h4 {
    font-size: 0.875rem;
  }
}
#wrap_contents05 ul li p {
  font-size: 1.1875rem;
  line-height: 1.5;
}

#wrap_contents06 {
  width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents06 {
    width: 100%;
  }
}
#wrap_contents06 ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 440px) {
  #wrap_contents06 ul {
    gap: 20px;
    margin-top: 20px;
  }
}
#wrap_contents06 ul li {
  width: calc((100% - 25px) / 2);
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #wrap_contents06 ul li {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
#wrap_contents06 ul li h2 {
  background: rgb(255, 223, 64);
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 1.875rem;
}
@media screen and (max-width: 860px) {
  #wrap_contents06 ul li h2 {
    font-size: 1.375rem;
    padding: 15px;
  }
}
#wrap_contents06 ul li h2 img {
  width: 320px;
  height: auto;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  #wrap_contents06 ul li h2 img {
    width: 180px;
    margin-right: 10px;
  }
}
#wrap_contents06 ul li > img {
  width: 105px;
  height: auto;
  position: absolute;
  right: 5px;
  top: -10px;
}
@media screen and (max-width: 860px) {
  #wrap_contents06 ul li > img {
    width: 100px;
    top: initial;
    bottom: 45px;
    right: 15px;
  }
}
#wrap_contents06 ul li > div {
  display: flex;
  gap: 20px;
  padding: 30px;
  min-height: 380px;
}
@media screen and (max-width: 860px) {
  #wrap_contents06 ul li > div {
    flex-direction: column-reverse;
    padding: 10px 30px 30px 30px;
    gap: 10px;
    min-height: initial;
  }
}
@media screen and (max-width: 860px) {
  #wrap_contents06 ul li > div img {
    width: 100%;
    height: auto;
  }
}
#wrap_contents06 ul li > div div:nth-of-type(1) {
  width: 320px;
}
@media screen and (max-width: 860px) {
  #wrap_contents06 ul li > div div:nth-of-type(1) {
    width: 100%;
  }
}
#wrap_contents06 ul li > div div img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#wrap_contents06 ul li > div div p {
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 440px) {
  #wrap_contents06 ul li > div div p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 860px) {
  #wrap_contents06 ul li > div div:nth-of-type(2) {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 縦横比を16:9にする設定 (9 ÷ 16 × 100) */
    overflow: hidden;
  }
}
#wrap_contents06 ul li > div div iframe {
  width: 265px;
  height: 100%;
}
@media screen and (max-width: 860px) {
  #wrap_contents06 ul li > div div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#wrap_contents07 {
  width: 1047px;
  margin: 60px auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents07 {
    width: calc(100% - 20px);
    margin: 40px 10px;
  }
}
#wrap_contents07 img {
  width: 100%;
  height: auto;
}

#wrap_contents08 {
  width: 1360px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #wrap_contents08 {
    width: 100%;
  }
}
#wrap_contents08 h2 {
  font-size: 2.625rem;
  font-weight: 600;
  text-align: center;
  background: rgb(36, 79, 142);
  color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents08 h2 {
    font-size: 1.625rem;
    padding: 15px 0;
    line-height: 1.5;
  }
}
#wrap_contents08 h2 strong {
  font-weight: 600;
  font-size: 2.375rem;
  color: rgb(36, 79, 142);
  background: rgb(255, 223, 64);
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 1em;
}
@media screen and (max-width: 440px) {
  #wrap_contents08 h2 strong {
    font-size: 1.25rem;
    padding: 5px 10px;
    margin-right: 10px;
  }
}
#wrap_contents08 h2 span {
  color: rgb(255, 223, 64);
}
#wrap_contents08 > h3 {
  margin-top: 60px;
}
#wrap_contents08 h3 {
  text-align: center;
  color: rgb(36, 79, 142);
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #wrap_contents08 h3 {
    margin: 30px 0 20px 0px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents08 h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
#wrap_contents08 p {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  #wrap_contents08 p {
    font-size: 1rem;
    margin: 0 10px;
  }
}
#wrap_contents08 ul {
  display: flex;
  align-items: center;
  margin: 0 40px 0px 40px;
  padding: 40px 0;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #wrap_contents08 ul {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 30px 10px 0 10px;
    padding: 0;
    border-top: rgb(36, 79, 142) 2px solid;
  }
}
#wrap_contents08 ul li:nth-of-type(1) {
  padding-right: 40px;
  border-right: 3px rgb(36, 79, 142) solid;
  width: 650px;
}
@media screen and (max-width: 860px) {
  #wrap_contents08 ul li:nth-of-type(1) {
    padding-right: 0px;
    padding: 10px 0;
    width: 100%;
    border: none;
  }
}
#wrap_contents08 ul li:nth-of-type(1) img {
  width: 650px;
  height: auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents08 ul li:nth-of-type(1) img {
    width: 70%;
    padding-right: 0px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents08 ul li:nth-of-type(1) img {
    width: 100%;
  }
}
#wrap_contents08 ul li:nth-of-type(2) {
  flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 860px) {
  #wrap_contents08 ul li:nth-of-type(2) {
    padding-left: 0;
  }
}

#wrap_contents09 {
  width: 1360px;
  margin: 60px auto 20px auto;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #wrap_contents09 {
    width: 100%;
  }
}
#wrap_contents09 h2 {
  font-size: 2.625rem;
  font-weight: 600;
  text-align: center;
  background: rgb(36, 79, 142);
  color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents09 h2 {
    font-size: 1.625rem;
    padding: 15px 0;
    line-height: 1.5;
  }
}
#wrap_contents09 h2 strong {
  font-weight: 600;
  font-size: 2.375rem;
  color: rgb(36, 79, 142);
  background: rgb(255, 223, 64);
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 1em;
}
@media screen and (max-width: 440px) {
  #wrap_contents09 h2 strong {
    font-size: 1.25rem;
    padding: 5px 10px;
    margin-right: 10px;
  }
}
#wrap_contents09 h2 span {
  color: rgb(255, 223, 64);
}
#wrap_contents09 > h3 {
  text-align: center;
  color: rgb(36, 79, 142);
  font-size: 1.875rem;
  font-weight: 600;
  margin: 60px 0 20px 0px;
}
@media screen and (max-width: 440px) {
  #wrap_contents09 > h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 30px 0 20px 0px;
  }
}
#wrap_contents09 > p {
  text-align: center;
  font-size: 1.5625rem;
  padding-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  #wrap_contents09 > p {
    font-size: 1rem;
    padding-bottom: 40px;
  }
}

#wrap_contents10 {
  width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents10 {
    width: 100%;
  }
}
#wrap_contents10 dl {
  display: flex;
  align-items: center;
  align-items: stretch;
  margin-bottom: 20px;
  border: 5px solid rgb(36, 79, 142);
  background: #fff;
}
@media screen and (max-width: 860px) {
  #wrap_contents10 dl {
    display: block;
    margin: 0 10px 20px 10px;
  }
}
#wrap_contents10 dl dt {
  background: rgb(36, 79, 142);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
  font-size: 1.875rem;
}
#wrap_contents10 dl dt span {
  color: #fdd301;
}
@media screen and (max-width: 860px) {
  #wrap_contents10 dl dt {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents10 dl dt {
    font-size: 1.25rem;
  }
}
#wrap_contents10 dl dd {
  flex: 1;
  margin: 0;
  padding: 30px 20px;
  line-height: 1.5;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.5625rem;
}
@media screen and (max-width: 860px) {
  #wrap_contents10 dl dd {
    padding: 10px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents10 dl dd {
    font-size: 1rem;
  }
}
#wrap_contents10 h2 {
  color: rgb(36, 79, 142);
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: rgb(36, 79, 142) 2px solid;
  padding-bottom: 30px;
  margin: 60px 200px 30px 200px;
}
@media screen and (max-width: 860px) {
  #wrap_contents10 h2 {
    margin: 20px 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents10 h2 {
    font-size: 1.1875rem;
  }
}
#wrap_contents10 h3 {
  font-size: 1.875rem;
  color: rgb(36, 79, 142);
  background: rgb(255, 223, 64);
  border-radius: calc(1em + 20px);
  padding: 10px 70px;
  text-align: center;
  position: relative;
  display: table;
  margin: 30px auto;
}
@media screen and (max-width: 440px) {
  #wrap_contents10 h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
#wrap_contents10 h3 img {
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 105px;
  height: auto;
}
@media screen and (max-width: 440px) {
  #wrap_contents10 h3 img {
    width: 85px;
    left: initial;
    right: 0;
    bottom: -20px;
  }
}
#wrap_contents10 p {
  font-size: 1.5625rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 440px) {
  #wrap_contents10 p {
    font-size: 1rem;
  }
}
#wrap_contents10 p span {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 440px) {
  #wrap_contents10 p span {
    font-size: 0.6875rem;
  }
}
#wrap_contents10 ul {
  display: flex;
  margin: 30px 200px 30px 200px;
}
@media screen and (max-width: 860px) {
  #wrap_contents10 ul {
    margin: 30px 10px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents10 ul {
    margin: 30px 10px;
    flex-direction: column;
  }
}
#wrap_contents10 ul:nth-of-type(1) {
  gap: 20px;
}
#wrap_contents10 ul:nth-of-type(1) li {
  width: calc(100% - 20px);
}
@media screen and (max-width: 440px) {
  #wrap_contents10 ul:nth-of-type(1) li {
    width: 100%;
  }
}
#wrap_contents10 ul li {
  width: 100%;
}
#wrap_contents10 ul li img {
  width: 100%;
  height: auto;
}

#wrap_contents11 {
  width: 1360px;
  margin: 60px auto 20px auto;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #wrap_contents11 {
    width: 100%;
  }
}
#wrap_contents11 h2 {
  font-size: 2.625rem;
  font-weight: 600;
  text-align: center;
  background: rgb(36, 79, 142);
  color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents11 h2 {
    font-size: 1.25rem;
    padding: 15px 0;
    line-height: 1.5;
  }
}
#wrap_contents11 h2 strong {
  font-weight: 600;
  font-size: 2.375rem;
  color: rgb(36, 79, 142);
  background: rgb(255, 223, 64);
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 1em;
}
@media screen and (max-width: 440px) {
  #wrap_contents11 h2 strong {
    font-size: 1.25rem;
    padding: 5px 10px;
    margin-right: 10px;
  }
}
#wrap_contents11 h2 span {
  color: rgb(255, 223, 64);
}
#wrap_contents11 div {
  display: flex;
  align-items: center;
  padding: 60px 20px 60px 50px;
  gap: 60px;
}
@media screen and (max-width: 860px) {
  #wrap_contents11 div {
    flex-direction: column-reverse;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 30px 10px 20px 10px;
    padding: 0 0 30px 0;
    gap: 20px;
  }
}
#wrap_contents11 div img {
  width: 385px;
  height: auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents11 div img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents11 div img {
    width: 100%;
  }
}
#wrap_contents11 div p {
  font-size: 1.5625rem;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  #wrap_contents11 div p {
    font-size: 1rem;
    text-align: center;
  }
}

#wrap_contents12 {
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 860px) {
  #wrap_contents12 {
    width: 100%;
    padding-bottom: 30px;
  }
}
#wrap_contents12 dl {
  display: flex;
  align-items: center;
  align-items: stretch;
  margin-bottom: 20px;
  border: 5px solid #009c74;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #wrap_contents12 dl {
    display: block;
    margin: 0 10px 20px 10px;
  }
}
#wrap_contents12 dl dt {
  background: #009c74;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 30px 50px;
  box-sizing: border-box;
  font-size: 1.875rem;
}
@media screen and (max-width: 860px) {
  #wrap_contents12 dl dt {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents12 dl dt {
    font-size: 1.25rem;
  }
}
#wrap_contents12 dl dd {
  flex: 1;
  margin: 0;
  padding: 30px 20px;
  line-height: 1.5;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.5625rem;
}
@media screen and (max-width: 860px) {
  #wrap_contents12 dl dd {
    padding: 10px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents12 dl dd {
    font-size: 1rem;
  }
}

.wrap_contents13 {
  background-image: linear-gradient(0deg, #f38d1d, #df2534 99%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 860px) {
  .wrap_contents13 {
    margin-top: 40px;
  }
}
.wrap_contents13 h2 {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #fff;
  padding: 70px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  .wrap_contents13 h2 {
    font-size: 1.125rem;
    padding: 30px 0 40px 0;
  }
}
.wrap_contents13 h2 img {
  width: 140px;
  height: auto;
  position: absolute;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  .wrap_contents13 h2 img {
    width: 60px;
    top: -30px;
    left: 20px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
.wrap_contents13 h2 strong {
  color: #ffe356;
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  .wrap_contents13 h2 strong {
    font-size: 1.5rem;
  }
}
.wrap_contents13 > div {
  background: #fff;
  border-radius: 20px;
  display: table;
  width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .wrap_contents13 > div {
    width: calc(100% - 20px);
    border-radius: 10px;
    margin: 0 10px;
    padding: 0 20px;
    display: inline-block;
  }
}
.wrap_contents13 > div h3 {
  position: relative;
  display: table;
  margin: -1.5em auto 15px auto;
  padding: 0.5em 1em;
  border: 3px solid #ffffff;
  border-radius: 2em;
  background-color: rgb(36, 79, 142);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 860px) {
  .wrap_contents13 > div h3 {
    font-size: 1rem;
    border-radius: 3em;
  }
}
.wrap_contents13 > div h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.wrap_contents13 > div h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.6px 6.4px 0 6.4px;
  border-color: rgb(36, 79, 142) transparent transparent;
  translate: -50% 100%;
}
.wrap_contents13 > div p {
  border-top: 2px solid rgb(36, 79, 142);
  width: 990px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 860px) {
  .wrap_contents13 > div p {
    width: 100%;
  }
}
.wrap_contents13 > div p img {
  width: 100%;
  height: auto;
}
.wrap_contents13 > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 990px;
  margin: 20px auto;
}
@media screen and (max-width: 860px) {
  .wrap_contents13 > div > div {
    width: 100%;
    flex-direction: column;
  }
}
.wrap_contents13 > div > div div:nth-of-type(1) {
  flex: 1;
  margin-right: 10px;
}
@media screen and (max-width: 860px) {
  .wrap_contents13 > div > div div:nth-of-type(1) {
    margin-right: 0;
  }
}
.wrap_contents13 > div > div div:nth-of-type(1) img {
  width: 100%;
  height: auto;
  margin-right: 10px;
}
.wrap_contents13 > div > div div:nth-of-type(2) {
  width: 330px;
}
@media screen and (max-width: 860px) {
  .wrap_contents13 > div > div div:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap_contents13 > div > div div:nth-of-type(2) img {
  width: 100%;
  height: auto;
}
.wrap_contents13 > div > div div:nth-of-type(2) ul {
  padding: 0 20px;
}
.wrap_contents13 > div > div div:nth-of-type(2) ul li {
  margin-top: 10px;
}
.wrap_contents13 small {
  color: #fff;
  text-align: center;
  padding: 20px 0 30px 0;
  display: block;
  line-height: 1.5;
  font-size: 0.75rem;
}
@media screen and (max-width: 440px) {
  .wrap_contents13 small {
    font-size: 0.6875rem;
    padding: 10px 0 20px 20px;
    text-align: left;
  }
}

.wrap_contents14 {
  width: 1360px;
  margin: 60px auto;
}
@media screen and (max-width: 860px) {
  .wrap_contents14 {
    width: calc(100% - 20px);
    margin: 30px auto;
  }
}
.wrap_contents14 img {
  width: 100%;
  height: auto;
}

#wrap_contents15 {
  background-image: linear-gradient(330deg, #efc83e, #f9efcc 50%, #fdca1c);
  padding: 60px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents15 {
    padding: 30px 0;
  }
}
#wrap_contents15 div {
  width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents15 div {
    width: 100%;
  }
}
#wrap_contents15 div h2 {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #wrap_contents15 div h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents15 div h2 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
#wrap_contents15 div h3 {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  display: table;
  margin: 0 auto 10px auto;
  padding: 0em 1.5em;
  border-radius: 2em;
  background-color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  #wrap_contents15 div h3 {
    font-size: 1rem;
    padding: 0.5em 1.5em;
  }
}
#wrap_contents15 div h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#wrap_contents15 div ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 860px) {
  #wrap_contents15 div ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 60px 0 60px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents15 div ul {
    gap: 10px;
    margin: 30px 10px 0 10px;
  }
}
@media screen and (max-width: 860px) {
  #wrap_contents15 div ul li {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents15 div ul li {
    width: calc((100% - 20px) / 3);
  }
}
#wrap_contents15 div ul li p {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  #wrap_contents15 div ul li p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents15 div ul li p {
    font-size: 0.8125rem;
  }
}
#wrap_contents15 div ul li img {
  width: 100%;
  height: auto;
}

#wrap_contents16 {
  background: url(../images/contents16_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 70px 0 50px 0;
}
@media screen and (max-width: 860px) {
  #wrap_contents16 {
    padding: 30px 0 30px 0;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents16 {
    width: 100%;
    background: none;
    padding: 0;
  }
}
#wrap_contents16 img {
  height: auto;
  width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents16 img {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents16 img {
    width: 100%;
  }
}

#wrap_contents17 {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents17 {
    padding: 30px 0;
  }
}
#wrap_contents17 h2 {
  color: #009c77;
  font-size: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  #wrap_contents17 h2 {
    font-size: 1.875rem;
    flex-direction: column;
  }
}
#wrap_contents17 h2 img {
  display: inline;
  height: 44px;
  width: auto;
}
@media screen and (max-width: 440px) {
  #wrap_contents17 h2 img {
    height: 35px;
    display: block;
    margin-bottom: 10px;
  }
}
#wrap_contents17 ul {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  width: 1360px;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents17 ul {
    width: calc(100% - 20px);
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents17 ul {
    flex-direction: column;
    margin: 30px 10px 0 10px;
  }
}
#wrap_contents17 ul li {
  background: #f5fff6;
  border: 1px #74d9c0 solid;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 860px) {
  #wrap_contents17 ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents17 ul li {
    width: 100%;
  }
}
#wrap_contents17 ul li h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#wrap_contents17 ul li h3 span {
  color: #009c77;
  display: inline-block;
  padding-right: 0.5em;
}
#wrap_contents17 ul li p {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
#wrap_contents17 ul li figure {
  position: relative;
}
#wrap_contents17 ul li figure img {
  width: 100%;
  height: auto;
}
#wrap_contents17 ul li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: #009c77;
  color: white;
  padding: 0.2em 1em;
}

#wrap_contents18 {
  background: url(../images/contents18_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 860px) {
  #wrap_contents18 {
    background: url(../images/contents18_bg_sp.jpg) no-repeat center top rgb(36, 79, 142);
    background-size: contain;
    padding: 30px 0;
  }
}
#wrap_contents18 h2 {
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  #wrap_contents18 h2 {
    font-size: 1.4375rem;
  }
}
#wrap_contents18 h2 strong {
  font-size: 2.25rem;
  color: #fde650;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  #wrap_contents18 h2 strong {
    font-size: 1.75rem;
  }
}
#wrap_contents18 h2 img {
  height: auto;
  width: 210px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents18 h2 img {
    width: 245px;
    margin: 0 auto 10px auto;
  }
}
#wrap_contents18 > img {
  height: auto;
  width: 740px;
  margin: 40px auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents18 > img {
    width: calc(100% - 20px);
    margin: 30px auto;
  }
}
#wrap_contents18 > div {
  display: flex;
  justify-content: space-between;
  width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents18 > div {
    width: 100%;
    flex-direction: column;
  }
}
#wrap_contents18 > div picture img {
  width: 835px;
  height: auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents18 > div picture img {
    width: 100%;
  }
}
#wrap_contents18 > div div {
  width: 375px;
  border: #fff solid 2px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #wrap_contents18 > div div {
    width: calc(100% - 20px);
    margin: 10px 10px 0 10px;
    padding: 50px 20px;
  }
}
#wrap_contents18 > div div img {
  width: 100%;
  height: auto;
}
#wrap_contents18 > div div ul {
  margin-top: 30px;
}
#wrap_contents18 > div div ul li {
  margin-top: 10px;
}

#wrap_contents19 {
  padding: 60px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents19 {
    padding: 40px 0;
  }
}
#wrap_contents19 h2 {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  #wrap_contents19 h2 {
    font-size: 1.875rem;
    margin-bottom: 0px;
  }
}
#wrap_contents19 h2 strong {
  font-weight: 600;
  font-size: 2.25rem;
  background: #ffc300;
  color: rgb(36, 79, 142);
  padding: 0 0.5em;
}
@media screen and (max-width: 440px) {
  #wrap_contents19 h2 strong {
    font-size: 2.125rem;
    display: table;
    margin: 0 auto 20px auto;
  }
}
#wrap_contents19 > h3 {
  text-align: center;
  font-size: 2.25rem;
  color: rgb(36, 79, 142);
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  #wrap_contents19 > h3 {
    font-size: 1.875rem;
  }
}
#wrap_contents19 ul {
  display: flex;
  justify-content: space-between;
  width: 1360px;
  margin: 30px auto 0 auto;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  #wrap_contents19 ul {
    flex-direction: column;
    width: 100%;
  }
}
#wrap_contents19 ul li {
  border: 3px rgb(36, 79, 142) solid;
  box-sizing: border-box;
  background: #fff;
  width: calc((100% - 120px) / 4);
  position: relative;
}
@media screen and (max-width: 860px) {
  #wrap_contents19 ul li {
    width: calc(100% - 200px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents19 ul li {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
#wrap_contents19 ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent rgb(36, 79, 142);
  translate: 100% -50%;
}
@media screen and (max-width: 860px) {
  #wrap_contents19 ul li::after {
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    border-color: rgb(36, 79, 142) transparent transparent;
    translate: -50% 100%;
    border-width: 20px 15px 0 15px;
  }
}
#wrap_contents19 ul li:nth-last-of-type(1)::after {
  display: none;
}
#wrap_contents19 ul li figure {
  position: relative;
}
#wrap_contents19 ul li figure img {
  width: 100%;
  height: auto;
}
#wrap_contents19 ul li figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  display: block;
}
#wrap_contents19 ul li figure figcaption img {
  width: 100%;
  height: auto;
}
#wrap_contents19 ul li h3 {
  font-size: 1.875rem;
  margin: 30px 30px 20px 30px;
  color: rgb(36, 79, 142);
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  #wrap_contents19 ul li h3 {
    font-size: 1.875rem;
  }
}
#wrap_contents19 ul li p {
  font-size: 1.5rem;
  margin: 0px 30px 30px 30px;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  #wrap_contents19 ul li p {
    font-size: 1.125rem;
  }
}

#wrap_contents20 {
  padding: 0px 0 60px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents20 {
    padding: 0 0 30px 0;
  }
}
#wrap_contents20 h2 {
  text-align: center;
  font-size: 2.25rem;
  color: rgb(36, 79, 142);
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 440px) {
  #wrap_contents20 h2 {
    font-size: 1.875rem;
  }
}
#wrap_contents20 h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 440px) {
  #wrap_contents20 h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
#wrap_contents20 ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 440px) {
  #wrap_contents20 ul {
    gap: 20px;
  }
}
#wrap_contents20 ul li {
  font-size: 2.25rem;
  color: #fff;
  background: rgb(36, 79, 142);
  padding: 0.5em 1em;
  border-radius: 2em;
}
@media screen and (max-width: 440px) {
  #wrap_contents20 ul li {
    font-size: 1.75rem;
  }
}

#wrap_contents21 {
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 440px) {
  #wrap_contents21 {
    padding-bottom: 30px;
  }
}
#wrap_contents21 h2 {
  text-align: center;
  font-size: 2.25rem;
  color: rgb(36, 79, 142);
  font-weight: 600;
  padding: 60px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents21 h2 {
    font-size: 1.875rem;
    padding: 30px 0;
  }
}
#wrap_contents21 picture img {
  width: 920px;
  height: auto;
  margin: 50px auto 0px auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents21 picture img {
    width: 90%;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents21 picture img {
    width: 285px;
    margin: 30px auto 0px auto;
  }
}
#wrap_contents21 ul {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents21 ul {
    width: calc(100% - 20px);
  }
}
#wrap_contents21 ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 440px) {
  #wrap_contents21 ul li {
    margin-bottom: 10px;
  }
}
#wrap_contents21 .p-goodtimes__faq__head {
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgb(36, 79, 142);
  padding: 20px 70px 20px 0;
  min-height: 85px;
  color: rgb(36, 79, 142);
  cursor: pointer;
  width: 100%;
  box-shadow: 0 2px 4px rgba(185, 141, 74, 0.1);
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  #wrap_contents21 .p-goodtimes__faq__head {
    border-width: 2px;
    border-radius: 0;
    padding: 18px 60px 18px 0;
    min-height: 80px;
  }
}
#wrap_contents21 .p-goodtimes__faq__head .p-goodtimes__faq__txt {
  padding-left: 58px;
  display: block;
}
@media screen and (max-width: 440px) {
  #wrap_contents21 .p-goodtimes__faq__head .p-goodtimes__faq__txt {
    padding-left: 61px;
  }
}
#wrap_contents21 .p-goodtimes__faq__head .p-goodtimes__faq__txt::before {
  position: absolute;
  top: 26px;
  left: 15px;
  content: "Q";
  border-radius: 30px;
  padding-bottom: 1px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(36, 79, 142);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 440px) {
  #wrap_contents21 .p-goodtimes__faq__head .p-goodtimes__faq__txt::before {
    top: 19px;
    left: 13px;
    width: 40px;
    height: 40px;
    font-size: 1.375rem;
  }
}
#wrap_contents21 .p-goodtimes__faq__head .arrow {
  width: 35px;
  height: 35px;
  border: 2px solid rgb(36, 79, 142);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 440px) {
  #wrap_contents21 .p-goodtimes__faq__head .arrow {
    right: 15px;
  }
}
#wrap_contents21 .p-goodtimes__faq__head .arrow::before, #wrap_contents21 .p-goodtimes__faq__head .arrow::after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(36, 79, 142);
}
#wrap_contents21 .p-goodtimes__faq__head .arrow::before {
  transition: transform 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
#wrap_contents21 .p-goodtimes__faq__head.is-open .arrow::before {
  transform: translate(-50%, -50%);
}
#wrap_contents21 .p-goodtimes__faq__body {
  position: relative;
  display: none;
}
#wrap_contents21 .p-goodtimes__faq__body .p-goodtimes__faq__txt {
  padding: 20px 20px 20px 58px;
}
@media screen and (max-width: 440px) {
  #wrap_contents21 .p-goodtimes__faq__body .p-goodtimes__faq__txt {
    padding-left: 61px;
  }
}
#wrap_contents21 .p-goodtimes__faq__body.is-open {
  padding: 20px;
  height: auto;
  opacity: 1;
}
#wrap_contents21 .p-goodtimes__faq__body::before {
  position: absolute;
  top: 18px;
  left: 15px;
  content: "A";
  border-radius: 30px;
  padding-bottom: 1px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff140;
  color: rgb(36, 79, 142);
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
#wrap_contents21 .p-goodtimes__faq__body p {
  padding-left: 38px;
}

#wrap_contents22 {
  background: #287AD3;
  padding-bottom: 40px;
}
#wrap_contents22 h2 {
  text-align: center;
  font-size: 2.25rem;
  color: #FFE356;
  font-weight: 600;
  padding: 60px 0;
}
@media screen and (max-width: 440px) {
  #wrap_contents22 h2 {
    font-size: 1.875rem;
    padding: 30px 0;
    line-height: 1.5;
  }
}
#wrap_contents22 > p {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 860px) {
  #wrap_contents22 > p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents22 > p {
    font-size: 1rem;
  }
}
#wrap_contents22 > div {
  background: #fff;
  border-radius: 20px;
  width: 1360px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 860px) {
  #wrap_contents22 > div {
    flex-direction: column;
    width: calc(100% - 20px);
    padding: 30px;
    gap: 10px;
    border-radius: 10px;
  }
}
#wrap_contents22 > div figure {
  width: 390px;
}
@media screen and (max-width: 440px) {
  #wrap_contents22 > div figure {
    width: 100%;
  }
}
#wrap_contents22 > div figure img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
#wrap_contents22 > div div {
  flex: 1;
}
@media screen and (max-width: 440px) {
  #wrap_contents22 > div div {
    display: flex;
    flex-direction: column-reverse;
  }
}
#wrap_contents22 > div div p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  #wrap_contents22 > div div p {
    font-size: 1rem;
  }
}
#wrap_contents22 > div div h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 440px) {
  #wrap_contents22 > div div h3 {
    margin-top: 0;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
#wrap_contents22 ul {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  width: 955px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 860px) {
  #wrap_contents22 ul {
    width: 90%;
    gap: 20px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents22 ul {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_contents22 ul li {
    padding: 0 50px;
  }
}
#wrap_contents22 ul li img {
  width: 100%;
  height: auto;
}

footer > div {
  width: 1360px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 860px) {
  footer > div {
    width: calc(100% - 20px);
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }
}
footer > div h2 {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 440px) {
  footer > div h2 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
footer > div h2 img {
  width: 100%;
  height: auto;
}
footer > div h3 {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 440px) {
  footer > div h3 {
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
  }
}
footer > div h3 img {
  width: 100%;
  height: auto;
}
footer > div div {
  flex: 1;
}
footer > div div dl {
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.5;
}
footer > div div dl dt {
  width: 8em;
}
footer > div div dl dd {
  margin: 0;
}
footer > div figure {
  padding: 0 10px;
}
footer > div figure img {
  width: 100%;
  height: auto;
}

#pagetop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  width: 80px;
}
@media screen and (max-width: 860px) {
  #pagetop {
    right: 10px;
    bottom: 20px;
    width: 50px;
  }
}
#pagetop img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.btn {
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 0.8;
}

/* -------------------------------- */
/* contact
/* -------------------------------- */
.p-contact {
  padding: 60px 0;
  background-color: rgb(227, 238, 255);
}
@media screen and (max-width: 440px) {
  .p-contact {
    padding: 0;
  }
}
.p-contact__wrap {
  max-width: 980px;
  margin: 0 auto;
}
.p-contact__block {
  border-radius: 15px;
  padding: 60px 15px 60px;
  background-color: #fff;
}
@media screen and (max-width: 440px) {
  .p-contact__block {
    border-radius: 0;
    padding-top: 28px;
    padding-bottom: 55px;
  }
}
.p-contact__catch {
  letter-spacing: 0;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  .p-contact__catch {
    font-size: 1.25rem;
  }
}
.p-contact__ttl {
  margin-top: 40px;
  padding-bottom: 40x;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .p-contact__ttl {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 1.75rem;
  }
}
.p-contact__txt {
  margin-top: 20px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 600;
  color: rgb(36, 79, 142);
}
@media screen and (max-width: 440px) {
  .p-contact__txt {
    margin-top: 14px;
    font-size: 1.25rem;
  }
}
.p-contact__txt strong {
  background: rgb(36, 79, 142);
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px;
  margin: 0 5px;
  display: inline-block;
}
.p-contact__form {
  max-width: 760px;
  margin: 34px auto 0;
}
@media screen and (max-width: 440px) {
  .p-contact__form {
    margin-top: 14px;
  }
}
.p-contact__table {
  width: 100%;
  border-collapse: collapse;
}
.p-contact__table th {
  width: 30%;
  border-bottom: 1px solid #fff;
  padding: 16px 50px 16px 16px;
  position: relative;
  letter-spacing: 0;
  vertical-align: middle;
  background-color: rgb(227, 238, 255);
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  .p-contact__table th {
    width: 100%;
    display: block;
    padding: 10px 55px 10px 16px;
    box-sizing: border-box;
  }
}
.p-contact__table th span {
  border-radius: 3px;
  padding: 2px 5px 3px;
  margin-left: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 440px) {
  .p-contact__table th span {
    padding: 2px 6px 3px;
    right: 18px;
  }
}
.p-contact__table th .required {
  background-color: rgb(229, 75, 2);
}
.p-contact__table th .optional {
  background-color: #0098d8;
}
.p-contact__table td {
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 440px) {
  .p-contact__table td {
    display: block;
  }
}
.p-contact__table td .inner {
  padding: 15px 15px 12px;
}
@media screen and (max-width: 440px) {
  .p-contact__table td .inner {
    padding-bottom: 14px;
  }
}
.p-contact__table td input,
.p-contact__table td select,
.p-contact__table td textarea {
  padding: 0 9px;
  background-color: #f2f2f2;
}
.p-contact__table td input,
.p-contact__table td textarea {
  width: 100%;
  border-radius: 4px;
}
.p-contact__table td input {
  height: 43px;
}
.p-contact__table td select {
  min-width: 139px;
  height: 27px;
  color: #000;
  font-size: 0.875rem;
}
.p-contact__table td textarea {
  padding: 9px;
  resize: vertical;
}
@media screen and (max-width: 440px) {
  .p-contact__table td textarea {
    height: 241px;
  }
}
.p-contact__table td .example {
  margin-top: 11px;
  color: #888;
  letter-spacing: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 440px) {
  .p-contact__table td .example {
    margin-top: 7px;
  }
}
.p-contact__table td .error {
  margin-top: 11px;
  color: #f00;
  letter-spacing: 0;
  font-size: 0.875rem;
}
.p-contact__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.p-contact__submit {
  width: 90%;
  max-width: 340px;
  height: 56px;
  position: relative;
}
@media screen and (max-width: 440px) {
  .p-contact__submit {
    max-width: 220px;
  }
}
.p-contact__submit::before, .p-contact__submit::after {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
}
.p-contact__submit::before {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 440px) {
  .p-contact__submit::before {
    right: 48px;
  }
}
.p-contact__submit::after {
  width: 7px;
  height: 7px;
  border-top: solid 1px rgb(229, 75, 2);
  border-right: solid 1px rgb(229, 75, 2);
  transform: translateY(-50%) rotate(45deg);
  right: 23px;
}
@media screen and (max-width: 440px) {
  .p-contact__submit::after {
    right: 55px;
  }
}
.p-contact__submit input {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: rgb(229, 75, 2);
}
@media screen and (max-width: 440px) {
  .p-contact__submit input {
    padding-right: 35px;
  }
}/*# sourceMappingURL=index.css.map */