@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700;900&display=swap");
@import "simple-lightbox/simple-lightbox.min.css";
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html, * {
  box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

img {
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.cf:before, .cf:after {
  content: "";
  display: block;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  overflow: hidden;
}

.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.table_w {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table_c {
  display: table-cell;
  vertical-align: top;
}

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.align_center {
  text-align: center !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.txt_c {
  text-align: center;
}

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}
.mb_10 {
  margin-bottom: 0.5208333333vw;
}

.mb_20 {
  margin-bottom: 1.0416666667vw;
}

.mb_30 {
  margin-bottom: 1.5625vw;
}

.mb_40 {
  margin-bottom: 2.0833333333vw;
}

.mb_50 {
  margin-bottom: 2.6041666667vw;
}

.mb_60 {
  margin-bottom: 3.125vw;
}

.mb_70 {
  margin-bottom: 3.6458333333vw;
}

.mb_80 {
  margin-bottom: 4.1666666667vw;
}

.mb_90 {
  margin-bottom: 4.6875vw;
}

.mb_100 {
  margin-bottom: 5.2083333333vw;
}

.mb_110 {
  margin-bottom: 5.7291666667vw;
}

.mb_120 {
  margin-bottom: 6.25vw;
}

.mb_130 {
  margin-bottom: 6.7708333333vw;
}

.mb_140 {
  margin-bottom: 7.2916666667vw;
}

.mb_150 {
  margin-bottom: 7.8125vw;
}

.mb_160 {
  margin-bottom: 8.3333333333vw;
}

.mb_170 {
  margin-bottom: 8.8541666667vw;
}

.mb_180 {
  margin-bottom: 9.375vw;
}

.mb_190 {
  margin-bottom: 9.8958333333vw;
}

.mb_200 {
  margin-bottom: 10.4166666667vw;
}
#header_menu ul li:nth-child(1) {
  animation: lazyX 0.8s ease 0.08s 1 forwards;
}

#header_menu ul li:nth-child(2) {
  animation: lazyX 0.8s ease 0.16s 1 forwards;
}

#header_menu ul li:nth-child(3) {
  animation: lazyX 0.8s ease 0.24s 1 forwards;
}

#header_menu ul li:nth-child(4) {
  animation: lazyX 0.8s ease 0.32s 1 forwards;
}

#header_menu ul li:nth-child(5) {
  animation: lazyX 0.8s ease 0.4s 1 forwards;
}

#header_menu ul li:nth-child(6) {
  animation: lazyX 0.8s ease 0.48s 1 forwards;
}

#header_menu ul li:nth-child(7) {
  animation: lazyX 0.8s ease 0.56s 1 forwards;
}

#header_menu ul li:nth-child(8) {
  animation: lazyX 0.8s ease 0.64s 1 forwards;
}

#header_menu ul li:nth-child(9) {
  animation: lazyX 0.8s ease 0.72s 1 forwards;
}

#header_menu ul li:nth-child(10) {
  animation: lazyX 0.8s ease 0.8s 1 forwards;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
}

a {
  color: #333;
}
.font_min {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.header .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px 50px;
  position: relative;
  width: 100%;
}
.header .site_logo {
  margin: 0 auto;
  width: 450px;
}

.section01 .inner {
  padding: 80px 0 120px;
}
.section01 h2 {
  margin: 0 auto;
  width: 600px;
}
.section01 .image {
  margin: 30px auto 0;
  min-width: 1000px;
  width: 85%;
}
.section01 .image img {
  width: 100%;
}
.section01 .movie .video {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 30px;
  width: 100%;
}
.section01 .movie video {
  width: 100%;
}
.section01 .movie .ttl {
  margin: 0 auto 30px;
  width: 600px;
}

