@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5;
  color: #222222;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #5181ED;
}

@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-ltext-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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] {
  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] {
  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: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

a,
input,
button {
  outline: none;
}

dt, dd {
  margin: 0;
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
:before,
:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

.p0 {
  padding: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: normal;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.d-flex {
  display: flex;
}

@media (min-width: 768px) {
  .d-flex-pc {
    display: flex;
  }
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.preline {
  white-space: pre-line;
}

.relative {
  position: relative;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

.block-center {
  display: block;
  text-align: center;
}

.text-white {
  color: #fff;
}

@media (max-width: 767px) {
  .text-white-sp {
    color: #fff;
  }
}

.text-nowrap {
  white-space: nowrap;
}

.h-10 {
  display: block;
}
@media (max-width: 767px) {
  .h-10 {
    height: 1.3333333333vw;
  }
}
@media (min-width: 768px) {
  .h-10 {
    height: 0.78125vw;
  }
}
@media (min-width: 1281px) {
  .h-10 {
    height: 10px;
  }
}

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

@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.show {
  display: initial !important;
}

.form_set {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #111111;
}
.form_set form {
  width: 100%;
}
.form_set .form_item-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.form_set .required {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin-left: 6px;
  padding: 4px 6px;
  border-radius: 3px;
  background-color: #F74640;
}
.form_set .form_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.form_set .form_item:not(:first-of-type) {
  margin-top: 35px;
}
.form_set .policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}
.form_set .policy h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.form_set .policy .policy_link {
  text-align: center;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
}
.form_set .policy .policy_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  text-decoration: underline;
}
.form_set .policy .policy_link a img {
  width: 14px;
  margin-left: 5px;
  margin-top: 2px;
}
.form_set .policy .block-input__checkbox {
  margin-left: 0;
  margin-top: 25px;
}
.form_set .thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form_set .thanks h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}
.form_set .thanks a {
  display: inline-block;
  border-radius: 50px;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  margin-top: 60px;
  padding: 12px;
  color: #143379;
  border: 2px solid #143379;
}

.block-input__check {
  width: 100%;
  padding: 10px 16px;
  border-bottom: 1px solid #d0d0d0;
}
.block-input__check .form_error {
  color: #F74640;
}
.block-input__text {
  width: 100%;
}
.block-input__text input[type=text],
.block-input__text input[type=mail],
.block-input__text input[type=tel],
.block-input__text textarea {
  width: 100%;
  border: 1px solid #d0d0d0;
  outline: none !important;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 10px 16px;
  background-color: #f3f3f3;
  border-radius: 4px;
  transition: 0.1s;
}
.block-input__text input[type=text]::-moz-placeholder, .block-input__text input[type=mail]::-moz-placeholder, .block-input__text input[type=tel]::-moz-placeholder, .block-input__text textarea::-moz-placeholder {
  color: #8d8d8d;
}
.block-input__text input[type=text]:-ms-input-placeholder, .block-input__text input[type=mail]:-ms-input-placeholder, .block-input__text input[type=tel]:-ms-input-placeholder, .block-input__text textarea:-ms-input-placeholder {
  color: #8d8d8d;
}
.block-input__text input[type=text]::placeholder,
.block-input__text input[type=mail]::placeholder,
.block-input__text input[type=tel]::placeholder,
.block-input__text textarea::placeholder {
  color: #8d8d8d;
}
.block-input__text input:focus,
.block-input__text textarea:focus {
  background-color: #fdfdfd;
  border-color: #143379;
}
.block-input__radio input[type=radio] {
  display: none;
}
.block-input__radio label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 3px 26px;
  position: relative;
  width: auto;
}
.block-input__radio label::before {
  content: "";
  display: block;
  border: 1px solid #d0d0d0;
  background-color: #f3f3f3;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  transition: 0.1s;
}
.block-input__radio label::after {
  content: "";
  display: block;
  background: #143379;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -5px;
  transition: 0.1s;
}
.block-input__radio input[type=radio]:checked + label::before {
  background-color: #fdfdfd;
}
.block-input__radio input[type=radio]:checked + label::after {
  opacity: 1;
}
.block-input__radio:not(:last-of-type) {
  margin-right: 25px;
}
.block-input__checkbox input[type=checkbox] {
  display: none;
}
.block-input__checkbox label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 3px 30px;
  position: relative;
  width: auto;
}
.block-input__checkbox label::before {
  content: "";
  display: block;
  border: 1px solid #d0d0d0;
  background-color: #f3f3f3;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -10px;
  border-radius: 3px;
  transition: 0.1s;
}
.block-input__checkbox label::after {
  content: "";
  display: block;
  border-right: 3px solid #143379;
  border-bottom: 3px solid #143379;
  width: 7px;
  height: 14px;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
  transform: rotate(45deg);
  transition: 0.1s;
}
.block-input__checkbox input[type=checkbox]:checked + label::before {
  background-color: #fdfdfd;
}
.block-input__checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.block-input__checkbox:not(:last-of-type) {
  margin-right: 25px;
}
.block-input__select select {
  text-transform: none;
  display: block;
  padding: 10px 16px;
  padding-right: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  border: 1px solid #d0d0d0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  background-image: url("/include/img/icon_sort-solid.svg");
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 3px !important;
  position: relative;
  transition: 0.1s;
}
.block-input__select select::-ms-expand {
  display: none;
}
.block-input__select select:focus {
  background-color: #fdfdfd;
  border-color: #143379;
  outline: none;
}
.block-input__button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.block-input__button input[type=submit],
.block-input__button input[type=button] {
  display: inline-block;
  border-radius: 50px;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  padding: 12px;
  transition: 0.2s;
}
.block-input__button input[type=submit] {
  color: #fff;
  background-color: #143379;
  border: 2px solid #143379;
}
.block-input__button input[type=submit]:hover {
  color: #143379;
  background-color: #fff;
}
.block-input__button input[type=button] {
  color: #111111;
  background-color: #ccc;
  border: 2px solid #ccc;
  margin-right: 20px;
}
.block-input__button input[type=button]:hover {
  background-color: #d4d4d4;
  border: 2px solid #d4d4d4;
}

