@charset "UTF-8";

:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

ul li,
ol li {
  list-style-type: none;
}

em,
i,
dfn {
  font-style: normal;
}

/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.l-column {
  margin-inline: auto;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.l-column__small {
  margin-inline: auto;
  width: 100%;
  max-width: 920px;
  padding-right: 40px;
  padding-left: 40px;
}

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10000000000;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  line-height: 1.3;
}

header h1 {
  margin: 15px 0 0px 40px;
}

header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header div a {
  display: block;
}

header div #but_tel {
  padding: 10px 30px;
  background: url("images/icon_tel.svg") no-repeat top 20px left;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  cursor: default;
  pointer-events: none;
}

header div #but_tel p {
  font-size: 13px;
  font-weight: normal;
}

header div #but_contact {
  padding: 15px 40px;
  border: 1px solid #d8231e;
  background: #d8231e;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

header div #but_contact:hover {
  background: #fff;
  color: #d8231e;
}

.container_nav {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background: #f3faff;
}

.container_nav ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  color: #000;
  font-size: 18px;
  font-weight: 900;
}

.container_nav ul li {
  margin-top: 15px;
  padding: 10px 20px;
  border: 1px solid #707070;
  background: #d9eeff;
}

.container_nav ul li:last-child {
  margin-bottom: 15px;
}

.container_nav ul li:hover {
  background: #a6dbff;
}

.c-ttl-01 {
  position: relative;
  padding-bottom: 53px;
  color: #2a5dab;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.c-ttl-01::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 23px;
  transform: translateX(-50%);
  background: url(images/icon_ttl.svg) center/cover no-repeat;
  content: "";
}

.c-ttl-01--yellow {
  color: #fcff48;
}

.c-ttl-01--yellow::after {
  background: url(images/icon_ttl_yellow.svg) center/cover no-repeat;
}

.c-ttl-01--black {
  color: #333333;
}

.c-ttl-01--black::after {
  background: url(images/icon_ttl_black.svg) center/cover no-repeat;
}

.l-main {
  position: relative;
  padding-top: 73px;
}

/*--------------------------------------------------------------
fixed area
--------------------------------------------------------------*/
.fixed-area {
  -webkit-transform: translateY(-50%);
  z-index: 10;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.fixed-area__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: #fcff48;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.16);
}

.fixed-area__inner {
  padding-top: 5px;
}

.fixed-area__txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  gap: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  writing-mode: vertical-rl;
}

.fixed-area__txt span {
  font-size: 14px;
  line-height: 1.07;
}

.fixed-area__arrow {
  padding-top: 8px;
}

.fixed-area__arrow img {
  display: block;
}

/*--------------------------------------------------------------
mv
--------------------------------------------------------------*/
.sec-mv {
  padding-block: 5.9027777778vw 5.6944444444vw;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: url(images/bg_mv_pc.png) center/cover no-repeat;
}

/* アニメーションする要素を最初隠しておく */
.sec-mv__bg,
.sec-mv__main,
.sec-mv__img,
.sec-mv__box {
  visibility: hidden;
  opacity: 0;
}

.sec-mv__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 37.5vw;
}

.sec-mv__bg img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sec-mv__contents {
  gap: 1.3888888889vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding-inline: 1.3888888889vw;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  justify-content: center;
}

.sec-mv__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 1.3888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.sec-mv__logo {
  width: 19.4444444444vw;
}

.sec-mv__logo img {
  display: block;
}

.sec-mv__ttl-01 {
  line-height: 0;
}

.sec-mv__ttl-02 {
  line-height: 0;
}

.sec-mv__ttl-top {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 13%, #000 0%);
  color: #ffffff;
  font-size: 1.9444444444vw;
  font-weight: bold;
  line-height: 1;
}

.sec-mv__ttl-bottom {
  -webkit-font-feature-settings: "palt";
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffffff));
  background: linear-gradient(transparent 0%, #ffffff 0%);
  font-feature-settings: "palt";
  font-size: 2.7777777778vw;
  font-weight: bold;
  line-height: 1;
}

.sec-mv__ttl-bottom span {
  font-size: 3.4722222222vw;
}

.sec-mv__box {
  padding-top: 2.7777777778vw;
}

.sec-mv__check {
  gap: 0.5555555556vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.sec-mv__check img {
  width: 1.3888888889vw;
  height: auto;
}

.sec-mv__check p {
  color: #2a5dab;
  font-size: 1.4583333333vw;
  font-weight: 500;
  line-height: 1.7;
}

.sec-mv__txt {
  padding-top: 1.3888888889vw;
  font-size: 1.4583333333vw;
  font-weight: 500;
  line-height: 1.7;
}

.sec-mv__img {
  width: 37.5vw;
  padding-top: 2.7777777778vw;
}

/*--------------------------------------------------------------
lead
--------------------------------------------------------------*/
.lead {
  padding-top: 120px;
}

.lead-top {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
}

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

.lead-top__ttl .lead-top__ttl-inner--01 {
  text-align: center;
}

.lead-top__ttl .lead-top__ttl-inner--02 {
  margin-top: 12px;
}

.lead-top__ttl .lead-top__ttl-inner--03 {
  text-align: left;
}

.lead-top__ttl .lead-top__ttl-inner--04 {
  text-align: right;
}

.lead-top__ttl p {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, transparent), color-stop(0%, #2a5dab));
  background: linear-gradient(transparent 16%, #2a5dab 0%);
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.05;
  text-align: center;
}

.lead-top__txt {
  padding-top: 40px;
}

.lead-top__txt-inner {
  margin-inline: auto;
  max-width: 788px;
}

.lead-top__list {
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  justify-content: center;
  padding-top: 60px;
}

.lead-top__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  padding-block: 40px 30px;
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 380px;
  height: 380px;
  border: 1px solid #2a5dab;
  border-radius: 4px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.lead-top__item-img--01 {
  margin-inline: auto;
  width: 176px;
  padding-top: 20px;
}

.lead-top__item-img--02 {
  margin-inline: auto;
  width: 259px;
  padding-top: 20px;
}

.lead-top__item-img--03 {
  margin-inline: auto;
  width: 210px;
}

.lead-top__item-txt {
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.7;
  text-align: center;
}

.lead-bottom {
  padding-top: 110px;
}

.lead-bottom__contents {
  padding-block: 130px 264px;
  background: url(images/bg_lead_pc.png) center/cover no-repeat;
}

.lead-bottom__inner {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1520px;
}

.lead-bottom__inner {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 750px;
}

.lead-bottom__logo {
  margin-inline: auto;
  max-width: 400px;
}

.lead-bottom__txt {
  padding-top: 53px;
  font-size: 36px;
  font-weight: 500;
}

.lead-bottom__txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, transparent), color-stop(0%, #2a5dab));
  background: linear-gradient(transparent 12%, #2a5dab 0%);
  color: #ffffff;
}

.lead-bottom__banner {
  padding-top: 80px;
}

.lead-bottom__banner-inner {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 920px;
}

/*--------------------------------------------------------------
section 01
--------------------------------------------------------------*/
.sec-01 {
  margin-top: 120px;
}

.sec-01__wrap {
  padding-block: 120px;
  background: url(images/bg_section01_pc.png) center/cover no-repeat;
}

.sec-01__contents {
  padding-top: 50px;
}

.sec-01__inner {
  -ms-grid-columns: (1fr)[2];
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.sec-01__txt {
  color: #ffffff;
}

.sec-01__img img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
section 02
--------------------------------------------------------------*/
.sec-02 {
  padding-top: 120px;
}

.sec-02__lead {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

.sec-02__lead-ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.sec-02__lead-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 68px;
}

.sec-02__lead-item {
  gap: 4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-start;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.sec-02__lead-item::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "・";
}

.sec-02__contents {
  padding-top: 80px;
}

.sec-02__list {
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 285px);
  justify-content: center;
}

.sec-02__item {
  padding-top: 11px;
  border: 1px solid #2a5dab;
  border-radius: 4px;
}

.sec-02__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.sec-02__img--01 img {
  width: 200px;
}

.sec-02__img--02 img {
  width: 210px;
}

.sec-02__img--03 img {
  width: 210px;
}

.sec-02__img--04 img {
  width: 200px;
}

.sec-02__img--05 img {
  width: 210px;
}

.sec-02__img--06 img {
  width: 219px;
}

.sec-02__img--07 img {
  width: 220px;
}

.sec-02__img--08 img {
  width: 200px;
}

.sec-02__txt {
  padding-block: 16px 27px;
  padding-inline: 16px;
  border-top: 1px solid #2a5dab;
  font-size: 16px;
  line-height: 1.7;
}

.sec-02__box {
  margin-inline: auto;
  max-width: 1080px;
  padding-top: 80px;
}

.sec-02__box-inner {
  padding-block: 40px;
  padding-inline: 60px;
  border: 1px solid #2a5dab;
  background: #f4fcff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
}

.sec-02__box-inner span {
  color: #fb5d5b;
}

/*--------------------------------------------------------------
section 03
--------------------------------------------------------------*/
.sec-03 {
  padding-block: 120px;
  margin-top: 120px;
  background: #dcf0ff;
}

.sec-03__contents {
  padding-top: 50px;
}

.sec-03__inner {
  -ms-grid-columns: (1fr)[2];
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.sec-03__img {
  -webkit-box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.08);
}

.sec-03__img img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
section 04
--------------------------------------------------------------*/
.sec-04 {
  padding-top: 120px;
}

.sec-04__contents {
  padding-top: 50px;
}

.sec-04__inner {
  -ms-grid-columns: (1fr)[2];
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.sec-04__img {
  -webkit-box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.08);
}

.sec-04__img img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
section 05
--------------------------------------------------------------*/
.sec-05 {
  padding-block: 120px;
  margin-top: 120px;
  background: url(images/bg_section05_pc.png) center/cover no-repeat;
}

.sec-05__lead {
  padding-top: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.sec-05__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}

.sec-05__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-05__box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec-05__box--reverse .sec-05__img img {
  border-radius: 0 16px 16px 0;
}

.sec-05__box:nth-of-type(1) {
  gap: 39px;
}

.sec-05__box:nth-of-type(2) {
  gap: 24px;
}

.sec-05__box:nth-of-type(3) {
  gap: 58px;
}

.sec-05__img img {
  border-radius: 16px 0 0 16px;
}

.sec-05__inner {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 560px;
  padding-top: 40px;
}

.sec-05__ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  color: #2a5dab;
  font-size: 40px;
  line-height: 1.7;
}

.sec-05__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.sec-05__item {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-05__item span {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  border: 1px solid #2a5dab;
  border-radius: 50%;
  background: #ffffff;
  color: #2a5dab;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.sec-05__item p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

/*--------------------------------------------------------------
section 06
--------------------------------------------------------------*/
.sec-06 {
  padding-top: 120px;
}

.sec-06__lead {
  padding-top: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.sec-06__banner {
  padding-top: 60px;
}

.sec-06__banner-annotation {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
}

.sec-06__banner-txt {
  padding-top: 20px;
  font-size: 20px;
  line-height: 1.7;
}

.sec-06__contents {
  padding-top: 80px;
}

.sec-06__contents .swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .sec-06__contents .swiper-scrollbar {
  bottom: -40px;
  height: 6px;
  border-radius: 0;
  background: #d9d9d9;
}

.sec-06__contents .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #2a5dab;
}

/* ---------------------------------------------------- */
/* 前へ次への矢印カスタマイズ */

.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none;
}

/* 前へ次への矢印カスタマイズ */

/* 前への矢印カスタマイズ */

/* 次への矢印カスタマイズ */

.sec-06__box {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  width: 380px;
  border-radius: 4px;
  outline-offset: -8px;
  background: #f7f7f7;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.sec-06__box--01 {
  position: relative;
  outline: 8px solid #2a5dab;
}

.sec-06__box--01::before {
  position: absolute;
  top: 0;
  right: 24px;
  width: 64px;
  height: 75px;
  background: url(images/img_section06_01.png) center/cover no-repeat;
  content: "";
}

.sec-06__box--01 .sec-06__box-head {
  border-radius: 4px 4px 0 0;
  background: url(images/bg_section06.png) center/cover no-repeat;
}

.sec-06__box--01 .sec-06__box-head-lead,
.sec-06__box--01 .sec-06__box-head-txt {
  color: #ffffff;
}

.sec-06__box--01 .sec-06__box-head-ttl {
  color: #ffffff;
}

.sec-06__box--01 .sec-06__box-head-price-top-tag {
  margin-top: 5px;
  background: #ffffff;
  color: #2a5dab;
}

.sec-06__box--01 .sec-06__box-head-price-top-num {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.01em;
}

.sec-06__box--01 .sec-06__box-head-price-top-num span:nth-child(1) {
  margin-right: 20px;
  margin-left: 3px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 18px;
}

.sec-06__box--01 .sec-06__box-head-price-top-num span:nth-child(2) {
  margin-right: 5px;
  margin-left: 0;
}

.sec-06__box--01 .sec-06__box-head-price-top-num span:nth-child(2) span:nth-child(1) {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  color: #fcff48;
  font-family: "Poppins", sans-serif;
  font-size: 92px;
  line-height: 0;
}

.sec-06__box--01 .sec-06__box-head-price-top-num span:nth-child(2) span:nth-child(2) {
  margin-right: 0;
  margin-left: 0;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 18px;
}

.sec-06__box--01 .sec-06__box-head-price-bottm {
  border-top: 1px solid #ffffff;
  color: #ffffff;
}

.sec-06__box--01 .sec-06__box-bottom-tag {
  background: #2a5dab;
}

.sec-06__box--02 {
  outline: 8px solid #9f9286;
}

.sec-06__box--02 .sec-06__box-head-ttl {
  color: #9f9286;
}

.sec-06__box--02 .sec-06__box-head-price-top-tag {
  background: #9f9286;
  color: #ffffff;
}

.sec-06__box--02 .sec-06__box-head-price-bottm {
  border-top: 1px solid #9f9286;
}

.sec-06__box--02 .sec-06__box-bottom-tag {
  background: #9f9286;
}

.sec-06__box--03 {
  outline: 8px solid #a7a7a7;
}

.sec-06__box--03 .sec-06__box-head-ttl {
  color: #a7a7a7;
}

.sec-06__box--03 .sec-06__box-head-price-top-tag {
  background: #a7a7a7;
  color: #ffffff;
}

.sec-06__box--03 .sec-06__box-head-price-bottm {
  border-top: 1px solid #a7a7a7;
}

.sec-06__box--03 .sec-06__box-bottom-tag {
  background: #a7a7a7;
}

.sec-06__box--04 {
  outline: 8px solid #bfb274;
}

.sec-06__box--04 .sec-06__box-head-ttl {
  color: #bfb274;
}

.sec-06__box--04 .sec-06__box-head-txt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.sec-06__box--04 .sec-06__box-head-price-top-tag {
  background: #bfb274;
  color: #ffffff;
}

.sec-06__box--04 .sec-06__box-head-price-top-num {
  font-size: 40px;
}

.sec-06__box--04 .sec-06__box-head-price-bottm {
  border-top: 1px solid #bfb274;
}

.sec-06__box--04 .sec-06__box-bottom-tag {
  background: #bfb274;
}

.sec-06__box--05 {
  outline: 8px solid #2a5dab;
}

.sec-06__box--05 .sec-06__box-head-ttl {
  color: #2a5dab;
}

.sec-06__box--05 .sec-06__box-head-txt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec-06__box--05 .sec-06__box-head-price-top-tag {
  background: #2a5dab;
  color: #ffffff;
}

.sec-06__box--05 .sec-06__box-head-price-bottm {
  border-top: 1px solid #2a5dab;
}

.sec-06__box--05 .sec-06__box-bottom-tag {
  background: #2a5dab;
}

.sec-06__box--05 .sec-06__box-bottom-list {
  padding-top: 0;
}

.sec-06__box-head {
  padding-inline: 12px;
  padding-top: 40px;
  padding-bottom: 36px;
}

.sec-06__box-head-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.7;
  text-align: center;
}

.sec-06__box-head-lead {
  color: #333333;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.4;
  text-align: center;
}

.sec-06__box-head-txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #333333;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.7;
  text-align: center;
}