.section02 {
  margin-top: 80px;
}
.section02 .hero {
  background-image: url("../img/section02_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section02 .hero .inner {
  height: 1099px;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  width: 100%;
}
.section02 .hero .image,
.section02 .hero .txt {
  position: absolute;
}
.section02 .hero .image {
  left: 50%;
  position: absolute;
  top: 282px;
  transform: translateX(-50%);
  width: 640px;
  z-index: 1;
}
.section02 .hero .txt {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  left: 0;
  text-align: center;
  top: 470px;
  width: 100%;
  z-index: 5;
}
.section02 .bottom {
  margin: auto;
  padding: 50px 0 80px;
  width: 600px;
}
.section02 .bottom2 {
  margin: auto;
  padding: 20px 0 30px;
  width: 600px;
}

.merit_items {
  margin-top: 30px;
}
.merit_items .merit_item {
  margin-top: 50px;
}
.merit_items .merit_item:first-child {
  margin-top: 0;
}
.merit_items .merit_item .top_ttl {
  cursor: pointer;
  padding-bottom: 80px;
}
.merit_items .merit_item .top_ttl .bg {
  background-color: #eee7e3;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.merit_items .merit_item .top_ttl .bg .bg_inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 30px 0 50px;
  position: relative;
  width: 100%;
}
.merit_items .merit_item .top_ttl .bg .merit_ttl {
  text-align: center;
}
.merit_items .merit_item .top_ttl .bg .sub_ttl {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  background: #fff;
  border-radius: 100px;
  bottom: -30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  color: #594942;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  left: 50%;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 90%;
}
.merit_items .merit_item .top_ttl .bg span.ico {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-name: UpDown;
  animation-timing-function: ease-in-out;
  background: #00aa84;
  border-radius: 100%;
  bottom: -70px;
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
  z-index: 50;
}
.merit_items .merit_item .top_ttl .bg span.ico::after {
  border: 0px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 12px;
  left: 0;
  margin: 0 auto;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(135deg);
  width: 12px;
  z-index: 60;
}
@keyframes UpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.merit_items .merit_item .top_ttl.active span.ico {
  animation: none;
  background: #a3d5c0;
  z-index: -1;
}
.merit_items .merit_item:nth-child(1) .top_ttl .bg {
  background-image: url("../img/ttl_merit_01_bg.png");
}
.merit_items .merit_item:nth-child(2) .top_ttl .bg {
  background-image: url("../img/ttl_merit_02_bg.png");
}
.merit_items .merit_item:nth-child(3) .top_ttl .bg {
  background-image: url("../img/ttl_merit_03_bg.png");
}
.merit_items .merit_item:nth-child(4) .top_ttl .bg {
  background-image: url("../img/ttl_merit_04_bg.png");
}
.merit_items .merit_item:nth-child(5) .top_ttl .bg {
  background-image: url("../img/ttl_merit_05_bg.png");
}
.merit_items .merit_item:nth-child(6) .top_ttl .bg {
  background-image: url("../img/ttl_merit_06_bg.png");
}
.merit_items .merit_item .content {
  padding: 60px 0 0;
}

.section03 {
  background: #fef6e9;
}
.section03 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.section03 h2 {
  margin: auto;
  width: 500px;
}
.section03 .items {
  margin-top: 70px;
}
.section03 .items .item {
  margin-top: 60px;
}
.section03 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section03 .wrap .ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.4;
  padding-left: 20px;
}
.section03 .wrap .ttl span {
  color: #00aa84;
}
.section03 .image {
  margin-top: 30px;
}
.section03 p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 15px;
}

.section04 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 80px 40px;
  width: 100%;
}
.section04 h2 {
  margin: 0 auto;
  width: 900px;
}
.section04 .note {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}
.section04 .image1 {
  margin-top: 50px;
}
.section04 .image2 {
  margin-top: 30px;
}

.section05 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 80px 40px;
  width: 100%;
}
.section05 h2 {
  margin: 0 auto;
  width: 600px;
}
.section05 .image {
  margin-top: 70px;
}

.common_btn {
  margin-top: 70px;
}
.common_btn ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.common_btn ul li {
  width: 300px;
}
.common_btn ul li:nth-child(2) {
  margin-left: 40px;
}

.section06 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.section06 h2 {
  margin: auto;
  width: 500px;
}
.section06 .image1 {
  margin-top: 70px;
}
.section06 .image2 {
  margin-top: 70px;
}
.section06 .image3 {
  margin-top: 70px;
}
.section06 .txt1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}
.section06 .image4 {
  margin-top: 100px;
}
.section06 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.section06 .wrap .txt2 {
  font-size: 18px;
  font-size: 1.8rem;
  width: 50%;
}
.section06 .wrap .txt2:nth-child(1) {
  padding-right: 30px;
}
.section06 .wrap .txt2:nth-child(2) {
  padding-left: 30px;
}
.section06 .image6 {
  margin-top: 100px;
}
.section06 .image7 {
  margin-top: 70px;
}

.section07 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.section07 h2 {
  margin: auto;
  width: 500px;
}
.section07 .image1 {
  margin-top: 70px;
}
.section07 .block1 {
  margin-top: 40px;
}
.section07 .block1 .ttl {
  border-bottom: 2px solid #3e3a39;
  border-top: 2px solid #3e3a39;
  color: #3e3a39;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px 0;
  text-align: center;
}
.section07 .block1 .lead {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}
.section07 .block1 ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.section07 .block1 ul li {
  margin-top: 40px;
  width: 48%;
}
.section07 .block1 ul li:nth-child(1), .section07 .block1 ul li:nth-child(2) {
  margin-top: 0;
}
.section07 .block1 .heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}
.section07 .block1 p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}
.section07 .block2 {
  margin-top: 140px;
}
.section07 .block2 .ttl {
  border-bottom: 2px solid #58382a;
  border-top: 2px solid #58382a;
  color: #58382a;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px 0;
  text-align: center;
}
.section07 .block2 .image2 {
  margin-top: 40px;
  padding: 0 40px;
}
.section07 .block2 .lead {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}
.section07 .block2 ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.section07 .block2 ul li {
  margin-top: 40px;
  width: 48%;
}
.section07 .block2 ul li:nth-child(1), .section07 .block2 ul li:nth-child(2) {
  margin-top: 0;
}
.section07 .block2 .heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}
.section07 .block2 p {
  margin-top: 10px;
}
.section07 .common_btn {
  margin-top: 100px;
}

