@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Lexend:wght@400;500;600&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  cursor: pointer;
  opacity: 0.8 !important;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  overflow-x: hidden;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.58vw;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #091837;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #091837;
}

input::-webkit-input-placeholder {
  color: #091837;
}

input:-ms-input-placeholder {
  color: #091837;
}

input::-moz-placeholder {
  color: #091837;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  padding: 0.4em 0;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  header {
    /*position: relative;*/
    padding: 1.5em 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
  }
}
header .g-nav-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .g-nav-btn {
    display: block;
    width: 4em;
    height: 4em;
    background: #fff;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 2vw;
    top: 2vw;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    z-index: 11;
  }
}
header .g-nav-btn span {
  position: absolute;
  height: 2px;
  width: 45%;
  background: #076FB8;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .g-nav-btn span:first-of-type {
  top: 35%;
}
header .g-nav-btn span:nth-of-type(2) {
  top: 50%;
}
header .g-nav-btn span:nth-of-type(3) {
  top: 65%;
}
header .g-nav-btn.open span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .g-nav-btn.open span:nth-of-type(2) {
  width: 0;
}
header .g-nav-btn.open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header_inner {
  width: 96%;
  max-width: 1440px;
  margin: 0 auto;
}
header .header_inner h1 {
  max-width: 150px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav.open-nav {
    background: #f5f5f5;
    padding: 12vw 0 0;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
  }
}
header .header_inner .g-nav nav ul {
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul {
    width: 100%;
  }
}
header .header_inner .g-nav nav ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #9DACB6;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li {
    width: auto;
    display: inline-block;
    margin: 0 1em;
    border-bottom: none;
  }
}
header .header_inner .g-nav nav ul li a {
  padding: 1em 0;
  display: block;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li a {
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}
header .header_inner .g-nav nav ul li a span {
  font-size: 60%;
  margin-left: 2em;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li a span {
    display: block;
    margin-left: 0;
  }
}
header .header_inner .g-nav nav img {
  margin: 3em auto;
  width: 35%;
}

#pagetop {
  position: fixed;
  bottom: 3em;
  right: 3em;
  max-width: 60px;
  max-height: 60px;
  width: 15vw;
  height: 15vw;
  background: #333;
  border-radius: 50%;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: 1em;
    right: 1em;
  }
}
#pagetop::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.75em;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer {
  position: relative;
  z-index: 2;
  background: #fff;
}
footer .foot_inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  footer .foot_inner {
    width: 90%;
  }
}
footer .foot_contact a.btn02 {
  background: rgb(0, 190, 140);
  background: linear-gradient(40deg, rgb(0, 190, 140) 0%, rgb(23, 186, 201) 49%, rgb(20, 173, 198) 52%, rgb(7, 111, 184) 100%);
  padding: 2.85em 0;
  text-align: center;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  footer .foot_contact a.btn02 {
    padding: 2em 0;
  }
}
footer .foot_contact a.btn02 span {
  font-size: 24px;
  position: relative;
  padding-right: 2.5em;
}
@media only screen and (max-width: 768px) {
  footer .foot_contact a.btn02 span {
    font-size: 4.2vw;
    text-align: left;
  }
}
footer .foot_contact a.btn02 span::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/common/i_blank.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
footer .foot_link {
  background: url(../images/common/foot_bg_pc.png) no-repeat center/cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  footer .foot_link {
    background: url(../images/common/foot_bg_sp.png) no-repeat center/cover;
  }
}
footer .foot_link .area_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5em 0 3.5em;
}
@media only screen and (max-width: 768px) {
  footer .foot_link .area_link {
    margin: 3.5em 0 1em;
  }
}
footer .foot_link .area_link a {
  margin: 0 1.5em;
  max-width: 156px;
  width: 49%;
  cursor: auto;
}
footer .foot_link .area_link a:last-of-type {
  max-width: 130px;
}
@media only screen and (max-width: 768px) {
  footer .foot_link .area_link a {
    max-width: 118px;
  }
  footer .foot_link .area_link a:last-of-type {
    max-width: 104px;
  }
}
footer .foot_link .area_link a:hover {
  opacity: 1 !important;
}
footer .foot_link ul.foot_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4em auto;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .foot_link ul.foot_area {
    display: block;
    margin: 5vw auto;
  }
}
@media only screen and (max-width: 768px) {
  footer .foot_link ul.foot_area li {
    max-width: 100%;
    width: 100%;
    margin: 0;
    font-size: 3.4vw;
  }
}
footer .foot_link .foot_list_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4em 0;
  position: relative;
  padding-top: 4em;
}
@media only screen and (max-width: 768px) {
  footer .foot_link .foot_list_contents {
    display: block;
    text-align: center;
    padding-top: 10vw;
    margin: 10vw 0;
  }
}
footer .foot_link .foot_list_contents::before {
  content: "";
  max-width: 1280px;
  width: 113%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -6.5%;
  top: 0;
  margin: auto;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  footer .foot_link .foot_list_contents::before {
    width: 100%;
    left: 0;
  }
}
footer .foot_link .foot_list_contents img {
  max-width: 193px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  footer .foot_link .foot_list_contents img {
    display: block;
    margin: 0 auto 10vw;
    width: 33%;
  }
}
footer .foot_link .foot_list_contents ul li {
  margin: 0.5em 0;
}
footer .foot_link .foot_list_contents ul li a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .foot_link .foot_list_contents ul li a {
    font-size: 3.37vw;
    font-weight: 400;
  }
}
footer .foot_link .foot_copy {
  margin: 0 0 2em;
  text-align: right;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  footer .foot_link .foot_copy {
    text-align: center;
    font-size: 2.8vw;
  }
}
footer .foot_link .foot_copy p {
  font-size: 12px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  footer .foot_link .foot_copy p {
    font-size: 2.6vw;
    margin-bottom: 1.5em;
  }
}

#wrap {
  overflow: hidden;
}

._sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  ._pc {
    display: block;
  }
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

