@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
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, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  -webkit-backface-visibility: hidden;
  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 {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

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

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

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

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

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

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

.flex {
  display: -webkit-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 {
  margin: 0;
  font: inherit;
  color: inherit; }

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 {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media (min-width: 1120px) {
  .sp {
    display: none !important; }

  .sp_tab {
    display: none !important; } }
@media (min-width: 768px) {
  .sp {
    display: none !important; } }
@media (max-width: 1119px) {
  .sp_tab {
    display: block !important; } }
@media (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 7px 13px rgba(33, 33, 33, 0.2);
  -moz-box-shadow: 0 7px 13px rgba(33, 33, 33, 0.2);
  box-shadow: 0 7px 13px rgba(33, 33, 33, 0.2);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px; }
  @media (min-width: 1120px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn::before {
    content: "";
    width: 52px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 10; }
    @media (max-width: 767px) {
      .cta_btn::before {
        width: 32px;
        left: 10px; } }
  .cta_btn a {
    height: 80px;
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 15px 0;
    position: relative; }
    .cta_btn a .hover {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 78px;
      line-height: 1.2; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .cta_btn a .hover {
          width: 100%;
          left: 0;
          padding-left: 30px; } }
      @media (max-width: 767px) {
        .cta_btn a .hover {
          left: 55px;
          line-height: 1.6; } }
  .cta_btn.contact {
    background: #17ae7c; }
    .cta_btn.contact::before {
      background-image: url("img/index/ico_contact.png"); }
    .cta_btn.contact a {
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700; }
      @media (max-width: 767px) {
        .cta_btn.contact a .hover {
          line-height: 1.2; } }
  .cta_btn.tel {
    background: #ea583c; }
    .cta_btn.tel::before {
      background-image: url("img/index/ico_tel.png"); }
    .cta_btn.tel a {
      font-size: 12px;
      font-size: 1.2rem; }
      .cta_btn.tel a .en {
        font-size: 29px;
        font-size: 2.9rem;
        font-weight: 500;
        display: block; }
        @media (max-width: 767px) {
          .cta_btn.tel a .en {
            font-size: 4.3vw; } }

.mb_10 {
  margin-bottom: calcvwPc(10); }

.mb_20 {
  margin-bottom: calcvwPc(20); }

.mb_30 {
  margin-bottom: calcvwPc(30); }

.mb_40 {
  margin-bottom: calcvwPc(40); }

.mb_50 {
  margin-bottom: calcvwPc(50); }

.mb_60 {
  margin-bottom: calcvwPc(60); }

.mb_70 {
  margin-bottom: calcvwPc(70); }

.mb_80 {
  margin-bottom: calcvwPc(80); }

.mb_90 {
  margin-bottom: calcvwPc(90); }

.mb_100 {
  margin-bottom: calcvwPc(100); }

.mb_110 {
  margin-bottom: calcvwPc(110); }

.mb_120 {
  margin-bottom: calcvwPc(120); }

.mb_130 {
  margin-bottom: calcvwPc(130); }

.mb_140 {
  margin-bottom: calcvwPc(140); }

.mb_150 {
  margin-bottom: calcvwPc(150); }

.mb_160 {
  margin-bottom: calcvwPc(160); }

.mb_170 {
  margin-bottom: calcvwPc(170); }

.mb_180 {
  margin-bottom: calcvwPc(180); }

.mb_190 {
  margin-bottom: calcvwPc(190); }

.mb_200 {
  margin-bottom: calcvwPc(200); }

@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: calcvw(10); }

  .mb_20 {
    margin-bottom: calcvw(20); }

  .mb_30 {
    margin-bottom: calcvw(30); }

  .mb_40 {
    margin-bottom: calcvw(40); }

  .mb-50 {
    margin-bottom: calcvw(50); }

  .mb-60 {
    margin-bottom: calcvw(60); }

  .mb-70 {
    margin-bottom: calcvw(70); }

  .mb-80 {
    margin-bottom: calcvw(80); }

  .mb-90 {
    margin-bottom: calcvw(90); }

  .mb-100 {
    margin-bottom: calcvw(100); }

  .mb-110 {
    margin-bottom: calcvw(110); }

  .mb-120 {
    margin-bottom: calcvw(120); }

  .mb-130 {
    margin-bottom: calcvw(130); }

  .mb-140 {
    margin-bottom: calcvw(140); }

  .mb-150 {
    margin-bottom: calcvw(150); }

  .mb-160 {
    margin-bottom: calcvw(160); }

  .mb-170 {
    margin-bottom: calcvw(170); }

  .mb-180 {
    margin-bottom: calcvw(180); }

  .mb-190 {
    margin-bottom: calcvw(190); }

  .mb-200 {
    margin-bottom: calcvw(200); } }
.form_section table, .confirm table {
  border: 1px solid #ddd;
  width: 100%; }
  @media (max-width: 767px) {
    .form_section table, .confirm table {
      border-bottom: none; } }
  .form_section table th, .form_section table td, .confirm table th, .confirm table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 767px) {
      .form_section table th, .form_section table td, .confirm table th, .confirm table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th, .confirm table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td, .confirm table td {
    background: #fff; }
.form_section span.require,
.form_section span.option, .confirm span.require,
.confirm span.option {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  padding: 1px 5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px; }
  @media (max-width: 767px) {
    .form_section span.require,
    .form_section span.option, .confirm span.require,
    .confirm span.option {
      margin-top: -9px; } }
.form_section span.require, .confirm span.require {
  background: #ea583c; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit], .confirm [type=check],
.confirm [type=radio],
.confirm [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label, .confirm [type=check] + label,
.confirm [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select, .confirm [type=tel],
.confirm [type=email],
.confirm [type=text],
.confirm [type=password],
.confirm [type=number],
.confirm textarea,
.confirm select {
  padding: 0.6em 1em;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 80%;
  background: #f6f6f6; }
  @media (max-width: 767px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section [type=number],
    .form_section textarea,
    .form_section select, .confirm [type=tel],
    .confirm [type=email],
    .confirm [type=text],
    .confirm [type=password],
    .confirm [type=number],
    .confirm textarea,
    .confirm select {
      width: 100%;
      font-size: 18px;
      font-size: 1.8rem; } }
.form_section .zip, .confirm .zip {
  width: 120px; }
.form_section textarea, .confirm textarea {
  width: 100%;
  height: 120px; }
.form_section input#zip1, .confirm input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2, .confirm input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit], .confirm [type=submit] {
  display: block;
  border: 2px solid #ea583c;
  background: #fff;
  color: #ea583c;
  width: 400px;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  font-weight: 700;
  margin: 20px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media (min-width: 1120px) {
    .form_section [type=submit]:hover, .confirm [type=submit]:hover {
      background: #ea583c;
      color: #fff; } }
  @media (max-width: 767px) {
    .form_section [type=submit], .confirm [type=submit] {
      width: 100%;
      padding: 16px 10px;
      font-size: 20px;
      font-size: 2rem; } }
.form_section .checkbox input,
.form_section .radio input, .confirm .checkbox input,
.confirm .radio input {
  display: none; }
.form_section .checkbox li,
.form_section .radio li, .confirm .checkbox li,
.confirm .radio li {
  margin-top: 5px; }
  .form_section .checkbox li:first-child,
  .form_section .radio li:first-child, .confirm .checkbox li:first-child,
  .confirm .radio li:first-child {
    margin-top: 0; }
@media (min-width: 1120px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts, .confirm .checkbox.inline_parts,
  .confirm .radio.inline_parts {
    font-size: 0; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li, .confirm .checkbox.inline_parts li,
  .confirm .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child, .confirm .checkbox.inline_parts li:last-child,
    .confirm .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts, .confirm .checkbox .parts,
.confirm .radio .parts {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px; }
  @media (max-width: 767px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts, .confirm .checkbox .parts,
    .confirm .radio .parts {
      font-size: 14px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before, .confirm .checkbox .parts::before,
  .confirm .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.form_section .checkbox .parts::before, .confirm .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before, .confirm .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts, .confirm .radio input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .radio input:checked + .parts::after, .confirm .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts, .confirm .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after, .confirm .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector, .confirm .selector {
  position: relative; }
  .form_section .selector::after, .confirm .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select, .confirm .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg, .confirm .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg, .confirm .radio .ermsg, .confirm .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg, .confirm .radio li:first-child .ermsg, .confirm .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder, .confirm ::-webkit-input-placeholder {
  color: #7e7e7e; }
.form_section ::-moz-placeholder, .confirm ::-moz-placeholder {
  color: #7e7e7e; }
.form_section :-moz-placeholder, .confirm :-moz-placeholder {
  color: #7e7e7e; }
.form_section :-ms-input-placeholder, .confirm :-ms-input-placeholder {
  color: #7e7e7e; }

html {
  font-size: 62.5%; }
  @media (max-width: 767px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #1c1c1c;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }
  @media (max-width: 767px) {
    body {
      overflow-x: hidden; } }
  body.menu-open {
    overflow: hidden; }

a {
  color: #1c1c1c; }

@media (min-width: 1120px) {
  a:hover {
    color: #1c1c1c;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  border: 2px solid #17ae7c; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #17ae7c;
    border-right: solid 2px #17ae7c;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media (max-width: 767px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.en {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400; }

.header {
  background: #fff; }
  .header .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .header .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .header .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .header .inner {
        padding: 10px 0;
        padding-left: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .header .inner {
      padding-left: 7.5px; } }

  .header .logo {
    width: 230px; }
    @media (max-width: 767px) {
      .header .logo {
        width: 40%; } }
  .header .g_nav {
    position: absolute;
    right: 0;
    bottom: 15px; }
    @media (max-width: 1119px) {
      .header .g_nav {
        display: none; } }
    .header .g_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .header .g_nav ul li {
        position: relative;
        font-size: 15px;
        font-size: 1.5rem; }
        .header .g_nav ul li + li {
          margin-left: 35px; }
        .header .g_nav ul li::before {
          content: "";
          position: absolute;
          left: -17px;
          top: 0;
          width: 1px;
          height: 100%;
          background: #17ae7c; }
        .header .g_nav ul li:first-child::before {
          display: none; }
        .header .g_nav ul li a {
          color: #17ae7c;
          font-weight: 700;
          text-decoration: none;
          position: relative;
          display: block; }
          .header .g_nav ul li a::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 100%;
            height: 1px;
            background: #fff;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s; }
          @media (min-width: 1120px) {
            .header .g_nav ul li a:hover::before {
              background: #17ae7c; } }
  @media (max-width: 1119px) {
    .header .header_nav {
      position: absolute;
      top: 50%;
      margin-top: -23px;
      right: 10px;
      z-index: 100;
      right: 0; }
      .header .header_nav #header_menu_trigger {
        display: none;
        outline: none; }
      .header .header_nav .header_menu_ico {
        transition: all 0.3s;
        position: relative;
        width: 46px;
        height: 46px;
        border-radius: 100%;
        z-index: 3000; }
        .header .header_nav .header_menu_ico div {
          width: 26px;
          height: 1px;
          position: absolute;
          background: #17ae7c;
          right: 0;
          margin: auto;
          left: 0;
          transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1.5);
          width: 26;
          top: calc(50% - ((4px)) + -1px); }
          .header .header_nav .header_menu_ico div:nth-of-type(1) {
            top: calc(50% - ((4px)) + -1px);
            width: 26px; }
          .header .header_nav .header_menu_ico div:nth-of-type(2) {
            top: calc(50% - ((4px)) + 5px);
            width: 26px; }
          .header .header_nav .header_menu_ico div:nth-of-type(3) {
            top: calc(50% - ((4px)) + 11px);
            width: 26px; }
      .header .header_nav input#header_menu_trigger:checked + label .header_menu_ico {
        transform: scale(1.21) rotate(180deg); }
      .header .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(1) {
        transform: rotate(45deg);
        width: 26px !important;
        top: calc(50% - (1px)) !important; }
      .header .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(2) {
        left: -7px !important;
        opacity: 0; }
      .header .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(3) {
        transform: rotate(-45deg);
        width: 26px !important;
        top: calc(50% - (1px)) !important; }
    .header #header_menu {
      display: none;
      position: fixed;
      z-index: 2000;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      background: #17ae7c;
      background: rgba(23, 174, 124, 0.95);
      top: var(--header-height);
      height: calc(100vh - var(--header-height)); }
      .header #header_menu ul {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 70px; } }
    @media (max-width: 1119px) and (min-width: 768px) and (max-width: 1119px) {
      .header #header_menu ul {
        width: calc(100% - 60px); } }
    @media (max-width: 1119px) and (max-width: 767px) {
      .header #header_menu ul {
        width: 100%; } }
    @media (max-width: 1119px) and (max-width: 767px) {
      .header #header_menu ul {
        padding-top: 40px;
        padding-left: 2.67%;
        padding-right: 2.67%; } }
  @media print and (max-width: 1119px) and (max-width: 767px), screen and (max-width: 1119px) and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .header #header_menu ul {
      padding-left: 10px; } }
  @media print and (max-width: 1119px) and (max-width: 767px), screen and (max-width: 1119px) and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .header #header_menu ul {
      padding-right: 10px; } }

  @media (max-width: 1119px) {
        .header #header_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 9px 0;
          font-size: 20px;
          font-size: 2rem;
          color: #fff;
          font-weight: 700;
          position: relative;
          padding: 20px 10px 10px;
          border-bottom: 1px dashed #fff; }
          .header #header_menu ul li a::before {
            content: "";
            position: absolute;
            width: 35px;
            height: 100%;
            background-image: url("img/index/ico_read_more_white.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 20px;
            top: 0;
            pointer-events: none;
            z-index: 10; } }
  @media (min-width: 1120px) {
    .header .header_nav {
      display: none; } }

.green {
  color: #17ae7c; }

.red {
  color: #ea583c; }

@media (max-width: 767px) {
  .wrapper {
    overflow-x: hidden; } }
.main_ttl {
  text-align: center; }
  .main_ttl .sub {
    font-size: 15px;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .main_ttl .sub {
        font-size: 2.7vw; } }
  .main_ttl h1, .main_ttl h2 {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.04em; }
    @media (max-width: 767px) {
      .main_ttl h1, .main_ttl h2 {
        font-size: 6.3vw; } }
    .main_ttl h1 .medium, .main_ttl h2 .medium {
      font-size: 80%; }
    .main_ttl h1.brackets::before, .main_ttl h1.brackets::after, .main_ttl h2.brackets::before, .main_ttl h2.brackets::after {
      content: "";
      position: absolute;
      width: 35px;
      height: 44px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      pointer-events: none;
      z-index: 10; }
      @media (max-width: 767px) {
        .main_ttl h1.brackets::before, .main_ttl h1.brackets::after, .main_ttl h2.brackets::before, .main_ttl h2.brackets::after {
          width: 17px;
          height: 22px; } }
    .main_ttl h1.brackets::before, .main_ttl h2.brackets::before {
      left: -35px;
      top: -8px;
      background-image: url("img/index/main_ttl_before.png"); }
      @media (max-width: 767px) {
        .main_ttl h1.brackets::before, .main_ttl h2.brackets::before {
          background-image: url("img/index/main_ttl_before_sp.png");
          left: -15px; } }
    .main_ttl h1.brackets::after, .main_ttl h2.brackets::after {
      right: -35px;
      bottom: -8px;
      background-image: url("img/index/main_ttl_after.png"); }
      @media (max-width: 767px) {
        .main_ttl h1.brackets::after, .main_ttl h2.brackets::after {
          background-image: url("img/index/main_ttl_after_sp.png");
          right: -15px; } }
    .main_ttl h1 .border, .main_ttl h2 .border {
      display: inline-block;
      position: relative; }
      .main_ttl h1 .border::before, .main_ttl h1 .border::after, .main_ttl h2 .border::before, .main_ttl h2 .border::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #ea583c; }
        @media (max-width: 767px) {
          .main_ttl h1 .border::before, .main_ttl h1 .border::after, .main_ttl h2 .border::before, .main_ttl h2 .border::after {
            height: 1px;
            bottom: -1px; } }
      .main_ttl h1 .border::after, .main_ttl h2 .border::after {
        bottom: -5px; }

.page_index .fv {
  background-image: url("img/index/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .page_index .fv {
      background-image: url("img/index/fv_bg_sp.jpg");
      background-size: 100% auto;
      background-position: center top; } }
  @media (max-width: 767px) {
    .page_index .fv {
      background-image: url("img/index/fv_bg_sp.jpg");
      background-size: 100% auto;
      background-position: center top; } }
  .page_index .fv .inner {
    height: 580px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 34px;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .fv .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .fv .inner {
        width: 100%; } }
    @media (max-width: 1119px) {
      .page_index .fv .inner {
        height: auto;
        padding-top: 10.67%;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 1119px), screen and (max-width: 1119px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .fv .inner {
      padding-top: 40px; } }
  @media print and (max-width: 1119px), screen and (max-width: 1119px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .fv .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 1119px), screen and (max-width: 1119px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .fv .inner {
      padding-right: 7.5px; } }

  .page_index .fv .fv_txt {
    letter-spacing: 0.05em;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .page_index .fv .fv_txt {
        letter-spacing: 0.03em; } }
    .page_index .fv .fv_txt p {
      font-size: 27px;
      font-size: 2.7rem; }
      @media (max-width: 767px) {
        .page_index .fv .fv_txt p {
          font-size: 4vw; } }
    .page_index .fv .fv_txt h1 {
      font-weight: 700;
      font-size: 53px;
      font-size: 5.3rem;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .page_index .fv .fv_txt h1 {
          font-size: 7.2vw; } }
      .page_index .fv .fv_txt h1 .medium {
        font-size: 80%; }
      .page_index .fv .fv_txt h1 .small {
        font-size: 60%; }
      .page_index .fv .fv_txt h1 .medium .small {
        font-size: 80%; }
      .page_index .fv .fv_txt h1 .large {
        font-size: 75px;
        font-size: 7.5rem; }
        @media (max-width: 767px) {
          .page_index .fv .fv_txt h1 .large {
            font-size: 10vw;
            display: block;
            padding-top: 5px; } }
  .page_index .fv .btn {
    margin-top: 15px;
    text-align: center;
    width: 590px;
    position: absolute;
    left: 0;
    top: 220px; }
    @media (max-width: 1119px) {
      .page_index .fv .btn {
        position: static;
        width: 100%; } }
    .page_index .fv .btn p {
      text-align: center;
      font-size: 20px;
      font-size: 2rem; }
      @media (max-width: 1119px) {
        .page_index .fv .btn p {
          font-weight: 700;
          font-size: 19px;
          font-size: 1.9rem; } }
    .page_index .fv .btn ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      margin-top: 10px; }
      .page_index .fv .btn ul li {
        width: 285px; }
        @media (max-width: 1119px) {
          .page_index .fv .btn ul li {
            width: 49%; } }
  .page_index .fv .fv_image {
    width: 590px;
    margin-top: 165px;
    text-align: center; }
    @media (max-width: 1119px) {
      .page_index .fv .fv_image {
        width: 100%;
        margin-top: 15px; } }
  .page_index .fv .fv_image2 {
    width: 336px;
    position: absolute;
    top: 348px;
    left: 600px; }
    @media (max-width: 1119px) {
      .page_index .fv .fv_image2 {
        position: static;
        margin: 30px auto 0; } }
    @media (max-width: 767px) {
      .page_index .fv .fv_image2 {
        width: 250px;
        margin-top: 20px; } }
  .page_index .fv .fv_txt2 {
    width: 540px;
    text-align: center;
    border: 1px solid #d8d8d8;
    padding: 5px 0;
    background: #fff;
    margin-top: 15px;
    margin-left: 20px; }
    @media (max-width: 1119px) {
      .page_index .fv .fv_txt2 {
        margin-top: 10px;
        width: 100%;
        margin-left: 0; } }
    .page_index .fv .fv_txt2 span {
      font-weight: 700;
      color: #ea583c; }
.page_index .section01 {
  position: relative; }
  .page_index .section01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background-image: url("img/index/section01_after.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -120px;
    pointer-events: none;
    z-index: 10; }
    @media (max-width: 767px) {
      .page_index .section01::before {
        display: none; } }
  .page_index .section01 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 55px 0 70px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section01 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section01 .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .page_index .section01 .inner {
        padding-top: 45px;
        padding-bottom: 40px;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section01 .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section01 .inner {
      padding-right: 7.5px; } }
    @media (max-width: 767px) {
        .page_index .section01 .inner .main_ttl {
          width: 50%; }
        .page_index .section01 .inner .main_ttl h2 {
          margin-top: 15px;
          text-align: left; } }
  .page_index .section01 .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 45px; }
    @media (max-width: 767px) {
      .page_index .section01 .wrap {
        display: block;
        margin-top: 50px; } }
    .page_index .section01 .wrap .txt {
      width: 440px; }
      @media (max-width: 1119px) {
        .page_index .section01 .wrap .txt {
          width: 50%; } }
      @media (max-width: 767px) {
        .page_index .section01 .wrap .txt {
          width: 100%;
          padding-left: 2%;
          padding-right: 2%;
          font-size: 18px;
          font-size: 1.8rem; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section01 .wrap .txt {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section01 .wrap .txt {
      padding-right: 7.5px; } }

    .page_index .section01 .wrap .image {
      width: 450px;
      margin-left: 45px; }
      @media (max-width: 1119px) {
        .page_index .section01 .wrap .image {
          width: 50%;
          margin-left: 0;
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .page_index .section01 .wrap .image {
          position: absolute;
          width: 50%;
          right: 0;
          top: 40px; } }
      .page_index .section01 .wrap .image img {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        -webkit-box-shadow: 5px 10px 30px rgba(51, 51, 51, 0.3);
        -moz-box-shadow: 5px 10px 30px rgba(51, 51, 51, 0.3);
        box-shadow: 5px 10px 30px rgba(51, 51, 51, 0.3); }
        @media (max-width: 767px) {
          .page_index .section01 .wrap .image img {
            border-radius: 20px 0 0 20px;
            -moz-border-radius: 20px 0 0 20px;
            -webkit-border-radius: 20px 0 0 20px;
            -o-border-radius: 20px 0 0 20px;
            -ms-border-radius: 20px 0 0 20px;
            -webkit-box-shadow: 3px 6px 20px rgba(51, 51, 51, 0.3);
            -moz-box-shadow: 3px 6px 20px rgba(51, 51, 51, 0.3);
            box-shadow: 3px 6px 20px rgba(51, 51, 51, 0.3); } }
.page_index .section02 {
  background: #17ae7c; }
  .page_index .section02 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 120px 60px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section02 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section02 .inner {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section02 .inner {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .page_index .section02 .inner {
        padding-top: 0;
        padding-bottom: 45px;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section02 .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section02 .inner {
      padding-right: 7.5px; } }

  .page_index .section02 .main_ttl {
    color: #fff; }
  .page_index .section02 .items {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .page_index .section02 .items {
        margin-top: 25px; } }
    .page_index .section02 .items .item {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border: 1px solid #fff;
      padding: 10px 0 10px 15px;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      border-left: 8px solid #fff;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .page_index .section02 .items .item {
          margin-top: 8px;
          padding: 6px 10px 6px 10px;
          font-size: 3.5vw;
          line-height: 1.3; } }
      .page_index .section02 .items .item:first-child {
        margin-top: 0; }
      .page_index .section02 .items .item span {
        color: #fff007;
        font-size: 120%; }
      .page_index .section02 .items .item .txt {
        position: relative;
        padding-left: 2.8em; }
        @media (max-width: 767px) {
          .page_index .section02 .items .item .txt {
            padding-left: 2.5em; } }
        .page_index .section02 .items .item .txt::before {
          content: "";
          position: absolute;
          top: -5px;
          left: 0;
          color: #fff;
          font-size: 30px;
          font-size: 3rem;
          font-family: "Manrope", sans-serif;
          font-weight: 300; }
          @media (max-width: 767px) {
            .page_index .section02 .items .item .txt::before {
              font-size: 26px;
              font-size: 2.6rem;
              top: -3px; } }
      .page_index .section02 .items .item:nth-child(1) .txt::before {
        content: "01."; }
      .page_index .section02 .items .item:nth-child(2) .txt::before {
        content: "02."; }
      .page_index .section02 .items .item:nth-child(3) .txt::before {
        content: "03."; }
      .page_index .section02 .items .item:nth-child(4) .txt::before {
        content: "04."; }
      .page_index .section02 .items .item:nth-child(5) .txt::before {
        content: "05."; }
.page_index .section03 .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 75px 0 90px; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .page_index .section03 .inner {
      width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .page_index .section03 .inner {
      width: 100%; } }
  @media (max-width: 767px) {
    .page_index .section03 .inner {
      padding-top: 40px;
      padding-bottom: 45px;
      padding-left: 2%;
      padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section03 .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section03 .inner {
      padding-right: 7.5px; } }

.page_index .section03 .image {
  text-align: center;
  margin-top: 45px; }
  @media (max-width: 767px) {
    .page_index .section03 .image {
      margin-top: 30px; } }
.page_index .section04 {
  background: #fefae2;
  position: relative; }
  .page_index .section04::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    background-image: url("img/index/section04_after.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
    pointer-events: none;
    z-index: 10; }
    @media (max-width: 767px) {
      .page_index .section04::before {
        display: none; } }
  .page_index .section04 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 75px 0 90px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section04 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section04 .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .page_index .section04 .inner {
        padding-top: 40px;
        padding-bottom: 35px;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section04 .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section04 .inner {
      padding-right: 7.5px; } }

  .page_index .section04 .items {
    margin-top: 45px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section04 .items {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; } }
    @media (max-width: 767px) {
      .page_index .section04 .items {
        margin-top: 20px; } }
    .page_index .section04 .items .item {
      background: #fff;
      border: 2px solid #17ae7c;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      padding: 15px 0 15px 65px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      position: relative;
      width: 530px;
      margin-top: 25px; }
      @media (min-width: 1120px) {
        .page_index .section04 .items .item:nth-child(1), .page_index .section04 .items .item:nth-child(2) {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .page_index .section04 .items .item {
          padding: 8px 8px 8px 40px;
          width: 100%;
          margin-top: 10px;
          font-size: 3.3vw; } }
      .page_index .section04 .items .item::before {
        content: "";
        width: 44px;
        height: 44px;
        background-image: url("img/index/section04_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        pointer-events: none;
        z-index: 10; }
        @media (max-width: 767px) {
          .page_index .section04 .items .item::before {
            width: 27px;
            height: 27px;
            left: 5px; } }
.page_index .section05 {
  background: #e8fcf5; }
  .page_index .section05 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 90px 0 70px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section05 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section05 .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .page_index .section05 .inner {
        padding-top: 20px;
        padding-bottom: 55px;
        padding-left: 4%;
        padding-right: 4%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section05 .inner {
      padding-left: 15px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section05 .inner {
      padding-right: 15px; } }

  .page_index .section05 .items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 65px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section05 .items {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; }
        .page_index .section05 .items .item + .item {
          margin-top: 90px; } }
    @media (max-width: 767px) {
      .page_index .section05 .items {
        display: block; } }
    .page_index .section05 .items .item {
      background: #fff;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      width: 540px;
      position: relative;
      padding: 90px 20px 25px; }
      @media (max-width: 767px) {
        .page_index .section05 .items .item {
          width: 100%;
          border-radius: 15px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          -o-border-radius: 15px;
          -ms-border-radius: 15px;
          padding-top: 52px;
          padding-bottom: 20px;
          padding-left: 2%;
          padding-right: 2%;
          -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12); } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section05 .items .item {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section05 .items .item {
      padding-right: 7.5px; } }
      @media (max-width: 767px) {
          .page_index .section05 .items .item:nth-child(2) {
            margin-top: 60px; } }
      .page_index .section05 .items .item::before {
        content: "";
        position: absolute;
        width: 130px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -55px;
        pointer-events: none;
        z-index: 10; }
        @media (max-width: 767px) {
          .page_index .section05 .items .item::before {
            width: 85px;
            top: -42px; } }
      .page_index .section05 .items .item:nth-child(1)::before {
        background-image: url("img/index/section05_ico_01.png"); }
      .page_index .section05 .items .item:nth-child(2)::before {
        background-image: url("img/index/section05_ico_02.png"); }
  .page_index .section05 .nayami .heading {
    text-align: center; }
    .page_index .section05 .nayami .heading span {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      display: inline-block;
      border-bottom: 1px solid #333; }
  .page_index .section05 .nayami ul {
    margin-top: 15px;
    padding-left: 10px; }
    .page_index .section05 .nayami ul li {
      margin-top: 3px;
      position: relative;
      padding-left: 1em; }
      .page_index .section05 .nayami ul li::before {
        content: "●";
        position: absolute;
        left: 0;
        top: 0;
        color: #d8d8d8; }
      .page_index .section05 .nayami ul li:first-child {
        margin-top: 0; }
  .page_index .section05 .solution {
    margin-top: 20px;
    background: #fefae2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 20px 30px; }
    @media (max-width: 767px) {
      .page_index .section05 .solution {
        padding: 10px 10px 15px; } }
    .page_index .section05 .solution .heading {
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem; }
      .page_index .section05 .solution .heading > span {
        position: relative;
        padding-right: 75px;
        display: inline-block; }
        @media (max-width: 767px) {
          .page_index .section05 .solution .heading > span {
            padding-right: 50px; } }
        .page_index .section05 .solution .heading > span::before {
          content: "";
          position: absolute;
          width: 65px;
          height: 65px;
          background-image: url("img/index/section05_ico_03.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          right: 0;
          top: -30px;
          pointer-events: none;
          z-index: 10; }
          @media (max-width: 767px) {
            .page_index .section05 .solution .heading > span::before {
              width: 45px;
              height: 45px;
              top: -13px; } }
      .page_index .section05 .solution .heading .green {
        font-size: 20px;
        font-size: 2rem; }
    .page_index .section05 .solution ul {
      margin-top: 10px; }
      .page_index .section05 .solution ul li {
        margin-top: 5px;
        position: relative;
        font-size: 17px;
        font-size: 1.7rem;
        padding-left: 26px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .page_index .section05 .solution ul li {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.3; } }
        .page_index .section05 .solution ul li::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 100%;
          background-image: url("img/index/section05_ico_04.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 7px;
          pointer-events: none;
          z-index: 10; }
          @media (max-width: 767px) {
            .page_index .section05 .solution ul li::before {
              width: 13px;
              left: 6px;
              top: 4px; } }
        .page_index .section05 .solution ul li:first-child {
          margin-top: 0; }
        .page_index .section05 .solution ul li span {
          color: #ea583c; }
        .page_index .section05 .solution ul li .remarks {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 400; }
  @media (min-width: 1120px) {
    .page_index .section05 .items .item:nth-child(2) .solution {
      padding-bottom: 50px; } }
.page_index .section06 {
  position: relative; }
  .page_index .section06::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background-image: url("img/index/section01_after.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -120px;
    pointer-events: none;
    z-index: 10; }
  .page_index .section06 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 55px 0 70px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section06 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section06 .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .page_index .section06 .inner {
        padding-top: 60px;
        padding-bottom: 40px;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section06 .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section06 .inner {
      padding-right: 7.5px; } }
    @media (max-width: 767px) {
        .page_index .section06 .inner .main_ttl {
          padding-left: 50%; }
        .page_index .section06 .inner .main_ttl h2 {
          margin-top: 15px;
          text-align: left; } }
  .page_index .section06 .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 45px; }
    @media (max-width: 767px) {
      .page_index .section06 .wrap {
        margin-top: 30px; } }
    .page_index .section06 .wrap .txt {
      width: 440px; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .page_index .section06 .wrap .txt {
          width: 50%; } }
      @media (max-width: 767px) {
        .page_index .section06 .wrap .txt {
          width: 100%;
          font-size: 18px;
          font-size: 1.8rem;
          padding-left: 2%;
          padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section06 .wrap .txt {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section06 .wrap .txt {
      padding-right: 7.5px; } }

    .page_index .section06 .wrap .image {
      width: 450px;
      margin-right: 45px; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .page_index .section06 .wrap .image {
          width: 50%;
          margin-right: 0;
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .page_index .section06 .wrap .image {
          position: absolute;
          width: 43%;
          left: 0;
          top: 60px; } }
      .page_index .section06 .wrap .image img {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        -webkit-box-shadow: 5px 10px 30px rgba(51, 51, 51, 0.3);
        -moz-box-shadow: 5px 10px 30px rgba(51, 51, 51, 0.3);
        box-shadow: 5px 10px 30px rgba(51, 51, 51, 0.3); }
        @media (max-width: 767px) {
          .page_index .section06 .wrap .image img {
            border-radius: 0 20px 20px 0;
            -moz-border-radius: 0 20px 20px 0;
            -webkit-border-radius: 0 20px 20px 0;
            -o-border-radius: 0 20px 20px 0;
            -ms-border-radius: 0 20px 20px 0;
            -webkit-box-shadow: 3px 6px 20px rgba(51, 51, 51, 0.3);
            -moz-box-shadow: 3px 6px 20px rgba(51, 51, 51, 0.3);
            box-shadow: 3px 6px 20px rgba(51, 51, 51, 0.3); } }
.page_index .section07 {
  background: #17ae7c; }
  .page_index .section07 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 50px 60px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section07 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section07 .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .page_index .section07 .inner {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section07 .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section07 .inner {
      padding-right: 7.5px; } }

  .page_index .section07 .main_ttl {
    color: #fff; }
  .page_index .section07 .lead {
    margin-top: 20px;
    text-align: center;
    color: #fff; }
    @media (max-width: 767px) {
      .page_index .section07 .lead {
        font-size: 18px;
        font-size: 1.8rem; } }
  .page_index .section07 .container {
    background: #fff;
    margin-top: 30px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    text-align: center;
    padding: 35px 0; }
    @media (max-width: 767px) {
      .page_index .section07 .container {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding-top: 25px; } }
    .page_index .section07 .container .heading {
      text-align: center; }
      .page_index .section07 .container .heading span {
        display: inline-block;
        color: #17ae7c;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 700;
        padding: 3px 50px;
        border: 1px solid #17ae7c;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px; }
    .page_index .section07 .container .price {
      margin-top: 10px;
      color: #ea583c;
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: 700;
      line-height: 1; }
      .page_index .section07 .container .price span {
        font-size: 200%;
        font-weight: 700; }
    .page_index .section07 .container .image {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .page_index .section07 .container .image {
          width: 80%;
          margin: 20px auto 0; } }
    .page_index .section07 .container .heading2 {
      margin-top: 45px;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem; }
      @media (max-width: 767px) {
        .page_index .section07 .container .heading2 {
          margin-top: 35px; } }
    .page_index .section07 .container ul {
      display: inline-block;
      margin-top: 15px; }
      .page_index .section07 .container ul li {
        text-align: left; }
.page_index .section08 .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 75px 0; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .page_index .section08 .inner {
      width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .page_index .section08 .inner {
      width: 100%; } }
  @media (max-width: 767px) {
    .page_index .section08 .inner {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 4%;
      padding-right: 4%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section08 .inner {
      padding-left: 15px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section08 .inner {
      padding-right: 15px; } }

.page_index .section08 .lead {
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .page_index .section08 .lead {
      font-size: 18px;
      font-size: 1.8rem; } }
.page_index .section08 .image {
  width: 650px;
  margin: 30px auto 0;
  text-align: center;
  background: #f9fffd;
  border: 1px solid #17ae7c;
  padding: 30px 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media (max-width: 767px) {
    .page_index .section08 .image {
      width: 100%;
      margin-top: 20px;
      padding: 20px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; } }
.page_index .section09 .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 70px; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .page_index .section09 .inner {
      width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .page_index .section09 .inner {
      width: 100%; } }
  @media (max-width: 767px) {
    .page_index .section09 .inner {
      padding-top: 0;
      padding-bottom: 40px;
      padding-left: 4%;
      padding-right: 4%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section09 .inner {
      padding-left: 15px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section09 .inner {
      padding-right: 15px; } }

.page_index .section09 .lead {
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .page_index .section09 .lead {
      font-size: 18px;
      font-size: 1.8rem; } }
.page_index .section09 .image {
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .page_index .section09 .image {
      width: 80%;
      margin: 20px auto 0; } }
.page_index .section10 {
  background: #e8fcf5; }
  .page_index .section10 .inner {
    padding: 70px 50px; }
    @media (max-width: 767px) {
      .page_index .section10 .inner {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 4%;
        padding-right: 4%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section10 .inner {
      padding-left: 15px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section10 .inner {
      padding-right: 15px; } }

  .page_index .section10 .main_ttl h2 {
    margin-top: 10px; }
  .page_index .section10 .wrap {
    max-width: 1600px;
    min-width: 1100px;
    margin: auto;
    margin-top: 60px; }
    @media (min-width: 768px) {
      .page_index .section10 .wrap {
        max-width: 100%;
        min-width: 100%; } }
    @media (max-width: 767px) {
      .page_index .section10 .wrap {
        max-width: 100%;
        min-width: 100%;
        margin-top: 30px; } }
    .page_index .section10 .wrap .ttl {
      font-size: 1.35vw;
      text-align: center;
      margin-top: 10px;
      font-weight: 700; }
      @media print, screen and (max-width: 1200px) {
        .page_index .section10 .wrap .ttl {
          font-size: 17px;
          font-size: 1.7rem; } }
      @media (max-width: 767px) {
        .page_index .section10 .wrap .ttl {
          font-size: 20px;
          font-size: 2rem; } }
    .page_index .section10 .wrap p {
      margin-top: 10px;
      font-size: 15px;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .page_index .section10 .wrap p {
          margin-top: 5px;
          font-size: 16px;
          font-size: 1.6rem; } }
  @media (min-width: 1120px) {
    .page_index .section10 ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; } }
  @media (min-width: 768px) and (max-width: 1119px) {
    .page_index .section10 ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; } }
  @media (max-width: 767px) {
    .page_index .section10 ul {
      display: flex;
      align-items: stretch;
      overflow-x: auto;
      overflow-scrolling: touch;
      -webkit-overflow-scrolling: touch;
      margin-right: -4%;
      padding-right: 20px; } }
  .page_index .section10 ul li {
    width: calc((100% - 6%) / 5);
    margin-left: 1.5%;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 20px 15px 25px;
    -webkit-box-shadow: 0 5px 20px rgba(33, 33, 33, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(33, 33, 33, 0.1);
    box-shadow: 0 5px 20px rgba(33, 33, 33, 0.1);
    position: relative; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section10 ul li {
        width: calc((100% - 6%) / 3);
        margin-top: 40px; }
        .page_index .section10 ul li:nth-child(1), .page_index .section10 ul li:nth-child(2), .page_index .section10 ul li:nth-child(3) {
          margin-top: 0; }
        .page_index .section10 ul li:nth-child(3n+1) {
          margin-left: 0; } }
    @media (max-width: 767px) {
      .page_index .section10 ul li {
        width: 200px;
        flex-shrink: 0;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 20px;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .page_index .section10 ul li .content {
          padding: 15px 10px 20px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          background: #fff;
          -webkit-box-shadow: 0 3px 10px rgba(33, 33, 33, 0.1);
          -moz-box-shadow: 0 3px 10px rgba(33, 33, 33, 0.1);
          box-shadow: 0 3px 10px rgba(33, 33, 33, 0.1);
          height: 100%; } }
    .page_index .section10 ul li::before {
      content: "";
      position: absolute;
      width: 73px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 15px;
      top: -14px;
      pointer-events: none;
      z-index: 10; }
      @media (max-width: 767px) {
        .page_index .section10 ul li::before {
          top: 0;
          width: 51px; } }
    .page_index .section10 ul li::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 21px 0 21px 23px;
      border-color: transparent transparent transparent #000000;
      z-index: 1; }
      @media (max-width: 767px) {
        .page_index .section10 ul li::after {
          right: -20px; } }
    .page_index .section10 ul li:first-child {
      margin-left: 0; }
    .page_index .section10 ul li:nth-child(1)::before {
      background-image: url("img/index/section10_step_01.png"); }
    .page_index .section10 ul li:nth-child(2)::before {
      background-image: url("img/index/section10_step_02.png"); }
    .page_index .section10 ul li:nth-child(3)::before {
      background-image: url("img/index/section10_step_03.png"); }
    .page_index .section10 ul li:nth-child(4)::before {
      background-image: url("img/index/section10_step_04.png"); }
    .page_index .section10 ul li:nth-child(5)::before {
      background-image: url("img/index/section10_step_05.png"); }
    .page_index .section10 ul li:nth-child(5)::after {
      display: none; }
.page_index .section11 {
  position: relative; }
  .page_index .section11::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background-image: url("img/index/section01_after.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -120px;
    pointer-events: none;
    z-index: 10; }
    @media (max-width: 767px) {
      .page_index .section11::before {
        display: none; } }
  .page_index .section11 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 50px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section11 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section11 .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .page_index .section11 .inner {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section11 .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section11 .inner {
      padding-right: 7.5px; } }

  .page_index .section11 .items {
    border-top: 1px solid #333; }
    .page_index .section11 .items .item {
      border-bottom: 1px solid #333; }
  .page_index .section11 .disnon {
    display: none; }
  .page_index .section11 .tab_wrap {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .page_index .section11 .tab_wrap {
        margin-top: 30px; } }
    .page_index .section11 .tab_wrap ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .page_index .section11 .tab_wrap ul {
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between; } }
      .page_index .section11 .tab_wrap ul li {
        width: 175px;
        margin-left: 4px;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        cursor: pointer;
        text-align: center;
        font-weight: 700;
        color: #17ae7c;
        background: #e8fcf6;
        line-height: 67px; }
        @media (min-width: 768px) and (max-width: 1119px) {
          .page_index .section11 .tab_wrap ul li {
            width: 16%; } }
        @media (max-width: 767px) {
          .page_index .section11 .tab_wrap ul li {
            width: calc(50% - 2px);
            margin: 0;
            margin-bottom: 4px;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            line-height: 50px;
            font-size: 18px;
            font-size: 1.8rem; }
            .page_index .section11 .tab_wrap ul li:last-child {
              width: 100%;
              margin-bottom: 0; } }
        .page_index .section11 .tab_wrap ul li:first-child {
          margin-left: 0; }
        .page_index .section11 .tab_wrap ul li.select {
          background: #17ae7c;
          color: #fff; }
    .page_index .section11 .tab_wrap .content_wrap {
      border: 2px solid #17ae7c;
      padding: 50px 40px;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px; }
      @media (max-width: 767px) {
        .page_index .section11 .tab_wrap .content_wrap {
          border: none;
          padding: 0;
          margin-top: 25px; } }
  .page_index .section11 .question, .page_index .section11 .answer {
    position: relative; }
    .page_index .section11 .question span, .page_index .section11 .answer span {
      display: inline-block;
      position: relative;
      padding-left: 45px; }
      @media (max-width: 767px) {
        .page_index .section11 .question span, .page_index .section11 .answer span {
          padding-left: 35px; } }
      .page_index .section11 .question span::before, .page_index .section11 .answer span::before {
        content: "";
        position: absolute;
        width: 36px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 10; }
        @media (max-width: 767px) {
          .page_index .section11 .question span::before, .page_index .section11 .answer span::before {
            width: 22px;
            left: 5px; } }
  .page_index .section11 .question {
    padding: 30px 80px 20px 120px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer; }
    @media (max-width: 767px) {
      .page_index .section11 .question {
        font-size: 19px;
        font-size: 1.9rem;
        padding: 15px 40px 15px 0; } }
    .page_index .section11 .question::before {
      content: "";
      position: absolute;
      width: 35px;
      height: 100%;
      background-image: url("img/index/section11_trigger.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 25px;
      top: 0;
      pointer-events: none;
      z-index: 10;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .page_index .section11 .question::before {
          width: 25px;
          right: 5px; } }
    .page_index .section11 .question.active::before {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .page_index .section11 .question span::before {
      background-image: url("img/index/ico_question.png"); }
  .page_index .section11 .answer {
    padding: 20px 80px 20px 120px;
    border-top: 1px dashed #333; }
    @media (max-width: 767px) {
      .page_index .section11 .answer {
        padding: 15px 30px 15px 0;
        font-size: 17px;
        font-size: 1.7rem; } }
    .page_index .section11 .answer span::before {
      background-image: url("img/index/ico_answer.png"); }
    .page_index .section11 .answer img {
      display: block;
      margin: 20px auto 0; }
.page_index .section12 {
  background: #17ae7c; }
  .page_index .section12 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 60px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section12 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section12 .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .page_index .section12 .inner {
        padding-top: 0;
        padding-bottom: 45px;
        padding-left: 2.67%;
        padding-right: 2.67%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section12 .inner {
      padding-left: 10px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section12 .inner {
      padding-right: 10px; } }

  .page_index .section12 .main_ttl {
    color: #fff; }
  .page_index .section12 .items {
    margin-top: 45px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section12 .items {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .page_index .section12 .items {
        display: block;
        margin-top: 25px; } }
    .page_index .section12 .items .item {
      background: #fff;
      width: calc((100% - 3%) / 2);
      margin-left: 3%;
      margin-top: 30px;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12); }
      @media (min-width: 768px) and (max-width: 1119px) {
        .page_index .section12 .items .item {
          width: 100%;
          margin: 30px 0 0; }
          .page_index .section12 .items .item:first-child {
            margin-top: 0; } }
      @media (min-width: 1120px) {
        .page_index .section12 .items .item:nth-child(odd) {
          margin-left: 0; }
        .page_index .section12 .items .item:nth-child(1), .page_index .section12 .items .item:nth-child(2) {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .page_index .section12 .items .item {
          -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          width: 100%;
          margin: 15px 0 0;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; }
          .page_index .section12 .items .item:first-child {
            margin-top: 0; } }
      .page_index .section12 .items .item a {
        display: block;
        text-decoration: none;
        padding: 25px; }
        @media (max-width: 767px) {
          .page_index .section12 .items .item a {
            padding: 15px; } }
        .page_index .section12 .items .item a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
  .page_index .section12 .overview {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px dotted #000; }
    @media (max-width: 767px) {
      .page_index .section12 .overview {
        padding-bottom: 14px; } }
    .page_index .section12 .overview .image {
      width: 40%; }
      @media (max-width: 767px) {
        .page_index .section12 .overview .image {
          width: 45%; } }
      .page_index .section12 .overview .image img {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px; }
        @media (max-width: 767px) {
          .page_index .section12 .overview .image img {
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px; } }
    .page_index .section12 .overview .txt {
      flex: 1;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .page_index .section12 .overview .txt {
          padding-left: 10px; } }
      .page_index .section12 .overview .txt .area {
        text-align: center; }
      .page_index .section12 .overview .txt .wrap {
        margin-top: 10px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        overflow: hidden;
        border: 1px solid #17ae7c; }
        @media (max-width: 767px) {
          .page_index .section12 .overview .txt .wrap {
            margin-top: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px; } }
        .page_index .section12 .overview .txt .wrap .label, .page_index .section12 .overview .txt .wrap .content {
          width: 50%;
          padding: 7px 10px;
          font-size: 15px;
          font-size: 1.5rem; }
          @media (max-width: 767px) {
            .page_index .section12 .overview .txt .wrap .label, .page_index .section12 .overview .txt .wrap .content {
              padding: 5px; } }
        .page_index .section12 .overview .txt .wrap .label {
          background: #17ae7c;
          text-align: center;
          color: #fff;
          font-weight: 700; }
  .page_index .section12 .excerpt {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .page_index .section12 .excerpt {
        padding-top: 15px; } }
  .page_index .section12 .btn {
    margin: 15px auto 0;
    width: 230px; }
    @media (max-width: 767px) {
      .page_index .section12 .btn {
        width: 140px; } }
    .page_index .section12 .btn span {
      display: block;
      background: #17ae7c;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 0;
      border-radius: 100vw;
      -moz-border-radius: 100vw;
      -webkit-border-radius: 100vw;
      -o-border-radius: 100vw;
      -ms-border-radius: 100vw;
      font-weight: 700;
      border: 1px solid #17ae7c;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .page_index .section12 .btn span {
          font-size: 18px;
          font-size: 1.8rem;
          padding: 5px 0; } }
  @media (min-width: 1120px) {
    .page_index .section12 .items .item a:hover .btn span {
      background: #fff;
      color: #17ae7c; } }
.page_index .read_more {
  width: 400px;
  margin: 50px auto 0; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .page_index .read_more {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .page_index .read_more {
      width: 85%;
      margin-top: 35px; } }
  .page_index .read_more a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    color: #17ae7c;
    font-size: 18px;
    font-size: 1.8rem;
    border: 2px solid #17ae7c;
    border-radius: 100vw;
    -moz-border-radius: 100vw;
    -webkit-border-radius: 100vw;
    -o-border-radius: 100vw;
    -ms-border-radius: 100vw;
    padding: 15px 0;
    position: relative; }
    @media (max-width: 767px) {
      .page_index .read_more a {
        font-size: 20px;
        font-size: 2rem;
        padding: 12px 0; } }
    .page_index .read_more a::before {
      content: "";
      width: 35px;
      height: 100%;
      background-image: url("img/index/ico_read_more.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      margin-top: -3px;
      pointer-events: none;
      z-index: 10;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    @media (min-width: 1120px) {
      .page_index .read_more a:hover {
        background: #17ae7c;
        color: #fff; }
        .page_index .read_more a:hover::before {
          background-image: url("img/index/ico_read_more_white.png"); } }
    .page_index .read_more a.white {
      border-color: #fff;
      color: #fff; }
      .page_index .read_more a.white::before {
        background-image: url("img/index/ico_read_more_white.png"); }
      @media (min-width: 1120px) {
        .page_index .read_more a.white:hover {
          background: #fff;
          color: #17ae7c; }
          .page_index .read_more a.white:hover::before {
            background-image: url("img/index/ico_read_more.png"); } }
.page_index .section13 {
  background: #e8fcf5; }
  .page_index .section13 .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 50px 70px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section13 .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .page_index .section13 .inner {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page_index .section13 .inner {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .page_index .section13 .inner {
        padding-top: 35px;
        padding-bottom: 45px;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section13 .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_index .section13 .inner {
      padding-right: 7.5px; } }

  .page_index .section13 .items {
    margin-top: 35px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .page_index .section13 .items {
        margin-top: 25px; } }
    .page_index .section13 .items .item {
      background: #fff;
      width: calc((100% - 4%) / 3);
      margin-left: 2%;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12); }
      @media (min-width: 768px) and (max-width: 1119px) {
        .page_index .section13 .items .item {
          width: calc((100% - 2%) / 2);
          margin-top: 20px; }
          .page_index .section13 .items .item:nth-child(1), .page_index .section13 .items .item:nth-child(2) {
            margin-top: 0; }
          .page_index .section13 .items .item:nth-child(odd) {
            margin-left: 0; } }
      @media (max-width: 767px) {
        .page_index .section13 .items .item {
          -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          width: calc((100% - 3%) / 2);
          margin-left: 3%;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          margin-top: 20px; }
          .page_index .section13 .items .item:nth-child(1), .page_index .section13 .items .item:nth-child(2) {
            margin-top: 0; }
          .page_index .section13 .items .item:nth-child(odd) {
            margin-left: 0; } }
      @media (min-width: 1120px) {
        .page_index .section13 .items .item {
          display: none; }
          .page_index .section13 .items .item:nth-child(1), .page_index .section13 .items .item:nth-child(2), .page_index .section13 .items .item:nth-child(3) {
            display: block; }
          .page_index .section13 .items .item:nth-child(3n+1) {
            margin-left: 0; } }
      .page_index .section13 .items .item a {
        display: block;
        text-decoration: none;
        padding: 25px; }
        @media (max-width: 767px) {
          .page_index .section13 .items .item a {
            padding: 15px 15px 25px; } }
        .page_index .section13 .items .item a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
  .page_index .section13 .ttl {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem; }
  .page_index .section13 .image {
    margin-top: 15px;
    text-align: center; }
    @media (max-width: 767px) {
      .page_index .section13 .image {
        margin-top: 10px; } }
    .page_index .section13 .image img {
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px; }
      @media (max-width: 767px) {
        .page_index .section13 .image img {
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; } }
  .page_index .section13 .excerpt {
    margin-top: 20px; }
  .page_index .section13 .btn {
    margin: 15px auto 0;
    width: 230px; }
    @media (max-width: 767px) {
      .page_index .section13 .btn {
        width: 140px; } }
    .page_index .section13 .btn span {
      display: block;
      background: #17ae7c;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 0;
      border-radius: 100vw;
      -moz-border-radius: 100vw;
      -webkit-border-radius: 100vw;
      -o-border-radius: 100vw;
      -ms-border-radius: 100vw;
      font-weight: 700;
      border: 1px solid #17ae7c;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      @media (min-width: 1120px) {
        .page_index .section13 .btn span:hover {
          background: #fff;
          color: #17ae7c; } }
      @media (max-width: 767px) {
        .page_index .section13 .btn span {
          font-size: 18px;
          font-size: 1.8rem;
          padding: 5px 0; } }
  @media (min-width: 1120px) {
    .page_index .section13 .items .item a:hover .btn span {
      background: #fff;
      color: #17ae7c; } }

.common_contact {
  background: #17ae7c; }
  .common_contact .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 50px 65px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .common_contact .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .common_contact .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .common_contact .inner {
        padding-top: 40px;
        padding-bottom: 60px;
        padding-left: 2%;
        padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .common_contact .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .common_contact .inner {
      padding-right: 7.5px; } }

  .common_contact .main_ttl {
    color: #fff; }
  .common_contact .heading {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff007; }
    @media (max-width: 767px) {
      .common_contact .heading {
        margin-top: 5px;
        font-size: 23px;
        font-size: 2.3rem; } }
  .common_contact .form_section {
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-box-shadow: 0 5px 25px rgba(33, 33, 33, 0.2);
    -moz-box-shadow: 0 5px 25px rgba(33, 33, 33, 0.2);
    box-shadow: 0 5px 25px rgba(33, 33, 33, 0.2);
    padding: 30px 200px 35px;
    margin-top: 20px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .common_contact .form_section {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .common_contact .form_section {
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
        padding: 20px 15px 35px; } }
    .common_contact .form_section dl {
      margin-bottom: 15px; }
      .common_contact .form_section dl dt {
        position: relative;
        padding-left: 45px;
        font-weight: 700;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .common_contact .form_section dl dt {
            font-size: 18px;
            font-size: 1.8rem;
            padding-left: 39px; } }

.common_company .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 75px 0; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .common_company .inner {
      width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .common_company .inner {
      width: 100%; } }
  @media (max-width: 767px) {
    .common_company .inner {
      padding-top: 40px;
      padding-bottom: 60px;
      padding-left: 2%;
      padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .common_company .inner {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .common_company .inner {
      padding-right: 7.5px; } }

.common_company table {
  width: 700px;
  margin: 30px auto 0;
  border-top: 1px dashed #333; }
  @media (max-width: 767px) {
    .common_company table {
      width: 100%;
      margin-top: 20px;
      font-size: 18px;
      font-size: 1.8rem; } }
  .common_company table tr {
    border-bottom: 1px dashed #333; }
  .common_company table th, .common_company table td {
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px; }
  .common_company table th {
    width: 255px;
    padding-left: 150px; }
    @media (max-width: 767px) {
      .common_company table th {
        width: 100px;
        padding-left: 10px; } }

.footer .copyright {
  background: #efefef;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #7e7e7e;
  padding: 10px 0; }

.page {
  background: #e8fcf5;
  padding: 100px 0 80px; }
  .page.confirm {
    padding-top: 20px; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .page {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .page {
      padding-top: 50px;
      padding-bottom: 80px;
      padding-left: 2%;
      padding-right: 2%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page {
      padding-left: 7.5px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page {
      padding-right: 7.5px; } }
  @media (max-width: 767px) {
      .page.confirm {
        padding-top: 0; } }
  .page .container {
    background: #fff;
    width: 900px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 40px 40px 70px;
    margin: 40px auto 0; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .page .container {
        width: 100%; } }
    @media (max-width: 767px) {
      .page .container {
        width: 100%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 35px 15px 40px; } }
  .page .txt {
    margin-top: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .page .txt {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 30px; } }

.page_container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 70px; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .page_container {
      width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .page_container {
      width: 100%; } }
  @media (max-width: 767px) {
    .page_container {
      padding-left: 2.67%;
      padding-right: 2.67%; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_container {
      padding-left: 10px; } }
  @media print and (max-width: 767px), screen and (max-width: 767px) and (min-width: 568px) and (max-width: 750px) {
    .page_container {
      padding-right: 10px; } }

  .page_container .page_fv {
    text-align: center; }
    .page_container .page_fv img {
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12); }
      @media (max-width: 767px) {
        .page_container .page_fv img {
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; } }
    .page_container .page_fv .single_category {
      text-align: center; }
      .page_container .page_fv .single_category span {
        display: inline-block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        background: #17ae7c;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 2px 25px; }
        @media (max-width: 767px) {
          .page_container .page_fv .single_category span {
            font-size: 13px;
            font-size: 1.3rem;
            padding: 3px 10px; } }
    .page_container .page_fv .article_ttl {
      text-align: center;
      margin-top: 15px;
      font-weight: 700;
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 20px;
      line-height: 1.4; }
      .page_container .page_fv .article_ttl .medium {
        font-size: 80%; }
        @media (max-width: 767px) {
          .page_container .page_fv .article_ttl .medium {
            font-size: 75%; } }
      @media (max-width: 767px) {
        .page_container .page_fv .article_ttl {
          line-height: 1.3;
          font-size: 5.3vw; }
          .page_container .page_fv .article_ttl .sp_medium {
            font-size: 75%; } }

.archive_case .archive {
  margin-top: 40px; }
  .archive_case .archive .main_ttl {
    color: #17ae7c; }
  .archive_case .archive .items {
    margin-top: 45px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .archive_case .archive .items {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .archive_case .archive .items {
        display: block;
        margin-top: 25px; } }
    .archive_case .archive .items .item {
      background: #fff;
      width: calc((100% - 3%) / 2);
      margin-left: 3%;
      margin-top: 30px;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      border: 1px solid #17ae7c;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .archive_case .archive .items .item {
          width: 100%;
          margin: 30px 0 0; }
          .archive_case .archive .items .item:first-child {
            margin-top: 0; } }
      @media (min-width: 1120px) {
        .archive_case .archive .items .item:nth-child(odd) {
          margin-left: 0; }
        .archive_case .archive .items .item:nth-child(1), .archive_case .archive .items .item:nth-child(2) {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .archive_case .archive .items .item {
          -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          width: 100%;
          margin: 15px 0 0;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; }
          .archive_case .archive .items .item:first-child {
            margin-top: 0; } }
      .archive_case .archive .items .item .item_inner {
        padding: 25px; }
        @media (max-width: 767px) {
          .archive_case .archive .items .item .item_inner {
            padding: 15px; } }
      .archive_case .archive .items .item a {
        display: block;
        text-decoration: none; }
        .archive_case .archive .items .item a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
      .archive_case .archive .items .item .number {
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        background: #17ae7c;
        padding: 3px 0;
        font-weight: 700; }
  .archive_case .archive .overview {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px dotted #000; }
    @media (max-width: 767px) {
      .archive_case .archive .overview {
        padding-bottom: 14px; } }
    .archive_case .archive .overview .image {
      width: 40%; }
      @media (max-width: 767px) {
        .archive_case .archive .overview .image {
          width: 45%; } }
      .archive_case .archive .overview .image img {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px; }
        @media (max-width: 767px) {
          .archive_case .archive .overview .image img {
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px; } }
    .archive_case .archive .overview .txt {
      flex: 1;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .archive_case .archive .overview .txt {
          padding-left: 10px; } }
      .archive_case .archive .overview .txt .area {
        text-align: center; }
      .archive_case .archive .overview .txt .wrap {
        margin-top: 10px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        overflow: hidden;
        border: 1px solid #17ae7c; }
        @media (max-width: 767px) {
          .archive_case .archive .overview .txt .wrap {
            margin-top: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px; } }
        .archive_case .archive .overview .txt .wrap .label, .archive_case .archive .overview .txt .wrap .content {
          width: 50%;
          padding: 7px 10px;
          font-size: 15px;
          font-size: 1.5rem; }
          @media (max-width: 767px) {
            .archive_case .archive .overview .txt .wrap .label, .archive_case .archive .overview .txt .wrap .content {
              padding: 5px; } }
        .archive_case .archive .overview .txt .wrap .label {
          background: #17ae7c;
          text-align: center;
          color: #fff;
          font-weight: 700; }
  .archive_case .archive .excerpt {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .archive_case .archive .excerpt {
        padding-top: 15px; } }
  .archive_case .archive .btn {
    margin: 15px auto 0;
    width: 230px; }
    @media (max-width: 767px) {
      .archive_case .archive .btn {
        width: 140px; } }
    .archive_case .archive .btn span {
      display: block;
      background: #17ae7c;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 0;
      border-radius: 100vw;
      -moz-border-radius: 100vw;
      -webkit-border-radius: 100vw;
      -o-border-radius: 100vw;
      -ms-border-radius: 100vw;
      font-weight: 700;
      border: 1px solid #17ae7c;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .archive_case .archive .btn span {
          font-size: 18px;
          font-size: 1.8rem;
          padding: 5px 0; } }
  @media (min-width: 1120px) {
    .archive_case .archive .items .item a:hover .btn span {
      background: #fff;
      color: #17ae7c; } }
  .archive_case .archive .pagenavi {
    margin-top: 70px; }
    @media (max-width: 767px) {
      .archive_case .archive .pagenavi {
        margin-top: 40px; } }
    .archive_case .archive .pagenavi .page {
      padding: 0;
      background: transparent; }
    .archive_case .archive .pagenavi .wp-pagenavi {
      clear: both;
      margin-top: 20px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .archive_case .archive .pagenavi .wp-pagenavi a, .archive_case .archive .pagenavi .wp-pagenavi span {
        text-decoration: none;
        border: 1px solid #17ae7c;
        background: #e8fcf5;
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        margin: 0 5px;
        line-height: 23px;
        color: #17ae7c;
        text-align: center; }
        @media (max-width: 767px) {
          .archive_case .archive .pagenavi .wp-pagenavi a, .archive_case .archive .pagenavi .wp-pagenavi span {
            margin: 0 3px; } }
      .archive_case .archive .pagenavi .wp-pagenavi a:hover,
      .archive_case .archive .pagenavi .wp-pagenavi span.current {
        background: #17ae7c;
        color: #fff; }
      .archive_case .archive .pagenavi .wp-pagenavi span.current {
        font-weight: bold; }
      .archive_case .archive .pagenavi .wp-pagenavi span.pages {
        display: none; }
      .archive_case .archive .pagenavi .wp-pagenavi .nextpostslink, .archive_case .archive .pagenavi .wp-pagenavi .previouspostslink {
        border: none;
        background: transparent;
        font-weight: 700;
        line-height: 25px; }
        .archive_case .archive .pagenavi .wp-pagenavi .nextpostslink:hover, .archive_case .archive .pagenavi .wp-pagenavi .previouspostslink:hover {
          background: transparent;
          color: #17ae7c; }

.archive_column .archive {
  margin-top: 40px; }
  .archive_column .archive .main_ttl {
    color: #17ae7c; }
  .archive_column .archive .items {
    margin-top: 35px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .archive_column .archive .items {
        margin-top: 25px; } }
    .archive_column .archive .items .item {
      background: #fff;
      width: calc((100% - 4%) / 3);
      margin-left: 2%;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      border: 1px solid #17ae7c;
      -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
      margin-top: 30px; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .archive_column .archive .items .item {
          width: calc((100% - 2%) / 2);
          margin-top: 20px; }
          .archive_column .archive .items .item:nth-child(1), .archive_column .archive .items .item:nth-child(2) {
            margin-top: 0; }
          .archive_column .archive .items .item:nth-child(odd) {
            margin-left: 0; } }
      @media (max-width: 767px) {
        .archive_column .archive .items .item {
          -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
          width: calc((100% - 3%) / 2);
          margin-left: 3%;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          margin-top: 20px; }
          .archive_column .archive .items .item:nth-child(1), .archive_column .archive .items .item:nth-child(2) {
            margin-top: 0; }
          .archive_column .archive .items .item:nth-child(odd) {
            margin-left: 0; } }
      @media (min-width: 1120px) {
        .archive_column .archive .items .item:nth-child(1), .archive_column .archive .items .item:nth-child(2), .archive_column .archive .items .item:nth-child(3) {
          margin-top: 0; }
        .archive_column .archive .items .item:nth-child(3n+1) {
          margin-left: 0; } }
      .archive_column .archive .items .item a {
        display: block;
        text-decoration: none;
        padding: 25px; }
        @media (max-width: 767px) {
          .archive_column .archive .items .item a {
            padding: 15px 15px 25px; } }
        .archive_column .archive .items .item a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
  .archive_column .archive .ttl {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem; }
  .archive_column .archive .image {
    margin-top: 15px;
    text-align: center; }
    @media (max-width: 767px) {
      .archive_column .archive .image {
        margin-top: 10px; } }
    .archive_column .archive .image img {
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px; }
      @media (max-width: 767px) {
        .archive_column .archive .image img {
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; } }
  .archive_column .archive .btn {
    margin: 20px auto 0;
    width: 230px; }
    @media (max-width: 767px) {
      .archive_column .archive .btn {
        width: 140px; } }
    .archive_column .archive .btn span {
      display: block;
      background: #17ae7c;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 0;
      border-radius: 100vw;
      -moz-border-radius: 100vw;
      -webkit-border-radius: 100vw;
      -o-border-radius: 100vw;
      -ms-border-radius: 100vw;
      font-weight: 700;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      border: 1px solid #17ae7c; }
      @media (min-width: 1120px) {
        .archive_column .archive .btn span:hover {
          background: #fff;
          color: #17ae7c; } }
      @media (max-width: 767px) {
        .archive_column .archive .btn span {
          font-size: 18px;
          font-size: 1.8rem;
          padding: 5px 0; } }
  @media (min-width: 1120px) {
    .archive_column .archive .items .item a:hover .btn span {
      background: #fff;
      color: #17ae7c; } }
  .archive_column .archive .date {
    margin-top: 10px; }
    .archive_column .archive .date span {
      display: inline-block;
      position: relative;
      font-size: 13px;
      font-size: 1.3rem;
      padding-left: 20px; }
      .archive_column .archive .date span::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 100%;
        background-image: url("img/page/ico_date.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 10; }

.single .article_body {
  width: 830px;
  margin: 40px auto 0; }
  @media (min-width: 768px) and (max-width: 1119px) {
    .single .article_body {
      width: 100%; } }
  @media (max-width: 767px) {
    .single .article_body {
      width: 100%;
      margin-top: 30px; } }
  .single .article_body p {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .single .article_body p {
        margin-top: 25px;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 10px; } }
  .single .article_body img {
    display: block;
    max-width: 600px;
    margin: 30px auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
    -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
    box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12); }
    @media (min-width: 768px) and (max-width: 1119px) {
      .single .article_body img {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .single .article_body img {
        width: 100%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        margin-top: 20px;
        -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
        -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
        box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12); } }
  .single .article_body h2 {
    background: #17ae7c;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding: 8px 8px 8px 100px;
    margin-left: -85px;
    margin-right: -85px;
    margin-top: 60px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .single .article_body h2 {
        padding-left: 130px;
        margin-left: -30px;
        margin-right: -30px; } }
    @media (max-width: 767px) {
      .single .article_body h2 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
        padding: 4px 10px 4px 75px;
        font-size: 21px;
        font-size: 2.1rem; } }
    .single .article_body h2 span {
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 8px;
      background: #fff;
      text-align: center;
      color: #17ae7c;
      width: 80px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .single .article_body h2 span {
          left: 30px; } }
      @media (max-width: 767px) {
        .single .article_body h2 span {
          font-size: 17px;
          font-size: 1.7rem;
          width: 65px;
          left: 4px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px; } }
    @media (max-width: 767px) {
      .single .article_body h2 + p {
        margin-top: 15px; } }
  .single .article_body .case_content {
    margin-top: 30px; }
    .single .article_body .case_content p {
      margin: 0; }
  .single .article_body .toc {
    display: inline-block;
    min-width: 415px;
    margin-top: 40px;
    border: 1px solid #17ae7c;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
    -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
    box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12); }
    @media (max-width: 767px) {
      .single .article_body .toc {
        margin-top: 30px;
        display: block;
        min-width: 100%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
        -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
        box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12); } }
    .single .article_body .toc .toc_title {
      background: #17ae7c;
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 3px 0; }
    .single .article_body .toc ol {
      padding: 20px 40px; }
      @media (max-width: 767px) {
        .single .article_body .toc ol {
          padding: 10px 20px; } }
      .single .article_body .toc ol li {
        counter-increment: toc;
        display: flex;
        align-items: center;
        gap: 10px; }
        @media (max-width: 767px) {
          .single .article_body .toc ol li {
            font-size: 17px;
            font-size: 1.7rem; } }
        .single .article_body .toc ol li::before {
          content: counter(toc) ".";
          flex-shrink: 0;
          color: #17ae7c;
          font-size: 23px;
          font-size: 2.3rem; }

.single_case .case_overview {
  border: 1px solid #17ae7c;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
  -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
  box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12); }
  @media (max-width: 767px) {
    .single_case .case_overview {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
      -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
      box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12); } }
  .single_case .case_overview .ttl {
    background: #17ae7c;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }
    @media (max-width: 767px) {
      .single_case .case_overview .ttl {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 2px 0; } }
  .single_case .case_overview .inner {
    padding: 30px 40px; }
    @media (max-width: 767px) {
      .single_case .case_overview .inner {
        padding: 15px 15px 20px; } }
  .single_case .case_overview .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .single_case .case_overview .wrap {
        display: block; } }
    .single_case .case_overview .wrap .info {
      width: 260px; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .single_case .case_overview .wrap .info {
          width: 47%; } }
      @media (max-width: 767px) {
        .single_case .case_overview .wrap .info {
          width: 100%;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .single_case .case_overview .wrap .info .info_txt {
            width: 70%; } }
      .single_case .case_overview .wrap .info .area {
        text-align: center; }
        @media (max-width: 767px) {
          .single_case .case_overview .wrap .info .area {
            text-align: left;
            flex: 1;
            padding-right: 20px; } }
      .single_case .case_overview .wrap .info .wrap {
        margin-top: 10px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        overflow: hidden;
        border: 1px solid #17ae7c; }
        @media (max-width: 767px) {
          .single_case .case_overview .wrap .info .wrap {
            margin-top: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px; } }
        .single_case .case_overview .wrap .info .wrap .label, .single_case .case_overview .wrap .info .wrap .content {
          width: 50%;
          padding: 7px 10px;
          font-size: 15px;
          font-size: 1.5rem; }
          @media (max-width: 767px) {
            .single_case .case_overview .wrap .info .wrap .label, .single_case .case_overview .wrap .info .wrap .content {
              padding: 5px; } }
        .single_case .case_overview .wrap .info .wrap .label {
          background: #17ae7c;
          text-align: center;
          color: #fff;
          font-weight: 700; }
    .single_case .case_overview .wrap .detail {
      width: 420px;
      position: relative; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .single_case .case_overview .wrap .detail {
          width: 47%; } }
      @media (max-width: 767px) {
        .single_case .case_overview .wrap .detail {
          width: 100%;
          margin-top: 20px;
          padding-top: 15px;
          border-top: 2px dotted #333; } }
      .single_case .case_overview .wrap .detail::before {
        content: "";
        position: absolute;
        width: 1px;
        left: -30px;
        top: 0;
        height: 100%;
        border-left: 1px dotted #333; }
        @media (min-width: 768px) and (max-width: 1119px) {
          .single_case .case_overview .wrap .detail::before {
            left: -18px; } }
        @media (max-width: 767px) {
          .single_case .case_overview .wrap .detail::before {
            display: none; } }
      .single_case .case_overview .wrap .detail .heading {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
      .single_case .case_overview .wrap .detail p {
        margin-top: 10px; }
        @media (max-width: 767px) {
          .single_case .case_overview .wrap .detail p {
            font-size: 16px;
            font-size: 1.6rem;
            padding: 0; } }
.single_case .review {
  background: #e8fcf5;
  margin: 70px auto 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 50px 30px 30px; }
  @media (max-width: 767px) {
    .single_case .review {
      margin-top: 60px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 40px 15px 30px; } }
  .single_case .review .txt {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .single_case .review .txt {
        padding: 1.2em;
        margin-top: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        font-size: 17px;
        font-size: 1.7rem; } }
    .single_case .review .txt::before {
      content: "";
      position: absolute;
      width: 108px;
      height: 147px;
      background-image: url("img/page/ico_review.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      right: 160px;
      top: -147px;
      pointer-events: none;
      z-index: 10; }
      @media (min-width: 768px) and (max-width: 1119px) {
        .single_case .review .txt::before {
          right: 120px; } }
      @media (max-width: 767px) {
        .single_case .review .txt::before {
          width: 73px;
          height: 100px;
          right: 25px;
          top: -100px; } }

.article_reason {
  background: #fefae2; }
  .article_reason .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .article_reason .inner {
        width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .article_reason .inner {
        width: 100%; } }
    @media (max-width: 767px) {
      .article_reason .inner {
        padding: 40px 20px 50px; } }
  .article_reason .ttl {
    text-align: center; }
    .article_reason .ttl .sub {
      font-size: 15px;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .article_reason .ttl .sub {
          font-size: 2.7vw; } }
    .article_reason .ttl .orange {
      text-align: center;
      font-weight: 700;
      color: #ea583c;
      font-size: 25px;
      font-size: 2.5rem;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .article_reason .ttl .orange {
          font-size: 22px;
          font-size: 2.2rem; } }
    .article_reason .ttl h1, .article_reason .ttl h2 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      display: inline-block;
      position: relative;
      line-height: 1.3;
      letter-spacing: 0.04em; }
      @media (max-width: 767px) {
        .article_reason .ttl h1, .article_reason .ttl h2 {
          font-size: 5vw;
          margin-top: 72px;
          display: block; } }
      .article_reason .ttl h1 span, .article_reason .ttl h2 span {
        display: inline-block;
        position: relative;
        margin-top: 35px;
        padding-left: 310px; }
        @media (max-width: 767px) {
          .article_reason .ttl h1 span, .article_reason .ttl h2 span {
            display: block;
            padding-left: 0; } }
        .article_reason .ttl h1 span::before, .article_reason .ttl h2 span::before {
          content: "";
          position: absolute;
          width: 335px;
          height: 87px;
          background-image: url("img/common/logo.svg");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: -30px;
          top: -50px;
          pointer-events: none;
          z-index: 10; }
          @media (max-width: 767px) {
            .article_reason .ttl h1 span::before, .article_reason .ttl h2 span::before {
              width: calc(457px / 2);
              height: 60px;
              left: 0;
              right: 0;
              top: -65px;
              margin: auto; } }
  .article_reason .wrap {
    margin-top: 45px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 80px; }
    @media (min-width: 768px) and (max-width: 1119px) {
      .article_reason .wrap {
        padding: 0; } }
    @media (max-width: 767px) {
      .article_reason .wrap {
        padding: 0;
        margin-top: 20px; } }
    .article_reason .wrap .image {
      width: 48%; }
      @media (max-width: 767px) {
        .article_reason .wrap .image {
          width: 45%; } }
      .article_reason .wrap .image img {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        -webkit-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
        -moz-box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12);
        box-shadow: 0 10px 17px rgba(33, 33, 33, 0.12); }
        @media (max-width: 767px) {
          .article_reason .wrap .image img {
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px;
            -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
            -moz-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12);
            box-shadow: 0 5px 8px rgba(33, 33, 33, 0.12); } }
    .article_reason .wrap .txt {
      width: 47%; }
      @media (max-width: 767px) {
        .article_reason .wrap .txt {
          width: 50%;
          font-size: 17px;
          font-size: 1.7rem; } }
