@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
:root {
  /* s0 : 0.5em(1文字16pxの半分の8pxの場合)
  	 s1 : 8
  	 s2 : 16
  	 s3 : 24
     s4 : 32
     s5 : 40
     s6 : 48
     s7 : 56
     s8 : 64
     s10 : 80
     s14 : 104
     s15 : 120
     s19 : 152
  */
  --s0: 0.5em;
  --s1: calc(var(--s0) * 1);
  --s2: calc(var(--s0) * 2);
  --s3: calc(var(--s0) * 3);
  --s4: calc(var(--s0) * 4);
  --s5: calc(var(--s0) * 5);
  --s6: calc(var(--s0) * 6);
  --s7: calc(var(--s0) * 7);
  --s8: calc(var(--s0) * 8);
  --s10: calc(var(--s0) * 10);
  --s13: calc(var(--s0) * 13);
  --s15: calc(var(--s0) * 15);
  --s19: calc(var(--s0) * 19);
  --s9: calc(var(--s0) * 9);
  --s11: calc(var(--s0) * 11);
  --s12: calc(var(--s0) * 12);
  --s14: calc(var(--s0) * 14);
}

:root {
  --spa: 15px;
}
@media screen and (max-width: 960px) {
  :root {
    --spa: 5.6vw;
  }
}

:root {
  --k: #111;
  --k2: #333;
  --k3: #555;
  --w: #fff;
  --g1: #f5f5f5;
  --g2: #ededed;
  --g3: #ccc;
  --g4: #aaa;
  --g5: #777;
  --g6: #666;
  --c1: #1678bf;
  --c2: #66caf2;
  --c3: #d8695d;
  --c4: #50cc85;
  --c5: #B277E0;
  --c6: #E0C332;
  --cCaution: #E20C0C;
}

:root {
  --fzS:1.4rem;
  --fz:1.6rem;
  --fzM:1.8rem;
  --fzL:2.0rem;
}
@media screen and (max-width: 960px) {
  :root {
    --fzS:1.3rem;
    --fz:1.5rem;
    --fzM:1.7rem;
    --fzL:1.9rem;
  }
}

:root {
  --lhS:1.4;
  --lh:1.8;
  --lhL:2.4;
}
@media screen and (max-width: 960px) {
  :root {
    --lhS:1.4;
    --lh:1.8;
    --lhL:2.4;
  }
}

:root {
  --font1: "";
  --font2: "";
}

:root {
  --header-height: 120px;
}
@media screen and (max-width: 960px) {
  :root {
    --header-height: 60px;
  }
}

:root {
  --bdrs1: 4px;
  --bdrs2: 6px;
  --opacity: 0.5;
  --bxs1: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  --bxs2:0px -6px 0px -2px rgba(0, 0, 0, 0.2) inset;
  --txs1: 0px 0px 12px rgba(0, 0, 0, 0.6);
  --grd1: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
}

:root {
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --linear: cubic-bezier(0, 0, 1, 1);
  --In: cubic-bezier(0.42, 0, 1, 1);
  --Out: cubic-bezier(0, 0, 0.58, 1);
  --InOut: cubic-bezier(0.42, 0, 0.58, 1);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInSine:cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInCubic:cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic:cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart:cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart:cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --time: 200ms;
  --transition:all var(--time) var(--Out);
  --ease1: all var(--time) var(--ease);
  --ease2: all var(--time) cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease3: all var(--time) var(--easeInOutCubic);
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  background: #fff;
  font-size: 62.5%;
  scroll-behavior: auto;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

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

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

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

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

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

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

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a,
img,
button,
input[type=button],
input[type=submit],
.touch-hover {
  -webkit-tap-highlight-color: transparent;
}

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*  list
---------------------------------------------*/
li {
  list-style: none;
  line-height: 1;
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  font-size: var(--fz);
  vertical-align: middle;
  color: var(--k);
  height: auto;
}
@media screen and (max-width: 960px) {
  input,
  select,
  textarea,
  button {
    font-size: 1.6rem;
  }
}

textarea {
  height: auto;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  font-size: var(--fz);
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: var(--bdrs1);
}
@media screen and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  select,
  textarea {
    font-size: 1.6rem;
  }
}

/* ======= outline ======= */
input[type=email],
input[type=text],
input[type=number],
input[type=password],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 961px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 960px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: var(--g1);
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: var(--font1) !important;
}

.font2 {
  font-family: var(--font2) !important;
}

/*  color
---------------------------------------------*/
.white {
  color: var(--w);
}

.black {
  color: var(--k);
}

.c-caution {
  color: var(--cCaution);
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

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

.left {
  text-align: left !important;
}

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

/* font-size
---------------------------------------------*/
.fz {
  font-size: var(--fz);
}

.fz-s {
  font-size: var(--fzS);
  line-height: var(--lhS);
}

.fz-l {
  font-size: var(--fzL);
  line-height: var(--lhL);
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: var(--fz);
  color: var(--k);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 374px) {
  html,
  body {
    font-size: 9px;
    line-height: 1;
  }
}
/* -----------------------------------------------
    hiragino sansのウェイトズレを調整
------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0), local(メイリオ);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1), local(メイリオ);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2), local(メイリオ);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3), local(メイリオ);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4), local(メイリオ);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5), local(メイリオ ボールド);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6), local(メイリオ ボールド);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7), local(メイリオ ボールド);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8), local(メイリオ ボールド);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9), local(メイリオ ボールド);
  font-weight: 900;
}
/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: var(--fz);
  line-height: var(--lh);
}

/* ======= hiwrite ======= */
::selection {
  background: #a6d2fc;
}

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  background: linear-gradient(transparent 80%, #ff0 80%);
}

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/* ======= 注釈 ======= */
.annotation {
  color: #666;
  font-size: var(--fzS);
}

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: var(--transition);
}

.pc a:hover {
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  transition: var(--transition);
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: var(--c1);
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: var(--c1);
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  box-sizing: border-box;
  max-width: calc(1200px + var(--spa) * 2);
  padding-right: var(--spa);
  padding-left: var(--spa);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .container {
    max-width: auto;
  }
}
.container.-large {
  max-width: calc(1200px + var(--spa) * 2);
}
@media screen and (max-width: 960px) {
  .container.-large {
    max-width: auto;
  }
}
@media screen and (min-width: 1501px) {
  .container.-large {
    max-width: calc(1400px + var(--spa) * 2);
  }
}
.container.-small {
  max-width: calc(860px + var(--spa) * 2);
}
@media screen and (max-width: 960px) {
  .container.-small {
    max-width: auto;
  }
}
.container.-min {
  max-width: calc(660px + var(--spa) * 2);
}
@media screen and (max-width: 960px) {
  .container.-min {
    max-width: auto;
  }
}
.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.container.-center {
  flex-direction: column;
  display: flex;
  align-items: center;
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px rgb(250, 250, 250) inset;
}