a.btn01 {
  max-width: 317px;
  width: 80%;
  margin: 3em auto;
  display: block;
  text-align: center;
  background: #fff;
  font-size: 22px;
  padding: 1.32em;
  border-radius: 50px;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 4px rgb(7, 111, 184, 0.4);
}
@media only screen and (max-width: 768px) {
  a.btn01 {
    font-size: 3.8vw;
    width: 60%;
    padding: 0.75em 0.5em;
  }
}
a.btn01::after {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  margin: 0 0 0em 2em;
  background: url(../images/common/i_arrow.svg) no-repeat center/contain;
}

h2 {
  font-size: min(4.2vw, 43px);
  font-weight: 500;
  margin: 0 0 0.75em;
}
@media print, screen and (min-width: 1440px) {
  h2 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 6.36vw;
    line-height: 1.3;
  }
}

h3 {
  font-size: min(2vw, 30px);
  font-weight: 600;
  margin: 0 0 0.75em;
}
@media print, screen and (min-width: 1440px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 4.58vw;
    letter-spacing: 0.05em;
  }
}

h4 {
  font-size: min(1.82vw, 24px);
  margin: 0 0 0.75em;
  font-weight: 500;
}
@media print, screen and (min-width: 1440px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 4.07vw;
    letter-spacing: 0.05em;
  }
}
h4 span {
  font-size: 50%;
}