.sec-06__box-head-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

.sec-06__box-head-price-top {
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.sec-06__box-head-price-top-tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 22px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}

.sec-06__box-head-price-top-num {
  position: relative;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
}

.sec-06__box-head-price-top-num--line::before {
  position: absolute;
  top: 22px;
  left: -2px;
  width: 95px;
  height: 3px;
  background: #ffffff;
  content: "";
}

.sec-06__box-head-price-top-num span {
  font-size: 32px;
  letter-spacing: -0.07em;
}

.sec-06__box-head-price-top-num em {
  font-size: 18px;
}

.sec-06__box-head-price-bottm {
  width: 90%;
  padding-top: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  text-align: center;
}

.sec-06__box-bottom {
  padding-inline: 30px;
  padding-top: 7px;
  padding-bottom: 35px;
}

.sec-06__box-bottom-tag {
  padding-block: 5px 7px;
  padding-inline: 10px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
}

.sec-06__box-bottom-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}

.sec-06__box-bottom-item {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.sec-06__box-bottom-item--small {
  font-size: 17px;
}

.sec-06__box-bottom-item::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "・";
}

.sec-06__box-bottom-txt {
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 1.7;
}

.sec-06__box-bottom-annotation {
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.7;
  text-align: center;
}

.sec-06__box-bottom-annotation--small {
  font-size: 14px;
}