/*  hover
---------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  transition: var(--transition);
}

.pc input[type=text]:hover,
.pc input[type=tel]:hover,
.pc input[type=email]:hover,
.pc input[type=password]:hover,
.pc select:hover,
.pc textarea:hover {
  border: 1px solid var(--c1);
  background-color: #fff;
}

/*  focus
---------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
  color: #000000;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--c1);
}

input[type=button]:focus,
input[type=submit]:focus,
button[type=submit]:focus,
input[type=file],
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
button:focus {
  outline: none;
}

/*  input.short
---------------------------------------------*/
input.short,
select.short,
textarea.short {
  width: 40%;
}

@media screen and (max-width: 960px) {
  input.short,
  select.short,
  textarea.short {
    width: 100%;
  }
}
/*  must 必須項目の※
---------------------------------------------*/
.must {
  color: var(--cCaution);
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  right: -0.2rem;
}

/*  button submit
---------------------------------------------*/
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  color: var(--w);
  background-color: var(--c1);
  border: 0;
  padding: 0rem 3rem;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  border-radius: var(--bdrs1);
  height: 50px;
  position: relative;
  transition: var(--transition);
}

/* ======= hover ======= */
.pc input[type=button]:hover,
.pc input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*  checkbox radio
---------------------------------------------*/
/* ======= common ======= */
input[type=checkbox],
input[type=radio] {
  transform-origin: right bottom;
  transform: scale(1, 1);
  cursor: pointer;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 0;
}

label.checkbox,
label.radio {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0;
}

label.checkbox input,
label.radio input {
  opacity: 0;
}

label.checkbox span,
label.radio span {
  display: inline-block;
  position: relative;
}

/* ======= checkbox ======= */
label.checkbox span::before,
label.checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  transition: var(--transition);
}

label.checkbox span::before {
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: var(--bdrs1);
}

label.checkbox input[type=checkbox]:checked + span::before {
  background: var(--c2);
  border: 1px solid var(--c2);
}

label.checkbox input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  left: -19px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* ======= radio ======= */
label.radio span::before,
label.radio span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: var(--transition);
}

label.radio span::before {
  left: -22px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #bcc2ba;
  border-radius: 100%;
  transform: translateY(-50%);
}

label.radio span::after {
  opacity: 0;
  left: -19px;
  transform-origin: center;
  transform: translateY(-50%) scale(1);
}

label.radio input[type=radio]:checked + span::after {
  opacity: 1;
  left: -19px;
  width: 12px;
  height: 12px;
  background: var(--c2);
  border-radius: 100%;
}

/*  input file
---------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
  display: none;
}

label.file {
  display: inline-block;
  color: var(--w);
  font-size: var(--fz);
  background-color: var(--c1);
  padding: 1rem 2.5rem;
  margin-bottom: 0.8rem;
  border-radius: var(--bdrs2);
  cursor: pointer;
  transition: var(--transition);
}

/* ======= hover ======= */
.pc label.file:hover {
  background-color: var(--c2);
}

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 40px;
  padding-left: 1rem;
  border-radius: var(--bdrs1);
  cursor: pointer;
  line-height: 1;
}

label.select {
  position: relative;
  display: block;
}

label.select::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 38px;
  height: 38px;
}

label.select::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-top: 6px solid var(--k);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 1.4rem;
}

/*
表示確認済みPC : chrome,safari,edge,firefoxはアップデードでselectの疑似要素がOKになりました。
※ IE11~9はデフォルト表示
確認済みSP : 【ios12】 Safari/chrome 【android7】chrome
*/
/* IE9以下はデフォルト */
label.select::after,
label.select::before {
  display: none\9 ;
}

/* IE10,11はデフォルト */
@media all and (-ms-high-contrast: none) {
  label.select::after,
  label.select::before {
    display: none;
  }
}
/* ======= sp ======= */
@media screen and (max-width: 960px) {
  label.select::after {
    right: 10px;
    border-top: 5px solid var(--k);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 1.4rem;
  }
}
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .headline
===================================================================*/
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .btn
===================================================================*/
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .table
===================================================================*/
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .list
===================================================================*/
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .header
===================================================================*/
.header {
  width: 100%;
  background-color: var(--g1);
  padding: 30px;
  height: 100px;
}

section {
  /* スクロールスナップ領域のマージンを定義 */
  scroll-margin-top: var(--header-height);
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .hamburger
===================================================================*/
.hamburger {
  width: 60px;
  height: 60px;
  padding-top: 18px;
  background-color: #ccc;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9999;
  display: block;
  cursor: pointer;
  text-align: center;
  transition: var(--transition);
  font: inherit;
  color: inherit;
  margin: 0;
  overflow: visible;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .hamburger {
    width: 60px;
    height: 60px;
    padding-top: 18px;
    margin: 0;
  }
}
.hamburger__inner {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger__box {
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--k);
  border-radius: 0px;
  position: absolute;
  transition: var(--transition);
}
.hamburger__box::before, .hamburger__box::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: var(--k);
  border-radius: 0px;
  position: absolute;
  left: 0;
  transition: var(--transition);
}
.hamburger__box::before {
  top: -7px;
}
.hamburger__box::after {
  bottom: -7px;
}

/* ======= スマホでのスクロール防止 ======= */
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ======= hover ======= */
.pc .hamburger:hover {
  opacity: 1;
}
.pc .hamburger:hover .hamburger__box::before {
  top: -4px;
}
.pc .hamburger:hover .hamburger__box::after {
  bottom: -4px;
}