.section08 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.section08 h2 {
  margin: auto;
  width: 550px;
}
.section08 .image1 {
  margin-top: 70px;
}
.section08 .image2 {
  margin-top: 70px;
}
.section08 .image3 {
  margin-top: 70px;
}
.section08 .wrap {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #f5f3f2;
  border-radius: 10px;
  margin-top: 100px;
  padding: 50px 100px;
}
.section08 .wrap .heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.section08 .wrap .image4 {
  margin-top: 30px;
}
.section08 .wrap .txt1 {
  margin-top: 20px;
}
.section08 .wrap .image5 {
  margin: 50px auto 0;
  width: 500px;
}
.section08 .wrap ul {
  margin-top: 30px;
}
.section08 .wrap ul li {
  margin-top: 20px;
}
.section08 .wrap ul li .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.section09 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.section09 h2 {
  border-bottom: 2px solid #000;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 50px;
  padding-bottom: 5px;
  text-align: center;
}
.section09 .lead {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}
.section09 .image2 {
  margin: 30px auto 0;
  width: 70%;
}
.section09 .wrap {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #f5f3f2;
  border-radius: 10px;
  margin-top: 70px;
  padding: 50px 100px;
}
.section09 .wrap .heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.section09 .wrap .heading span {
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 5px;
}
.section09 .items {
  margin-left: -50px;
  margin-right: -50px;
  margin-top: 70px;
}
.section09 .items .item {
  margin-top: 50px;
}
.section09 .items .item .top,
.section09 .items .item .bottom {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.section09 .items .item .top .txt {
  width: 35%;
}
.section09 .items .item .top .bg {
  width: 65%;
}
.section09 .items .item .top .catch {
  background: #9d8771;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  left: -50px;
  mix-blend-mode: multiply;
  padding: 10px 50px;
  position: absolute;
  top: 10px;
  width: 50%;
  z-index: 1;
}
.section09 .items .item .top .name {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}
.section09 .items .item .bottom .txt {
  padding-left: 20px;
  width: 65%;
}
.section09 .items .item .bottom .bg {
  width: 35%;
}
.section09 .items .item:nth-child(even) .top .catch {
  left: auto;
  padding-left: 95px;
  right: -50px;
}
.section09 .items .item:nth-child(even) .top .name {
  padding-left: 30px;
}
.section09 .items .item:nth-child(even) .bottom .txt {
  padding-left: 0;
  padding-right: 20px;
}

.section10 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.section10 h2 {
  margin: 0 auto;
  width: 500px;
  width: 65.6%;
}
.section10 .block1 .wrap {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #f5f3f2;
  border-radius: 10px;
  margin-top: 70px;
  padding: 50px 100px;
}
.section10 .block1 ul {
  margin-top: 40px;
}
.section10 .block1 ul li {
  margin-top: 40px;
}
.section10 .block1 .remarks {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
.section10 .block2 {
  margin-top: 70px;
}
.section10 .block2 .heading {
  color: #3e3a39;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-align: center;
}
.section10 .block2 .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section10 .block2 .items .item {
  width: 48%;
}
.section10 .block2 .items .item .txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 20px;
}

.section11 {
  background: #fff6e9;
  margin-top: 100px;
}
.section11 .section11_header img {
  width: 100%;
}
.section11 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 40px;
  width: 100%;
}
.section11 h2 {
  text-align: center;
}
.section11 .heading {
  margin-top: 70px;
  text-align: center;
}
.section11 .heading span {
  border-bottom: 2px solid #58382a;
  border-top: 2px solid #58382a;
  color: #58382a;
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 10px 40px;
}
.section11 .txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px;
}
.section11 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.section11 .wrap .image {
  width: 55%;
}
.section11 .wrap .note {
  font-size: 18px;
  font-size: 1.8rem;
  width: 40%;
}

.section12 {
  background: #f4eae4;
  padding: 80px 0;
}
.section12 h2 {
  margin: auto;
  width: 600px;
}
.section12 .heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}
.section12 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 40px;
  text-align: center;
  width: 100%;
}
.section12 .items .item {
  margin-top: 120px;
}
.section12 .movie {
  margin-top: 20px;
}
.section12 .disnon {
  display: none;
}
.section12 #tab {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1000px;
  width: 100%;
}
.section12 #tab li {
  -moz-opacity: 0.65;
  cursor: pointer;
  filter: alpha(opacity=65);
  opacity: 0.65;
  width: 500px;
}
.section12 #tab li.select {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.section12 .content_wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0;
  width: 100%;
}
.section12 .content_wrap h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 50px;
  text-align: center;
}
.section12 .content_wrap.winter h3 {
  color: #ea5550;
}
.section12 .content_wrap.summer h3 {
  color: #3071b9;
}
.section12 .content_wrap ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section12 .content_wrap ul li {
  margin-left: 10px;
  margin-top: 10px;
  width: calc((100% - 10px) / 2);
}
.section12 .content_wrap .graph {
  background: #fff;
  text-align: center;
}
.section12 .content_wrap .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 5px;
  text-align: left;
}
.section12 .content_wrap.winter .ttl {
  background: #ea5550;
}
.section12 .content_wrap.summer .ttl {
  background: #4683ae;
}
.section12 .movie_ttl {
  margin: auto;
  width: 600px;
}
.section12 .movie_box {
  margin-top: 30px;
  padding-top: 56.25%;
  position: relative;
}
.section12 .movie_box iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.section12 .movie_box2 {
  margin-top: 30px;
  padding-top: 56.25%;
  position: relative;
}
.section12 .movie_box2 iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.section12 .txt01 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 30px;
}
.section12 .txt02 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 20px;
}