@media (max-width: 767px) {
  .form_set .form_item-title {
    margin-bottom: 2.6666666667vw;
  }
  .form_set .required {
    font-size: 3.2vw;
    margin-left: 1.6vw;
    padding: 1.0666666667vw 1.6vw;
  }
  .form_set .form_item {
    flex-direction: column;
    align-items: flex-start;
  }
  .form_set .form_item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .form_set .policy {
    margin-top: 13.3333333333vw;
  }
  .form_set .policy h3 {
    margin-bottom: 4vw;
  }
  .form_set .policy .policy_link {
    padding: 4vw;
  }
  .form_set .policy .policy_link a {
    margin-top: 2.6666666667vw;
  }
  .form_set .policy .policy_link a img {
    width: 3.7333333333vw;
    margin-left: 1.3333333333vw;
    margin-top: 0.5333333333vw;
  }
  .form_set .policy .block-input__checkbox {
    margin-top: 6.6666666667vw;
  }
  .form_set .thanks {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .form_set .thanks h3 {
    font-size: 5.0666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .form_set .thanks a {
    font-size: 3.7333333333vw;
    max-width: 53.3333333333vw;
    padding: 2.6666666667vw;
    margin-top: 16vw;
  }
  .block-input__text input[type=text],
.block-input__text input[type=mail],
.block-input__text input[type=tel],
.block-input__text textarea {
    padding: 2.6666666667vw 4.2666666667vw;
  }
  .block-input__radio label {
    padding: 0.8vw 0 0.8vw 6.9333333333vw;
  }
  .block-input__radio:not(:last-of-type) {
    margin-right: 6.6666666667vw;
  }
  .block-input__checkbox label {
    padding: 0.8vw 0 0.8vw 8vw;
  }
  .block-input__checkbox:not(:last-of-type) {
    margin-right: 6.6666666667vw;
  }
  .block-input__select select {
    padding: 2.6666666667vw 4.2666666667vw;
    padding-right: 10.6666666667vw;
    background-position: top 50% right 4vw;
    background-size: 2.1333333333vw;
  }
  .block-input__button {
    margin-top: 10.6666666667vw;
  }
  .block-input__button input[type=submit],
.block-input__button input[type=button] {
    font-size: 3.7333333333vw;
    max-width: 53.3333333333vw;
    padding: 2.6666666667vw;
  }
  .block-input__button input[type=button] {
    margin-right: 5.3333333333vw;
  }
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: justify;
  text-justify: inter-ideograph; /* IE */
  text-justify: inter-character; /* Firefox */
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

a[href*="tel:"] {
  color: #143379;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.accordion {
  text-align: center;
}
.accordion .ac_title,
.accordion .ac_close {
  cursor: pointer;
}
.accordion .ac_inner {
  display: none;
}

.section {
  position: relative;
}
.section .inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 25px;
}
.section .inner .co_title {
  font-weight: 600;
  font-size: clamp(23px, 2.34375vw, 30px);
  letter-spacing: 0.05em;
  color: #4ABC00;
  text-align: center;
  margin-bottom: clamp(30px, 2.8125vw, 36px);
}
.section .inner .box__container {
  width: 100%;
}

.slant_bg__01 {
  width: 100%;
  margin: 0;
  padding: clamp(55px, 6.25vw, 80px) 0;
  position: relative;
}
.slant_bg__01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4ABC00;
  transform: skewY(-3deg);
  z-index: -1;
}
.slant_bg__01.-wh::before {
  background-color: #fff;
}
.slant_bg__02 {
  width: 100%;
  margin: 0;
  padding: clamp(65px, 7.8125vw, 100px) 0;
  position: relative;
  overflow: hidden;
}
.slant_bg__02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4ABC00;
  transform: skewY(-3deg) translateY(38px);
  z-index: -1;
}