/*  spin
---------------------------------------------*/
.hamburger--spin__box {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin__box::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin__box::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* ======= active ======= */
.hamburger.-active {
  mix-blend-mode: normal;
}
.hamburger.-active .hamburger__box {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff !important;
}
.hamburger.-active .hamburger__box::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  background-color: #fff !important;
}
.hamburger.-active .hamburger__box::after {
  background-color: #fff !important;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ======= hover ======= */
.pc .hamburger.-active:hover .hamburger__box::before {
  top: 0px;
}
.pc .hamburger.-active:hover .hamburger__box::after {
  bottom: 0px;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .nav-open : 開いたメニュー画面
===================================================================*/
.nav-open01 {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: var(--transition);
  overflow-y: scroll;
}
.nav-open01__inner {
  padding: 80px 30px;
}
.nav-open01__inner__logo {
  margin-bottom: 30px;
}
.nav-open01__inner__list {
  text-align: center;
  margin-bottom: 30px;
}
.nav-open01__inner__list li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-open01__inner__list li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--w);
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-open01.-active {
  visibility: visible;
  opacity: 1;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  background-color: #ddd;
  padding-top: 80px;
  padding-bottom: 100px;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    .mainView01
===================================================================*/
.mainView01 {
  padding: 180px 15px;
  text-align: center;
  background-color: var(--g4);
}
.mainView01 h1 {
  color: var(--w);
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: var(--transition);
  animation-duration: var(--time);
  animation-fill-mode: both;
}

.animate.-animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.-a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.-a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.-a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.-a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.-a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.-a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.-a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.-a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.-a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.-a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.-a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.-a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.-a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.-a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.-a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.-a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.-a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.-a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.-a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.-a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.-a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.-a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.-a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.-a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.-a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.-a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.-a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.-a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.-a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.-a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.-a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.-a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.-a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.-a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.-a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.-a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.-a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.-a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.-a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.-a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.-a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.-a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.-a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.-a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.-a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.-a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.-a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.-a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.-a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.-a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.-a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.-ad0 {
  animation-delay: 0s;
}

.-ad1 {
  animation-delay: 0.1s;
}

.-ad2 {
  animation-delay: 0.2s;
}

.-ad3 {
  animation-delay: 0.3s;
}

.-ad4 {
  animation-delay: 0.4s;
}

.-ad5 {
  animation-delay: 0.5s;
}

.-ad6 {
  animation-delay: 0.6s;
}

.-ad7 {
  animation-delay: 0.7s;
}

.-ad8 {
  animation-delay: 0.8s;
}

.-ad9 {
  animation-delay: 0.9s;
}

.-ad10 {
  animation-delay: 1s;
}

.-ad11 {
  animation-delay: 1.1s;
}

.-ad12 {
  animation-delay: 1.2s;
}

.-ad13 {
  animation-delay: 1.3s;
}

.-ad14 {
  animation-delay: 1.4s;
}

.-ad15 {
  animation-delay: 1.5s;
}

.-ad16 {
  animation-delay: 1.6s;
}

.-ad17 {
  animation-delay: 1.7s;
}

.-ad18 {
  animation-delay: 1.8s;
}

.-ad19 {
  animation-delay: 1.9s;
}

.-ad20 {
  animation-delay: 2s;
}

.-ad21 {
  animation-delay: 2.1s;
}

.-ad22 {
  animation-delay: 2.2s;
}

.-ad23 {
  animation-delay: 2.3s;
}

.-ad24 {
  animation-delay: 2.4s;
}

.-ad25 {
  animation-delay: 2.5s;
}

.-ad26 {
  animation-delay: 2.6s;
}

.-ad27 {
  animation-delay: 2.7s;
}

.-ad28 {
  animation-delay: 2.8s;
}

.-ad29 {
  animation-delay: 2.9s;
}

.-ad30 {
  animation-delay: 3s;
}

.-ad31 {
  animation-delay: 3.1s;
}

.-ad32 {
  animation-delay: 3.2s;
}

.-ad33 {
  animation-delay: 3.3s;
}

.-ad34 {
  animation-delay: 3.4s;
}

.-ad35 {
  animation-delay: 3.5s;
}

.-ad36 {
  animation-delay: 3.6s;
}

.-ad37 {
  animation-delay: 3.7s;
}

.-ad38 {
  animation-delay: 3.8s;
}

.-ad39 {
  animation-delay: 3.9s;
}

.-ad40 {
  animation-delay: 4s;
}

.-ad41 {
  animation-delay: 4.1s;
}

.-ad42 {
  animation-delay: 4.2s;
}

.-ad43 {
  animation-delay: 4.3s;
}

.-ad44 {
  animation-delay: 4.4s;
}

.-ad45 {
  animation-delay: 4.5s;
}

.-ad46 {
  animation-delay: 4.6s;
}

.-ad47 {
  animation-delay: 4.7s;
}

.-ad48 {
  animation-delay: 4.8s;
}

.-ad49 {
  animation-delay: 4.9s;
}

.-ad50 {
  animation-delay: 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*==================================================================
    top
===================================================================*/
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

header {
  width: 100%;
}
header .header-inner {
  width: 100%;
  padding: 10px 15px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
header .header-inner {
  display: flex;
  align-items: center;
}
header .header-logo {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 768px) {
  header .header-logo {
    width: 40%;
  }
}
header .header-nav {
  letter-spacing: 0em;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header-nav {
    gap: 10px;
  }
}
header .header-nav .tel {
  color: #313131;
  transform: translateY(5px);
}
header .header-nav .tel .tel-inner {
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 600;
  color: inherit;
}
header .header-nav .tel .tel-inner .number {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
header .header-nav .tel .tel-inner .tel-txt {
  font-size: 21px;
  margin: 0;
  line-height: 1;
}
header .header-nav .tel .tel-inner .tel-txt span {
  font-family: "Google Sans Flex", sans-serif;
}
@media screen and (min-width: 769px) {
  header .header-nav .tel a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
header .header-nav .tel p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  header .header-nav .tel {
    display: none;
  }
}
header .header-nav .contact {
  width: 170px;
  height: 70px;
  background-color: #92ff3f;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
header .header-nav .contact.-y {
  background-color: #f2ff21;
}
@media screen and (max-width: 768px) {
  header .header-nav .contact {
    width: 73px;
    height: 46px;
    border-radius: 6px;
    border: 2px solid #313131;
  }
}
header .header-nav .contact:hover {
  background-color: #058c17;
  color: #fff;
}
header .header-nav .contact .txt {
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  header .header-nav .contact .txt {
    transform: translateY(-1px);
    line-height: 1.2;
  }
}
header .header-nav .contact .txt::before {
  content: "";
  display: inline-block;
  background-image: url("../img/v_cta_post.svg");
  background-size: cover;
  width: 20px;
  height: 19px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  header .header-nav .contact .txt::before {
    top: 10px;
  }
}
header .header-nav .contact .phone {
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  header .header-nav .contact .phone {
    transform: translateY(-1px);
    line-height: 1.2;
  }
}
header .header-nav .contact .phone::before {
  content: "";
  display: inline-block;
  background-image: url("../img/v_cta_phone.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  header .header-nav .contact .phone::before {
    top: 0px;
    left: -1px;
  }
}

#sec01 .mv {
  width: 100%;
  height: auto;
  position: relative;
}
#sec01 .mv .slider-row {
  width: 100%;
  margin: 0;
}
#sec01 .mv .mv-ttl {
  position: absolute;
  z-index: 2;
  top: -5%;
  left: 20%;
  width: clamp(250px, 30vw, 600px);
}
@media screen and (max-width: 768px) {
  #sec01 .mv .mv-ttl {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 80vw;
  }
}
#sec01 .mv .mv-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
#sec01 .mv .mv-img {
  position: absolute;
  z-index: 4;
  top: 20%;
  left: 40%;
  height: auto;
  width: 50vw;
}
@media screen and (max-width: 768px) {
  #sec01 .mv .mv-img {
    width: 80vw;
    left: 50%;
    transform: translateX(-50%);
    top: 60%;
  }
}
#sec01 .mv .slider-track {
  display: flex;
  width: max-content;
  animation: slider-move 30s linear infinite;
  animation-play-state: running;
  will-change: transform;
}
#sec01 .mv .slider-reverse {
  animation: slider-move-reverse 30s linear infinite;
  animation-play-state: running;
}
#sec01 .mv .slider-item {
  flex-shrink: 0;
  width: 20vw;
}
@media screen and (max-width: 768px) {
  #sec01 .mv .slider-item {
    width: 70vw;
  }
}
#sec01 .mv .slider-item img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes slider-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slider-move-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
#sec01 .mv-mask {
  height: auto;
  overflow: hidden;
  position: relative;
}

