@charset "UTF-8";
/* 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: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

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: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

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 {
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "halt";
  font-optical-sizing: auto;
}

a {
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a::before {
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a::after {
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a span {
  transition: color 0.3s;
}
a span::before {
  transition: background-color 0.3s, opacity 0.3s;
}
a span::after {
  transition: border 0.3s;
}
a:focus-visible {
  outline: 3px solid #FFF;
  outline-offset: 3px;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #FFF;
}

.inner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .inner {
    padding: 0 5.33%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#block-skip a {
  width: 100%;
  height: 60px;
  border-radius: 0;
  position: absolute;
  top: -60px; /* フォーカスされていない時に画面外に配置 */
  left: 0;
  background: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fef9ef;
  text-align: center;
  z-index: 1000000; /* 他のコンテンツの上に表示されるように */
  transition: top 0.3s; /* スムーズに表示されるように */
}
@media screen and (max-width: 999px) {
  #block-skip a {
    font-size: clamp(1.2rem, 3.2558139535vw, 1.6rem);
  }
}
#block-skip a:hover span {
  background-color: #000;
  color: #fef9ef;
}
#block-skip a:focus {
  top: 0; /* フォーカス時に表示 */
  outline: none;
}
#block-skip a:focus span {
  outline: 2px solid #FFF;
  outline-offset: 3px;
}
#block-skip a span {
  padding: 0.5em 2em;
  background: #FFF;
  color: #000;
  border-radius: 50px;
  display: inline-block;
}