/* ヘッダー
------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: clamp(60px, 6.25vw, 80px);
  background-color: rgba(255, 255, 255, 0.7);
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header .inner {
    padding: 0 20px;
  }
}
.header .inner .logo {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .header .inner .logo {
    order: 1;
    margin-top: -15px;
  }
}
.header .inner .logo a {
  display: block;
}
.header .inner .logo img {
  width: 280px;
  height: auto;
}
@media (max-width: 767px) {
  .header .inner .logo img {
    width: 185px;
  }
}
.header .nav-button {
  display: none;
}
.header .nav a {
  font-weight: 600;
  font-size: clamp(16px, 1.25vw, 16px);
  color: #4ABC00;
}
.header .nav li {
  display: inline-block;
}
.header .nav li:not(:first-child) {
  margin-left: clamp(20px, 2.1875vw, 28px);
}
.header .nav-wrap {
  display: block;
  margin-left: auto;
  transition: none;
}
.header .icon_sns {
  width: clamp(26px, 2.8125vw, 36px);
  margin-left: clamp(22px, 2.5vw, 32px);
}
@media (max-width: 767px) {
  .header .icon_sns {
    order: 2;
    margin-left: auto;
    margin-right: 20px;
  }
}
.header .icon_sns img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header {
    /*メニューボタンのエフェクト*/
  }
  .header .nav-button {
    order: 3;
    display: block;
    cursor: pointer;
  }
  .header .nav-wrap {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 2;
    background-color: rgba(74, 188, 0, 0.85);
    width: 45%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
  }
  .header .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .nav-wrap li {
    display: block;
    margin: 2em !important;
  }
  .header .nav-wrap li a {
    color: #fff;
  }
  .header .nav-button,
.header .nav-button span {
    display: inline-block;
    transition: 0.3s;
    box-sizing: border-box;
  }
  .header .nav-button {
    z-index: 20;
    position: relative;
    width: 26px;
    height: 24px;
  }
  .header .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #4ABC00;
    border-radius: 4px;
  }
  .header .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .header .nav-button span:nth-of-type(2) {
    top: 10px;
  }
  .header .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .header .nav-button.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .header .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .nav-button.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .header .nav-button.active + .nav-wrap {
    left: 0;
    opacity: 1;
  }
}

/* フッター
------------------------------ */
.footer .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 20px 25px;
  margin: 0 auto;
}
.footer .inner .logo {
  font-size: 20px;
}
.footer .inner .logo img {
  width: 230px;
  height: auto;
}
@media (max-width: 767px) {
  .footer .inner .logo img {
    width: 160px;
  }
}
.footer .inner .icon_sns {
  width: clamp(22px, 2.5vw, 32px);
  margin-right: clamp(25px, 3.90625vw, 50px);
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer .inner .icon_sns {
    margin-left: auto;
    margin-right: 20px;
  }
}
.footer .inner .icon_sns img {
  vertical-align: middle;
}
.footer .inner .komei_logo {
  font-size: 20px;
}
.footer .inner .komei_logo img {
  width: 100px;
  height: auto;
}
@media (max-width: 767px) {
  .footer .inner .komei_logo img {
    width: 75px;
  }
}