.ttl_style01 {
  display: block;
  font-weight: 400;
}
.ttl_style01 span {
  background: rgb(0, 190, 140);
  background: linear-gradient(40deg, rgb(0, 190, 140) 0%, rgb(23, 186, 201) 49%, rgb(20, 173, 198) 52%, rgb(7, 111, 184) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.list_style01 > li {
  margin: 0.5em 0;
  padding-left: 1.5em;
  font-size: 18px;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  ul.list_style01 > li {
    font-size: 3.6vw;
  }
}
ul.list_style01 > li:before {
  content: "";
  width: 0.85em;
  height: 2px;
  background: #076FB8;
  position: absolute;
  left: 0;
  top: 0.85em;
}

ul.disc_list {
  font-size: 13px;
  margin: 0.5em 0;
}
ul.disc_list > li {
  list-style: disc;
  margin: 0.35em 0 0.35em 1.75em;
}

ul.disc_list02 > li {
  font-size: 19px;
  font-weight: 400;
  margin: 0.5em 0 0;
  padding-left: 1.25em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ul.disc_list02 > li {
    font-size: 3.8vw;
  }
}
ul.disc_list02 > li::before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.35em;
}

main section {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
main section .sec_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 5em 0;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  main section .sec_inner {
    padding: 5vw 0;
  }
}

/* .details {
  padding: 3em 0 0;
  margin: 3em 0;
  border-top: 1px solid #9DACB6;
} */
.details {
  padding: min(5.83vw, 32px) 0;
  border-top: 1px solid #9DACB6;
}

@media only screen and (max-width: 768px) {
  /* .details {
    padding: 4vw 0 0;
    margin: 4vw 0;
  } */
  .details:first-of-type {
    margin-top: 12vw;
  }
}
.details .details-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  list-style: none;
}
.details .details-summary::-webkit-details-marker {
  display: none;
}
@media only screen and (max-width: 768px) {
  .details .details-summary {
    display: block;
  }
}
.details .details-summary img {
  max-width: 466px;
  width: 41%;
  margin-right: 4%;
}
@media only screen and (max-width: 768px) {
  .details .details-summary img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 3vw;
  }
}
.details .details-summary h4 {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .details .details-summary h4 {
    width: calc(100% - 12vw);
    font-size: 4.18vw;
    font-weight: 500;
    line-height: 1.4;
  }
}
.details .details-summary h4 span {
  font-size: 90%;
  margin-right: 1em;
  background: rgb(0, 190, 140);
  background: linear-gradient(40deg, rgb(0, 190, 140) 0%, rgb(23, 186, 201) 49%, rgb(20, 173, 198) 52%, rgb(7, 111, 184) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.details .details-summary span.btn {
  max-width: 46px;
  max-height: 46px;
  width: 10vw;
  height: 10vw;
  background: #076FB8;
  display: block;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .details .details-summary span.btn {
    position: absolute;
    right: 0;
    top: 50vw;
  }
}
.details .details-summary span.btn::before, .details .details-summary span.btn::after {
  content: "";
  width: 45%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.details .details-summary span.btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.details .details-summary.is-active span.btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.details .details-content {
  padding: 3em 0 0;
}
@media only screen and (max-width: 768px) {
  .details .details-content {
    padding: 0;
  }
}
.details .details-content .flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .details .details-content .flex_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.details .details-content .flex_block div {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .details .details-content .flex_block div {
    width: 100%;
  }
}
.details .details-content .flex_block > img {
  max-width: 500px;
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .details .details-content .flex_block > img {
    max-width: 100%;
    width: 100%;
    margin: 4vw 0;
  }
}

.alignment_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .alignment_block {
    display: block;
  }
}
.alignment_block::after {
  content: "";
  max-width: 158px;
  max-height: 158px;
  width: 15vw;
  height: 15vw;
  background: url(../images/common/i_alignment_pc.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .alignment_block::after {
    background: url(../images/common/i_alignment_sp.svg) no-repeat center/contain;
    width: 18vw;
    height: 18vw;
  }
}
.alignment_block .alignment_block_inner {
  padding: 2em;
  background: #fff;
  width: 46%;
  border-radius: 200px;
  min-height: 236px;
  display: table;
  background: linear-gradient(40deg, rgb(0, 190, 140) 0%, rgb(23, 186, 201) 49%, rgb(20, 173, 198) 52%, rgb(7, 111, 184) 100%);
  position: relative;
}
.alignment_block .alignment_block_inner::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #fff;
  border-radius: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .alignment_block .alignment_block_inner {
    width: 100%;
    margin: 1.5em 0;
    min-height: auto;
  }
}
.alignment_block .alignment_block_inner div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.alignment_block .alignment_block_inner div h3 {
  font-weight: normal;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 768px) {
  .alignment_block .alignment_block_inner div h3 {
    font-size: 4.07vw;
    letter-spacing: 0.3em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .alignment_block .alignment_block_inner div p {
    font-size: 3vw;
    margin: 0.5em 0 0;
    font-weight: 400;
  }
}

ul.list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em 0;
}
ul.list_block > li {
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  width: 49%;
  margin: 0 1.5% 2% 0;
  display: table;
}
@media only screen and (max-width: 768px) {
  ul.list_block > li {
    width: 100%;
    margin: 0 0 1em;
    padding: 5vw 20vw 5vw 5vw;
  }
}
ul.list_block > li:nth-child(2n) {
  margin-right: 0;
}
ul.list_block > li .textarea {
  display: table-cell;
  vertical-align: middle;
}
ul.list_block > li .textarea h5 {
  font-size: 18px;
  color: #076FB8;
}
@media only screen and (max-width: 768px) {
  ul.list_block > li .textarea h5 {
    font-size: 3.81vw;
    font-weight: 500;
  }
}
ul.list_block > li .textarea p {
  margin: 0.5em 0 0;
}
@media only screen and (max-width: 768px) {
  ul.list_block > li .textarea p {
    font-size: 3.3vw;
    font-weight: 400;
  }
}
ul.list_block > li.img_flex {
  position: relative;
}
ul.list_block > li.img_flex .textarea {
  padding-right: 10em;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  ul.list_block > li.img_flex .textarea {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  ul.list_block > li.img_flex .textarea h5 {
    width: 100%;
  }
}
ul.list_block > li.img_flex img {
  max-width: 90px;
  width: 10vw;
  position: absolute;
  right: 2em;
  bottom: 1em;
}
@media only screen and (max-width: 768px) {
  ul.list_block > li.img_flex img {
    bottom: auto;
    top: 1em;
    width: 15vw;
    right: 1em;
  }
}
ul.list_block.col03 > li {
  width: 32.3333333333%;
}
@media only screen and (max-width: 768px) {
  ul.list_block.col03 > li {
    width: 100%;
    margin: 0 0 1em;
  }
}
ul.list_block.col03 > li:nth-child(2n) {
  margin-right: 1.5%;
}
@media only screen and (max-width: 768px) {
  ul.list_block.col03 > li:nth-child(2n) {
    margin-right: 0;
  }
}
ul.list_block.col03 > li:nth-child(3n) {
  margin-right: 0;
}
ul.list_block + p.text_right {
  text-align: right;
  margin: -2.5em 1.5em 3em;
}

#cboxContent {
  background: none;
  margin: 0 auto;
  display: block;
  max-width: 1363px;
}

#movie_area video {
  width: 71vw;
  height: auto;
  display: block;
}

.effect {
  opacity: 0;
}
.effect.is-active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.effect02 {
  opacity: 0;
}
.effect02.is-active02 {
  -webkit-animation-name: fadein02;
          animation-name: fadein02;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.effect02.effect_ttl.is-active02 {
  -webkit-animation-name: fadein_ttl;
          animation-name: fadein_ttl;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.effect02.effect_left.is-active02 {
  -webkit-animation-name: fadein_left;
          animation-name: fadein_left;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.effect02.effect_right.is-active02 {
  -webkit-animation-name: fadein_right;
          animation-name: fadein_right;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein02 {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein02 {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadein_ttl {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadein_ttl {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadein_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadein_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
main .mv {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0;
  z-index: 1;
  display: table;
}
@media print, screen and (min-width: 769px) {
  main .mv {
    height: calc(100vh - 74px);
    margin-top: 74px;
  }
}
main .mv .logoarea {
  position: relative;
  z-index: 2;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  /*h1 {
    font-size: 33px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    @include mq(_sp) {
      font-size: 6vw;
    }
  }*/
}
main .mv .logoarea img {
  margin: 0 auto;
  max-width: 300px;
  width: 60%;
  -webkit-filter: drop-shadow(0px 0px 8px #000);
          filter: drop-shadow(0px 0px 8px #000);
}
@media only screen and (max-width: 768px) {
  main .mv .logoarea img {
    width: 40%;
  }
}
main .mv .logoarea .movie_btn {
  width: 10vw;
  height: 10vw;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  margin: 2em auto 0;
  position: relative;
  cursor: pointer;
}
main .mv .logoarea .movie_btn::after {
  content: "";
  width: 70%;
  height: 70%;
  background: url(../images/common/i_arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
main .mv .main_back {
  width: 100%;
  position: fixed;
  height: 100vh;
  min-height: 600px;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .mv .main_back img {
  width: 100%;
}
main .mv .main_back video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main .main_area {
  position: relative;
  z-index: 2;
}
main #contents01 {
  padding: 6vw 0 40vw;
  background: none;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 {
    padding: 6em 0 40em;
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 {
    padding: 6vw 0 90vw;
  }
}
main #contents01::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(3, 142, 158);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 56, 0)), color-stop(30%, rgba(3, 142, 158, 0.9)), to(rgba(7, 95, 153, 0.98)));
  background: linear-gradient(180deg, rgba(0, 84, 56, 0) 0%, rgba(3, 142, 158, 0.9) 30%, rgba(7, 95, 153, 0.98) 100%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  main #contents01::after {
    background: rgb(3, 142, 158);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 56, 0)), color-stop(30%, rgba(3, 142, 158, 0.9)), to(rgba(7, 95, 153, 0.98)));
    background: linear-gradient(180deg, rgba(0, 84, 56, 0) 0%, rgba(3, 142, 158, 0.9) 30%, rgba(7, 95, 153, 0.98) 100%);
  }
}
main #contents01 .sec_inner {
  position: relative;
  z-index: 4;
}
main #contents01 .sec_inner h2 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 8px;
  color: #fff;
  font-weight: bold;
  margin: 3em auto 1.2em;
}
@media only screen and (max-width: 768px) {
  main #contents01 .sec_inner h2 {
    letter-spacing: 0.1em;
  }
}
main #contents01 .sec_inner p {
  color: #fff;
  margin: 1.25em 0;
  font-size: 1.53vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 4px;
  /* &:last-of-type {
    font-size: 1.82vw;
    line-height: 1.4;
    @include mq(_max) {
      font-size: 26px;
    }
    @include mq(_sp) {
      font-size: 3.8vw;
    }
  } */
}
@media print, screen and (min-width: 1440px) {
  main #contents01 .sec_inner p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 .sec_inner p {
    font-size: 4.07vw;
    letter-spacing: 0.06em;
  }
}
main #contents01 .sec_inner p.text_border {
  font-size: 1.82vw;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 .sec_inner p.text_border {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 .sec_inner p.text_border {
    font-size: 3.8vw;
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 .sec_inner p {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 .sec_inner a.btn01 {
    width: 66%;
    padding: 1.2em 0.5em;
  }
}
main #contents01 img {
  position: absolute;
}
main #contents01 img.contents01_img01 {
  max-width: 255px;
  width: 18%;
  top: 28%;
  left: 0;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 img.contents01_img01 {
    left: calc((100% - 1440px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 img.contents01_img01 {
    display: none;
  }
}
main #contents01 img.contents01_img02 {
  max-width: 255px;
  width: 18%;
  top: 24%;
  right: 2%;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 img.contents01_img02 {
    right: calc((100% - 1400px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 img.contents01_img02 {
    display: none;
  }
}
main #contents01 img.contents01_img03 {
  max-width: 162px;
  width: 15%;
  top: 46%;
  left: 8%;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 img.contents01_img03 {
    left: calc((100% - 1250px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 img.contents01_img03 {
    top: auto;
    bottom: 80vw;
    left: 2vw;
  }
}
main #contents01 img.contents01_img04 {
  max-width: 186px;
  width: 16%;
  top: 38%;
  right: 2%;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 img.contents01_img04 {
    right: calc((100% - 1400px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 img.contents01_img04 {
    display: none;
  }
}
main #contents01 img.contents01_img05 {
  max-width: 368px;
  width: 25%;
  right: 5%;
  bottom: 32%;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 img.contents01_img05 {
    right: calc((100% - 1350px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 img.contents01_img05 {
    width: 45%;
    right: 4vw;
    bottom: 62vw;
  }
}
main #contents01 img.contents01_img06 {
  max-width: 349px;
  width: 23%;
  left: 1%;
  bottom: 12%;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 img.contents01_img06 {
    left: calc((100% - 1420px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 img.contents01_img06 {
    width: 40%;
    left: 5vw;
    bottom: 47vw;
    z-index: 1;
  }
}
main #contents01 img.contents01_img07 {
  max-width: 273px;
  width: 18%;
  left: 29%;
  bottom: 25%;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 img.contents01_img07 {
    left: calc((100% - 500px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 img.contents01_img07 {
    width: 27%;
    left: 0;
    bottom: 20vw;
  }
}
main #contents01 img.contents01_img08 {
  max-width: 273px;
  width: 18%;
  right: 24%;
  bottom: 18%;
}
@media print, screen and (min-width: 1440px) {
  main #contents01 img.contents01_img08 {
    right: calc((100% - 800px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents01 img.contents01_img08 {
    width: 50%;
    right: 10vw;
    bottom: 23vw;
    z-index: 0;
  }
}
main #contents02 {
  position: initial;
  /* モーダル本体 */
}
main #contents02 .sec_inner {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner {
    padding: 0;
    margin: 12.5vw auto 20vw;
    width: 100%;
  }
}
main #contents02 .sec_inner span.note {
  text-align: right;
  display: block;
  font-size: 13px;
  color: #7f7f7f;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner span.note {
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block {
    width: 90%;
    margin: 0 auto;
  }
}
main #contents02 .sec_inner .sp_block h3 {
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block h3 {
    line-height: 1.4;
    font-size: 4vw;
  }
}
main #contents02 .sec_inner .sp_block h3 span:first-of-type {
  color: #076FB8;
}
main #contents02 .sec_inner .sp_block h3 span:last-of-type {
  font-size: 78%;
  display: block;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block h3 span:last-of-type {
    font-size: 3.58vw;
  }
}
main #contents02 .sec_inner .sp_block .contents02_block {
  margin: 24px auto 40px;
  width: 96%;
}
main #contents02 .sec_inner .sp_block .contents02_block dl {
  color: #333333;
  max-width: 1026px;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block .contents02_block dl {
    display: block;
  }
}
main #contents02 .sec_inner .sp_block .contents02_block dl .disc_list02 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block .contents02_block dl .disc_list02 {
    display: flex;
    flex-direction: column;
  }
}
main #contents02 .sec_inner .sp_block .contents02_block dl li {
  font-size: 15px;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block .contents02_block dl li {
    font-size: 14px;
    margin-top: 4px;
  }
}
main #contents02 .sec_inner .sp_block .contents02_block dl li::before {
  background-color: #333;
}

@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block .contents02_block dl dt {
    width: 100%;
    padding: 0 0 0.5em;
  }
}
main #contents02 .sec_inner .sp_block .contents02_block dl dt span {
  margin-bottom: 1em;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block .contents02_block dl dt span {
    font-size: 3.23vw;
  }
}
main #contents02 .sec_inner .sp_block .contents02_block dl dt img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block .contents02_block dl dt img {
    width: 41%;
  }
  main #contents02 .sec_inner .sp_block .contents02_block dl:first-of-type dt img {
    width: 35.89%;
  }
}
@media only screen and (max-width: 768px) {
  main #contents02 .sec_inner .sp_block .contents02_block dl dd {
    width: 100%;
    padding: 0 0.5em;
  }
}
main #contents02 .sec_inner .sp_block .contents02_block dl:first-of-type {
  margin-bottom: 24px;
}

main #contents02 .modal__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4em auto 0;
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__cards {
    width: 95%;
    margin: 8vw 0 2vw 5%;
  }
}
main #contents02 .modal__cards .modal__card.modal-card.modal__trigger {
  width: 31.3333333333%;
  margin: 0 2.75% 2% 0;
  border-radius: 21px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__cards .modal__card.modal-card.modal__trigger {
    width: 100%;
    margin: 0 0.5%;
  }
}
main #contents02 .modal__cards .modal__card.modal-card.modal__trigger::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 104, 180);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 104, 180, 0)), color-stop(70%, rgba(7, 111, 184, 0)), color-stop(85%, rgba(0, 104, 180, 0.5)), to(rgb(7, 111, 184)));
  background: linear-gradient(0deg, rgba(0, 104, 180, 0) 0%, rgba(7, 111, 184, 0) 70%, rgba(0, 104, 180, 0.5) 85%, rgb(7, 111, 184) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
main #contents02 .modal__cards .modal__card.modal-card.modal__trigger:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__cards .modal__card.modal-card.modal__trigger:nth-of-type(3n) {
    margin: 0 0.5%;
  }
}
main #contents02 .modal__cards .modal__card.modal-card.modal__trigger p {
  position: absolute;
  left: 1.25em;
  top: 1.25em;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__cards .modal__card.modal-card.modal__trigger p {
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-size: 4.2vw;
  }
}
main #contents02 .modal__cards .modal__card.modal-card.modal__trigger span.btn {
  max-width: 42px;
  max-height: 42px;
  width: 3em;
  height: 3em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  display: block;
  border-radius: 50%;
}
main #contents02 .modal__cards .modal__card.modal-card.modal__trigger span.btn::before, main #contents02 .modal__cards .modal__card.modal-card.modal__trigger span.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 2px;
  background: #076fb8;
}
main #contents02 .modal__cards .modal__card.modal-card.modal__trigger span.btn::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main #contents02 .modal__cards .modal__card.modal-card.modal__trigger img {
  width: 100%;
}
main #contents02 .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__wrapper {
    height: 100vh;
  }
}
main #contents02 .modal__wrapper .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
main #contents02 .modal__wrapper .modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1400px);
  max-height: 820px;
  height: calc(100% - 40px);
  background: #fff;
}
main #contents02 .modal__wrapper .modal__container .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
main #contents02 .modal__wrapper .modal__container .modal__inner .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #091837;
  cursor: pointer;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  border-radius: 50%;
}
main #contents02 .modal__wrapper .modal__container .modal__inner .modal__close::before, main #contents02 .modal__wrapper .modal__container .modal__inner .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
}
main #contents02 .modal__wrapper .modal__container .modal__inner .modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
main #contents02 .modal__wrapper .modal__container .modal__inner .modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
main #contents02 .modal__wrapper .modal__container .modal__inner .modal__close:hover {
  opacity: 0.6;
}
main #contents02 .modal__wrapper .modal__container .modal__inner .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__wrapper .modal__container .modal__inner .modal-content {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__wrapper .modal__container .modal__inner .modal-content img {
    width: 100%;
  }
}
main #contents02 .modal__wrapper .modal__container .modal__inner .modal-content div {
  width: 60%;
  padding: 10% 6%;
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__wrapper .modal__container .modal__inner .modal-content div {
    width: 100%;
  }
}
main #contents02 .modal__wrapper .modal__container .modal__inner .modal-content div h3 {
  color: #076fb8;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  main #contents02 .modal__wrapper .modal__container .modal__inner .modal-content div h3 {
    margin-bottom: 5vw;
  }
}
main #contents02 .slick-list.draggable {
  padding: 0 10% 0 0 !important;
}
main #contents02 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14%;
  height: 8px;
  padding: 0;
  cursor: pointer;
  background: #d9d9d9;
  margin: 0;
}
main #contents02 .slick-dots li button {
  width: 100%;
  padding: 0;
  height: 100%;
}
main #contents02 .slick-dots li:first-of-type {
  border-radius: 50px 0 0 50px;
}
main #contents02 .slick-dots li:last-of-type {
  border-radius: 0 50px 50px 0;
}
main #contents02 .slick-dots li.slick-active {
  background: #919191;
  border-radius: 50px;
}
main #contents03 {
  color: #fff;
  background: #076fb8;
}
main #contents03::before {
  content: "";
  width: 100%;
  height: min(13vw, 130px);
  background: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  main #contents03::before {
    height: min(50vw, 250px);
  }
}
main #contents03 .flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main #contents03 .flex_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
main #contents03 .flex_block .text_block {
  margin-left: calc((100% - 1140px) / 2);
  margin-top: min(23vw, 300px);
  width: 57%;
  max-width: 680px;
  margin-bottom: 4em;
}
@media print, screen and (max-width: 1140px) {
  main #contents03 .flex_block .text_block {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .flex_block .text_block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin: 12vw auto 5vw;
  }
}
main #contents03 .flex_block .text_block h2 {
  font-weight: 400;
  letter-spacing: 4px;
}
@media only screen and (max-width: 768px) {
  main #contents03 .flex_block .text_block h2 {
    letter-spacing: 0.1em;
  }
}
main #contents03 .flex_block h3 {
  letter-spacing: 4px;
}
@media only screen and (max-width: 768px) {
  main #contents03 .flex_block h3 {
    letter-spacing: 0.1em;
    font-size: 5.2vw;
  }
}
main #contents03 .flex_block img {
  width: 40vw;
  max-width: 522px;
}
@media print, screen and (min-width: 1440px) {
  main #contents03 .flex_block img {
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .flex_block img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .sec_inner h3 {
    font-size: 4.8vw;
  }
}
main #contents03 .information_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em 0 5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main #contents03 .information_area .information_area_inner {
  text-align: center;
}
main #contents03 .information_area .information_area_inner > span {
  font-size: 1.55vw;
}
@media print, screen and (min-width: 1440px) {
  main #contents03 .information_area .information_area_inner > span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area .information_area_inner > span {
    font-size: 3.8vw;
  }
}
main #contents03 .information_area .information_area_inner > div {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area .information_area_inner > div {
    text-align: center;
  }
}
main #contents03 .information_area .information_area_inner > div > div {
  margin: 1em 0 0;
  font-weight: 400;
}
main #contents03 .information_area .information_area_inner > div > div > span {
  /*   font-size: 2.16vw; */
  font-size: 1.96vw;
}
@media print, screen and (min-width: 1440px) {
  main #contents03 .information_area .information_area_inner > div > div > span {
    /* font-size: 30px; */
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area .information_area_inner > div > div > span {
    /*  font-size: 3.8vw; */
    font-size: 3.4vw;
  }
}
main #contents03 .information_area .information_area_inner > div > div p {
  font-size: 6.3vw;
  line-height: 1.15;
  font-family: "Hind", sans-serif;
}
@media print, screen and (min-width: 1440px) {
  main #contents03 .information_area .information_area_inner > div > div p {
    font-size: 112px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area .information_area_inner > div > div p {
    font-size: 15.2vw;
  }
}
main #contents03 .information_area .information_area_inner > div > div p span {
  /* font-size: 33%; */
  font-size: 25%;
}
main #contents03 .information_area .information_area_inner:not(:last-of-type) {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area .information_area_inner:not(:last-of-type) {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:first-of-type {
    border-bottom: 1px dashed #fff;
    margin: 0;
  }
}
main #contents03 .information_area:first-of-type .information_area_inner {
  width: 33.3333333333%;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:first-of-type .information_area_inner {
    width: 50%;
    border-left: 1px dashed #fff;
    border-top: 1px dashed #fff;
    padding: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:first-of-type .information_area_inner:nth-of-type(2n) {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:first-of-type .information_area_inner:first-of-type {
    width: 100%;
    border-left: none;
  }
}
main #contents03 .information_area:first-of-type .information_area_inner:first-of-type div div p {
  /*   font-size: 7.8vw; */
  font-size: 7.02vw;
  line-height: 1.35;
  font-family: "Hind", sans-serif;
}
@media print, screen and (min-width: 1440px) {
  main #contents03 .information_area:first-of-type .information_area_inner:first-of-type div div p {
    font-size: 81px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:first-of-type .information_area_inner:first-of-type div div p {
    font-size: 9.92vw;
  }
}
main #contents03 .information_area:first-of-type .information_area_inner:first-of-type div div span {
  font-weight: normal;
}
main #contents03 .information_area:first-of-type .information_area_inner:first-of-type div div span:last-of-type {
  margin: -1em 0 0;
  letter-spacing: 0.3em;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:first-of-type .information_area_inner:first-of-type div div span:last-of-type {
    margin: -0.5em 0 0;
  }
}
main #contents03 .information_area:first-of-type .information_area_inner:nth-of-type(2) div > div, main #contents03 .information_area:first-of-type .information_area_inner:nth-of-type(3) div > div {
  display: table;
}
main #contents03 .information_area:first-of-type .information_area_inner:nth-of-type(2) div > div p, main #contents03 .information_area:first-of-type .information_area_inner:nth-of-type(3) div > div p {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:last-of-type {
    margin: 0;
  }
}
main #contents03 .information_area:last-of-type .information_area_inner {
  width: 33.3333333333%;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:last-of-type .information_area_inner {
    border-bottom: 1px dashed #fff;
    width: 100%;
    padding: 4vw 0;
  }
}
main #contents03 .information_area:last-of-type .information_area_inner > div > div > span {
  font-size: 2.16vw;
}
@media print, screen and (min-width: 1440px) {
  main #contents03 .information_area:last-of-type .information_area_inner > div > div > span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:last-of-type .information_area_inner > div > div > span {
    font-size: 5.8vw;
    display: none;
  }
}
main #contents03 .information_area:last-of-type .information_area_inner > div > div > span.right {
  text-align: right;
  display: block;
  font-size: 1.4vw;
  margin: -1em 0 0;
}
@media print, screen and (min-width: 1440px) {
  main #contents03 .information_area:last-of-type .information_area_inner > div > div > span.right {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:last-of-type .information_area_inner > div > div > span.right {
    font-size: 3.8vw;
  }
}
main #contents03 .information_area:last-of-type .information_area_inner > div > div p {
  font-size: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media print, screen and (min-width: 1440px) {
  main #contents03 .information_area:last-of-type .information_area_inner > div > div p {
    font-size: 86px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:last-of-type .information_area_inner > div > div p {
    font-size: 15.2vw;
    display: inline-block;
    line-height: 1.2;
  }
}
main #contents03 .information_area:last-of-type .information_area_inner > div > div p span {
  /*  font-size: 33%; */
  font-size: 25%;
  display: inline;
}
main #contents03 .information_area:last-of-type .information_area_inner > div > div p .fnt_rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:last-of-type .information_area_inner > div > div p .fnt_rl {
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: right;
    width: 1em;
  }
}
main #contents03 .information_area:last-of-type .information_area_inner > div > div .dl_block {
  margin: 1.5em 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:last-of-type .information_area_inner > div > div .dl_block {
    margin: 0;
  }
}
main #contents03 .information_area:last-of-type .information_area_inner > div > div .dl_block ul {
  display: inline-block;
  text-align: left;
}
main #contents03 .information_area:last-of-type .information_area_inner:first-of-type > div > div .dl_block {
  margin: 1em 0 0;
}
@media only screen and (max-width: 768px) {
  main #contents03 .information_area:last-of-type .information_area_inner:first-of-type > div > div .dl_block {
    margin: 0;
  }
}
main #contents03 .img_two_item {
  margin: 2em auto 10em;
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main #contents03 .img_two_item {
    margin: 2vw auto 20vw;
  }
}
main #contents03 .img_two_item img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: 1;
}
main #contents03 .img_two_item img:last-of-type {
  width: 60%;
  margin: 5vw 0 0 40%;
}
@media only screen and (max-width: 768px) {
  main #contents03 .img_two_item img:last-of-type {
    width: 80%;
    margin: 15vw 0 0 20%;
  }
}
main #contents04 {
  background: #fff;
}
main #contents04::before {
  content: "";
  width: 100%;
  height: min(13vw, 130px);
  background: #076fb8;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  main #contents04::before {
    height: min(50vw, 250px);
  }
}
main #contents04::after {
  content: "";
  width: 100%;
  height: min(35vw, 350px);
  background: #076fb8;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  main #contents04::after {
    height: min(50vw, 500px);
  }
}
main #contents04 .flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
main #contents04 .flex_block .text_block {
  margin-right: calc((100% - 1140px) / 2);
  margin-top: min(22vw, 220px);
  width: 50%;
  max-width: 690px;
}
@media print, screen and (max-width: 1140px) {
  main #contents04 .flex_block .text_block {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block .text_block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin: 12vw auto 0;
  }
}
main #contents04 .flex_block .text_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2em;
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block .text_block dl {
    margin: 0 0 1.25em;
  }
}
main #contents04 .flex_block .text_block dl dt {
  width: 25%;
  font-size: 1.55vw;
  font-weight: 500;
  border-right: 3px dotted #9dacb6;
}
@media print, screen and (min-width: 1440px) {
  main #contents04 .flex_block .text_block dl dt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block .text_block dl dt {
    font-size: 3.4vw;
    width: 30vw;
    border-right: 1px dotted #9dacb6;
  }
}
main #contents04 .flex_block .text_block dl dt span {
  display: block;
  font-size: 80%;
}
main #contents04 .flex_block .text_block dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 75%;
  line-height: 1;
  padding: 0 0 1em 4em;
  letter-spacing: 0.15em;
  color: #076FB8;
  font-family: "Hind", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block .text_block dl dd {
    padding: 0 0 0 1.25em;
  }
}
main #contents04 .flex_block .text_block dl dd p { 
    font-size: min(5vw, 72px);
}
main #contents04 .flex_block .text_block dl dd .sm_font-32 {
  font-size: min(2.22vw, 32px);
}
main #contents04 .flex_block .text_block dl dd .sm_unit {
  font-size: min(3.61vw, 52px);
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block .text_block dl dd p { 
    font-size: max(8.75vw, 28px);
    letter-spacing: 0.01em;
  }
  main #contents04 .flex_block .text_block dl dd .sm_font-32 {
    font-size: max(5vw, 16px);
  }
  main #contents04 .flex_block .text_block dl dd .sm_unit {
    font-size: max(7vw, 26px);
  }
}