.section13 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 40px;
  width: 100%;
}
.section13 .wrap {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  background: #fff799;
  border-radius: 50px;
  padding: 70px 50px 40px;
}
.section13 .wrap h2 {
  margin: 0 auto;
  width: 500px;
}
.section13 .wrap .txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}
.section13 .wrap .image {
  margin: 50px auto 0;
  width: 600px;
}

.section14 .wrap {
  background-image: url("../img/section14_bg.png");
  background-position: center center;
  background-repeat: repeat;
}
.section14 .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 40px;
  width: 100%;
}
.section14 h2 {
  margin: 0 auto;
  width: 700px;
}
.section14 .items {
  margin-top: 70px;
}
.section14 .items .item {
  margin-top: 60px;
}
.section14 .items .item .item_inner {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
.section14 .items .item .ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  z-index: 1;
}
.section14 .items .item .txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 50px;
  padding-right: 50px;
}
.section14 .items .item .txt span {
  color: #ea5532;
}
.section14 .items .item:nth-child(odd) {
  padding-left: 100px;
}
.section14 .items .item:nth-child(odd) .ico {
  left: -100px;
}
.section14 .items .item:nth-child(odd) .txt {
  padding-left: 100px;
}
.section14 .items .item:nth-child(even) {
  padding-right: 100px;
}
.section14 .items .item:nth-child(even) .ico {
  right: -100px;
}
.section14 .items .item:nth-child(even) .txt {
  padding-right: 100px;
}
.section14 .image {
  margin-top: 70px;
}
.section14 .common_btn {
  padding-bottom: 70px;
}

.footer_btn {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 50;
}
.footer_btn .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 15px 0 5px;
  width: 100%;
}
.footer_btn .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -o-flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_btn .items .item {
  margin-left: 30px;
}
.footer_btn .items .item:first-child {
  margin-left: 0;
}
.footer_btn .items .item a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.footer_btn .items .item p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 5px;
}

.footer {
  background: #f6f6f6;
  padding: 30px 0;
}
.footer .copyright {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

/* 202508 LPスタイル START */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  padding-left: 4.75rem;
  padding-right: 4.75rem;
  width: 100%;
}

.p-fv__content {
  margin-top: -11rem;
}

.p-sec01 {
  margin-top: -10rem;
}