/* メイン
------------------------------ */
main {
  padding-top: clamp(60px, 6.25vw, 80px);
}

/* ファーストビュー
------------------------------ */
.hero2 {
  width: 100%;
  height: clamp(450px, 93.75vw, 960px);
  margin-top: clamp(-80px, -6.25vw, -8px);
  background-image: url("/include/img/hero2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* コンテンツ
------------------------------ */
.contents__message.section {
  padding-top: 0px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .contents__message.section {
    margin-top: 0;
  }
}
.contents__message.section .inner p {
  line-height: 2;
}
.contents__policy.section .inner .co_title {
  color: #fff;
}
.contents__policy.section .inner .item__list {
  counter-reset: item;
  list-style-type: none;
  width: 100%;
  text-align: left;
}
.contents__policy.section .inner .item__list li:not(:first-child) {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .contents__policy.section .inner .item__list li:not(:first-child) {
    padding-top: 10px;
  }
}
.contents__policy.section .inner .item__title {
  display: flex;
  height: 63px;
  padding: 15px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contents__policy.section .inner .item__title {
    height: 60px;
    padding: 10px 0;
  }
}
.contents__policy.section .inner .item__title h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 22px;
  width: 100%;
  padding-left: 30px;
  color: #348704;
}
@media (max-width: 767px) {
  .contents__policy.section .inner .item__title h3 {
    font-size: 15px;
    line-height: 1.3;
    padding-left: 15px;
  }
}
.contents__policy.section .inner .item__title h3::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 23px;
  color: #348704;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .contents__policy.section .inner .item__title h3::after {
    font-size: 16px;
    margin: 0 15px 0 20px;
  }
}
.contents__policy.section .inner .item__title.open h3::after {
  content: "\f077";
}
.contents__policy.section .inner .item__content {
  position: relative;
  line-height: 1.8;
  padding: 30px;
  background-color: #FFF9B1;
}
@media (max-width: 767px) {
  .contents__policy.section .inner .item__content {
    padding: 25px 2em;
  }
}
.contents__policy.section .inner .item__content p {
  letter-spacing: 0.1rem;
}
.contents__policy.section .inner .item__content::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-top: 18px solid #fff;
  border-left: 12px solid transparent;
}
.contents__profile.section .inner .item {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contents__profile.section .inner .item {
    flex-direction: column;
    align-items: center;
  }
}
.contents__profile.section .inner .item ul:not(:first-of-type) {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .contents__profile.section .inner .item ul:not(:first-of-type) {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contents__profile.section .inner .item ul {
    width: 100%;
    max-width: 280px;
  }
}
.contents__profile.section .inner .item ul li {
  line-height: 1.8;
}
.contents__profile.section .inner .item ul li:not(:first-child) {
  margin-top: 3px;
}
.contents__profile.section .inner .item ul li span {
  font-weight: 600;
  color: #4ABC00;
}
.contents__promise.section .inner .co_title {
  color: #fff;
}
.contents__promise.section .inner .item__list {
  counter-reset: item;
  list-style-type: none;
  width: 100%;
  text-align: left;
}
.contents__promise.section .inner .item__list li:not(:first-child) {
  padding-top: 15px;
}
.contents__promise.section .inner .item__title {
  position: relative;
  display: flex;
  height: 100px;
  padding-left: 160px;
  background-color: #FFF9B1;
}
@media (max-width: 767px) {
  .contents__promise.section .inner .item__title {
    height: 70px;
    padding-left: 60px;
  }
}
.contents__promise.section .inner .item__title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 160px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, transparent);
          mask-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, transparent);
}
@media (max-width: 767px) {
  .contents__promise.section .inner .item__title::before {
    width: 60px;
  }
}
.contents__promise.section .inner .item__title--01::before {
  background-image: url("/include/img/promise-img-01-s.jpg");
}
.contents__promise.section .inner .item__title--02::before {
  background-image: url("/include/img/promise-img-02-s.jpg");
}
.contents__promise.section .inner .item__title--03::before {
  background-image: url("/include/img/promise-img-03-s.jpg");
}
.contents__promise.section .inner .item__title--04::before {
  background-image: url("/include/img/promise-img-04-s.jpg");
}
.contents__promise.section .inner .item__title--05::before {
  background-image: url("/include/img/promise-img-05-s.jpg");
}
.contents__promise.section .inner .item__title--06::before {
  background-image: url("/include/img/promise-img-06-s.jpg");
}
.contents__promise.section .inner .item__title--07::before {
  background-image: url("/include/img/promise-img-07-s.jpg");
}
.contents__promise.section .inner .item__title h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 22px;
  width: 100%;
  padding-left: 20px;
  color: #348704;
}
@media (max-width: 767px) {
  .contents__promise.section .inner .item__title h3 {
    font-size: 14px;
    letter-spacing: -0.05em;
    padding-left: 10px;
  }
}
.contents__promise.section .inner .item__title h3::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 23px;
  color: #348704;
  margin: 0 30px 0 50px;
}
@media (max-width: 767px) {
  .contents__promise.section .inner .item__title h3::after {
    font-size: 16px;
    margin: 0 15px 0 10px;
  }
}
.contents__promise.section .inner .item__title.open h3::after {
  content: "\f077";
}
.contents__promise.section .inner .item__content {
  position: relative;
  line-height: 1.7;
  padding: 35px 50px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contents__promise.section .inner .item__content {
    padding: 25px 2em;
  }
}
.contents__promise.section .inner .item__content h4 {
  font-weight: 600;
  font-size: 18px;
  color: #348704;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .contents__promise.section .inner .item__content h4 {
    font-size: 16px;
  }
}
.contents__promise.section .inner .item__content h5 {
  font-weight: 600;
  font-size: 16px;
  color: #4ABC00;
  margin: 20px 0 5px;
}
@media (max-width: 767px) {
  .contents__promise.section .inner .item__content h5 {
    font-size: 15px;
  }
}
.contents__promise.section .inner .item__content h5 + p {
  font-size: 13px;
}
@media (max-width: 767px) {
  .contents__promise.section .inner .item__content h5 + p {
    font-size: 12px;
  }
}
.contents__promise.section .inner .item__content p {
  letter-spacing: 0.1rem;
}
.contents__promise.section .inner .item__content figure {
  margin: 0;
  margin-top: 20px;
}
.contents__promise.section .inner .item__content::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-top: 18px solid #fff;
  border-left: 12px solid transparent;
}
.contents__btmnav {
  padding: 100px 0;
}
.contents__btmnav::before {
  transform: skewY(-3deg) translateY(100px);
}
@media (max-width: 767px) {
  .contents__btmnav {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .contents__btmnav::before {
    transform: skewY(-3deg) translateY(50px);
  }
}
.contents__btmnav.section .inner {
  position: relative;
}
.contents__btmnav.section .inner .nav {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contents__btmnav.section .inner .nav {
    top: 23px;
  }
}
.contents__btmnav.section .inner .nav li {
  line-height: 1;
}
.contents__btmnav.section .inner .nav li a {
  color: #fff;
}
@media (max-width: 767px) {
  .contents__btmnav.section .inner .nav li a {
    font-size: 13px;
  }
}
.contents__btmnav.section .inner .nav li a:hover {
  text-decoration: underline;
}
.contents__btmnav.section .inner .nav li:not(:first-child) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .contents__btmnav.section .inner .nav li:not(:first-child) {
    margin-left: 8px;
    padding-left: 8px;
  }
}
.contents__fb.section .inner {
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contents__fb.section .inner .facebook_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.contents__fb.section .inner .fb-page,
.contents__fb.section .inner .fb_iframe_widget_fluid span,
.contents__fb.section .inner .fb_iframe_widget iframe {
  width: 450px !important;
}
@media (max-width: 767px) {
  .contents__fb.section .inner .fb-page,
.contents__fb.section .inner .fb_iframe_widget_fluid span,
.contents__fb.section .inner .fb_iframe_widget iframe {
    width: 100% !important;
    height: 400px !important;
  }
}

/* パーツ
------------------------------ */
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 1;
  background: #348704;
  border-radius: 50px;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
#page_top span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#page_top span #icon_svg {
  width: 50%;
}
#page_top span #icon_svg path {
  stroke: #fff;
}
#page_top.btn_active {
  bottom: 110px;
}/*# sourceMappingURL=common.css.map */