@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 500 !important;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #212121;
  font-size: 52.08%; /* 約8.33px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html,
  body {
    font-size: 1.312vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    font-size: 1.025vw;
  }
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

.font_josefin {
  font-family: "Josefin Sans", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

header,
nav,
main,
footer,
small,
button,
label {
  display: block;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover,
button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.o-btn {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.o-btn:hover {
  cursor: pointer;
}

.p-lp .bg-sub {
  background: #73c1cb;
  color: white;
}
.p-lp .bg-subYel {
  background: #c09a42;
  color: white;
}
.p-lp .sub {
  color: #276c7d;
}
.p-lp .subYel {
  color: #c09a42;
}
.p-lp .ls200 {
  letter-spacing: 0.02em;
}
.p-lp .nsjp {
  font-family: "Noto Serif JP", serif;
}
.p-lp .flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .p-lp .flex {
    flex-direction: row;
  }
}
.p-lp .sp-only {
  display: block;
}
@media (min-width: 480px) {
  .p-lp .sp-only {
    display: none;
  }
}
.p-lp .mv {
  background: url(../images/mv_bg.jpg) center no-repeat;
  background-size: cover;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 1441px) {
  .p-lp .mv {
    min-height: 800px;
  }
}
@media (min-width: 1441px) {
  .p-lp .mv .innerBox {
    max-width: 1250px;
  }
}
.p-lp .mv .logo {
  padding-left: 5rem;
  padding-top: 2rem;
  width: fit-content;
}
.p-lp .mv .flex {
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .p-lp .mv .flex {
    align-items: inherit;
    padding-top: 6rem;
  }
}
@media (min-width: 1441px) {
  .p-lp .mv .flex {
    padding-top: 8.5rem;
  }
}
.p-lp .mv .flex .left {
  max-width: 635px;
}
.p-lp .mv .flex .left p {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
}
.p-lp .mv .flex .left p span,
.p-lp .mv .flex .left p text-node {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 1.2rem;
  padding: 1rem 2rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-lp .mv .flex .left p span,
  .p-lp .mv .flex .left p text-node {
    margin-right: 0;
  }
}
@media (min-width: 1441px) {
  .p-lp .mv .flex .left p span,
  .p-lp .mv .flex .left p text-node {
    padding: 1.2rem 3rem;
  }
}
.p-lp .mv .flex .left p span:last-of-type {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-lp .mv .flex .left p span:last-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-lp .mv .flex .left p {
    align-items: center;
    display: flex;
    gap: 1.2rem;
    width: max-content;
  }
}
@media screen and (min-width: 1441px) {
  .p-lp .mv .flex .left p {
    font-size: 3.4rem;
    gap: 1.4rem;
  }
}
.p-lp .mv .flex .left h1 {
  margin-top: 0.5rem;
  max-width: 590px;
}
@media (min-width: 768px) {
  .p-lp .mv .flex .left h1 img {
    min-width: 600px;
  }
}
@media screen and (min-width: 1441px) {
  .p-lp .mv .flex .left h1 {
    max-width: unset;
  }
  .p-lp .mv .flex .left h1 img {
    min-width: 770px;
  }
}
.p-lp .mv .flex .left-flex {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border-left: 10px solid #73c1cb;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 1rem;
  max-width: 550px;
  padding: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lp .mv .flex .left-flex {
    justify-content: space-between;
    min-height: 150px;
    padding: 1.2rem 1.5rem;
  }
}
@media (min-width: 1441px) {
  .p-lp .mv .flex .left-flex {
    border-left: 12px solid #73c1cb;
    margin-top: 1.5rem;
    min-height: 180px;
    min-width: 660px;
    padding: 1.3rem 2rem;
  }
}
.p-lp .mv .flex .left-flex img {
  width: 10.7rem;
}
@media (min-width: 480px) {
  .p-lp .mv .flex .left-flex img {
    width: 12.7rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-lp .mv .flex .left-flex img {
    width: 152.4px;
  }
}
.p-lp .mv .flex .left-flex p:first-of-type {
  font-size: 1.5rem;
}
@media (min-width: 480px) {
  .p-lp .mv .flex .left-flex p:first-of-type {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-lp .mv .flex .left-flex p:first-of-type {
    font-size: 2.4rem;
  }
}
.p-lp .mv .flex .left-flex p:last-of-type {
  font-size: 2.25rem;
  margin-top: 1.2rem;
}
@media (min-width: 480px) {
  .p-lp .mv .flex .left-flex p:last-of-type {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-lp .mv .flex .left-flex p:last-of-type {
    font-size: 3.6rem;
  }
}
.p-lp .mv .flex .right {
  width: 50%;
}
.p-lp .mv .flex .right img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-lp .mv .flex .right {
    margin-left: auto;
    width: 100%;
  }
  .p-lp .mv .flex .right img {
    max-width: 413px;
    width: 41.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-lp .mv .flex .right {
    margin-left: -5rem;
  }
}
@media (min-width: 1441px) {
  .p-lp .mv .flex .right {
    margin-left: unset;
  }
  .p-lp .mv .flex .right img {
    max-width: 516px;
    width: 51.6rem;
  }
}
.p-lp .sec01 {
  background: url(../images/sec01_bg.jpg) center no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 5.1rem;
  padding-top: 7.95rem;
}
@media (min-width: 1024px) {
  .p-lp .sec01 {
    padding-bottom: 6.8rem;
    padding-top: 10.6rem;
  }
}
.p-lp .sec01 .innerBox:first-of-type h2 {
  margin: 0 auto;
  width: fit-content;
}
.p-lp .sec01 .innerBox:first-of-type .flex {
  align-items: center;
  justify-content: space-between;
  margin-top: 4.425rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-lp .sec01 .innerBox:first-of-type .flex {
    margin-top: 5.9rem;
  }
}
.p-lp .sec01 .innerBox:first-of-type .flex .left {
  width: 100%;
}
.p-lp .sec01 .innerBox:first-of-type .flex .left ul {
  align-items: center;
  display: flex;
  gap: 1.275rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left ul {
    gap: 1.7rem;
  }
}
.p-lp .sec01 .innerBox:first-of-type .flex .left ul li {
  align-items: center;
  background: #8e8e8e;
  color: white;
  display: flex;
  font-size: 1.6rem;
  gap: 1rem;
  height: 6rem;
  justify-content: center;
  width: 21rem;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left ul li {
    font-size: 2rem;
  }
}
.p-lp .sec01 .innerBox:first-of-type .flex .left ul li img {
  width: 17.25px;
  margin: unset !important;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left ul li img {
    width: 26.25px;
  }
}
@media (min-width: 1024px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left ul li img {
    height: 32px;
    width: 35px;
  }
}
.p-lp .sec01 .innerBox:first-of-type .flex .left h3 {
  font-size: 3rem;
  letter-spacing: 0.02em;
  margin-top: 3.675rem;
  text-align: center;
}
.p-lp .sec01 .innerBox:first-of-type .flex .left h3 span {
  border-bottom: 2px solid #8e8e8e;
  display: block;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 10px;
  width: fit-content;
}
.p-lp .sec01 .innerBox:first-of-type .flex .left h3 span:last-child {
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left h3 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1024px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left h3 {
    margin-top: 4.9rem;
  }
}
.p-lp .sec01 .innerBox:first-of-type .flex .left p:first-of-type {
  font-size: 1.8rem;
  margin-top: 2.2rem;
  text-align: center;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left p:first-of-type {
    font-size: 2rem;
  }
}
.p-lp .sec01 .innerBox:first-of-type .flex .left p:nth-of-type(2) {
  font-size: 1.8rem;
  line-height: 1.54;
  margin-top: 3.6rem;
  text-align: center;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left p:nth-of-type(2) {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left p:nth-of-type(2) {
    margin-top: 4.8rem;
  }
}
.p-lp .sec01 .innerBox:first-of-type .flex .left p:last-of-type {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  line-height: 1.54;
  margin: 1rem auto 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left p:last-of-type {
    font-size: 2.2rem;
    height: 40px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left p:last-of-type {
    width: 620px;
  }
}
@media (min-width: 1024px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .left p:last-of-type {
    margin: 0.2rem auto 0;
  }
}
.p-lp .sec01 .innerBox:first-of-type .flex .left p:last-of-type a {
  align-items: center;
  background: #8e8e8e;
  color: white;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-lp .sec01 .innerBox:first-of-type .flex .right {
  width: 65%;
}
@media (min-width: 768px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .right {
    margin: 0 auto;
    min-width: 39.5rem;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  .p-lp .sec01 .innerBox:first-of-type .flex .right {
    margin-left: -3rem;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) {
  margin-top: 4.2rem;
}
.p-lp .sec01 .innerBox:nth-of-type(2) p {
  font-size: 1.8rem;
  line-height: 1.54;
  text-align: center;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) p {
    font-size: 2rem;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) h2 {
  margin: 0 auto;
  margin-top: 3.3rem;
  width: fit-content;
}
@media (min-width: 1024px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) h2 {
    margin-top: 4.4rem;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: 4.8rem;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul {
    gap: 3.75rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul {
    flex-direction: row;
    gap: 5rem;
    margin-top: 6.4rem;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  justify-content: center;
  width: 45%;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul li {
    font-size: 2rem;
    gap: 2rem;
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul li {
    width: unset;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) ul li:first-of-type img:last-of-type, .p-lp .sec01 .innerBox:nth-of-type(2) ul li:last-of-type img:last-of-type {
  margin-top: -6rem;
}
@media screen and (min-width: 480px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul li:first-of-type img:last-of-type, .p-lp .sec01 .innerBox:nth-of-type(2) ul li:last-of-type img:last-of-type {
    margin-top: -9rem;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) ul li:nth-of-type(2) {
  width: 15%;
}
@media screen {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul li:nth-of-type(2) {
    width: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul li:nth-of-type(2) {
    margin: unset;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) ul li:nth-of-type(2) img {
  width: 25%;
}
@media screen and (min-width: 480px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul li:nth-of-type(2) img {
    width: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) ul li:nth-of-type(2) img {
    width: initial;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) div {
  margin-top: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) div {
    margin: 3.4rem auto 0;
    width: 72rem;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) div::before {
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 0 15px 14px 15px;
  content: "";
  left: 50%;
  position: absolute;
  top: -14px;
  transform: translateX(-50%);
}
.p-lp .sec01 .innerBox:nth-of-type(2) div .sub {
  align-items: center;
  background: white;
  color: #73c1cb;
  display: flex;
  font-size: 1.8rem;
  height: 5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) div .sub {
    font-size: 2.4rem;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) div .bg-sub {
  font-size: 1.8rem;
  height: 8rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) div .bg-sub {
    align-items: center;
    display: flex;
    font-size: 3rem;
    justify-content: center;
  }
}
.p-lp .sec01 .innerBox:nth-of-type(2) div .bg-sub span {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .p-lp .sec01 .innerBox:nth-of-type(2) div .bg-sub span {
    font-size: 4.4rem;
  }
}
.p-lp .sec01 .innerBox:last-of-type {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .p-lp .sec01 .innerBox:last-of-type {
    margin-top: 8rem;
  }
}
.p-lp .sec01 .innerBox:last-of-type .flex {
  display: block;
  margin-top: 2.85rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lp .sec01 .innerBox:last-of-type .flex {
    margin-top: 3.8rem;
  }
}
.p-lp .sec01 .innerBox:last-of-type .flex .left div {
  margin-top: -7.5rem;
  position: relative;
  z-index: 1;
}
.p-lp .sec01 .innerBox:last-of-type .flex .left div .bg-sub {
  align-items: center;
  display: flex;
  font-size: 2.2rem;
  height: 5rem;
  line-height: 1;
  width: fit-content;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:last-of-type .flex .left div .bg-sub {
    font-size: 3rem;
  }
}
.p-lp .sec01 .innerBox:last-of-type .flex .left img {
  margin: initial !important;
}
.p-lp .sec01 .innerBox:last-of-type .flex .right {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 20px rgba(206, 223, 225, 0.7);
  font-size: 1.6rem;
  line-height: 1.6;
  margin-left: auto;
  padding: 2.5rem 2rem;
  text-align: left;
  width: 80%;
}
@media screen and (min-width: 480px) {
  .p-lp .sec01 .innerBox:last-of-type .flex .right {
    font-size: 2.4rem;
    padding: 5rem 4rem;
    width: 52rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .sec01 .innerBox:last-of-type .flex .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-lp .sec01 .innerBox:last-of-type h2 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-top: 4.5rem;
  padding-bottom: 0.4rem;
  text-align: center;
}
.p-lp .sec01 .innerBox:last-of-type h2 .sub {
  border-bottom: 2px solid #276c7d;
}
@media (min-width: 480px) {
  .p-lp .sec01 .innerBox:last-of-type h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  .p-lp .sec01 .innerBox:last-of-type h2 {
    font-size: 5rem;
    margin-top: 6rem;
  }
}
@media (min-width: 1240px) {
  .p-lp .sec01 .innerBox:last-of-type h2 {
    font-size: 5.4rem;
  }
}
.p-lp .sec02 {
  height: auto;
}
.p-lp .sec02 .bg {
  margin: 0 auto;
  max-width: 1440px;
}
.p-lp .sec02 .bg01 {
  background: #f6f6f6;
}
.p-lp .sec02 .bg01 .bg {
  background: url(../images/sec02_bg01.jpg) center no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .p-lp .sec02 .bg01 .bg {
    min-height: 785px;
  }
}
.p-lp .sec02 .bg01 .bg .innerBox {
  padding-bottom: 140px;
  padding-top: 7.2rem;
}
@media (min-width: 768px) {
  .p-lp .sec02 .bg01 .bg .innerBox {
    padding-bottom: 184px;
    padding-top: 9.6rem;
  }
}
.p-lp .sec02 .bg01 .bg .innerBox p {
  font-size: 1.55rem;
  line-height: 2;
  margin-top: 5.25rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg01 .bg .innerBox p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lp .sec02 .bg01 .bg .innerBox p {
    margin-top: 7rem;
  }
}
.p-lp .sec02 .bg01 .bg .innerBox p:last-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-lp .sec02 .bg01 .bg .innerBox p:last-of-type {
    margin-top: 0;
  }
}
.p-lp .sec02 .bg01 .bg .innerBox ul {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(3, 1fr);
  margin: 1.5rem auto 0;
  width: fit-content;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg01 .bg .innerBox ul {
    gap: 3rem;
    margin-top: 2.25rem;
  }
}
.p-lp .sec02 .bg01 .bg .innerBox ul li {
  align-items: center;
  background: url(../images/sec02_listBg.png) center no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  height: 22.6rem;
  justify-content: center;
  line-height: 1.4;
  margin-top: 2.25rem;
  text-align: center;
  width: 13.6rem;
}
.p-lp .sec02 .bg01 .bg .innerBox ul li span {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg01 .bg .innerBox ul li {
    font-size: 2.4rem;
    margin-top: 3rem;
    width: 22.6rem;
  }
}
.p-lp .sec02 .bg02 {
  background: linear-gradient(to bottom, #f6f6f7 0%, #ede7cb 50%, #f6f6f6 100%);
}
.p-lp .sec02 .bg02 .bg {
  background: url(../images/sec02_bg02.jpg) center no-repeat;
  background-size: cover;
  min-height: auto;
}
@media (min-width: 1024px) {
  .p-lp .sec02 .bg02 .bg {
    min-height: 1640px;
  }
}
.p-lp .sec02 .bg02 .bg .innerBox {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-lp .sec02 .bg02 .bg .innerBox {
    padding-bottom: 9rem;
  }
}
.p-lp .sec02 .bg02 .bg .innerBox h2 {
  margin: 0 auto;
  width: fit-content;
}
.p-lp .sec02 .bg02 .bg .innerBox div {
  margin-top: 1.3rem;
}
.p-lp .sec02 .bg02 .bg .innerBox h3 {
  align-items: center;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  margin-top: 4.875rem;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg02 .bg .innerBox h3 {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .p-lp .sec02 .bg02 .bg .innerBox h3 {
    margin-top: 6.5rem;
  }
}
.p-lp .sec02 .bg02 .bg .innerBox h3 .bg-subYel {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.8rem;
  padding-left: 1rem;
  width: fit-content;
}
@media (min-width: 480px) {
  .p-lp .sec02 .bg02 .bg .innerBox h3 .bg-subYel {
    height: 5rem;
    padding-left: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .p-lp .sec02 .bg02 .bg .innerBox h3 .bg-subYel {
    width: 28rem;
  }
}
.p-lp .sec02 .bg02 .bg .innerBox h4 {
  font-size: 1.8rem;
  line-height: 1.47;
  margin-top: 4.275rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg02 .bg .innerBox h4 {
    font-size: 3rem;
    margin-top: 5.7rem;
  }
}
@media (min-width: 768px) {
  .p-lp .sec02 .bg02 .bg .innerBox h4 {
    font-size: 3.4rem;
  }
}
.p-lp .sec02 .bg02 .bg .innerBox h4:last-of-type {
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: center;
  margin: 0 auto;
  margin-top: 5.55rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp .sec02 .bg02 .bg .innerBox h4:last-of-type {
    margin-top: 7.4rem;
    width: 88.8rem;
  }
}
.p-lp .sec02 .bg02 .bg .innerBox h4:last-of-type::before {
  border-color: transparent transparent #c09a42 transparent;
  border-style: solid;
  border-width: 0 15px 14px 15px;
  content: "";
  left: 50%;
  position: absolute;
  top: -14px;
  transform: translateX(-50%);
}
.p-lp .sec02 .bg02 .bg .innerBox ul {
  background: white;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.2rem;
  padding: 1.2rem 3rem 0.8rem;
  width: fit-content;
  margin: 3.2rem auto 0;
}
@media (min-width: 480px) {
  .p-lp .sec02 .bg02 .bg .innerBox ul {
    grid-template-columns: repeat(3, 1fr);
    width: initial;
  }
}
.p-lp .sec02 .bg02 .bg .innerBox ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  gap: 2rem;
  line-height: 1.4;
  text-align: center;
}
.p-lp .sec02 .bg02 .bg .innerBox ul li dl {
  margin-top: 1.5rem;
}
.p-lp .sec02 .bg02 .bg .innerBox ul li dl dt {
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg02 .bg .innerBox ul li dl dt {
    font-size: 2.4rem;
  }
}
.p-lp .sec02 .bg02 .bg .innerBox ul li dl dd {
  margin-top: 2rem;
}
.p-lp .sec02 .bg03 {
  background: #f6f6f6;
}
.p-lp .sec02 .bg03 .bg {
  background: url(../images/sec02_bg03.jpg) center no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .p-lp .sec02 .bg03 .bg {
    min-height: 1086px;
  }
}
.p-lp .sec02 .bg03 .bg .innerBox {
  padding-bottom: 4rem;
  padding-top: 6rem;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg03 .bg .innerBox {
    padding-top: 11rem;
  }
}
.p-lp .sec02 .bg03 .bg .innerBox h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg03 .bg .innerBox h2 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-lp .sec02 .bg03 .bg .innerBox h2 {
    font-size: 4.4rem;
  }
}
.p-lp .sec02 .bg03 .bg .innerBox h2:last-of-type {
  border-bottom: 2px solid #276c7d;
  margin-top: 5rem;
}
.p-lp .sec02 .bg03 .bg .innerBox p {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg03 .bg .innerBox p {
    font-size: 2.4rem;
  }
}
.p-lp .sec02 .bg03 .bg .innerBox p:nth-of-type(2) {
  align-items: center;
  /* フレックスボックスで横並び・中央揃えに設定 */
  display: flex;
  gap: 1rem; /* 線と文字の間の隙間 */
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg03 .bg .innerBox p:nth-of-type(2) {
    gap: 3rem; /* 線と文字の間の隙間 */
  }
}
.p-lp .sec02 .bg03 .bg .innerBox p:nth-of-type(2)::before, .p-lp .sec02 .bg03 .bg .innerBox p:nth-of-type(2)::after {
  background-color: currentColor; /* 文字の色と同じ色で線を引く */
  content: "";
  flex-basis: 10%; /* 線の長さを20%に指定 */
  height: 2px; /* 線の高さ */
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg03 .bg .innerBox p:nth-of-type(2)::before, .p-lp .sec02 .bg03 .bg .innerBox p:nth-of-type(2)::after {
    flex-basis: 20%; /* 線の長さを20%に指定 */
  }
}
.p-lp .sec02 .bg03 .bg .innerBox plast-of-type {
  margin-top: 5rem;
}
.p-lp .sec02 .bg03 .bg .innerBox ul {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin-top: 6rem;
  width: 95%;
  gap: 2rem 1rem;
}
@media screen and (min-width: 480px) {
  .p-lp .sec02 .bg03 .bg .innerBox ul {
    grid-template-columns: repeat(3, 1fr);
    gap: unset;
  }
}
.p-lp .sec02 .bg03 .bg .innerBox ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  gap: 1.5rem;
  text-align: center;
}
.p-lp .sec02 .bg03 .bg .innerBox ul li .bg-sub {
  margin-top: -5.5rem;
  padding: 1.6rem 1.9rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-lp .sec02 .bg03 .bg .innerBox ul li .bg-sub {
    font-size: 2.4rem;
  }
}
.p-lp .sec03 {
  background: url(../images/sec03_bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .p-lp .sec03 {
    padding-bottom: 10rem;
  }
}
.p-lp .sec03 h2 {
  margin: 0 auto;
  padding-top: 7.125rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .p-lp .sec03 h2 {
    padding-top: 9.5rem;
  }
}
.p-lp .sec03 ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: center;
  justify-content: center;
  margin-top: 9.8rem;
}
@media (min-width: 768px) {
  .p-lp .sec03 ul {
    align-items: initial;
    flex-direction: row;
    gap: 1.8rem;
    margin-top: 9.8rem;
  }
}
.p-lp .sec03 ul li {
  align-items: center;
  background: white;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  gap: 1.5rem;
  padding: 3.6rem 1.5rem 1.5rem;
  position: relative;
  text-align: center;
  width: 300px;
  z-index: 1;
}
.p-lp .sec03 ul li img:first-of-type {
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 480px) {
  .p-lp .sec03 ul li img:first-of-type {
    top: -40px;
  }
}
.p-lp .sec03 ul li .bg-sub {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  height: 30px;
  justify-content: center;
  width: 100%;
}
.p-lp .sec03 ul li p {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.p-lp .sec04 {
  /* background-image ではなく background を使う */
  background: url(../images/sec04_bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 11.25rem;
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .p-lp .sec04 {
    padding-bottom: 15rem;
    padding-top: 8rem;
  }
}
.p-lp .sec04 h2 {
  margin: 0 auto;
  width: fit-content;
}
.p-lp .sec04 p {
  font-size: 2.8rem;
  line-height: 1.47;
  margin-top: 3.9rem;
  text-align: center;
}
@media (min-width: 480px) {
  .p-lp .sec04 p {
    font-size: 3.4rem;
    margin-top: 5.2rem;
  }
}
.p-lp .sec04 ul {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
}
@media (min-width: 480px) {
  .p-lp .sec04 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .p-lp .sec04 ul {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3rem;
  }
}
.p-lp .sec04 ul li {
  align-items: center;
  background: #e4f4f6;
  box-shadow: 0px 10px 10px 0px rgba(225, 225, 225, 0.5);
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  margin: 0 auto;
  width: 100%;
  padding: 2rem 1.4rem;
  position: relative;
  text-align: center;
}
@media (min-width: 480px) {
  .p-lp .sec04 ul li {
    max-width: 100%;
    width: 100%;
  }
}
.p-lp .sec04 ul li img:first-of-type {
  width: 65%;
}
@media (min-width: 480px) {
  .p-lp .sec04 ul li img:first-of-type {
    width: unset;
  }
}
@media (min-width: 1024px) {
  .p-lp .sec04 ul li {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .p-lp .sec04 ul li::after {
    border-color: transparent transparent transparent #e4f4f6;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; /* 必要に応じて重なり順を調整 */
  }
}
.p-lp .sec04 ul li {
  /* 最後の要素だけ三角形を消す */
}
.p-lp .sec04 ul li:last-child::after {
  display: none;
}
.p-lp .sec04 ul li p:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.7rem;
  justify-content: center;
  margin-top: 0;
  min-height: 8.7rem;
}
.p-lp .sec04 ul li p:nth-of-type(2) {
  font-size: 1.7rem;
  line-height: 1.33;
  margin-top: 1.7rem;
}
@media (min-width: 480px) {
  .p-lp .sec04 ul li p p:first-of-type {
    font-size: 2.4rem;
  }
  .p-lp .sec04 ul li p p:nth-of-type(2) {
    font-size: 2.4rem;
  }
}
.p-lp .sec04 h3 {
  font-size: 3rem;
  margin-bottom: 3.75rem;
  margin-top: 6rem;
  text-align: center;
}
@media (min-width: 480px) {
  .p-lp .sec04 h3 {
    font-size: 4rem;
    margin-bottom: 5rem;
    margin-top: 8rem;
  }
}
.p-lp .sec05 {
  background: url(../images/sec05_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 7.5rem 0;
}
@media (min-width: 768px) {
  .p-lp .sec05 {
    padding: 10rem 0;
  }
}
.p-lp .sec05 .innerBox {
  position: relative;
}
.p-lp .sec05 h2 {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  margin-bottom: 6rem;
  text-align: center;
}
.p-lp .sec05 {
  /* --- 動的CASEラベル (innerBoxの端に固定) --- */
}
.p-lp .sec05 .case_num {
  pointer-events: none;
  position: absolute;
  transition: top 0.3s ease-out, opacity 0.3s ease;
  width: 200px;
  z-index: 25;
}
@media (min-width: 1024px) {
  .p-lp .sec05 .case_num {
    top: 75px;
    width: initial;
  }
}
.p-lp .sec05 .case_num img {
  height: auto;
  width: 100%;
}
.p-lp .sec05 .case_num.is-odd {
  right: 0;
}
.p-lp .sec05 .case_num.is-even {
  left: 0;
}
.p-lp .sec05 .custom_slider {
  margin: 0 auto;
  max-width: 932px;
  position: relative;
  /* 高さの変化を滑らかにする transition を追加 */
  transition: height 0.5s ease-in-out;
  width: 93.2%;
  will-change: height;
}
.p-lp .sec05 .custom_slider .slider_container {
  /* container内も親の高さに追随させる */
  height: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.p-lp .sec05 .custom_slider .slider_list {
  display: flex;
  /* スライド移動の速度を高さの変化(0.5s)と合わせると綺麗です */
  transition: transform 0.5s ease-in-out;
}
.p-lp .sec05 .case_item {
  box-sizing: border-box;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .p-lp .sec05 .case_item {
    padding: 0 21px;
  }
}
.p-lp .sec05 .case_card {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 4rem 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp .sec05 .case_card {
    box-shadow: 0 10px 30px rgba(218, 200, 164, 0.5);
    padding: 10rem 6rem 8rem;
  }
}
@media (min-width: 768px) {
  .p-lp .sec05 .case_card.is-even .case_header {
    flex-direction: row-reverse;
  }
}
.p-lp .sec05 .case_header,
.p-lp .sec05 .case_header_common {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-lp .sec05 .case_header,
  .p-lp .sec05 .case_header_common {
    flex-direction: row;
  }
}
.p-lp .sec05 .case_header .case_intro,
.p-lp .sec05 .case_header_common .case_intro {
  flex: 1;
}
.p-lp .sec05 .case_header .case_intro h3,
.p-lp .sec05 .case_header_common .case_intro h3 {
  color: #c09a42;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.6;
}
.p-lp .sec05 .case_header .case_intro .case_prof,
.p-lp .sec05 .case_header_common .case_intro .case_prof {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-lp .sec05 .case_header .case_intro .case_prof,
  .p-lp .sec05 .case_header_common .case_intro .case_prof {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.p-lp .sec05 .common_title {
  color: #c09a42;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.6;
}
.p-lp .sec05 .case_content dt {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  gap: 12px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.p-lp .sec05 .case_content dt img {
  height: auto;
  width: 18px;
  margin: unset !important;
}
@media (min-width: 768px) {
  .p-lp .sec05 .case_content dt img {
    width: unset;
  }
}
@media (min-width: 768px) {
  .p-lp .sec05 .case_content dt {
    font-size: 3rem;
    gap: 2rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}
.p-lp .sec05 .case_content dd {
  font-size: 1.6rem;
  line-height: 1.8;
  line-height: 1.6;
  margin: 0;
}
.p-lp .sec05 .case_content dd span {
  color: #c09a42;
  display: ruby;
}
@media (min-width: 768px) {
  .p-lp .sec05 .case_content dd {
    font-size: 2.4rem;
  }
}
.p-lp .sec05 .slider_arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  transition: top 0.3s ease-out, opacity 0.3s;
  width: 30px;
  z-index: 30;
}
@media (min-width: 768px) {
  .p-lp .sec05 .slider_arrow {
    width: 60px;
  }
}
.p-lp .sec05 .slider_arrow.prev {
  left: -10px;
}
.p-lp .sec05 .slider_arrow.next {
  right: -10px;
}
@media (max-width: 1024px) {
  .p-lp .sec05 .slider_arrow.prev {
    left: -14px;
  }
  .p-lp .sec05 .slider_arrow.next {
    right: -14px;
  }
}
.p-lp .sec05 .slider_arrow img {
  height: auto;
  width: 100%;
}
.p-lp .sec06 {
  background: url(../images/sec06_bg.png) center no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .p-lp .sec06 {
    padding: 9.7rem 0 8rem;
  }
}
.p-lp .sec06 h2 {
  margin: 0 auto;
  text-align: center;
  width: 40%;
}
@media (min-width: 768px) {
  .p-lp .sec06 h2 {
    width: 100%;
  }
}
.p-lp .sec06 h2 img {
  width: fit-content;
}
.p-lp .sec06 .faq {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 4rem auto;
  max-width: 800px;
}
@media (min-width: 768px) {
  .p-lp .sec06 .faq {
    gap: 4rem;
  }
}
.p-lp .sec06 .faq_item {
  background: #fff;
  position: relative;
}
.p-lp .sec06 .faq {
  /* ラジオボタン本体は隠す */
}
.p-lp .sec06 .faq_check {
  display: none;
}
.p-lp .sec06 .faq_q {
  align-items: center;
  background: #73c1cb;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  transition: background 0.3s;
  line-height: 1.6;
}
.p-lp .sec06 .faq_q img {
  height: auto;
  margin: unset !important;
  margin-right: 1rem !important;
  max-width: 100%;
}
.p-lp .sec06 .faq_q {
  /* スマホ用の開閉アイコン（任意） */
}
.p-lp .sec06 .faq_q::after {
  color: #fff;
  content: "+";
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: auto;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .p-lp .sec06 .faq_q::after {
    display: none;
  }
}
.p-lp .sec06 .faq_a {
  background: #fff;
  border-bottom: 0px solid #73c1cb;
  /* 閉じている時は枠線を出さない */
  border-left: 2px solid #73c1cb;
  border-right: 2px solid #73c1cb;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.p-lp .sec06 .faq_a p {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.66;
  margin: 0;
  opacity: 0;
  padding: 2rem;
  transition: opacity 0.3s;
}
.p-lp .sec06 .faq {
  /* -------------------------------------------
     開閉ロジック (Radio Button)
  ------------------------------------------- */
}
.p-lp .sec06 .faq_check:checked + .faq_q::after {
  content: "-";
  transform: rotate(180deg);
}
.p-lp .sec06 .faq_check:checked + .faq_q + .faq_a {
  border-bottom: 2px solid #76c1c9;
  max-height: 800px;
}
.p-lp .sec06 .faq_check:checked + .faq_q + .faq_a p {
  opacity: 1;
}
.p-lp .sec06 .faq {
  /* -------------------------------------------
     768px以上：アコーディオン解除
  ------------------------------------------- */
}
@media (min-width: 768px) {
  .p-lp .sec06 .faq {
    gap: 3rem;
  }
  .p-lp .sec06 .faq_q {
    cursor: default;
    font-size: 2rem;
    pointer-events: none;
  }
  .p-lp .sec06 .faq_a {
    border-bottom: 2px solid #76c1c9 !important;
    display: block;
    max-height: none !important;
  }
  .p-lp .sec06 .faq_a p {
    font-size: 2rem;
    opacity: 1 !important;
  }
}
.p-lp .sec07 {
  background: #73c1cb;
  padding: 6rem 0;
}
.p-lp .sec07 h2 {
  color: white;
  font-size: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp .sec07 h2 {
    font-size: 4.4rem;
  }
}
.p-lp .sec07 .recruit_list {
  background: #fff;
  margin-top: 2rem;
  padding: 3rem 0 5rem;
}
@media (min-width: 768px) {
  .p-lp .sec07 .recruit_list {
    margin-top: 5rem;
    padding: 6rem 0 8rem;
  }
}
.p-lp .sec07 .recruit_list .recruit_item {
  border-bottom: 1px solid #666666;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 90%;
  padding: 2rem 0;
}
.p-lp .sec07 .recruit_list .recruit_item dt {
  color: #286d7b;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-lp .sec07 .recruit_list .recruit_item dd {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
}
@media (min-width: 768px) {
  .p-lp .sec07 .recruit_list .recruit_item {
    align-items: flex-start;
    flex-direction: row;
    padding: 3rem 0;
    width: 80%;
  }
  .p-lp .sec07 .recruit_list .recruit_item dt {
    font-size: 2.2rem;
    margin-bottom: 0;
    width: 250px;
  }
  .p-lp .sec07 .recruit_list .recruit_item dd {
    font-size: 1.8rem;
  }
}
.p-lp .sec08 {
  background: url(./../images/sec08_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 5rem 0 2.5rem;
}
@media (min-width: 768px) {
  .p-lp .sec08 {
    padding: 8rem 0 2.5rem;
  }
}
.p-lp .sec08 h2 {
  color: white;
  font-size: 2.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp .sec08 h2 {
    font-size: 4.4rem;
  }
}
.p-lp .sec08 .wpcf7-form {
  background: white;
  margin-bottom: 7rem;
  margin-top: 2rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .p-lp .sec08 .wpcf7-form {
    margin-bottom: 10rem;
    margin-top: 5rem;
    padding: 6rem 10rem 5rem;
  }
}
.p-lp .sec08 .wpcf7-form .form_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-lp .sec08 .wpcf7-form .form_flex {
    gap: 4rem 4%;
  }
}
.p-lp .sec08 .wpcf7-form .form_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lp .sec08 .wpcf7-form .form_group {
    width: 48%;
  }
}
.p-lp .sec08 .wpcf7-form .form_group.full {
  margin-top: 4rem;
  width: 100%;
}
.p-lp .sec08 .wpcf7-form .form_group .wpcf7-form-control-wrap {
  display: contents;
}
.p-lp .sec08 .wpcf7-form .form_group label {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .p-lp .sec08 .wpcf7-form .form_group label {
    font-size: 2rem;
  }
}
.p-lp .sec08 .wpcf7-form .form_group input,
.p-lp .sec08 .wpcf7-form .form_group textarea,
.p-lp .sec08 .wpcf7-form .form_group .wpcf7-form-control {
  background: #fafafa;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 1.2rem;
  width: 100%;
}
.p-lp .sec08 .wpcf7-form .form_group input:focus,
.p-lp .sec08 .wpcf7-form .form_group textarea:focus,
.p-lp .sec08 .wpcf7-form .form_group .wpcf7-form-control:focus {
  outline: 2px solid #76c1c9;
}
.p-lp .sec08 .wpcf7-form .form_submit {
  margin-top: 5rem;
  position: relative;
  text-align: center;
}
.p-lp .sec08 .wpcf7-form .form_submit .submit_btn {
  align-items: center;
  background: linear-gradient(90deg, #ad8fb2 0%, #e590ac 100%);
  border: none;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 2rem;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  max-width: 400px;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
.p-lp .sec08 .wpcf7-form .form_submit .submit_btn:hover {
  opacity: 0.8;
}
.p-lp .sec08 .wpcf7-form .form_submit .submit_btn {
  /* 三角形 */
}
.p-lp .sec08 .wpcf7-form .form_submit .submit_btn::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-lp .sec08 .wpcf7-form .form_submit .wpcf7-spinner {
  bottom: -30px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
}
.p-lp .sec08 .wpcf7-form .wpcf7-response-output {
  border: 2px solid #76c1c9;
  border-radius: 4px;
  font-size: 1.4rem;
  margin: 2rem 0 0;
  padding: 1rem;
  text-align: center;
}
.p-lp .sec08 .wpcf7-form .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: left;
}
.p-lp .sec08 small {
  color: white;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.p-lp .fixed_bnr {
  display: block;
  line-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.p-lp .fixed_bnr img:first-of-type {
  display: block;
}
.p-lp .fixed_bnr img:last-of-type {
  display: none;
}
@media (max-width: 768px) {
  .p-lp .fixed_bnr {
    min-width: 150px;
    width: 24vw;
  }
  .p-lp .fixed_bnr img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .p-lp .fixed_bnr {
    right: 50px;
    top: 40px;
    width: auto;
  }
  .p-lp .fixed_bnr img:first-of-type {
    display: none;
  }
  .p-lp .fixed_bnr img:last-of-type {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