/* @media only screen and (max-width: 768px) {
  main #contents04 .flex_block .text_block dl dd span {
    font-size: 3.8vw;
  }
}
main #contents04 .flex_block .text_block dl dd p {
  color: #076fb8;
  font-size: 5.55vw;
  font-family: "Hind", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 1440px) {
  main #contents04 .flex_block .text_block dl dd p {
    font-size: 80px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block .text_block dl dd p {
    font-size: 11.49vw;
    letter-spacing: 0;
  }
}
main #contents04 .flex_block .text_block dl dd p span {
  font-size: 1.95vw;
  font-weight: 500;
}
@media print, screen and (min-width: 1440px) {
  main #contents04 .flex_block .text_block dl dd p span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block .text_block dl dd p span {
    font-size: 3.8vw;
  }
} */
main #contents04 .flex_block img {
  max-width: 546px;
  width: 40vw;
  margin-bottom: 10em;
}
@media print, screen and (min-width: 1440px) {
  main #contents04 .flex_block img {
    margin-left: calc((100% - 1440px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents04 .flex_block img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    margin: 0 auto;
  }
}
main #contents04 .gray_block {
  background: #f0f4f7;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
main #contents04 .gray_block::after {
  content: "など";
  position: absolute;
  right: 2em;
  bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  main #contents04 .gray_block {
    padding: 8vw;
  }
}
main #contents04 .gray_block h4 {
  font-size: 1.55vw;
  color: #076fb8;
  width: 40%;
  font-weight: 500;
}
@media print, screen and (min-width: 1440px) {
  main #contents04 .gray_block h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents04 .gray_block h4 {
    font-size: 4.4vw;
    width: 100%;
    margin-bottom: 1em;
  }
}
main #contents04 .img_two_item {
  margin: 2em auto 10em;
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main #contents04 .img_two_item {
    margin: 2vw auto 20vw;
  }
}
main #contents04 .img_two_item img:first-of-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  z-index: 1;
}
main #contents04 .img_two_item img:last-of-type {
  width: 60%;
  margin: 5vw 40% 0 0;
}
@media only screen and (max-width: 768px) {
  main #contents04 .img_two_item img:last-of-type {
    width: 80%;
    margin: 15vw 20% 0 0;
  }
}
main #contents05::before {
  content: "";
  width: 100%;
  height: min(13vw, 130px);
  background: #076fb8;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  main #contents05::before {
    height: min(50vw, 250px);
  }
}
main #contents05::after {
  content: "";
  width: 100%;
  height: 20%;
  background: #dff1fe;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  main #contents05::after {
    height: min(40vw, 400px);
  }
}
main #contents05 .flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
main #contents05 .flex_block .text_block {
  margin-left: calc((100% - 1140px) / 2);
  margin-top: min(22vw, 220px);
  width: 57%;
  max-width: 680px;
}
@media print, screen and (max-width: 1140px) {
  main #contents05 .flex_block .text_block {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin: 12vw auto 0;
  }
}
main #contents05 .flex_block .text_block h3 span {
  font-size: 125%;
  color: #076fb8;
}
main #contents05 .flex_block .text_block h4 span {
  font-size: 125%;
  color: #076fb8;
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block h4 span {
    font-size: 142%;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block h4 {
    width: 94%;
    margin: 0 auto;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block .text_block_inner {
    width: 94%;
    margin: 4vw auto;
  }
}
main #contents05 .flex_block .text_block .text_block_inner > span {
  margin: 0.5em 0 0.25em;
  display: block;
  font-size: min(1.95vw, 15px);
}
@media print, screen and (min-width: 1440px) {
  main #contents05 .flex_block .text_block .text_block_inner > span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block .text_block_inner > span {
    font-size: 2.8vw;
    text-align: center;
  }
}
main #contents05 .flex_block .text_block .text_block_inner > p {
  font-size: min(1.95vw, 15px);
}
@media print, screen and (min-width: 1440px) {
  main #contents05 .flex_block .text_block .text_block_inner > p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block .text_block_inner > p {
    font-size: 2.8vw;
    text-align: center;
    margin: 0.5em 0 0;
  }
}
main #contents05 .flex_block .text_block .text_block_inner > p span {
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block .text_block_inner > p span {
    margin: 0 0.25em;
  }
}
main #contents05 .flex_block .text_block .text_block_inner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block .text_block_inner div {
    display: block;
  }
}
main #contents05 .flex_block .text_block .text_block_inner div > span {
  font-size: 3vw;
}
@media print, screen and (min-width: 1440px) {
  main #contents05 .flex_block .text_block .text_block_inner div > span {
    font-size: 43px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block .text_block_inner div > span {
    font-size: 6vw;
  }
}
main #contents05 .flex_block .text_block .text_block_inner div p {
  font-size: min(1.82vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1.4;
  font-weight: 500;
}
@media print, screen and (min-width: 1440px) {
  main #contents05 .flex_block .text_block .text_block_inner div p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block .text_block_inner div p {
    font-size: 4.2vw;
    display: block;
    text-align: center;
  }
}
main #contents05 .flex_block .text_block .text_block_inner div p > span {
  background: rgb(0, 190, 140);
  background: linear-gradient(40deg, rgb(0, 190, 140) 0%, rgb(23, 186, 201) 49%, rgb(20, 173, 198) 52%, rgb(7, 111, 184) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(4.75vw, 69px);
  line-height: 1;
  margin: 0 0.1em -0.16em;
  font-family: "Hind", sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width: 1440px) {
  main #contents05 .flex_block .text_block .text_block_inner div p > span {
    font-size: 69px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block .text_block .text_block_inner div p > span {
    font-size: 10.57vw;
  }
}
main #contents05 .flex_block .text_block .text_block_inner div p > span span {
  font-size: 39.25%;
  font-family: "Noto Sans JP", sans-serif;
}