#fv-cta {
  width: 100%;
  background-color: #f2ff21;
}
#fv-cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fv-cta .cta-inner {
    margin: 0 20px;
  }
}
#fv-cta .cta-inner .cta-img {
  position: absolute;
  top: -30px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #fv-cta .cta-inner .cta-img {
    top: -10px;
  }
}
#fv-cta .cta-inner .ttl {
  font-size: 29px;
  font-weight: 600;
  margin: 35px 0;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #fv-cta .cta-inner .ttl {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 20px;
    line-height: 1.4;
  }
}
#fv-cta .cta-inner .btn-area {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-flow: wrap;
}
#fv-cta .cta-inner .cta_work {
  width: clamp(300px, 30vw, 400px);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #313131;
  background-color: #fff;
  border-radius: 40px;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fv-cta .cta-inner .cta_work {
    height: 70px;
  }
}
#fv-cta .cta-inner .cta_work::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #92ff3f;
  position: absolute;
  top: 30%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #fv-cta .cta-inner .cta_work::before {
    top: 26%;
    right: 5%;
  }
}
#fv-cta .cta-inner .cta_work::after {
  content: "";
  background-image: url(../img/v_cta_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 31.8px;
  right: 6.6%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fv-cta .cta-inner .cta_work::after {
    top: 37.5%;
    right: 7.3%;
  }
}
#fv-cta .cta-inner .cta_work:hover {
  color: #fff;
  background-color: #32b38a;
}
#fv-cta .cta-inner .cta_work._btn02 {
  background-color: #92ff3f;
}
#fv-cta .cta-inner .cta_work._btn02::before {
  background-color: #fff;
}
#fv-cta .cta-inner .cta_work._btn02:hover {
  background-color: #03a72f;
}
#fv-cta .cta-inner .cta_work .cta_work_ttl {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #fv-cta .cta-inner .cta_work .cta_work_ttl {
    font-size: 18px;
  }
}
#fv-cta .cta-inner .cta_work .cta_work_ttl::before {
  content: "";
  background-image: url(../img/v_cta_glass.svg);
  width: 17px;
  height: 26px;
  position: absolute;
  top: 7px;
  left: -10px;
}
#fv-cta .cta-inner .cta_work .cta_work_ttl._post::before {
  background-image: url(../img/v_cta_post.svg);
  background-size: cover;
  width: 24px;
  height: 22px;
  left: -13px;
}

#sec02 {
  width: 100%;
}
#sec02 .p01 {
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
#sec02 .p01 .img {
  width: clamp(550px, 50vw, 900px);
}
#sec02 .p01 .textarea {
  width: 500px;
  height: 300px;
  font-weight: 600;
  background-color: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 40px;
  margin-left: -60px;
}
@media screen and (max-width: 768px) {
  #sec02 .p01 .textarea {
    height: 220px;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
}
#sec02 .p01 .textarea .txt01 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #sec02 .p01 .textarea .txt01 {
    font-size: 20px;
  }
}
#sec02 .p01 .textarea .em-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
#sec02 .p01 .textarea .em-wrap::before {
  content: "";
  background-image: url(../img/v_sec02_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 380px;
  height: 96px;
  top: 20px;
  left: 32px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #sec02 .p01 .textarea .em-wrap::before {
    width: 274px;
    top: 25px;
    left: 20px;
  }
}
#sec02 .p01 .textarea em {
  font-size: clamp(25px, 5vw, 60px);
  font-weight: 700;
  display: inline-block;
  padding: 15px 20px 20px;
  margin: 15px 10px 15px 0;
  background-color: #223a6b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #sec02 .p01 .textarea em {
    font-size: 40px;
  }
}
#sec02 .p01 .textarea .txt02 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #sec02 .p01 .textarea .txt02 {
    font-size: 22px;
  }
}
#sec02 .p02 {
  background-color: #223a6b;
  display: flex;
  justify-content: center;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
#sec02 .p02::before {
  content: "";
  background-image: url(../img/ph_sec02_02.png);
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 464px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#sec02 .p02 .p02-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-top: 135px;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner {
    margin-top: 100px;
    padding: 0 20px;
  }
}
#sec02 .p02 .p02-inner .ttl-area {
  font-weight: 700;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner .ttl-area {
    margin-bottom: 20px;
  }
}
#sec02 .p02 .p02-inner .ttl-area .ttl-1 {
  color: #fff;
  font-size: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner .ttl-area .ttl-1 {
    line-height: 1.4;
    font-size: 27px;
  }
}
#sec02 .p02 .p02-inner .ttl-area .ttl-2 {
  color: #fff;
  margin-top: -25px;
}
#sec02 .p02 .p02-inner .ttl-area em {
  color: #fff;
  font-size: 55px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner .ttl-area em {
    font-size: 50px;
  }
}
#sec02 .p02 .p02-inner .ttl-area .txt {
  color: #fff;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner .ttl-area .txt {
    font-size: 39px;
  }
}
#sec02 .p02 .p02-inner .img-area {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner .img-area {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
#sec02 .p02 .p02-inner .img-area .box {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner .img-area .box {
    display: flex;
    flex-direction: row;
    height: auto;
  }
}
#sec02 .p02 .p02-inner .img-area .box .box-inner-img {
  background-image: url(../img/ph_sec02_03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 60%;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner .img-area .box .box-inner-img {
    height: auto;
  }
}
#sec02 .p02 .p02-inner .img-area .box .box-inner-img.img02 {
  background-image: url(../img/ph_sec02_04.png);
}
#sec02 .p02 .p02-inner .img-area .box .box-inner-img.img03 {
  background-image: url(../img/ph_sec02_05.png);
}
#sec02 .p02 .p02-inner .img-area p {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .p02-inner .img-area p {
    font-size: 16px;
    padding: 15px 20px;
  }
}
#sec02 .p02 .summary {
  margin: 85px 0 100px;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .summary {
    margin: 70px 0 0;
  }
}
#sec02 .p02 .summary .inner-txt {
  font-size: 31px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec02 .p02 .summary .inner-txt {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
#sec02 .p02 .summary .inner-txt::before {
  content: "";
  background-image: url(../img/v_arrow_bottom.svg);
  background-size: cover;
  display: inline-block;
  width: 2em;
  height: 1em;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
#sec02 .p02 .summary .inner-txt .em {
  color: #313131;
  padding: 0 10px 0 10px;
  margin-right: 10px;
}