.sec-06__annotation {
  padding-left: 202px;
}

.sec-06__annotation p {
  font-size: 16px;
}

/*--------------------------------------------------------------
section 07
--------------------------------------------------------------*/
.sec-07 {
  padding-top: 120px;
}

.sec-07__wrap {
  padding-block: 60px;
  margin-top: 40px;
  background: url(images/bg_section07_pc.png) center/cover no-repeat;
}

.sec-07__tag {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.sec-07__tag img {
  max-width: 332px;
}

.sec-07__ttl {
  color: #fcff48;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}

.sec-07__banner {
  padding-top: 20px;
}

.sec-07__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

.sec-07__btn a {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-inline: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  height: 45px;
  border: 2px solid #000;
  border-radius: 22px;
  background: #fcff48;
}

.sec-07__btn a span {
  font-size: 28px;
  font-weight: bold;
}

.sec-07__btn a img {
  -o-object-fit: contain;
  width: 17px;
  height: auto;
  object-fit: contain;
}

/*--------------------------------------------------------------
section 08
--------------------------------------------------------------*/
.sec-08 {
  padding-top: 120px;
}

.sec-08__faq {
  -webkit-padding-before: 2em;
  display: -ms-grid;
  display: grid;
  max-inline-size: 60em;
  margin: auto;
  padding-block-start: 2em;
  line-height: 1.7;
}

/* FAQ content */
.sec-08__faq-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  user-select: none;
}

.sec-08__faq-content::before {
  -webkit-transition: rotate 0.4s 0s ease;
  inset-block-start: 47px;
  inset-inline-end: 0;
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  rotate: 0deg;
  background: #2a5dab;
  content: "";
  transition: rotate 0.4s 0s ease;
}

.sec-08__faq-content::after {
  -webkit-transition: rotate 0.4s 0s ease;
  inset-block-start: 37px;
  inset-inline-end: 11px;
  display: block;
  position: absolute;
  width: 2px;
  height: 24px;
  rotate: 0deg;
  background: #2a5dab;
  content: "";
  transition: rotate 0.4s 0s ease;
}

.sec-08__faq-content[open]::before {
  display: none;
}

.sec-08__faq-content[open]::after {
  inset-block-start: 37px;
  inset-inline-end: 11px;
  rotate: 90deg;
}

.sec-08__faq-content[open] .sec-08__faq-q::after {
  inset: 0;
  display: block;
  position: absolute;
  content: "";
}

/* Q */
.sec-08__faq-q {
  gap: 10px;
  -webkit-transition: 0.2s;
  padding-block: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  color: #2a5dab;
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s;
}

.sec-08__faq-q::-webkit-details-marker {
  display: none;
}

.sec-08__faq-q::before {
  display: block;
  color: #2a5dab;
  font-size: 20px;
  font-weight: bold;
  content: "Q";
}

.sec-08__faq-content[open] .sec-08__faq-q {
  padding-block: 30px 15px;
}

/* A */
.sec-08__faq-a {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 20px;
}

.sec-08__faq-a::before {
  color: #fb5d5b;
  font-size: 20px;
  font-weight: bold;
  content: "A";
}

/*--------------------------------------------------------------
sec-cta
--------------------------------------------------------------*/
.sec-cta {
  padding-top: 87px;
  padding-bottom: 80px;
}

.sec-cta__container {
  width: 1080px;
  margin: 0 auto;
}

.sec-cta__ttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.sec-cta__txt {
  -webkit-font-feature-settings: "palt";
  margin-inline: auto;
  max-width: 712px;
  padding-top: 24px;
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.for-sp {
  display: none;
}

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

@media only screen and (min-width: 768px) {
  /*768pxより上*/
  .sec-06__wrap {
    -ms-flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  /*767px以下*/
  .l-column {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-column__small {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-ttl-01 {
    padding-bottom: 33px;
    font-size: 28px;
    line-height: 1.4;
  }
  .c-ttl-01::after {
    width: 19px;
    height: 18px;
  }
  .l-main {
    padding-top: 57px;
  }
  .fixed-area {
    -webkit-transform: none;
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    transform: none;
  }
  .fixed-area__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    padding-block: 8px 14px;
    padding-inline: 10px;
    flex-direction: row;
    border-top: 2px solid #ffffff;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 2px 2px 0px 0px;
  }
  .fixed-area__img {
    width: 34px;
    margin-right: 10px;
  }
  .fixed-area__txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    writing-mode: horizontal-tb;
  }
  .fixed-area__txt span {
    font-size: 11px;
  }
  .fixed-area__arrow {
    padding-top: 0;
  }
  .sec-mv {
    padding-block: 9.3333333333vw 10.6666666667vw;
    background: -webkit-gradient(linear, left bottom, left top, from(#a9d6f4), to(#eefaff));
    background: linear-gradient(360deg, #a9d6f4 0%, #eefaff 100%);
  }
  .sec-mv__bg {
    top: auto;
    bottom: 0;
    height: auto;
  }
  .sec-mv__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    padding-inline: 3.2vw;
    gap: 0;
    flex-direction: column;
  }
  .sec-mv__inner {
    display: contents;
  }
  .sec-mv__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec-mv__logo {
    width: 32vw;
  }
  .sec-mv__ttl-01 {
    margin-top: 1.3333333333vw;
  }
  .sec-mv__ttl-top {
    font-size: 3.7333333333vw;
  }
  .sec-mv__ttl-02 {
    margin-top: -2.4vw;
  }
  .sec-mv__ttl-bottom {
    margin-top: -2.6666666667vw;
    font-size: 6.9333333333vw;
    line-height: 1.4;
  }
  .sec-mv__ttl-bottom span {
    font-size: 9.6vw;
  }
  .sec-mv__box {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 8vw;
  }
  .sec-mv__check {
    gap: 2.1333333333vw;
  }
  .sec-mv__check img {
    width: 4.5333333333vw;
  }
  .sec-mv__check p {
    color: #ffffff;
    font-size: 4vw;
  }
  .sec-mv__txt {
    padding-top: 1.8666666667vw;
    color: #ffffff;
    font-size: 4vw;
  }
  .sec-mv__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-inline: auto;
    order: 2;
    width: 83.2vw;
    padding-top: 8vw;
  }
  .lead {
    padding-top: 80px;
  }
  .lead-top {
    padding-inline: 16px;
    max-width: 100%;
  }
  .lead-top__ttl {
    margin-inline: auto;
    max-width: 343px;
  }
  .lead-top__ttl p {
    font-size: 24px;
  }
  .lead-top__txt {
    margin-top: -6px;
    padding-top: 0;
  }
  .lead-top__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
  .lead-top__item {
    padding-block: 20px 25px;
    width: 100%;
    height: auto;
    min-height: 343px;
  }
  .lead-top__item-img--01 {
    width: 164px;
  }
  .lead-top__item-img--02 {
    width: 244px;
  }
  .lead-top__item-img--03 {
    width: 203px;
  }
  .lead-top__item-txt {
    font-size: 16px;
  }
  .lead-bottom {
    padding-top: 20px;
  }
  .lead-bottom__contents {
    padding-block: 136px 96px;
    background: url(images/bg_lead_sp.png) center/contain no-repeat;
  }
  .lead-bottom__inner {
    padding-inline: 0;
    max-width: none;
  }
  .lead-bottom__logo {
    width: 180px;
    max-width: none;
  }
  .lead-bottom__txt {
    padding-top: 10px;
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
  }
  .lead-bottom__txt span {
    display: inline-block;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, transparent), color-stop(0%, #2a5dab));
    background: linear-gradient(transparent 9%, #2a5dab 0%);
  }
  .lead-bottom__banner-inner {
    padding-inline: 16px;
    max-width: 100%;
  }
  .sec-01__wrap {
    background: url(images/bg_section01_sp.png) center/cover no-repeat;
  }
  .sec-01__contents {
    padding-top: 30px;
  }
  .sec-01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .sec-01__txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .sec-02 {
    padding-top: 162px;
  }
  .sec-02__lead {
    padding-top: 30px;
  }
  .sec-02__lead-ttl {
    font-size: 21px;
  }
  .sec-02__lead-list {
    gap: 13px;
    padding-top: 20px;
  }
  .sec-02__lead-item {
    gap: 2px;
    font-size: 16px;
  }
  .sec-02__contents {
    padding-top: 30px;
  }
  .sec-02__list {
    -ms-grid-columns: (1fr)[2];
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-02__img--01 img {
    width: 114px;
  }
  .sec-02__img--02 img {
    width: 120px;
  }
  .sec-02__img--03 img {
    width: 120px;
  }
  .sec-02__img--04 img {
    width: 114px;
  }
  .sec-02__img--05 img {
    width: 120px;
  }
  .sec-02__img--06 img {
    width: 154px;
  }
  .sec-02__img--07 img {
    width: 140px;
  }
  .sec-02__img--08 img {
    width: 123px;
  }
  .sec-02__txt {
    padding-block: 11px 12px;
    padding-inline: 8px;
    font-size: 13px;
  }
  .sec-02__box {
    padding-top: 40px;
  }
  .sec-02__box-inner {
    padding: 20px;
    font-size: 18px;
  }
  .sec-03__contents {
    padding-top: 30px;
  }
  .sec-03__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .sec-03__txt {
    font-size: 16px;
  }
  .sec-04__contents {
    padding-top: 30px;
  }
  .sec-04__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .sec-04__txt {
    font-size: 16px;
  }
  .sec-05__lead {
    font-size: 21px;
  }
  .sec-05__contents {
    gap: 60px;
  }
  .sec-05__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec-05__box--reverse .sec-05__img {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  .sec-05__box--reverse .sec-05__img img {
    border-radius: 0;
  }
  .sec-05__box:nth-of-type(1) {
    gap: 30px;
  }
  .sec-05__box:nth-of-type(2) {
    gap: 30px;
  }
  .sec-05__box:nth-of-type(3) {
    gap: 30px;
  }
  .sec-05__img {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
  .sec-05__img img {
    border-radius: 0;
  }
  .sec-05__inner {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    padding-top: 0;
  }
  .sec-05__ttl {
    font-size: 32px;
  }
  .sec-05__list {
    gap: 10px;
    padding-top: 20px;
  }
  .sec-05__item span {
    width: 26px;
    height: 26px;
  }
  .sec-05__item p {
    font-size: 16px;
  }
  .sec-06__lead {
    font-size: 21px;
  }
  .sec-06__banner {
    padding-top: 30px;
  }
  .sec-06__banner-annotation {
    padding-top: 6px;
  }
  .sec-06__banner-txt {
    font-size: 16px;
  }
  .sec-06__contents {
    position: relative;
    padding-top: 40px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px !important;
    height: 32px !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
  }
  .swiper-button-prev {
    left: -47%;
  }
  .swiper-button-prev::after {
    -webkit-box-shadow: 4px 4px 8.4px 3px rgba(0, 0, 0, 0.08);
    left: -47%;
    width: 32px;
    height: 32px;
    rotate: 180deg;
    background: url(images/icon_arrow_slider.png) center/cover no-repeat;
    box-shadow: 4px 4px 8.4px 3px rgba(0, 0, 0, 0.08);
  }
  .swiper-button-next {
    right: -47%;
  }
  .swiper-button-next::after {
    -webkit-box-shadow: 4px 4px 8.4px 3px rgba(0, 0, 0, 0.08);
    right: -47%;
    width: 32px;
    height: 32px;
    background: url(images/icon_arrow_slider.png) center/cover no-repeat;
    box-shadow: 4px 4px 8.4px 3px rgba(0, 0, 0, 0.08);
  }
  .sec-06__box {
    width: 320px;
  }
  .sec-06__box--01::before {
    width: 54px;
    height: 63px;
  }
  .sec-06__box--01 .sec-06__box-head-price-top-num span:nth-child(2) span:nth-child(1) {
    font-size: 84px;
  }
  .sec-06__box--01 .sec-06__box-head-price-bottm {
    margin-top: 4px;
  }
  .sec-06__box-head {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .sec-06__box-head-ttl {
    font-size: 36px;
  }
  .sec-06__box-head-lead {
    padding-top: 12px;
    font-size: 21px;
  }
  .sec-06__box-head-txt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    font-size: 16px;
  }
  .sec-06__box-head-price {
    padding-top: 42px;
  }
  .sec-06__box-head-price-top-num--line::before {
    top: 19px;
  }
  .sec-06__box-head-price-bottm {
    font-size: 13px;
  }
  .sec-06__box-bottom {
    padding-inline: 30px;
    padding-top: 17px;
    padding-bottom: 38px;
  }
  .sec-06__box-bottom-tag {
    margin-left: 0;
    font-size: 14px;
  }
  .sec-06__box-bottom-list {
    gap: 11px;
  }
  .sec-06__box-bottom-item {
    font-size: 14px;
  }
  .sec-06__box-bottom-annotation {
    font-size: 13px;
  }
  .sec-06__box-bottom-annotation--small {
    font-size: 11px;
  }
  .sec-06__annotation {
    display: none;
  }
  .sec-07 {
    padding-top: 166px;
  }
  .sec-07__wrap {
    padding-block: 80px 40px;
    background: url(images/bg_section07_sp.png) center/cover no-repeat;
  }
  .sec-07__ttl {
    padding-top: 28px;
    font-size: 32px;
    line-height: 1.4;
  }
  .sec-07__btn {
    padding-inline: 10px;
    margin-inline: auto;
    max-width: 100%;
  }
  .sec-07__btn a {
    padding-block: 8px;
    padding-inline: 20px;
    height: auto;
  }
  .sec-07__btn a span {
    font-size: 18px;
    line-height: 1;
  }
  .sec-08__faq-content::before {
    inset-block-start: 25px;
  }
  .sec-08__faq-content::after {
    inset-block-start: 15px;
  }
  .sec-08__faq-content[open]::after {
    inset-block-start: 15px;
  }
  .sec-08__faq-q {
    padding-block: 10px 20px;
    padding-right: 50px;
    font-size: 18px;
  }
  .sec-08__faq-q::before {
    font-size: 18px;
  }
  .sec-08__faq-content[open] .sec-08__faq-q {
    padding-block: 10px 15px;
  }
  .sec-08__faq-a {
    padding-bottom: 20px;
    font-size: 18px;
  }
  .sec-08__faq-a::before {
    font-size: 18px;
  }
  .sec-cta {
    padding-top: 44px;
    padding-bottom: 50px;
  }
  .sec-cta__ttl {
    font-size: 28px;
    line-height: 1.3;
  }
  .sec-cta__txt {
    padding-top: 9px;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

@media only screen and (max-width: 360px) {
  /*360px以下*/
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 768px) {
  .container_nav ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 16px;
  }
  .container_nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    padding: 10px;
  }
  header h1 {
    margin: 5px 0 0 15px;
  }
  header h1 img {
    width: 150px;
  }
  header div #but_tel {
    display: none;
  }
  header div #but_contact {
    padding: 12px 10px 12px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1279px) {
  .sec-06__annotation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
}

@media (any-hover: hover), (any-pointer: fine) {
  .sec-08__faq-q:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 1079px) {
  .sec-cta__container {
    width: 90% !important;
  }
}