main #contents05 .flex_block .text_block .text_block_inner .sm_unit {
  font-size: 76%;
}
main #contents05 .flex_block img {
  width: 40vw;
  max-width: 546px;
}
@media print, screen and (min-width: 1440px) {
  main #contents05 .flex_block img {
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .flex_block img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    margin: 0 auto;
  }
}
main #contents05 .gray_block {
  background: #f0f4f7;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
main #contents05 .gray_block::after {
  content: "など";
  position: absolute;
  right: 2em;
  bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  main #contents05 .gray_block {
    padding: 8vw;
  }
}
main #contents05 .gray_block h4 {
  font-size: 1.55vw;
  color: #076fb8;
  width: 40%;
  font-weight: 500;
}
@media print, screen and (min-width: 1440px) {
  main #contents05 .gray_block h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents05 .gray_block h4 {
    font-size: 4.4vw;
    width: 100%;
    margin-bottom: 1em;
  }
}
main #contents05 .img_two_item {
  margin: 2em auto 5em;
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main #contents05 .img_two_item {
    margin: 2vw auto 8vw;
  }
}
main #contents05 .img_two_item img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: 1;
}
main #contents05 .img_two_item img:last-of-type {
  width: 60%;
  margin: 5vw 0 0 40%;
}
@media only screen and (max-width: 768px) {
  main #contents05 .img_two_item img:last-of-type {
    width: 80%;
    margin: 15vw 0 0 20%;
  }
}
main #contents06 {
  background: #dff1fe;
}
main #contents06 h2.ttl_style01 {
  margin-bottom: 0.25em;
}
main #contents06 .sec_inner > h3 {
  margin: 1.5em 0 0.25em;
  color: #076FB8;
}
main #contents07 {
  background: #dff1fe;
  padding: 2em 0 0;
}
main #contents07 .sec_inner {
  padding-top: 0;
}
main #contents07 .sec_inner > h3 {
  margin: 0 0 0.25em;
  color: #076FB8;
}
main #contents07 .details .details-content > h3 {
  font-weight: normal;
  letter-spacing: 0.25em;
}
main #contents07 .flex_block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2em 0 5em;
}
main #contents07 .flex_block > div {
  max-width: 676px;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  main #contents07 .flex_block > div {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