#sec03 .inner {
  position: relative;
  background-image: url(../img/ph_sec03_02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #sec03 .inner {
    padding: 0 20px;
  }
}
#sec03 .inner::before {
  content: "";
  width: 100%;
  height: 280px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  left: 0;
}
#sec03 .bg-area {
  background-color: #f2ff21;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#sec03 .bg-area .ttl-bg {
  mix-blend-mode: multiply;
}
#sec03 .ttl-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 66px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sec03 .ttl-area {
    top: 30px;
  }
}
#sec03 .ttl-area img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #sec03 .ttl-area img {
    width: clamp(300px, 80vw, 470px);
  }
}
@media screen and (max-width: 768px) {
  #sec03 .ttl-area .sec03_arrow {
    width: 20vw;
  }
}
#sec03 .sec03_subttl {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #sec03 .sec03_subttl {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
#sec03 .txt-area {
  margin: 220px auto 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec03 .txt-area {
    margin: 190px auto 45px;
  }
}
#sec03 .txt-area .ttl {
  font-size: 45px;
  font-weight: 700;
  color: #223a6b;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #sec03 .txt-area .ttl {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sec03 .txt-area .txt {
    text-align: left;
  }
}

.table-area {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 60px 50px 87px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table-area {
    padding: 30px 10px 40px;
  }
}
.table-area .table-left {
  width: 20%;
  background-color: #d3e4e8;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .table-area .table-left {
    width: 20%;
    text-align: center;
    padding: 10px;
  }
}
.table-area .table-center {
  width: 30%;
  border-right: 1px solid #ccc;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .table-area .table-center {
    padding: 10px;
    text-align: left;
  }
}
.table-area .table-right {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .table-area .table-right {
    text-align: left;
  }
}
.table-area th {
  text-align: center;
}
.table-area tr {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
.table-area tr:first-child {
  border-top: none;
}
.table-area td {
  height: 90px;
}
@media screen and (max-width: 768px) {
  .table-area td {
    height: 90px;
  }
}
.table-area td .em {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .table-area td .em {
    line-height: 1.2;
    padding: 0;
  }
}
.table-area td .em::before {
  content: "";
  background-image: url(../img/v_sec03_05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6%;
  left: 0;
  width: 22px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .table-area td .em::before {
    display: none;
  }
}
.table-area .grey {
  background-color: #d9d9d9;
  padding: 20px 0;
  border-radius: 20px 20px 0 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .table-area .grey {
    padding: 10px 10px;
    border-radius: 10px 10px 0 0;
  }
}
.table-area .yellow {
  background-color: #f2ff21;
  border: solid 2px #313131;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .table-area .yellow {
    font-size: 20px;
    padding: 15px 2px;
    border-radius: 10px 10px 0 0;
  }
}
.table-area .summary {
  margin: 65px auto 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .table-area .summary {
    margin: 30px auto 0px;
  }
}
.table-area .summary .inner-txt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .table-area .summary .inner-txt {
    font-size: 20px;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
.table-area .summary .inner-txt .em {
  font-size: 30px;
  position: relative;
  padding: 0 6px 2px 6px;
  background-color: #f2ff21;
  border: 2px solid #313131;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .table-area .summary .inner-txt .em {
    font-size: 25px;
    margin-right: 3px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .table-area .summary .txt {
    text-align: left;
    padding: 0 20px;
  }
}

#cta {
  width: 100%;
  background-color: #f2ff21;
}
#cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner {
    padding: 0 20px 40px;
  }
}
#cta .cta-inner.cta-footer {
  padding-top: 25px;
}
#cta .cta-inner .ttl {
  font-size: clamp(20px, 2rem + 1vw, 36px);
  font-weight: 600;
  margin: 20px 0 10px;
  padding-top: 30px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .ttl {
    font-size: clamp(20px, 1.8rem + 1vw, 36px);
    line-height: 1.3;
    padding-top: 20px;
  }
}
#cta .cta-inner .ttl::before {
  content: "";
  border: 1px solid #313131;
  width: 15%;
  transform: rotate(65deg);
  position: absolute;
  left: -80px;
  bottom: 48px;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .ttl::before {
    width: 35%;
    left: -65px;
    bottom: 38px;
    transform: rotate(70deg);
  }
}
#cta .cta-inner .ttl::after {
  content: "";
  border: 1px solid #313131;
  width: 15%;
  transform: rotate(-65deg);
  position: absolute;
  right: -80px;
  bottom: 48px;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .ttl::after {
    width: 35%;
    right: -65px;
    bottom: 38px;
    transform: rotate(-70deg);
  }
}
#cta .cta-inner .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .btn-area {
    margin-top: 15px;
  }
}
#cta .cta-inner .btn-area .cta_contact {
  width: 680px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #313131;
  background-color: #fff;
  border-radius: 40px;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .btn-area .cta_contact {
    width: 90vw;
    height: 70px;
    margin-bottom: 30px;
  }
}
#cta .cta-inner .btn-area .cta_contact:hover {
  color: #fff;
}
#cta .cta-inner .btn-area .cta_contact._btn02 {
  background-color: #92ff3f;
}
#cta .cta-inner .btn-area .cta_contact._btn02::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 30%;
  right: 5%;
}
#cta .cta-inner .btn-area .cta_contact._btn02::after {
  content: "";
  background-image: url(../img/v_cta_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 31px;
  right: 6%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .btn-area .cta_contact._btn02::after {
    top: 28.5px;
    right: 7.3%;
  }
}
#cta .cta-inner .btn-area .cta_contact._btn02:hover {
  background-color: #03a72f;
}
#cta .cta-inner .btn-area_ttl {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  padding-left: 1.1em;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .btn-area_ttl {
    font-size: 20px;
  }
}
#cta .cta-inner .btn-area_ttl::before {
  content: "";
  background-image: url(../img/v_cta_post.svg);
  background-size: cover;
  width: 24px;
  height: 22px;
  position: absolute;
  left: -0.2em;
  top: 0.4em;
}
#cta .cta-inner .item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .item {
    gap: 15px;
  }
}
#cta .cta-inner .item .item-inner {
  margin-top: 28px;
  width: 330px;
  height: 55px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .item .item-inner {
    width: 100%;
    margin-top: 0px;
    height: 45px;
  }
}
#cta .cta-inner .item .item-inner.-w::before {
  content: "";
  background-image: url(../img/cta_img_01.png);
  background-repeat: none;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 65px;
  position: absolute;
  top: -7px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .item .item-inner.-w::before {
    top: -15px;
    left: 10px;
  }
}
#cta .cta-inner .item .item-inner.-m::before {
  content: "";
  background-image: url(../img/cta_img_02.png);
  background-repeat: none;
  background-size: contain;
  width: 50px;
  height: 53px;
  position: absolute;
  top: 2px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  #cta .cta-inner .item .item-inner.-m::before {
    top: -4px;
  }
}
#cta .cta-inner .item .item-inner .txt {
  font-weight: 700;
  padding-left: 1em;
  position: relative;
  transform: translateX(1em);
}
#cta .cta-inner .item .item-inner .txt.-w::before {
  content: "";
  background-image: url(../img/v_cta_check.svg);
  background-repeat: none;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0.4em;
  left: -0.5em;
}
#cta .cta-inner .item .item-inner .txt.-m::before {
  content: "";
  background-image: url(../img/v_cta_circle.svg);
  background-repeat: none;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0.4em;
  left: -0.5em;
}

#sec04 {
  width: 100%;
}
#sec04 .inner {
  background-image: url(../img/ph_sec04_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #sec04 .inner {
    padding: 20px;
  }
}
#sec04 .inner .ttl {
  width: clamp(400px, 44.17vw, 800px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .ttl {
    width: 60vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#sec04 .inner .txt-area {
  width: 100%;
  max-width: 1200px;
  padding: 45px 0 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 13px solid rgba(49, 49, 49, 0.5);
  background-clip: padding-box;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .txt-area {
    padding: 20px 20px 0;
    border: 8px solid rgba(49, 49, 49, 0.5);
  }
}
#sec04 .inner .txt-area .txt {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .txt-area .txt {
    text-align: left;
    margin-bottom: 50px;
  }
}
#sec04 .inner .txt-area .column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .txt-area .column {
    padding: 0;
  }
}
#sec04 .inner .txt-area .column .column-inner {
  width: 100%;
  max-width: 415px;
  position: relative;
}
#sec04 .inner .txt-area .column .column-inner_txt {
  padding: 60px 30px 50px;
  border: 1px solid #313131;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .txt-area .column .column-inner_txt {
    padding: 35px 20px 20px;
    font-size: 18px;
  }
}
#sec04 .inner .txt-area .column .column-inner::before {
  content: "";
  background-image: url(../img/v_sec04_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 151px;
  height: 67px;
  position: absolute;
  top: -35px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .txt-area .column .column-inner::before {
    width: 110px;
    height: 50px;
    top: -25px;
  }
}
#sec04 .inner .txt-area .summary {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .txt-area .summary {
    margin: 30px auto 30px;
  }
}
#sec04 .inner .txt-area .summary {
  position: relative;
}
#sec04 .inner .txt-area .summary .inner-txt {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .txt-area .summary .inner-txt {
    font-size: 20px;
    line-height: 1.4;
  }
}
#sec04 .inner .txt-area .summary .inner-txt .em {
  font-size: 30px;
  position: relative;
  padding: 0 6px 2px 6px;
  background-color: #f2ff21;
  border: 2px solid #313131;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #sec04 .inner .txt-area .summary .inner-txt .em {
    font-size: 20px;
  }
}

#sec05 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #sec05 {
    margin-top: 40px;
  }
}
#sec05 .inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #sec05 .inner {
    padding: 0;
  }
}
#sec05 .sec05_ttl-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_ttl-area {
    margin-bottom: 40px;
  }
}
#sec05 .sec05_ttl-area .ttl {
  font-size: 45px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_ttl-area .ttl {
    font-size: 28px;
    letter-spacing: 5;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
#sec05 .sec05_ttl-area .txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #sec05 .sec05_ttl-area .txt {
    font-size: 16px;
    text-align: left;
  }
}
#sec05 .column {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  height: 318px;
}
@media screen and (max-width: 768px) {
  #sec05 .column {
    gap: 15px;
    height: auto;
    flex-wrap: wrap;
  }
}
#sec05 .column.-column1 {
  height: 210px;
}
@media screen and (max-width: 768px) {
  #sec05 .column.-column1 {
    height: auto;
  }
}
#sec05 .column_box {
  border: 10px solid #313131;
  border-right: none;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #sec05 .column_box {
    padding: 20px 20px;
  }
}
#sec05 .column_box .ttl {
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  #sec05 .column_box .ttl {
    font-size: 20px;
  }
}
#sec05 .column_box .ttl {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
#sec05 .column_box .ttl::before {
  content: "";
  background-color: #f2ff21;
  width: 100px;
  height: 30px;
  transform: rotate(-30deg);
  position: absolute;
  top: 5%;
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #sec05 .column_box .ttl::before {
    width: 60px;
    height: 20px;
    top: 0;
    left: -10px;
  }
}
#sec05 .column_box.-box1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #sec05 .column_box.-box1 {
    flex-direction: column;
    margin-top: 15px;
  }
}
#sec05 .column_box.-box1 .ttl {
  margin-right: 50px;
  transform: translateY(6px);
}
@media screen and (max-width: 768px) {
  #sec05 .column_box.-box1 .ttl {
    margin-right: 0;
  }
}
#sec05 .summary {
  margin: 65px auto 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec05 .summary {
    margin: 30px auto 40px;
    text-align: left;
  }
}
#sec05 .summary .inner-txt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sec05 .summary .inner-txt {
    font-size: 20px;
  }
}
#sec05 .summary .inner-txt .em {
  font-size: 30px;
  position: relative;
  padding: 0 6px 2px 6px;
  background-color: #f2ff21;
  border: 2px solid #313131;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #sec05 .summary .inner-txt .em {
    font-size: 25px;
  }
}
#sec05 .summary .txt {
  font-size: 18px;
  font-weight: 600;
}

#sec06 .inner {
  position: relative;
  background-image: url(../img/ph_sec03_02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #sec06 .inner {
    padding: 0 20px;
  }
}
#sec06 .inner::before {
  content: "";
  width: 100%;
  height: 280px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  left: 0;
}
#sec06 .bg-area {
  background-color: #f2ff21;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#sec06 .bg-area .ttl-bg {
  mix-blend-mode: multiply;
}
#sec06 .ttl-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 66px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sec06 .ttl-area {
    top: 45px;
  }
}
#sec06 .ttl-area img {
  margin-bottom: 30px;
}
#sec06 .sec03_subttl {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #sec06 .sec03_subttl {
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #sec06 img {
    width: 85vw;
  }
}
#sec06 .txt-area {
  margin: 135px auto 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec06 .txt-area {
    text-align: left;
    margin: 135px auto 30px;
  }
}
#sec06 .txt-area .ttl {
  font-size: 45px;
  font-weight: 700;
  color: #223a6b;
  margin-bottom: 30px;
}
#sec06 .contents_inner {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #sec06 .contents_inner {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#sec06 .contents_inner.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #sec06 .contents_inner.-reverse {
    flex-direction: column;
  }
}
#sec06 .contents .item {
  max-width: 597px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sec06 .contents .item {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #sec06 .contents .item img {
    width: 100%;
  }
}
#sec06 .contents .item.-reverse {
  position: relative;
  z-index: 1;
}
#sec06 .contents .item-inner {
  width: 464px;
  margin-left: -60px;
}
@media screen and (max-width: 768px) {
  #sec06 .contents .item-inner {
    margin: -30px 0 0;
    width: 100%;
  }
}
#sec06 .contents .item-inner.-reverse {
  margin-right: -60px;
  position: relative;
  z-index: 5;
  margin-left: 0;
}
#sec06 .contents .ttl-box {
  background-color: #f2ff21;
  border-radius: 0 0 20px 0;
  border: 2px solid #313131;
}
#sec06 .contents .ttl {
  padding: 12px 0 12px 30px;
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec06 .contents .ttl {
    padding: 7px 10px 10px 10px;
    font-size: 22px;
    line-height: 1;
  }
}
#sec06 .contents .txt {
  max-width: 370px;
  margin: 20px 0 0 95px;
}
@media screen and (max-width: 768px) {
  #sec06 .contents .txt {
    margin: 15px 0 10px;
  }
}
#sec06 .contents .txt.-reverse {
  margin: 20px 0 0 0px;
}
#sec06 .contents .txt-box.-reverse {
  max-width: 460px;
  padding-right: 90px;
}
@media screen and (max-width: 768px) {
  #sec06 .contents .txt-box.-reverse {
    max-width: none;
    padding-right: 0;
  }
}
#sec06 .summary {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec06 .summary .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #sec06 .summary .ttl {
    margin-bottom: 0;
  }
}
#sec06 .summary img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #sec06 .summary img {
    width: 45vw;
  }
}
#sec06 .summary span {
  font-size: 36px;
  font-weight: 700;
  transform: translateY(-55px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #sec06 .summary span {
    font-size: 25px;
  }
}
#sec06 .summary .txt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #sec06 .summary .txt {
    margin-top: 0;
  }
}

#sec07 {
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #sec07 {
    margin-top: 80px;
  }
}
#sec07 .sec07_ttl-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #sec07 .sec07_ttl-area {
    margin-bottom: 50px;
  }
}
#sec07 .sec07_ttl-area .ttl {
  font-size: 45px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec07 .sec07_ttl-area .ttl {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
#sec07 .sec07_ttl-area .boxtxt {
  font-size: 15px;
  padding: 15px 20px;
  border: 1px solid #313131;
  max-width: 600px;
  text-align: left;
}
#sec07 .column {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#sec07 .column_left {
  background-color: #f4f5e2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #sec07 .column_left {
    width: 45px;
  }
}
#sec07 .column_left .txt {
  writing-mode: vertical-rl;
  padding: 15px;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec07 .column_left .txt {
    font-size: 20px;
    padding: 15px 5px 15px;
  }
}
#sec07 .column .-g {
  background-color: #e2f5ea;
}
#sec07 .column_right {
  margin-left: 12px;
  background-color: #f4f5e2;
  display: flex;
  justify-content: space-between;
  padding: 70px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right {
    flex-direction: column;
    padding: 40px 10px 30px;
    width: 100%;
  }
}
#sec07 .column_right .merit-icon {
  position: absolute;
  top: -15px;
  left: 0;
  width: 366px;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .merit-icon {
    width: 232px;
    top: -5px;
  }
}
#sec07 .column_right .inner-left img {
  width: clamp(250px, 25vw, 500px);
  max-width: none;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-left img {
    width: 100%;
  }
}
#sec07 .column_right .inner-left .cut {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-left .cut {
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
#sec07 .column_right .inner-left .ybg {
  padding: 8px;
  background-color: #f2ff21;
  display: inline-block;
  margin-top: -3px;
}
#sec07 .column_right .inner-left .txt {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-left .txt {
    font-size: 14px;
  }
}
#sec07 .column_right .inner-left span {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-left span {
    font-size: 17px;
  }
}
#sec07 .column_right .inner-left em {
  font-size: 40px;
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-left em {
    font-size: 31px;
  }
}
#sec07 .column_right .inner-right {
  max-width: 460px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-right {
    margin-left: 10px;
  }
}
#sec07 .column_right .inner-item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  #sec07 .column_right .inner-item {
    flex-flow: wrap;
  }
}
#sec07 .column_right .inner-item:last-child {
  margin-bottom: 0;
}
#sec07 .column_right .inner-item .ttl {
  width: 90px;
  flex-shrink: 0;
  height: 40px;
  background-color: #92ff3f;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-item .ttl {
    margin-bottom: 5px;
    width: 75px;
    height: 32px;
    padding: 1px 0 5px;
  }
}
#sec07 .column_right .inner-item .ttl.-y {
  background-color: #f2ff21;
}
@media screen and (max-width: 768px) {
  #sec07 .column_right .inner-item .txt {
    line-height: 1.5;
  }
}

#sec08 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #sec08 {
    margin-top: 50px;
  }
}
#sec08 {
  background-color: #fdf6d1;
}
#sec08 .inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #sec08 .inner {
    padding-bottom: 40px;
  }
}
#sec08 .ttl-area {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #sec08 .ttl-area {
    padding-top: 40px;
  }
}
#sec08 .ttl-area .ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #sec08 .ttl-area .ttl {
    font-size: 28px;
  }
}
#sec08 .column {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #sec08 .column {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
#sec08 .column .box-wrap {
  background-image: url(../img/v_sec08_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom 10px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #sec08 .column .box-wrap {
    top: 0px;
    left: 30px;
  }
}
#sec08 .column .box {
  max-width: 310px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #313131;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sec08 .column .box {
    flex-direction: row;
    align-items: center;
    max-width: none;
    padding: 20px;
  }
}
#sec08 .column .box img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sec08 .column .box img {
    width: clamp(35px, 16vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  #sec08 .column .box .box-txt {
    margin-left: 30px;
  }
}
#sec08 .column .box .ttl {
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #313131;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec08 .column .box .ttl {
    margin: 0 0 10px;
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #sec08 .column .box .txt {
    letter-spacing: normal;
  }
}
#sec08 .summary {
  margin: 50px auto 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec08 .summary {
    margin: 40px auto 0px;
  }
}
#sec08 .summary .inner-txt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec08 .summary .inner-txt {
    font-size: 18px;
    margin-bottom: 0;
  }
}

#sec09 .sec09_inner {
  padding: 100px 0 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner {
    padding: 50px 0 20px;
  }
}
#sec09 .sec09_inner .ttl-area .subttl {
  width: 119px;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  border: 2px solid #313131;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 4px 4px 0px 0px rgb(242, 255, 33);
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner .ttl-area .subttl {
    width: 90px;
  }
}
#sec09 .sec09_inner .ttl-area .ttl {
  width: 384px;
  padding: 35px 0 30px;
  border: 2px solid #313131;
  margin: -10px auto 30px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner .ttl-area .ttl {
    width: 210px;
    padding: 25px 0 20px;
    margin: -10px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner .ttl-area .ttl img {
    width: 120px;
  }
}
#sec09 .sec09_inner .ttl-area .ttl::after {
  content: "";
  background-image: url(../img/v_sec09_01.svg);
  position: absolute;
  z-index: -1;
  width: 384px;
  height: 106px;
  top: 4px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner .ttl-area .ttl::after {
    width: 213px;
    height: 73px;
  }
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner .ttl-area p {
    padding: 0 20px;
  }
}
#sec09 .sec09_inner .slider-row {
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner .slider-row {
    margin-top: 30px;
    overflow: hidden;
  }
}
#sec09 .sec09_inner .slider-track {
  display: flex;
  width: max-content;
  margin-bottom: 30px;
  animation: slider-move 30s linear infinite;
  animation-play-state: running;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner .slider-track {
    margin-bottom: 10px;
  }
}
#sec09 .sec09_inner .slider-reverse {
  animation: slider-move-reverse 30s linear infinite;
  animation-play-state: running;
}
#sec09 .sec09_inner .slider-item {
  flex-shrink: 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #sec09 .sec09_inner .slider-item {
    width: 200vw;
  }
}
#sec09 .sec09_inner .slider-item img {
  width: 100%;
  height: auto;
  display: block;
}

#faq {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #faq {
    margin-top: 60px;
  }
}
#faq .faq_inner {
  display: flex;
  flex-direction: column;
}
#faq .ttl {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faq .ttl {
    font-size: 28px;
  }
}
#faq .faq-area {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  flex-shrink: 0;
}
#faq .faq-area .ttl {
  font-size: 24px;
  font-weight: 700;
  border-left: 5px solid #313131;
  padding-left: 15px;
  margin: 20px 0 30px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #faq .faq-area .ttl {
    font-size: 18px;
    padding-left: 7px;
    margin: 15px 0 15px 0;
  }
}
#faq .faq-area .faq {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #faq .faq-area .faq {
    margin-bottom: 10px;
  }
}
#faq .faq-area .faq .question {
  display: flex;
  align-items: center;
  height: 80px;
  border: 1px solid #313131;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #faq .faq-area .faq .question {
    height: 70px;
  }
}
#faq .faq-area .faq .question_ttl {
  width: 80px;
  height: 100%;
  background: #f2ff21;
  border-right: 1px solid #313131;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #faq .faq-area .faq .question_ttl {
    width: 13%;
    padding: 10px;
  }
}
#faq .faq-area .faq .question .txt {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #faq .faq-area .faq .question .txt {
    font-size: 15px;
    line-height: 1.5;
    width: 80%;
    padding: 10px 5px 10px 10px;
  }
}
#faq .faq-area .faq .answer {
  display: none;
  border: 1px solid #313131;
  border-top: none;
  border-radius: 0 0 10px 10px;
  position: relative;
  font-size: 0; /* ←これ重要（隙間対策） */
}
#faq .faq-area .faq .answer .answer_inner {
  display: flex;
  align-items: center;
}
#faq .faq-area .faq .answer .answer_ttl {
  width: 80px;
  border-right: 1px solid #313131;
  text-align: center;
}
#faq .faq-area .faq .answer .answer_ttl img {
  width: 25px;
  height: 25px;
}
#faq .faq-area .faq .answer .txt {
  font-size: 18px;
  font-weight: 400;
  padding: 25px 35px;
  line-height: 1.8;
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  #faq .faq-area .faq .answer .txt {
    font-size: 14px;
    padding: 15px 20px;
    width: calc(100% - 50px);
  }
}
#faq .faq-area .faq.open .question {
  border-radius: 10px 10px 0 0;
}

#sec11 .container {
  width: 100vw;
  max-width: none;
  padding: 0;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #sec11 .container {
    margin-top: 60px;
  }
}
#sec11 .sec11_inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  #sec11 .sec11_inner {
    flex-direction: column;
  }
}
#sec11 .sec11_inner .column-left {
  width: 100%;
  flex-direction: column;
}
#sec11 .sec11_inner .column-left_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#sec11 .sec11_inner .column-left .bg {
  background-color: #223a6b;
  width: 100%;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #sec11 .sec11_inner .column-left .bg {
    height: 130px;
    padding-left: 0px;
  }
}
#sec11 .sec11_inner .column-left .bg .txt-area {
  display: flex;
  width: 500px;
  margin-right: 74px;
}
@media screen and (max-width: 768px) {
  #sec11 .sec11_inner .column-left .bg .txt-area {
    align-items: center;
    margin: 0 20px 0 20px;
    width: 100%;
  }
}
#sec11 .sec11_inner .column-left .bg img {
  width: 7%;
}
#sec11 .sec11_inner .column-left .bg .ttl {
  font-size: 28px;
  color: #fff;
  margin-left: 15px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #sec11 .sec11_inner .column-left .bg .ttl {
    font-size: 20px;
  }
}
#sec11 .sec11_inner .column-left .bg-2 {
  width: 100%;
  height: 164px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #sec11 .sec11_inner .column-left .bg-2 {
    height: auto;
  }
}
#sec11 .sec11_inner .column-left .bg-2 .txt-area {
  width: 500px;
  margin-right: 74px;
}
@media screen and (max-width: 768px) {
  #sec11 .sec11_inner .column-left .bg-2 .txt-area {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
}
#sec11 .sec11_inner .column-left img {
  width: 41px;
  margin: auto;
}
#sec11 .sec11_inner .column-right {
  width: 75vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sec11 .sec11_inner .column-right {
    width: 100%;
    height: 60vw;
  }
}
#sec11 .sec11_inner .column-right_inner {
  background-image: url(../img/ph_sec11_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  height: 100%;
  width: 100%;
  display: block;
}

#form {
  padding: 100px 0 100px;
  width: 100%;
  background-color: #f4f6dc;
}
@media screen and (max-width: 768px) {
  #form {
    padding: 50px 0 50px;
  }
}
#form .form-inner {
  width: 80%;
  background-color: #fff;
  padding: 40px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #form .form-inner {
    width: 100%;
    padding: 30px 10px;
  }
}
#form .form-inner .ttl {
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #form .form-inner .ttl {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
#form .form-inner .form-area {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5);
}

footer {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 10px;
  }
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    flex-direction: column;
    align-items: center;
  }
}
footer .item-inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .item-inner {
    justify-content: center;
    margin-top: 30px;
  }
}
footer li {
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 10px;
}
footer li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  footer li {
    font-size: 13px;
  }
}
footer span {
  font-size: 10px;
  letter-spacing: normal;
}

.txt-y {
  background-color: #f2ff21;
}

.subttl-area {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .subttl-area {
    margin: 0 auto 10px;
  }
}
.subttl-area .subttl {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px 4px;
  background-color: #f2ff21;
  letter-spacing: normal;
  text-align: center;
}

a:link,
a:visited,
a:active {
  color: #313131; /* 任意の色コードを指定 */
  text-decoration: none; /* 下線を消す */
}

html {
  scroll-behavior: smooth;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */