@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp.min.css");
/* reset */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

.teiatsu header {
  width: 100%;
  height: auto;
  background-color: #FFF;
}
@media print, screen and (min-width: 750px) {
  .teiatsu header {
    position: fixed;
    top: 0;
    z-index: 20000;
  }
}
.teiatsu header .header {
  width: 100%;
  height: 70px;
  padding: 0 0 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .teiatsu header .header {
    width: 100%;
    height: 55px;
    padding: 0;
  }
}
@media screen and (max-width: 749px) {
  .teiatsu header .header__logo {
    width: 50%;
    height: auto;
  }
}
.teiatsu header .header__logo p {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .teiatsu header .header__logo p {
    width: 130px;
    height: auto;
    margin: auto;
  }
}
.teiatsu header .header__logo p img {
  width: 100%;
  height: auto;
}
.teiatsu header .header__menu {
  width: 380px;
  height: auto;
  background-color: #00A95F;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.5s ease;
}
@media screen and (max-width: 749px) {
  .teiatsu header .header__menu {
    width: 50%;
    height: auto;
  }
}
.teiatsu header .header__menu p.title {
  width: 280px;
  height: auto;
  padding: 0 15px 0 0;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
  transition: all 0.5s ease;
}
@media screen and (max-width: 749px) {
  .teiatsu header .header__menu p.title {
    width: 100%;
    height: 55px;
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media print, screen and (min-width: 750px) {
  .teiatsu header .header__menu p.title::after {
    content: "";
    width: 10px;
    height: 10px;
    margin: auto auto auto 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 749px) {
  .teiatsu header .header__menu p.title::after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.teiatsu header .header__menu p.icon {
  width: 100px;
  height: auto;
  background-color: #E0F0EB;
}
.teiatsu header .header__menu p.icon img {
  width: 100%;
  height: auto;
}
.teiatsu header .header__menu:hover {
  background-color: #FFF100;
}
.teiatsu header .header__menu:hover p.title {
  color: #034097;
}
.teiatsu header .header__menu:hover p.title::after {
  border-top: 1px solid #034097;
  border-right: 1px solid #034097;
}

.high header {
  width: 100%;
  height: auto;
}
.high header .header {
  width: 100%;
  height: 70px;
  padding: 0 0 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .high header .header {
    width: 100%;
    height: 55px;
    padding: 0;
  }
}
@media screen and (max-width: 749px) {
  .high header .header__logo {
    width: 50%;
    height: auto;
  }
}
.high header .header__logo p {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .high header .header__logo p {
    width: 130px;
    height: auto;
    margin: auto;
  }
}
.high header .header__logo p img {
  width: 100%;
  height: auto;
}
.high header .header__menu {
  width: 380px;
  height: auto;
  background-color: #034097;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.5s ease;
}
@media screen and (max-width: 749px) {
  .high header .header__menu {
    width: 50%;
    height: auto;
  }
}
.high header .header__menu p.title {
  width: 280px;
  height: auto;
  padding: 0 15px 0 0;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
  transition: all 0.5s ease;
}
@media screen and (max-width: 749px) {
  .high header .header__menu p.title {
    width: 100%;
    height: 55px;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 0em;
  }
}
@media print, screen and (min-width: 750px) {
  .high header .header__menu p.title::after {
    content: "";
    width: 10px;
    height: 10px;
    margin: auto auto auto 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 749px) {
  .high header .header__menu p.title::after {
    content: "";
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.high header .header__menu p.icon {
  width: 100px;
  height: auto;
  background-color: #E0F0EB;
}
.high header .header__menu p.icon img {
  width: 100%;
  height: auto;
}
.high header .header__menu:hover {
  background-color: #FFF100;
}
.high header .header__menu:hover p.title {
  color: #034097;
}
.high header .header__menu:hover p.title::after {
  border-top: 1px solid #034097;
  border-right: 1px solid #034097;
}

.teiatsu footer {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 25px 0;
  border-top: 1px solid #034097;
}
@media screen and (max-width: 749px) {
  .teiatsu footer {
    margin-top: 0;
    padding: 18px 0 120px 0;
    border-top: none;
  }
}
@media print, screen and (min-width: 750px) {
  .teiatsu footer .footer {
    width: 100%;
    min-width: 1000px;
    height: auto;
    padding: 0 50px 80px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 749px) {
  .teiatsu footer .footer {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.teiatsu footer .footer__logo {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .teiatsu footer .footer__logo {
    width: 130px;
    height: auto;
    margin: auto;
  }
}
.teiatsu footer .footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .teiatsu footer .footer__menu {
    margin-top: 18px;
    border-top: 1px solid #004097;
  }
}
.teiatsu footer .footer__menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  .teiatsu footer .footer__menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 749px) {
  .teiatsu footer .footer__menu ul li {
    margin-top: 16px;
  }
}
.teiatsu footer .footer__menu ul li a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #004097;
}
@media screen and (max-width: 749px) {
  .teiatsu footer .footer__menu ul li a {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.teiatsu footer .footer__menu ul li a:hover {
  text-decoration: underline;
}
.teiatsu footer .footer__menu ul li:not(:first-of-type) {
  margin-left: 14px;
}
.teiatsu footer .footer__menu p {
  padding-top: 5px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  color: #727171;
  text-align: right;
}
@media screen and (max-width: 749px) {
  .teiatsu footer .footer__menu p {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    color: #231815;
    text-align: center;
  }
}
.teiatsu footer .footer-pagetop a {
  opacity: 0.5;
}
.teiatsu footer .footer-pagetop a img {
  width: 16px;
  height: auto;
}
.teiatsu footer .footer-pagetop a:hover {
  opacity: 1;
}

.high footer {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 25px 0;
  border-top: 1px solid #00A95F;
}
@media screen and (max-width: 749px) {
  .high footer {
    margin-top: 0;
    padding: 18px 0 70px 0;
    border-top: none;
  }
}
@media print, screen and (min-width: 750px) {
  .high footer .footer {
    width: 100%;
    min-width: 1000px;
    height: auto;
    padding: 0 50px 80px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 749px) {
  .high footer .footer {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.high footer .footer__logo {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .high footer .footer__logo {
    width: 130px;
    height: auto;
    margin: auto;
  }
}
.high footer .footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .high footer .footer__menu {
    margin-top: 18px;
    border-top: 1px solid #00A95F;
  }
}
.high footer .footer__menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  .high footer .footer__menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 749px) {
  .high footer .footer__menu ul li {
    margin-top: 16px;
  }
}
.high footer .footer__menu ul li a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #00A95F;
}
@media screen and (max-width: 749px) {
  .high footer .footer__menu ul li a {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.high footer .footer__menu ul li a:hover {
  text-decoration: underline;
}
.high footer .footer__menu ul li:not(:first-of-type) {
  margin-left: 14px;
}
.high footer .footer__menu p {
  padding-top: 5px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  color: #727171;
  text-align: right;
}
@media screen and (max-width: 749px) {
  .high footer .footer__menu p {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    color: #231815;
    text-align: center;
  }
}
.high footer .footer-pagetop a {
  opacity: 0.5;
}
.high footer .footer-pagetop a img {
  width: 16px;
  height: auto;
}
.high footer .footer-pagetop a:hover {
  opacity: 1;
}

@media print, screen and (min-width: 750px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 750px) {
  main {
    margin-top: 70px;
  }
}

.teiatsu .inner {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .teiatsu .inner {
    width: 100%;
    height: auto;
    padding: 0 5.33%;
  }
}
.teiatsu .visual {
  width: 100%;
  height: auto;
  background-image: url(../img/teiatsu/bg_visual.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* スクロール速度とタイル幅（px）をカスタマイズ用に */
}
@media screen and (max-width: 749px) {
  .teiatsu .visual {
    width: 100%;
    height: auto;
    background-image: url(../img/teiatsu/bg_visual-sp.svg);
  }
}
.teiatsu .visual::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  inline-size: 100%;
  block-size: 30px;
  background-image: url(../img/teiatsu/bg_line.svg);
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  animation: visual-line-scroll 10s linear infinite;
  will-change: background-position;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .teiatsu .visual::before {
    block-size: 23px;
    background-image: url(../img/teiatsu/bg_line-sp.svg);
  }
}
@media print, screen and (min-width: 750px) {
  @keyframes visual-line-scroll {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -600px 0;
    }
  }
}
@media screen and (max-width: 749px) {
  @keyframes visual-line-scroll {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -450px 0;
    }
  }
}
.teiatsu .visual::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  inline-size: 100%;
  block-size: 30px;
  background-image: url(../img/teiatsu/bg_line.svg);
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  animation: visual-line-scroll-after 10s linear infinite;
  will-change: background-position;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .teiatsu .visual::after {
    block-size: 23px;
    background-image: url(../img/teiatsu/bg_line-sp.svg);
  }
}
@media print, screen and (min-width: 750px) {
  @keyframes visual-line-scroll-after {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 600px 0;
    }
  }
}
@media screen and (max-width: 749px) {
  @keyframes visual-line-scroll-after {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 450px 0;
    }
  }
}
.teiatsu .visual .inner {
  width: 1000px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .teiatsu .visual .inner {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.teiatsu .visual img {
  width: 100%;
  height: auto;
}
.teiatsu .what {
  width: 100%;
  height: auto;
  margin: 100px auto auto;
}
@media screen and (max-width: 749px) {
  .teiatsu .what {
    margin: 50px auto auto;
  }
}
.teiatsu .what__head {
  width: 100%;
  height: auto;
}
.teiatsu .what__head-title h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__head-title h2 {
    font-size: clamp(1.8rem, 5.3333333333vw, 2.2rem);
  }
}
.teiatsu .what__head-title h2::after {
  content: "";
  width: 16em;
  height: 17px;
  background-color: #FFF100;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.teiatsu .what__head-text p:first-of-type {
  margin-top: 2em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__head-text p:first-of-type {
    font-size: clamp(1.4rem, 4.2666666667vw, 1.8rem);
  }
}
.teiatsu .what__head-text p:first-of-type strong {
  color: #39B549;
  font-weight: 600;
}
.teiatsu .what__head-text p:last-of-type {
  margin-top: 2em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #39B549;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__head-text p:last-of-type {
    font-size: clamp(1.4rem, 4.2666666667vw, 1.8rem);
  }
}
@media print, screen and (min-width: 750px) {
  .teiatsu .what__head-text p:last-of-type span.line-pc {
    display: block;
    position: relative;
  }
  .teiatsu .what__head-text p:last-of-type span.line-pc:first-of-type::after {
    content: "";
    width: 26em;
    height: 10px;
    background-color: #FFF100;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .teiatsu .what__head-text p:last-of-type span.line-pc:last-of-type::after {
    content: "";
    width: 25em;
    height: 10px;
    background-color: #FFF100;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 749px) {
  .teiatsu .what__head-text p:last-of-type span.line-sp {
    display: block;
    position: relative;
  }
  .teiatsu .what__head-text p:last-of-type span.line-sp::after {
    content: "";
    height: 5px;
    background-color: #FFF100;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .teiatsu .what__head-text p:last-of-type span.line-sp.line01::after {
    width: 9em;
  }
  .teiatsu .what__head-text p:last-of-type span.line-sp.line02::after {
    width: 18em;
  }
  .teiatsu .what__head-text p:last-of-type span.line-sp.line03::after {
    width: 15em;
  }
  .teiatsu .what__head-text p:last-of-type span.line-sp.line04::after {
    width: 11em;
  }
}
.teiatsu .what__body {
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body {
    margin-top: 50px;
  }
}
.teiatsu .what__body .card:first-of-type {
  flex-basis: 48%;
  padding: 30px;
  background-color: #0075C2;
  border-radius: 30px;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:first-of-type {
    flex-basis: 100%;
    padding: 15px;
    border-radius: 15px;
  }
}
.teiatsu .what__body .card:first-of-type h3 {
  width: 372px;
  height: 38px;
  margin: auto;
  background-color: #FFF;
  position: relative;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  color: #0075C2;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:first-of-type h3 {
    width: 80%;
    height: 26px;
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
    line-height: 26px;
  }
}
.teiatsu .what__body .card:first-of-type h3::before {
  content: "";
  width: 38px;
  height: 36px;
  background-image: url(../img/teiatsu/bg_ribbon01-before.svg);
  background-position: center;
  background-size: 38px 36px;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: -25px;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:first-of-type h3::before {
    width: 27px;
    height: 26px;
    background-size: 27px 26px;
    top: 7px;
    left: -14px;
  }
}
.teiatsu .what__body .card:first-of-type h3::after {
  content: "";
  width: 38px;
  height: 36px;
  background-image: url(../img/teiatsu/bg_ribbon01-after.svg);
  background-position: center;
  background-size: 38px 36px;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: -25px;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:first-of-type h3::after {
    width: 27px;
    height: 26px;
    background-size: 27px 26px;
    top: 7px;
    right: -14px;
  }
}
.teiatsu .what__body .card:first-of-type img {
  margin: 25px 0 15px;
}
.teiatsu .what__body .card:first-of-type p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #FFF;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:first-of-type p {
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }
}
.teiatsu .what__body .card:first-of-type p strong {
  color: #FFF100;
  font-weight: 600;
}
.teiatsu .what__body .card:last-of-type {
  flex-basis: 48%;
  padding: 30px;
  background-color: #EC6D56;
  border-radius: 30px;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:last-of-type {
    flex-basis: 100%;
    margin-top: 30px;
    padding: 15px;
    border-radius: 15px;
  }
}
.teiatsu .what__body .card:last-of-type h3 {
  width: 372px;
  height: 38px;
  margin: auto;
  background-color: #FFF;
  position: relative;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  color: #EC6D56;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:last-of-type h3 {
    width: 80%;
    height: 26px;
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
    line-height: 26px;
  }
}
.teiatsu .what__body .card:last-of-type h3::before {
  content: "";
  width: 38px;
  height: 36px;
  background-image: url(../img/teiatsu/bg_ribbon02-before.svg);
  background-position: center;
  background-size: 38px 36px;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: -25px;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:last-of-type h3::before {
    width: 27px;
    height: 26px;
    background-size: 27px 26px;
    top: 7px;
    left: -14px;
  }
}
.teiatsu .what__body .card:last-of-type h3::after {
  content: "";
  width: 38px;
  height: 36px;
  background-image: url(../img/teiatsu/bg_ribbon02-after.svg);
  background-position: center;
  background-size: 38px 36px;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: -25px;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:last-of-type h3::after {
    width: 27px;
    height: 26px;
    background-size: 27px 26px;
    top: 7px;
    right: -14px;
  }
}
.teiatsu .what__body .card:last-of-type img {
  margin: 25px 0 15px;
}
.teiatsu .what__body .card:last-of-type p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #FFF;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}
@media screen and (max-width: 749px) {
  .teiatsu .what__body .card:last-of-type p {
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }
}
.teiatsu .what__body .card:last-of-type p strong {
  color: #FFF100;
  font-weight: 600;
}
.teiatsu .feature {
  width: 100%;
  height: auto;
  margin: 100px auto auto;
}
@media screen and (max-width: 749px) {
  .teiatsu .feature {
    margin: 50px auto auto;
  }
}
.teiatsu .feature__head {
  width: 100%;
  height: auto;
}
.teiatsu .feature__head h2 {
  padding: 0.3em 0;
  background-color: #39B54A;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .feature__head h2 {
    border-radius: 5px;
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.teiatsu .feature__body {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .teiatsu .feature__body {
    margin-top: 25px;
  }
}
.teiatsu .feature__body .card {
  flex-basis: 31%;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #39B54A;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .feature__body .card {
    flex-basis: 100%;
    padding: 20px 10px;
    border-radius: 5px;
  }
}
.teiatsu .feature__body .card p {
  margin-top: 0.5em;
}
.teiatsu .feature__body .card p:first-of-type {
  width: 36px;
  height: 36px;
  background-color: #39B54A;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .feature__body .card p:first-of-type {
    width: 40px;
    height: 40px;
    font-size: clamp(1.8rem, 5.3333333333vw, 2.2rem);
    line-height: 38px;
    top: 8px;
    left: 16px;
  }
}
.teiatsu .feature__body .card p:last-of-type {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #39B54A;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .feature__body .card p:last-of-type {
    font-size: clamp(1.4rem, 4.2666666667vw, 1.8rem);
    line-height: 1.25;
  }
}
.teiatsu .feature__body .card:first-of-type img {
  width: 222px;
  height: auto;
}
.teiatsu .feature__body .card:nth-of-type(2) img {
  width: 86px;
}
.teiatsu .feature__body .card:nth-of-type(3) img {
  width: 234px;
}
@media screen and (max-width: 749px) {
  .teiatsu .feature__body .card:not(:first-of-type) {
    margin-top: 20px;
  }
}
.teiatsu .condition {
  width: 100%;
  height: auto;
  margin: 100px auto auto;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition {
    margin: 50px auto auto;
  }
}
.teiatsu .condition__head {
  width: 100%;
  height: auto;
}
.teiatsu .condition__head h2 {
  padding: 0.3em 0;
  background-color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__head h2 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.teiatsu .condition__body {
  width: 100%;
  height: auto;
}
.teiatsu .condition__body .item {
  margin-top: 30px;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item {
    margin-top: 15px;
  }
}
.teiatsu .condition__body .item p:first-of-type {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item p:first-of-type {
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }
}
.teiatsu .condition__body .item p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item p:nth-of-type(2) {
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.teiatsu .condition__body .item p.notice {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item p.notice {
    font-size: clamp(1.2rem, 3.6vw, 1.5rem);
  }
}
.teiatsu .condition__body .item p a {
  text-decoration: underline;
}
.teiatsu .condition__body .item p a:hover {
  text-decoration: none;
}
.teiatsu .condition__body .item ul {
  width: 100%;
  height: auto;
  margin-top: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.teiatsu .condition__body .item ul li {
  flex-basis: 16%;
  padding: 0.5em 0;
  border: 1px solid #39B54A;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #39B54A;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item ul li {
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.teiatsu .condition__body .item ul li:nth-of-type(1) {
  flex-basis: 18%;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item ul li:nth-of-type(1) {
    flex-basis: 48%;
  }
}
.teiatsu .condition__body .item ul li:nth-of-type(2) {
  flex-basis: 18%;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item ul li:nth-of-type(2) {
    flex-basis: 48%;
  }
}
.teiatsu .condition__body .item ul li:nth-of-type(3) {
  flex-basis: 18%;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item ul li:nth-of-type(3) {
    margin-top: 14px;
    flex-basis: 48%;
  }
}
.teiatsu .condition__body .item ul li:nth-of-type(4) {
  flex-basis: 20%;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item ul li:nth-of-type(4) {
    margin-top: 14px;
    flex-basis: 48%;
  }
}
.teiatsu .condition__body .item ul li:nth-of-type(5) {
  flex-basis: 16%;
}
@media screen and (max-width: 749px) {
  .teiatsu .condition__body .item ul li:nth-of-type(5) {
    margin-top: 14px;
    flex-basis: 48%;
  }
}
.teiatsu .how {
  width: 100%;
  height: auto;
  margin: 100px auto auto;
}
@media screen and (max-width: 749px) {
  .teiatsu .how {
    margin: 50px auto auto;
  }
}
.teiatsu .how__head {
  width: 100%;
  height: auto;
}
.teiatsu .how__head h2 {
  padding: 0.3em 0;
  background-color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__head h2 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.teiatsu .how__body {
  width: 100%;
  height: auto;
}
.teiatsu .how__body .item {
  margin-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item {
    margin-top: 25px;
  }
}
.teiatsu .how__body .item:not(:first-of-type) {
  padding-top: 50px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item:not(:first-of-type) {
    padding-top: 25px;
  }
}
.teiatsu .how__body .item.center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.teiatsu .how__body .item__image {
  flex-basis: 32%;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__image {
    flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__image img {
    width: 200px;
    height: auto;
  }
}
.teiatsu .how__body .item__text {
  flex-basis: 62%;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text {
    flex-basis: 100%;
  }
}
.teiatsu .how__body .item__text-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
  }
}
.teiatsu .how__body .item__text-head h3 {
  margin-left: 0.5em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-head h3 {
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }
}
.teiatsu .how__body .item__text-head p {
  width: 90px;
  height: 90px;
  padding: 0.65em 0;
  background-color: #000;
  border-radius: 100%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-head p {
    width: 45px;
    height: 45px;
    padding: 0;
  }
}
.teiatsu .how__body .item__text-head p span:first-of-type {
  padding-bottom: 0.15em;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-head p span:first-of-type {
    font-size: clamp(1.1rem, 2.9333333333vw, 1.1rem);
  }
}
.teiatsu .how__body .item__text-head p span:last-of-type {
  display: block;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-head p span:last-of-type {
    font-size: clamp(2.25rem, 6vw, 2.25rem);
  }
}
.teiatsu .how__body .item__text-body {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #000;
}
.teiatsu .how__body .item__text-body .unit h5 {
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-indent: -1em;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-body .unit h5 {
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }
}
.teiatsu .how__body .item__text-body .unit h5 span {
  color: #39B549;
}
.teiatsu .how__body .item__text-body .unit > a {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 0.65em;
  background-color: #39B549;
  border: 2px solid #39B549;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-body .unit > a {
    border-radius: 5px;
    font-size: clamp(1.3rem, 4vw, 1.7rem);
    line-height: 1.25;
  }
}
.teiatsu .how__body .item__text-body .unit > a::before, .teiatsu .how__body .item__text-body .unit > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: 100% 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-body .unit > a::before, .teiatsu .how__body .item__text-body .unit > a::after {
    height: 1px;
  }
}
.teiatsu .how__body .item__text-body .unit > a::before {
  transform: rotate(45deg);
}
.teiatsu .how__body .item__text-body .unit > a::after {
  transform: rotate(-45deg);
}
.teiatsu .how__body .item__text-body .unit > a:hover {
  background-color: #FFF;
  color: #39B549;
}
.teiatsu .how__body .item__text-body .unit > a:hover::before, .teiatsu .how__body .item__text-body .unit > a:hover::after {
  background-color: #39B549;
}
.teiatsu .how__body .item__text-body .unit:not(:first-of-type) {
  margin-top: 30px;
}
.teiatsu .how__body .item__text-body .unit ul {
  margin-top: 7px;
  padding-top: 10px;
  border-top: 1px dotted #000;
}
.teiatsu .how__body .item__text-body .unit ul li {
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-body .unit ul li {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}
.teiatsu .how__body .item__text-body .unit ul li a {
  text-decoration: underline;
}
.teiatsu .how__body .item__text-body .unit ul li a:hover {
  text-decoration: none;
}
.teiatsu .how__body .item__text-body .unit ul li:not(:first-of-type) {
  margin-top: 1em;
}
.teiatsu .how__body .item__text-body .unit p {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #E83820;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-body .unit p {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}
.teiatsu .how__body .item__text-body > ul li {
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-body > ul li {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}
.teiatsu .how__body .item__text-body > ul li .application {
  margin: 10px 0;
  padding-left: 1.25em;
}
.teiatsu .how__body .item__text-body > ul li .application a {
  display: inline-block;
}
.teiatsu .how__body .item__text-body > ul li .application a:first-of-type {
  width: 109px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-body > ul li .application a:first-of-type {
    width: 131px;
    height: auto;
  }
}
.teiatsu .how__body .item__text-body > ul li .application a:last-of-type {
  width: 135px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .teiatsu .how__body .item__text-body > ul li .application a:last-of-type {
    width: 163px;
    height: auto;
  }
}
.teiatsu .question {
  width: 100%;
  height: auto;
  margin: 100px auto auto;
  padding: 100px 0;
  background-color: #ECF4D9;
}
@media screen and (max-width: 749px) {
  .teiatsu .question {
    margin: 50px auto auto;
    padding: 50px 0;
  }
}
.teiatsu .question__head {
  width: 100%;
  height: auto;
}
.teiatsu .question__head h2 {
  padding: 0.3em 0;
  background-color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__head h2 {
    border-radius: 5px;
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.teiatsu .question__body {
  margin-top: 35px;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body {
    margin-top: 18px;
  }
}
.teiatsu .question__body > ul {
  width: 100%;
  height: auto;
}
.teiatsu .question__body > ul > li {
  background-color: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li {
    border-radius: 10px;
  }
}
.teiatsu .question__body > ul > li:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.teiatsu .question__body > ul > li h3 {
  position: relative;
  cursor: pointer;
  padding: 15px 0 15px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li h3 {
    padding: 20px 30px 20px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.teiatsu .question__body > ul > li h3 span:first-of-type {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background-color: #39B54A;
  border-radius: 100%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li h3 span:first-of-type {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin-right: 10px;
    font-size: clamp(1.5rem, 4vw, 1.5rem);
    line-height: 23px;
  }
}
.teiatsu .question__body > ul > li h3 span:last-of-type {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li h3 span:last-of-type {
    flex: 1 1 auto;
    min-width: 0;
    word-break: break-all;
    padding-top: 0.05em;
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }
}
.teiatsu .question__body > ul > li h3::before, .teiatsu .question__body > ul > li h3::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li h3::before, .teiatsu .question__body > ul > li h3::after {
    width: 10px;
    height: 2px;
  }
}
.teiatsu .question__body > ul > li h3::before {
  top: 48%;
  right: 25px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li h3::before {
    top: 46%;
    right: 10px;
  }
}
.teiatsu .question__body > ul > li h3::after {
  top: 48%;
  right: 25px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li h3::after {
    top: 46%;
    right: 10px;
  }
}
.teiatsu .question__body > ul > li h3.close::before {
  transform: rotate(225deg);
}
.teiatsu .question__body > ul > li h3.close::after {
  transform: rotate(315deg);
}
.teiatsu .question__body > ul > li .box {
  display: none;
  margin: 0 60px 0 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li .box {
    margin: 0 30px 0 20px;
    padding-bottom: 20px;
  }
}
.teiatsu .question__body > ul > li .box-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.teiatsu .question__body > ul > li .box__icon p {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background-color: #999;
  border-radius: 100%;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li .box__icon p {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    font-size: clamp(1.5rem, 4vw, 1.5rem);
    line-height: 23px;
  }
}
.teiatsu .question__body > ul > li .box__text p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li .box__text p {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}
.teiatsu .question__body > ul > li .box__text p a {
  text-decoration: underline;
}
.teiatsu .question__body > ul > li .box__text p a:hover {
  text-decoration: none;
}
.teiatsu .question__body > ul > li .box__text ul li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}
@media screen and (max-width: 749px) {
  .teiatsu .question__body > ul > li .box__text ul li {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}
.teiatsu .enquiry {
  width: 100%;
  height: auto;
  margin-top: 55px;
}
@media screen and (max-width: 749px) {
  .teiatsu .enquiry {
    margin-top: 45px;
  }
}
@media screen and (max-width: 749px) {
  .teiatsu .enquiry .inner {
    padding: 0;
  }
}
.teiatsu .enquiry img {
  width: 100%;
  height: auto;
}
.teiatsu .enquiry__contents {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
.teiatsu .enquiry__contents-tel {
  width: 100%;
  height: auto;
}
.teiatsu .enquiry__contents-tel img {
  width: 100%;
  height: auto;
}
.teiatsu .enquiry__contents-tel ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.teiatsu .enquiry__contents-tel ul li a img {
  width: 100%;
  height: auto;
}