main #contents07 .flex_block > div ul.list_block {
  margin: 0;
}
main #contents07 .flex_block > div ul.list_block > li {
  width: 100%;
  margin: 0 0 2% 0;
  min-height: 130px;
  display: table;
}
@media only screen and (max-width: 768px) {
  main #contents07 .flex_block > div ul.list_block > li {
    min-height: auto;
  }
}
main #contents07 .flex_block > div ul.list_block > li .textarea {
  display: table-cell;
}
main #contents07 .flex_block > div ul.list_block > li .textarea h4 {
  font-size: 1.55vw;
  margin: 0;
  font-weight: normal;
}
@media print, screen and (min-width: 1440px) {
  main #contents07 .flex_block > div ul.list_block > li .textarea h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main #contents07 .flex_block > div ul.list_block > li .textarea h4 {
    font-size: 3.8vw;
  }
}
main #contents07 .flex_block > div ul.list_block > li:last-of-type {
  margin-bottom: 0;
}
main #contents07 .flex_block > div ul.list_block + p.text_right {
  text-align: right;
  margin: 1em 0.5em 0;
}
main #contents07 .flex_block > img {
  max-width: 397px;
  width: 35%;
}
@media only screen and (max-width: 768px) {
  main #contents07 .flex_block > img {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 2em;
  }
}

/* 250630 追加分*/
#contents06 .sec_inner {
    border-bottom: 2px solid;
    border-image: linear-gradient(40deg, rgb(0, 190, 140) 0%, rgb(23, 186, 201) 49%, rgb(20, 173, 198) 52%, rgb(7, 111, 184) 100%);
    border-image-slice: 1;
    padding-bottom: min(5.63vw, 32px);
    margin-bottom: min(1vw, 20px);
}
#topics-item {
  padding-bottom: 0;

}
#topics-item .details-summary {
  align-items: center;
}
#topics-item .details-summary h4 {
  flex-direction: column;
}
#topics-item .details-summary h4 .topics{
    display: block;
    background: #F8C42C;
    -webkit-text-fill-color: white;
    border-radius: 100px;
    padding: 2px 16px;
    font-size: min(3.2vw, 17px);
    margin-bottom: 12px;
}
#topics-item .details-summary h4 .indent {
  padding-left: 2.2rem;
}
@media only screen and (max-width: 768px) { 
  #topics-item .details-summary{
        display: flex;
  }
  #topics-item .details-summary span.btn {
    position: relative;
    top: auto;
  }
}

.details:first-of-type {
  margin-top: min(10.66vw,56px);
}


/*# sourceMappingURL=style.css.map */