html {
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
@media screen and (max-width: 999px) {
  html {
    scroll-padding-top: 0;
  }
}

main {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 999px) {
  br.pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  br.sp {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  div.pc, span.pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  div.sp, span.sp {
    display: none;
  }
}

@media print, screen and (min-width: 1000px) {
  .header {
    width: 100%;
    height: 70px;
    margin: auto;
  }
  .header .inner {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .header__body {
    width: 100%;
    height: 70px;
    margin: auto;
    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;
    position: relative;
  }
  .header__body-logo a {
    width: 160px;
    height: auto;
    margin-left: 35px;
    display: inline-block;
  }
  .header__body-logo a img {
    width: 100%;
    height: auto;
  }
  .header__body-btn {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  .header__body-btn a {
    width: 560px;
    height: 60px;
    margin: auto;
    padding-top: 21px;
    background-color: #E73920;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: block;
    text-align: center;
  }
  .header__body-btn a img {
    width: 506px;
    height: auto;
    margin: auto;
    display: inline-block;
  }
  .header__btn {
    width: 100%;
    height: auto;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50000;
    transform: translateY(100%);
    transition: transform 0.25s ease;
  }
  .header__btn.is-visible {
    transform: translateY(0);
  }
  .header__btn.is-hidden {
    transform: translateY(100%);
  }
  .header__btn a {
    width: 100%;
    height: 60px;
    margin: auto;
    padding: 15px 0;
    background-color: #E73920;
    display: block;
    text-align: center;
  }
  .header__btn a img {
    width: 652px;
    height: 30px;
  }
}
@media screen and (max-width: 999px) {
  .header {
    width: 100%;
    height: 70px;
    margin: auto;
  }
  .header .inner {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0 2%;
  }
  .header__body {
    width: 100%;
    height: 70px;
    margin: auto;
    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;
    position: relative;
  }
  .header__body-logo a {
    width: 132px;
    height: auto;
    display: inline-block;
  }
  .header__body-logo a img {
    width: 100%;
    height: auto;
  }
  .header__body-breakthrough {
    width: 216px;
    height: auto;
  }
  .header__body-breakthrough img {
    width: 216px;
    height: auto;
  }
  .header__btn {
    width: 100%;
    height: auto;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50000;
  }
}
@media print, screen and (min-width: 1000px) {
  footer {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 25px 0;
    border-top: 1px solid #034097;
  }
  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;
  }
  footer .footer__logo {
    width: 160px;
    height: auto;
  }
  footer .footer__logo img {
    width: 100%;
    height: auto;
  }
  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;
  }
  footer .footer__menu ul li a {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #004097;
  }
  footer .footer__menu ul li a:hover {
    text-decoration: underline;
  }
  footer .footer__menu ul li:not(:first-of-type) {
    margin-left: 14px;
  }
  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: 999px) {
  footer {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 25px 0 100px;
  }
  footer .footer {
    width: 100%;
    height: auto;
  }
  footer .footer__logo {
    width: 140px;
    height: auto;
    margin: auto;
    padding: 16px 0;
  }
  footer .footer__logo img {
    width: 100%;
    height: auto;
  }
  footer .footer__menu {
    width: 100%;
    height: auto;
    margin: auto;
    border-top: 1px solid #034097;
  }
  footer .footer__menu ul {
    padding: 1em 0;
  }
  footer .footer__menu ul li {
    text-align: center;
  }
  footer .footer__menu ul li a {
    display: inline-block;
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    color: #004097;
    text-align: center;
  }
  footer .footer__menu p {
    padding-top: 1em;
    border-top: 1px solid #034097;
    font-size: clamp(1rem, 2.8vw, 1.1rem);
    color: #727171;
    text-align: center;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  footer .footer__menu p {
    color: #231815;
  }
}
.modaal-content-container p {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-indent: -1.5em;
}
@media screen and (max-width: 999px) {
  .modaal-content-container p {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    text-align: justify;
  }
}
.modaal-content-container dl {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  column-gap: 0.25rem;
  row-gap: 1rem;
  align-items: start;
}
.modaal-content-container dl dt {
  grid-column: 1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .modaal-content-container dl dt {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    text-align: justify;
  }
}
.modaal-content-container dl dd {
  grid-column: 2;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .modaal-content-container dl dd {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    text-align: justify;
  }
}

.visual {
  width: 100%;
  height: auto;
  background-color: #005BAB;
}
.visual .inner {
  width: 100%;
  height: auto;
  margin: auto;
}
.visual__body {
  width: 100%;
  height: 680px;
  margin: auto;
  background-image: url(../img/home/bg_visual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .visual__body {
    width: 100%;
    height: auto;
    padding: 0;
    background-image: url(../img/home/bg_visual-sp.png);
  }
}
.visual__body picture {
  width: 100%;
  height: auto;
}
.visual__body picture img {
  width: 100%;
  height: auto;
}
.visual__foot {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0.75em 0;
}
.visual__foot ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.visual__foot ul li {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #BCBCBC;
}
@media screen and (max-width: 999px) {
  .visual__foot ul li {
    padding-left: 1em;
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    text-align: justify;
    text-indent: -1em;
  }
}
.features {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 75px 0 65px 0;
  background-color: #FFF;
}
@media screen and (max-width: 999px) {
  .features {
    padding: 50px 0;
  }
}
.features__body {
  width: 100%;
  height: auto;
  margin: auto;
  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;
}
.features__body .unit {
  width: 290px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .features__body .unit {
    flex-basis: 47.76%;
  }
}
@media print, screen and (min-width: 1000px) {
  .features__body .unit:last-of-type {
    width: 100%;
  }
}
@media print, screen and (min-width: 1000px) {
  .features__body .unit ul {
    margin-top: 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.features__body .unit ul li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .features__body .unit ul li {
    padding-left: 1em;
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    color: #231815;
    text-align: justify;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 1000px) {
  .features__body .unit ul li:not(:first-of-type) {
    margin-left: 2em;
  }
}

.outline {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0;
  background-image: url(../img/home/bg_outline.svg);
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
}
@media screen and (max-width: 999px) {
  .outline {
    padding: 50px 0;
    background-image: url(../img/home/bg_outline.svg);
    background-position: top center;
    background-repeat: repeat;
    background-size: 375px 1184px;
    background-image: url(../img/home/bg_outline-sp.svg);
  }
}
.outline__body {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 90px 0 70px 0;
  background-color: #FFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 999px) {
  .outline__body {
    padding: 40px 0 60px;
  }
}
.outline__body-title {
  width: 746px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .outline__body-title {
    width: 100%;
    padding: 0 2.99%;
  }
}
.outline__body-main {
  width: 746px;
  height: auto;
  margin: 35px auto auto;
}
@media screen and (max-width: 999px) {
  .outline__body-main {
    width: 100%;
    margin: 20px auto auto;
    padding: 0 7.46%;
  }
}
.outline__body-main ul {
  margin-top: 1em;
}
.outline__body-main ul li {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-indent: -1em;
}
@media screen and (max-width: 999px) {
  .outline__body-main ul li {
    font-size: clamp(0.1rem, 2.9333333333vw, 1.2rem);
    line-height: 1.5;
  }
}
.outline__foot {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 35px 0 30px 0;
  background-color: #005BAB;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 999px) {
  .outline__foot {
    padding: 20px 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.outline__foot-title h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .outline__foot-title h3 {
    font-size: clamp(1.6rem, 4.8vw, 2rem);
  }
}
.outline__foot-main {
  width: 746px;
  height: auto;
  margin: 10px auto auto;
}
@media screen and (max-width: 999px) {
  .outline__foot-main {
    width: 100%;
  }
}
.outline__foot-main ul {
  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: 999px) {
  .outline__foot-main ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.outline__foot-main ul li a {
  width: 350px;
  height: 60px;
  margin: auto;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .outline__foot-main ul li a {
    width: 70.6666666667vw;
    height: 30px;
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
    line-height: 30px;
  }
}
.outline__foot-main ul li a::before, .outline__foot-main ul li a::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 22px;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 999px) {
  .outline__foot-main ul li a::before, .outline__foot-main ul li a::after {
    width: 6px;
    height: 1px;
    right: 15px;
  }
}
.outline__foot-main ul li a::before {
  transform: rotate(45deg);
}
.outline__foot-main ul li a:after {
  transform: rotate(-45deg);
}
.outline__foot-main ul li a:hover {
  opacity: 0.9;
}
.outline__foot-main ul li:first-of-type a {
  background-color: #FFF;
  color: #005BAB;
}
.outline__foot-main ul li:first-of-type a::before, .outline__foot-main ul li:first-of-type a::after {
  background-color: #005BAB;
}
@media screen and (max-width: 999px) {
  .outline__foot-main ul li:last-of-type {
    margin-top: 10px;
  }
}
.outline__foot-main ul li:last-of-type a {
  background-color: #E73920;
  color: #FFF;
}
.outline__foot-main ul li:last-of-type a::before, .outline__foot-main ul li:last-of-type a::after {
  background-color: #FFF;
}
.outline__btn {
  width: 100%;
  height: auto;
  margin: 40px auto auto;
  background-color: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .outline__btn {
    margin: 20px auto auto;
    border-radius: 5px;
  }
}
.outline__btn button {
  width: 100%;
  height: 70px;
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  text-align: center;
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .outline__btn button {
    width: 100%;
    height: 35px;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
    line-height: 35px;
  }
}
.outline__btn button span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .outline__btn button span {
    right: 10px;
  }
}
.outline__btn button span::before, .outline__btn button span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background-color: #000;
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .outline__btn button span::before, .outline__btn button span::after {
    width: 8px;
    height: 2px;
  }
}
.outline__btn button span::before {
  top: 50%;
  right: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.outline__btn button span::after {
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.outline__btn button.close span::before {
  transform: rotate(225deg);
}
.outline__btn button.close span::after {
  transform: rotate(315deg);
}
.outline__btn .box {
  display: none;
  padding: 10px 50px 60px 50px;
}
@media screen and (max-width: 999px) {
  .outline__btn .box {
    padding: 0 7.46% 20px;
  }
}
.outline__btn .box .clause:not(:first-of-type) {
  margin-top: 1em;
}
.outline__btn .box .clause h4 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .outline__btn .box .clause h4 {
    padding-top: 1em;
    border-top: 1px solid #707070;
    font-size: clamp(1rem, 3.0666666667vw, 1.3rem);
  }
}
.outline__btn .box .clause h5 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .outline__btn .box .clause h5 {
    font-size: clamp(1rem, 3.0666666667vw, 1.3rem);
  }
}
.outline__btn .box .clause p {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .outline__btn .box .clause p {
    font-size: clamp(1rem, 3.0666666667vw, 1.3rem);
  }
}
.outline__btn .box .clause ul {
  padding-left: 1em;
}
.outline__btn .box .clause ul li {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 999px) {
  .outline__btn .box .clause ul li {
    font-size: clamp(1rem, 3.0666666667vw, 1.3rem);
  }
}

.recommend {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 999px) {
  .recommend {
    padding: 50px 0 0 0;
  }
}
.recommend .inner {
  width: 100%;
  height: auto;
  padding: 0;
}
.recommend__body {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .recommend__body {
    padding: 0 5.33%;
  }
}
.recommend__body dl {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  column-gap: 0.25rem;
  row-gap: 0.05rem;
  align-items: start;
}
.recommend__body dl dt {
  grid-column: 1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .recommend__body dl dt {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
  }
}
.recommend__body dl dd {
  grid-column: 2;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .recommend__body dl dd {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
  }
}
.recommend__btn {
  width: 100%;
  height: 320px;
  margin-top: 100px;
  padding: 0 80px;
  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;
  background-color: #E83820;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .recommend__btn {
    height: auto;
    margin-top: 50px;
    padding: 20px 5.33%;
    border-radius: 0;
  }
}
.recommend__btn .inner {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .recommend__btn .inner {
    text-align: center;
  }
}
.recommend__btn h3 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .recommend__btn h3 {
    font-size: clamp(1.9rem, 5.6vw, 2.3rem);
    text-align: center;
  }
}
@media print, screen and (min-width: 1000px) {
  .recommend__btn img {
    width: 418px;
    height: 297px;
    position: absolute;
    right: 80px;
    bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .recommend__btn img {
    width: 55.7333333333vw;
    height: auto;
    margin: 10px auto auto;
  }
}
.recommend__btn a {
  width: 385px;
  height: 64px;
  margin-top: 20px;
  background-color: #FFF;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #E83820;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .recommend__btn a {
    width: 100%;
    height: 55px;
    margin-top: 0;
    border-radius: 5px;
    font-size: clamp(1.3rem, 4vw, 1.7rem);
    line-height: 55px;
  }
}
.recommend__btn a::before, .recommend__btn a::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #E83820;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 10px;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 999px) {
  .recommend__btn a::before, .recommend__btn a::after {
    width: 8px;
    height: 2px;
    right: 20px;
  }
}
.recommend__btn a::before {
  transform: rotate(45deg);
}
.recommend__btn a:after {
  transform: rotate(-45deg);
}

.case {
  width: 100%;
  height: auto;
  margin: 100px auto auto;
}
@media screen and (max-width: 999px) {
  .case {
    margin: 50px auto auto;
  }
}
.case .inner {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
}
.case__head {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .case__head {
    width: 100%;
  }
}
.case__head h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #005BAA;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__head h2 {
    font-size: clamp(1.9rem, 5.6vw, 2.3rem);
  }
}
.case__body {
  width: 100%;
  height: auto;
}
.case__body .tabs {
  width: 840px;
  height: auto;
  margin: 45px auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .case__body .tabs {
    width: 100%;
    height: auto;
    margin: 45px auto auto;
    padding: 0 5.33%;
  }
}
.case__body .tabs [role=tab] {
  width: 400px;
  height: 66px;
  background-color: #FFF;
  border-top: 2px solid #005BAB;
  border-right: 2px solid #005BAB;
  border-left: 2px solid #005BAB;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #005BAB;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .case__body .tabs [role=tab] {
    width: 50%;
    height: 37px;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
    line-height: 37px;
  }
}
.case__body .tabs [role=tab][aria-selected=true] {
  background-color: #005BAB;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .case__body .tabs [role=tab]:first-of-type {
    flex-basis: 43.28%;
  }
}
@media screen and (max-width: 999px) {
  .case__body .tabs [role=tab]:last-of-type {
    flex-basis: 53.73%;
  }
}
.case__body .tabs [role=tab]:hover {
  background-color: #005BAB;
  color: #FFF;
}
.case__body .panel {
  padding: 70px 0;
  background-color: #EDF8FF;
  border-top: 2px solid #005BAB;
}
@media screen and (max-width: 999px) {
  .case__body .panel {
    padding: 40px 5.33%;
  }
}
.case__body .panel[hidden] {
  display: none;
}
.case__body .panel .inner {
  max-width: 840px;
}
@media screen and (max-width: 999px) {
  .case__body .panel .inner {
    max-width: 100%;
  }
}
.case__body .panel .box {
  position: relative;
}
.case__body .panel .box:not(:first-of-type) {
  margin-top: 30px;
}
.case__body .panel .box a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #005BAA;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a {
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .box a:hover {
  text-decoration: none;
}
.case__body .panel .box a span.icon {
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a span.icon {
    width: 8px;
    height: 10px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a span.icon img {
    vertical-align: middle;
  }
}
.case__body .panel .box a.link01 {
  position: absolute;
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .box a.link01 {
    right: 140px;
    bottom: 65px;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a.link01 {
    position: absolute;
    right: 0;
    bottom: 3em;
    left: 0;
    text-align: center;
  }
}
.case__body .panel .box a.link02 {
  position: absolute;
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .box a.link02 {
    right: 100px;
    bottom: 46px;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a.link02 {
    position: absolute;
    right: 0;
    bottom: 1.5em;
    left: 0;
    text-align: center;
  }
}
.case__body .panel .box > p {
  position: absolute;
  right: 55px;
  left: auto;
  bottom: 1.5em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #8e8e8e;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .box > p {
    right: 0;
    left: 0;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .price-a {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a {
    margin-top: 30px;
  }
}
.case__body .panel .price-a__head h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #005BAB;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__head h3 {
    font-size: clamp(1.9rem, 5.6vw, 2.3rem);
  }
}
.case__body .panel .price-a__body {
  margin-top: 35px;
  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;
}
.case__body .panel .price-a__body .unit {
  width: 256px;
  height: auto;
  padding: 25px 25px calc(1.75em + 25px);
  background-color: #FFF;
  border-radius: 20px;
  border: 3px solid #FFF;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit {
    width: 100%;
    padding: 25px;
    text-align: justify;
  }
}
.case__body .panel .price-a__body .unit:first-of-type {
  border: 3px solid #FF9900;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit:not(:first-of-type) {
    margin-top: 15px;
  }
}
.case__body .panel .price-a__body .unit:hover {
  border: 3px solid #005BAB;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .price-a__body .unit-sp {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-sp {
    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;
  }
}
.case__body .panel .price-a__body .unit-pc h4, .case__body .panel .price-a__body .unit-sp h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc h4, .case__body .panel .price-a__body .unit-sp h4 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
    text-align: justify;
  }
}
.case__body .panel .price-a__body .unit-pc img, .case__body .panel .price-a__body .unit-sp img {
  width: 130px;
  height: auto;
  margin: 20px auto auto;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc img, .case__body .panel .price-a__body .unit-sp img {
    width: 85px;
    margin: auto;
  }
}
.case__body .panel .price-a__body .unit-pc p:nth-last-of-type(2), .case__body .panel .price-a__body .unit-sp p:nth-last-of-type(2) {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc p:nth-last-of-type(2), .case__body .panel .price-a__body .unit-sp p:nth-last-of-type(2) {
    margin-top: 0.25em;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .price-a__body .unit-pc p:nth-last-of-type(2).ctr, .case__body .panel .price-a__body .unit-sp p:nth-last-of-type(2).ctr {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc p:nth-last-of-type(2).ctr, .case__body .panel .price-a__body .unit-sp p:nth-last-of-type(2).ctr {
    text-align: justify;
  }
}
.case__body .panel .price-a__body .unit-pc p:last-of-type, .case__body .panel .price-a__body .unit-sp p:last-of-type {
  margin-top: 1em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #005BAA;
  text-align: center;
  text-decoration: underline;
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .price-a__body .unit-pc p:last-of-type, .case__body .panel .price-a__body .unit-sp p:last-of-type {
    position: absolute;
    left: 50%;
    bottom: 1.5em;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc p:last-of-type, .case__body .panel .price-a__body .unit-sp p:last-of-type {
    margin-top: 0.25em;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
    text-align: justify;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-text {
    margin-left: 15px;
  }
}
.case__body .panel .price-a__body .unit p.ribbon {
  width: 12em;
  height: 26px;
  margin-top: -15px;
  background-color: #E73920;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  --r: .8em; /* control the ribbon shape */
  padding-inline: calc(var(--r) + 0.8em);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
}
.case__body .panel .price-b {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b {
    margin-top: 30px;
  }
}
.case__body .panel .price-b__head h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #005BAB;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__head h3 {
    font-size: clamp(1.9rem, 5.6vw, 2.3rem);
  }
}
.case__body .panel .price-b__body {
  margin-top: 35px;
  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;
}
.case__body .panel .price-b__body .unit {
  width: 400px;
  height: auto;
  padding: 25px;
  background-color: #FFF;
  border: 3px solid #FFF;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit {
    width: 100%;
    padding: 15px 25px;
    text-align: justify;
  }
}
.case__body .panel .price-b__body .unit:hover {
  border: 3px solid #005BAB;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .price-b__body .unit-sp {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit-sp {
    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;
  }
}
.case__body .panel .price-b__body .unit h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit h4 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
    text-align: justify;
  }
}
.case__body .panel .price-b__body .unit h4 span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit h4 span {
    display: block;
    font-size: clamp(0.9rem, 2.6666666667vw, 1.1rem);
  }
}
.case__body .panel .price-b__body .unit__body {
  width: 100%;
  min-height: 115px;
  margin-top: 5px;
  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;
}
.case__body .panel .price-b__body .unit__body-image img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit__body-image img {
    width: 85px;
    margin: auto;
  }
}
.case__body .panel .price-b__body .unit__body-text {
  margin-left: 15px;
}
.case__body .panel .price-b__body .unit__body-text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit__body-text p {
    margin-top: 0.5em;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .price-b__body .unit__body-text p:last-of-type {
  margin-top: 0.25em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #005BAA;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit__body-text p:last-of-type {
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .price-b__body .unit__body-text p:last-of-type:hover {
  text-decoration: none;
}

.enquiry {
  width: 100%;
  height: auto;
  margin-top: 55px;
}
@media screen and (max-width: 999px) {
  .enquiry {
    margin-top: 45px;
  }
}
@media screen and (max-width: 999px) {
  .enquiry .inner {
    padding: 0;
  }
}
.enquiry img {
  width: 100%;
  height: auto;
}
.enquiry__contents {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
.enquiry__contents-tel {
  width: 100%;
  height: auto;
}
.enquiry__contents-tel img {
  width: 100%;
  height: auto;
}
.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;
}
.enquiry__contents-tel ul li a img {
  width: 100%;
  height: auto;
}