.p-sec01__block img {
  -o-object-fit: contain;
  aspect-ratio: 3457/1095;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.p-sec01__block:nth-child(n+1) {
  margin-top: 5rem;
  margin-top: 2.5rem;
}
.p-sec01__block:nth-child(3) img {
  -o-object-fit: contain;
  aspect-ratio: 3457/1380;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-sec02 {
  background: #f8f9f8;
  display: block;
  padding-bottom: 8.5rem;
  padding-top: 7.25rem;
}

.p-sec02__block {
  margin-top: 9.3rem;
}

.p-sec02__reasonInfo,
.p-sec02__reasonInfo02,
.p-sec02__reasonInfo03 {
  text-align: center;
}

.p-sec02__reasonInfo {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.3157894737;
  margin-top: 4.25rem;
}

.p-sec02__reasonInfo02 {
  font-size: 1.7rem;
  letter-spacing: 0em;
  line-height: 1.4705882353;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem;
  max-width: 168rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.p-sec02__reasonInfo03 {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.3157894737;
  margin-top: 7rem;
}

.p-sec02__achievement {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.6rem;
  max-width: 990px;
  width: 100%;
}
.p-sec02__achievement img {
  -o-object-fit: contain;
  aspect-ratio: 2822/566;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-sec02__season {
  margin-top: 6.9rem;
}

.p-sec02__meritArea {
  margin-top: 6.35rem;
}

.p-sec02__merit {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.7rem;
  max-width: 65rem;
  width: 100%;
}

.p-sec02__plan {
  margin-top: 12rem;
}

.p-sec03 {
  background: #ffffe5;
}

.p-sec03__inner {
  padding: 6.5rem 4.5rem;
}

.p-sec03__block {
  border: 0.45rem solid #f5712d;
  padding: 4.5rem 5.75rem;
}

.p-sec03__info {
  margin-top: 1.9rem;
}

.p-sec03__moreCampaign {
  margin-top: 5rem;
}

.p-sec04 {
  background: #e5f7f4;
  padding: 7.1rem 0 5.65rem;
}

.p-sec04__block {
  margin-top: 4.85rem;
}

.p-sec04__content {
  display: grid;
  gap: 2.8rem 3.2rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-sec04__message {
  margin-top: 5.65rem;
}

.c-cta {
  padding: 7.5rem 0;
  padding: 0 0 7.5rem;
}

.c-cta__container {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-cta__titleArea {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.c-cta__title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.0806451613;
  text-align: center;
}

.c-cta__leftParts img,
.c-cta__rightParts img {
  -o-object-fit: contain;
  aspect-ratio: 40/77;
  height: auto;
  max-width: 2rem;
  object-fit: contain;
  width: 100%;
}

.c-cta__link {
  display: block;
  margin-top: 2rem;
}

.c-cta__banner {
  margin-top: 7.5rem;
}

/* 202508 LPスタイル END */

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  a:hover {
    color: #333;
    text-decoration: none;
  }
  a,
  a img {
    transition: 0.3s;
  }
  a img:hover {
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    opacity: 0.75;
  }
  .section09 .image1 {
    margin: 0 auto;
    min-width: 1000px;
    width: 85%;
  }
  .section09 .image1 img {
    width: 100%;
  }
  .section12 .content_wrap ul li:nth-child(1), .section12 .content_wrap ul li:nth-child(2) {
    margin-top: 0;
  }
  .section12 .content_wrap ul li:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px;
  }
  .mb_20 {
    margin-bottom: 20px;
  }
  .mb_30 {
    margin-bottom: 30px;
  }
  .mb_40 {
    margin-bottom: 40px;
  }
  .mb_50 {
    margin-bottom: 50px;
  }
  .mb_60 {
    margin-bottom: 60px;
  }
  .mb_70 {
    margin-bottom: 70px;
  }
  .mb_80 {
    margin-bottom: 80px;
  }
  .mb_90 {
    margin-bottom: 90px;
  }
  .mb_100 {
    margin-bottom: 100px;
  }
  .mb_110 {
    margin-bottom: 110px;
  }
  .mb_120 {
    margin-bottom: 120px;
  }
  .mb_130 {
    margin-bottom: 130px;
  }
  .mb_140 {
    margin-bottom: 140px;
  }
  .mb_150 {
    margin-bottom: 150px;
  }
  .mb_160 {
    margin-bottom: 160px;
  }
  .mb_170 {
    margin-bottom: 170px;
  }
  .mb_180 {
    margin-bottom: 180px;
  }
  .mb_190 {
    margin-bottom: 190px;
  }
  .mb_200 {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 960px) {
  .section12 .content_wrap .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .header_nav {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 3000;
  }
  .header_nav #header_menu_trigger {
    display: none;
    outline: none;
  }
  .header_nav .header_menu_ico {
    border-radius: 100%;
    height: 46px;
    position: relative;
    transition: all 0.3s;
    width: 46px;
    z-index: 3000;
  }
  .header_nav .header_menu_ico div {
    background: #000;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: calc(50% - 4px - 1px);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1.5);
    width: 26px;
    width: 26;
  }
  .header_nav .header_menu_ico div:nth-of-type(1) {
    top: calc(50% - 4px - 1px);
    width: 26px;
  }
  .header_nav .header_menu_ico div:nth-of-type(2) {
    top: calc(50% - 4px + 5px);
    width: 26px;
  }
  .header_nav .header_menu_ico div:nth-of-type(3) {
    top: calc(50% - 4px + 11px);
    width: 26px;
  }
  .header_nav input#header_menu_trigger:checked + label .header_menu_ico {
    transform: scale(1.21) rotate(180deg);
  }
  .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(1) {
    background: #fff;
    top: calc(50% - 1px) !important;
    transform: rotate(45deg);
    width: 26px !important;
  }
  .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(2) {
    background: #fff;
    left: -7px !important;
    opacity: 0;
  }
  .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(3) {
    background: #fff;
    top: calc(50% - 1px) !important;
    transform: rotate(-45deg);
    width: 26px !important;
  }
  #header_menu {
    background: #000;
    display: none;
    height: 100vh;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2000;
  }
  #header_menu ul {
    left: 50%;
    padding-bottom: 70px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #header_menu ul li {
    opacity: 0;
    transform: translateX(-8%);
  }
  #header_menu ul li a {
    color: #fff;
    display: block;
    padding: 9px 0;
    text-decoration: none;
  }
  #header_menu ul li a span {
    display: block;
  }
  html {
    font-size: 50%;
  }
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
  .header .inner {
    max-width: 100%;
  }
  .header .inner {
    padding: 15px;
  }
  .header .site_logo {
    width: 130px;
  }
  .section01 .inner {
    padding: 40px 0;
  }
  .section01 h2 {
    width: 54.66%;
  }
  .section01 .image {
    min-width: 100%;
    width: 100%;
  }
  .section01 .movie .video {
    max-width: 100%;
  }
  .section01 .movie .video {
    padding: 0;
  }
  .section01 .movie .ttl {
    margin-bottom: 20px;
    width: 63.46%;
  }
  .section02 {
    margin-top: 40px;
  }
  .section02 .hero {
    background-image: url("../img/section02_bg_sp.jpg");
  }
  .section02 .hero .inner {
    max-width: 100%;
  }
  .section02 .hero .inner {
    height: auto;
    padding-top: 143.8461538462%;
  }
  .section02 .hero .image {
    display: none;
  }
  .section02 .hero .txt {
    font-size: 3vw;
    top: 39.82%;
  }
  .section02 .bottom {
    padding: 30px 0;
    width: 80%;
  }
  .section02 .bottom2 {
    padding: 0 0 20px;
    width: 72%;
  }
  .merit_items {
    margin-top: 0;
  }
  .merit_items .merit_item {
    margin-top: 20px;
  }
  .merit_items .merit_item .top_ttl {
    padding-bottom: 40px;
  }
  .merit_items .merit_item .top_ttl .bg .bg_inner {
    max-width: 100%;
  }
  .merit_items .merit_item .top_ttl .bg .bg_inner {
    padding: 0;
    padding-top: 32.0512820513%;
  }
  .merit_items .merit_item .top_ttl .bg .merit_ttl {
    display: none;
  }
  .merit_items .merit_item .top_ttl .bg .sub_ttl {
    bottom: auto;
    font-size: 3.8vw;
    padding: 6px 0;
    top: 80%;
  }
  .merit_items .merit_item .top_ttl .bg span.ico {
    bottom: -35px;
    height: 30px;
    width: 30px;
  }
  .merit_items .merit_item .top_ttl .bg span.ico::after {
    height: 8px;
    margin-top: -5px;
    width: 8px;
  }
  .merit_items .merit_item:nth-child(1) .top_ttl .bg {
    background-image: url("../img/ttl_merit_01_sp.jpg");
  }
  .merit_items .merit_item:nth-child(2) .top_ttl .bg {
    background-image: url("../img/ttl_merit_02_sp.jpg");
  }
  .merit_items .merit_item:nth-child(3) .top_ttl .bg {
    background-image: url("../img/ttl_merit_03_sp.jpg");
  }
  .merit_items .merit_item:nth-child(4) .top_ttl .bg {
    background-image: url("../img/ttl_merit_04_sp.jpg");
  }
  .merit_items .merit_item:nth-child(5) .top_ttl .bg {
    background-image: url("../img/ttl_merit_05_sp.jpg");
  }
  .merit_items .merit_item:nth-child(6) .top_ttl .bg {
    background-image: url("../img/ttl_merit_06_sp.jpg");
  }
  .merit_items .merit_item .content {
    padding: 30px 0 20px;
  }
  .section03 .inner {
    max-width: 100%;
  }
  .section03 .inner {
    padding: 0 20px 40px;
  }
  .section03 h2 {
    width: 60%;
  }
  .section03 .items {
    margin-top: 20px;
  }
  .section03 .items .item {
    margin-top: 30px;
  }
  .section03 .wrap {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .section03 .wrap .ico {
    width: 80px;
  }
  .section03 .wrap .ttl {
    font-size: 21px;
    font-size: 2.1rem;
    padding-left: 15px;
    width: calc(100% - 80px);
  }
  .section03 .image {
    margin-top: 10px;
  }
  .section03 p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .section04 .inner {
    max-width: 100%;
  }
  .section04 .inner {
    padding: 40px 20px;
  }
  .section04 h2 {
    width: 69.86%;
  }
  .section04 .note {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .section04 .image1 {
    margin-top: 20px;
  }
  .section05 .inner {
    max-width: 100%;
  }
  .section05 .inner {
    padding: 40px 20px 0;
  }
  .section05 h2 {
    width: 100%;
  }
  .section05 .image {
    margin-top: 25px;
  }
  .common_btn {
    margin-top: 50px;
  }
  .common_btn ul {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
  }
  .common_btn ul li {
    width: 47%;
  }
  .common_btn ul li:nth-child(2) {
    margin: 0;
  }
  .section06 .inner {
    max-width: 100%;
  }
  .section06 .inner {
    padding: 0 20px 0;
  }
  .section06 h2 {
    width: 76.8%;
  }
  .section06 .image1 {
    margin-top: 30px;
  }
  .section06 .image2 {
    margin-top: 30px;
  }
  .section06 .image3 {
    margin: 40px -20px 0;
  }
  .section06 .image4 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
  }
  .section06 .wrap {
    margin-top: 10px;
  }
  .section06 .wrap .txt2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .section06 .wrap .txt2:nth-child(1) {
    padding-right: 10px;
  }
  .section06 .wrap .txt2:nth-child(2) {
    padding-left: 15px;
  }
  .section06 .image6 {
    margin-top: 40px;
  }
  .section06 .image7 {
    margin-top: 20px;
  }
  .section07 .inner {
    max-width: 100%;
  }
  .section07 .inner {
    padding: 0 20px 0;
  }
  .section07 h2 {
    width: 82.93%;
  }
  .section07 .image1 {
    margin-top: 20px;
  }
  .section07 .block1 {
    margin-top: 30px;
  }
  .section07 .block1 .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0;
  }
  .section07 .block1 .lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .section07 .block1 ul {
    margin-top: 30px;
  }
  .section07 .block1 ul li {
    margin-top: 20px;
  }
  .section07 .block1 .heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .section07 .block1 p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .section07 .block2 {
    margin-top: 70px;
  }
  .section07 .block2 .ttl {
    border: none;
    padding: 0;
  }
  .section07 .block2 .ttl span {
    border-bottom: 2px solid #58382a;
    border-top: 2px solid #58382a;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 25px;
  }
  .section07 .block2 .image2 {
    margin-top: 30px;
    padding: 0 20px;
  }
  .section07 .block2 .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section07 .block2 .heading {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px;
  }
  .section07 .block2 p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .section07 .common_btn {
    margin-top: 50px;
  }
  .section08 .inner {
    max-width: 100%;
  }
  .section08 .inner {
    padding: 0 20px 0;
  }
  .section08 h2 {
    width: 82.66%;
  }
  .section08 .image1 {
    margin-top: 40px;
  }
  .section08 .image2 {
    margin-top: 40px;
  }
  .section08 .image3 {
    margin-top: 30px;
  }
  .section08 .wrap {
    margin-top: 40px;
    padding: 40px 20px;
  }
  .section08 .wrap .image4 {
    margin-top: 20px;
  }
  .section08 .wrap .txt1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section08 .wrap .image5 {
    margin-top: 30px;
    width: 100%;
  }
  .section08 .wrap ul {
    margin-top: 20px;
  }
  .section08 .wrap ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .section08 .wrap ul li .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section08 .wrap ul li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section09 .inner {
    max-width: 100%;
  }
  .section09 .inner {
    padding: 0 20px;
  }
  .section09 .inner .image1 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .section09 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 30px;
  }
  .section09 .lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .section09 .image2 {
    margin-top: 15px;
    padding: 0 10px;
    width: 100%;
  }
  .section09 .wrap {
    padding: 40px 20px;
  }
  .section09 .wrap .heading {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .section09 .items {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .section09 .items .item {
    margin-top: 30px;
  }
  .section09 .items .item .top .catch {
    background: rgba(157, 135, 113, 0.85);
    font-size: 3vw;
    left: -20px;
    mix-blend-mode: normal;
    padding: 5px 0px;
    text-align: center;
    top: 5px;
    width: 55%;
  }
  .section09 .items .item .top .name {
    font-size: 4vw;
    padding-top: 10px;
  }
  .section09 .items .item .bottom .txt {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 10px;
  }
  .section09 .items .item:nth-child(even) .top .catch {
    padding-left: 0;
    right: -20px;
  }
  .section09 .items .item:nth-child(even) .top .name {
    padding-left: 15px;
  }
  .section09 .items .item:nth-child(even) .bottom .txt {
    padding-right: 10px;
  }
  .section10 .inner {
    max-width: 100%;
  }
  .section10 .inner {
    padding: 0 0 40px;
  }
  .section10 .block1 .wrap {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 30px;
    padding: 20px;
  }
  .section10 .block1 ul {
    margin-top: 15px;
  }
  .section10 .block1 ul li {
    margin-top: 15px;
  }
  .section10 .block1 .remarks {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .section10 .block2 {
    margin-top: 30px;
    padding: 0 20px;
  }
  .section10 .block2 .heading {
    font-size: 5vw;
  }
  .section10 .block2 .items .item .txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .section11 .inner {
    max-width: 100%;
  }
  .section11 .inner {
    padding: 20px 20px 30px;
  }
  .section11 .heading {
    margin-top: 40px;
  }
  .section11 .heading span {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 6px 20px;
  }
  .section11 .txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .section11 .wrap {
    display: block;
    margin-top: 40px;
  }
  .section11 .wrap .image {
    width: 100%;
  }
  .section11 .wrap .note {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
    width: 100%;
  }
  .section12 {
    padding: 50px 0;
  }
  .section12 h2 {
    width: 96.8%;
  }
  .section12 .heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .section12 .inner {
    max-width: 100%;
  }
  .section12 .inner {
    padding: 0;
  }
  .section12 .items .item {
    margin-top: 30px;
  }
  .section12 .items .item:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section12 #tab {
    max-width: 100%;
    width: 100%;
  }
  .section12 #tab li {
    width: 50%;
  }
  .section12 .content_wrap {
    margin-top: -1px;
    max-width: 100%;
    padding: 30px 15px;
    width: 100%;
  }
  .section12 .content_wrap h3 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .section12 .content_wrap ul {
    display: block;
  }
  .section12 .content_wrap ul li {
    margin: 20px 0 0;
    width: 100%;
  }
  .section12 .content_wrap ul li:first-child {
    margin-top: 0;
  }
  .section12 .content_wrap .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section12 .movie_ttl {
    width: 99.38%;
  }
  .section12 .movie_box2 {
    margin-top: 20px;
  }
  .section12 .txt01 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 20px;
  }
  .section12 .txt02 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    margin-top: 10px;
  }
  .section13 .inner {
    max-width: 100%;
  }
  .section13 .inner {
    padding: 20px;
  }
  .section13 .wrap {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 40px 15px 20px;
  }
  .section13 .wrap h2 {
    width: 67.16%;
  }
  .section13 .wrap .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section13 .wrap .image {
    margin-top: 20px;
    padding: 0 10px;
    width: 100%;
  }
  .section14 .inner {
    max-width: 100%;
  }
  .section14 .inner {
    padding: 30px 20px 40px;
  }
  .section14 h2 {
    width: 100%;
  }
  .section14 .items {
    margin-top: 20px;
    padding: 0;
  }
  .section14 .items .item {
    margin-top: 30px;
  }
  .section14 .items .item .item_inner {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .section14 .items .item .ico {
    width: 100px;
  }
  .section14 .items .item .txt {
    font-size: 3.5vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section14 .items .item:nth-child(odd) {
    padding-left: 50px;
  }
  .section14 .items .item:nth-child(odd) .ico {
    left: -50px;
  }
  .section14 .items .item:nth-child(odd) .txt {
    padding-left: 60px;
  }
  .section14 .items .item:nth-child(even) {
    padding-right: 50px;
  }
  .section14 .items .item:nth-child(even) .ico {
    right: -50px;
  }
  .section14 .items .item:nth-child(even) .txt {
    padding-right: 50px;
  }
  .section14 .image {
    margin-top: 40px;
  }
  .section14 .common_btn {
    padding-bottom: 50px;
  }
  .footer_btn .inner {
    max-width: 100%;
  }
  .footer_btn .inner {
    padding: 15px 5px 15px;
  }
  .footer_btn .items {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .footer_btn .items .item {
    margin: 0;
    width: 24%;
  }
  .footer_btn .items .item p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-inner {
    padding-left: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
    padding-right: 1rem;
  }
  .p-fv__content {
    margin-top: -4.2rem;
  }
  .p-sec01 {
    margin-top: -4rem;
  }
  .p-sec01__block:nth-child(n+1) {
    margin-top: 1.5rem;
  }
  .p-sec02 {
    padding-bottom: 4.25rem;
    padding-top: 3.65rem;
  }
  .p-sec02__block {
    margin-top: 3.25rem;
  }
  .p-sec02__reasonInfo {
    font-size: 1rem;
    font-size: 10px;
    margin-top: 2.1rem;
  }
  .p-sec02__reasonInfo02 {
    font-size: 1rem;
    font-size: 10px;
    margin-top: 1.125rem;
    padding-top: 1.125rem;
  }
  .p-sec02__reasonInfo03 {
    font-size: 10px;
    margin-top: 3.6rem;
  }
  .p-sec02__achievement {
    margin-top: 2.8rem;
  }
  .p-sec02__season {
    margin-top: 3.45rem;
  }
  .p-sec02__meritArea {
    margin-top: 3.175rem;
  }
  .p-sec02__merit {
    margin-top: 1.85rem;
    max-width: 28rem;
  }
  .p-sec02__plan {
    margin-top: 7rem;
  }
  .p-sec03__inner {
    padding: 3.25rem 1rem;
  }
  .p-sec03__block {
    border: 0.3rem solid #f5712d;
    padding: 2.25rem 2.875rem;
  }
  .p-sec03__info {
    font-size: 10px;
  }
  .p-sec03__moreCampaign {
    margin-top: 2.5rem;
  }
  .p-sec04 {
    padding: 3.55rem 0 2.8rem;
  }
  .p-sec04__block {
    margin-top: 2.45rem;
  }
  .p-sec04__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-sec04__message {
    margin-top: 2.8rem;
  }
  .c-cta {
    padding: 3.5rem 0;
    padding: 0 0 3.5rem;
  }
  .c-cta__container {
    gap: 3.5rem;
    gap: 1.75rem;
  }
  .c-cta__titleArea {
    gap: 0.5rem;
  }
  .c-cta__title {
    font-size: 1.8rem;
  }
  .c-cta__leftParts img,
  .c-cta__rightParts img {
    max-width: 2rem;
    max-width: 1rem;
  }
  .c-cta__link {
    margin-top: 1rem;
  }
  .c-cta__banner {
    margin-top: 3.75rem;
  }
}

@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw;
  }
  .mb_20 {
    margin-bottom: 2.6666666667vw;
  }
  .mb_30 {
    margin-bottom: 4vw;
  }
  .mb_40 {
    margin-bottom: 5.3333333333vw;
  }
  .mb-50 {
    margin-bottom: 6.6666666667vw;
  }
  .mb-60 {
    margin-bottom: 8vw;
  }
  .mb-70 {
    margin-bottom: 9.3333333333vw;
  }
  .mb-80 {
    margin-bottom: 10.6666666667vw;
  }
  .mb-90 {
    margin-bottom: 12vw;
  }
  .mb-100 {
    margin-bottom: 13.3333333333vw;
  }
  .mb-110 {
    margin-bottom: 14.6666666667vw;
  }
  .mb-120 {
    margin-bottom: 16vw;
  }
  .mb-130 {
    margin-bottom: 17.3333333333vw;
  }
  .mb-140 {
    margin-bottom: 18.6666666667vw;
  }
  .mb-150 {
    margin-bottom: 20vw;
  }
  .mb-160 {
    margin-bottom: 21.3333333333vw;
  }
  .mb-170 {
    margin-bottom: 22.6666666667vw;
  }
  .mb-180 {
    margin-bottom: 24vw;
  }
  .mb-190 {
    margin-bottom: 25.3333333333vw;
  }
  .mb-200 {
    margin-bottom: 26.6666666667vw;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */