@charset "UTF-8";

/* ##########  サッカー専門 メンタルトレーニングMental Coaching  ########## */
/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
 * "Montserrat" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/* Copyright (c) 2026 サッカー専門 メンタルトレーニングMental Coaching 
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */

/* ############## 共通 ############## */

html {
  font-size: 18px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Meiryo", "Helvetica Neue", "Arial", "verdana", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  color: #464646;
  letter-spacing: -0.1px;
}

p {
  text-align: justify;
  line-height: 2;
  font-weight: 400;
}

li,
td,
th,
dd,
dt {
  text-align: justify;
  line-height: 1.5;
  font-weight: 700;
}

div,
a,
input,
textarea,
select,
label {
  line-height: 1.5;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-align: initial;
}

section {
  position: relative;
}

#article ol,
#article ul {
  padding-block: 0.25rem;
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
}

#article ul>li {
  font-weight: 500;
  list-style: initial !important;
}

#article ol>li {
  list-style-type: decimal !important;
}

#article a {
  border-bottom: 1px solid #464646;
}

.list-style-initial {
  padding-block: 0.25rem;
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
}

ul.list-style-initial li {
  list-style: initial !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

ol.list-style-initial li {
  list-style-type: decimal !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

ol li::marker {
  color: #02519c;
}

ul li::marker {
  color: #464646;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #464646 !important;
}

.gray {
  color: #bfbfbf !important;
}

.yellow {
  color: #ffd361 !important;
}

.orange {
  color: #ff5410 !important;
}

.red {
  color: #e50112 !important;
}

.green {
  color: #06c755 !important;
}

.blue {
  color: #02519c !important;
}

.skyblue {
  color: #42baec !important;
}

.green {
  color: #13b5a4 !important;
}

.lightblue {
  color: #d9ebf8 !important;
}

.lightorange {
  color: #ffefe8 !important;
}

.back--transparent {
  background-color: transparent !important;
}

.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #464646 !important;
}

.back--gray {
  background-color: #bfbfbf !important;
}

.back--lightgray {
  background-color: #ffefe8 !important;
}

.back--lightgray2 {
  background-color: #bfbfbf !important;
}

.back--lightorange {
  background-color: #ffefe8 !important;
}

.back--yellow {
  background-color: #ffd361 !important;
}

.back--orange {
  background-color: #ff5410 !important;
}

.back--red {
  background-color: #e50112 !important;
}

.back--green {
  background-color: #06c755 !important;
}

.back--blue {
  background-color: #02519c !important;
}

.back--skyblue {
  background-color: #42baec !important;
}

.back--green {
  background-color: #13b5a4 !important;
}

.back--lightblue {
  background-color: #e5eff9 !important;
}

.transparent-lightblue {
  background: linear-gradient(to bottom,
      transparent 0%,
      transparent 50%,
      #e5eff9 50%,
      #e5eff9 100%);
}

.lightblue-blue {
  background: linear-gradient(to bottom,
      #e5eff9 0%,
      #e5eff9 50%,
      #02519c 50%,
      #02519c 100%);
}

.border {
  border: 1px solid #464646;
}

.border-blue {
  border: 1px solid #02519c;
}

.gradation {
  background: linear-gradient(90deg, #42baec, #02519c);
}

.border-bottom1,
.border-bottom-black {
  border-bottom: 1px solid #464646;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #02519c;
}

.border-bottom-blue2 {
  border-bottom: 2px solid #02519c;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}

.Noto-Sans-JP {
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}

.sans {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}

.montserrat {
  font-family: "Montserrat";
}


.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.pretty {
  text-wrap: pretty !important;
}

.balance {
  text-wrap: balance !important;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #464646;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
  /*filter: drop-shadow(0px 0px #ffffff);*/
  /* 黒線がでるの消すコード */
}

.nowrap {
  white-space: nowrap;
}

.ws-wrap {
  white-space: wrap !important;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height125 {
  line-height: 1.25 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height225 {
  line-height: 2.25 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-top-035 {
  margin-top: -0.35em !important;
}

.margin-top-1 {
  margin-top: -1em !important;
}

.margin-top-2 {
  margin-top: -2em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

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

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

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

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

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

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

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

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

.margin-top90 {
  margin-top: 90px !important;
}

.margin-top120 {
  margin-top: 120px !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

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

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

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

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

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

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

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

.margin-bottom90 {
  margin-bottom: 90px !important;
}

.margin-block15 {
  margin-block: 15px !important;
}

.margin-block30 {
  margin-block: 30px !important;
}

.mb-115-pb115 {
  margin-bottom: -115px;
  padding-bottom: 115px;
}

.margin-fit-content-auto {
  margin-inline: auto;
  width: fit-content;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-inline-auto {
  margin-inline: auto;
}

.margin-left0 {
  margin-left: 0 !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.margin-right0 {
  margin-right: 0 !important;
}

.padding-right025 {
  padding-right: 0.25em !important;
}

.margin-right1 {
  margin-right: 1em !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-top3 {
  padding-top: 3em !important;
}

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

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

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-bottom3 {
  padding-bottom: 3em !important;
}

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

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

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700 !important;
}

.width-fit-content {
  width: fit-content;
}

.big110 {
  font-size: 110%;
  line-height: 1;
  margin-inline: 3px;
}

.big135 {
  font-size: 135%;
  line-height: 1;
  margin-inline: 3px;
}

.big150 {
  font-size: 150%;
  line-height: 1;
  margin-inline: 3px;
}

.big175 {
  font-size: 175%;
  line-height: 1;
  margin-inline: 3px;
}

.small50 {
  font-size: 50%;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.small80 {
  font-size: 80%;
}

.small90 {
  font-size: 90%;
}

.asterisk {
  font-size: 10px;
  vertical-align: 10px;
}

.v-sub {
  vertical-align: sub;
}

.v-sub img {
  vertical-align: sub;
}

.v-middle {
  vertical-align: middle;
}

.v-middle img {
  vertical-align: middle;
}

.v-baseline {
  vertical-align: baseline;
}

.v-baseline img {
  vertical-align: baseline;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-index-2 {
  z-index: -2;
}

.z-index-1 {
  z-index: -1;
}

.z-index0 {
  z-index: 0;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.z-index4 {
  z-index: 4;
}

.z-index5 {
  z-index: 5;
}

.z-index6 {
  z-index: 6;
}

.z-index7 {
  z-index: 7;
}

.z-index8 {
  z-index: 8;
}

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

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline !important;
}

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

.inline-flex {
  display: inline-flex;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.05em;
  text-indent: -1.05em;
}

.text-indent2 {
  padding-left: 2.1em;
  text-indent: -2.1em;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.opacity1 {
  opacity: 0.85;
}

.opacity015 {
  opacity: 0.15;
}

/* アニメーション　*
/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.25s forwards;
  will-change: transform;
  animation-delay: 0.25s;
}

.fade-top2 {
  opacity: 0;
  animation: FadeTop 0.75s forwards;
  will-change: transform;
  animation-delay: 0.25s;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, -125px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(5px);
    transform: scale(1);
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
  }
}

.blur.third {
  animation-delay: 1.0s;
}

.blurTrigger {
  opacity: 0;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
  overflow: hidden;
}

.fadeUpTrigger5.is-ready {
  opacity: 1;
}

.fadeUpTrigger5 span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(30px, 30px, 0) rotateX(20deg);
  will-change: transform, opacity;
}

.fadeUpTrigger5.is-show span {
  animation: textyleAnime 0.6s ease-out forwards;
}

@keyframes textyleAnime {
  0% {
    opacity: 0;
    transform: translate3d(10px, 10px, 0) rotateX(20deg);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg);
  }
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade .7s forwards;
  will-change: transform
}

@keyframes EffectFade {

  0% {
    opacity: 0;
    transform: translate(0px, 125px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.75s forwards;
  will-change: transform
}

@keyframes LeftToRight {
  0% {
    opacity: 1;
    transform: translate(-125px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.75s forwards;
  will-change: transform
}

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translate(250px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.righttoleft.third {
  animation-delay: 0.7s;
}

.delay {
  animation-delay: 0.25s !important;
}

.delay2 {
  animation-delay: 0.25s !important;
}

.effectfade {
  animation-delay: 0.1s;
}

@media (max-width: 767px) {

  .effectfade.second.point-type {
    animation-delay: 0.1s;
  }
}

/* effectfade時間差1 767で切り替え*/

@media (max-width: 767px) {

  .effectfade.second {
    animation-delay: 0.1s;
  }

  .effectfade.third {
    animation-delay: 0.1s;
  }

  .effectfade.fourth {
    animation-delay: 0.1s;
  }

  .effectfade.fifth {
    animation-delay: 0.1s;
  }

  .effectfade.sixth {
    animation-delay: 0.1s;
  }

  .effectfade.seventh {
    animation-delay: 0.1s;
  }

  .effectfade.eighth {
    animation-delay: 0.1s;
  }

  .effectfade.ninth {
    animation-delay: 0.1s;
  }

  .effectfade.tenth {
    animation-delay: 0.1s;
  }
}

/* effectfade時間差1*/
@media (min-width: 768px) {
  .effectfade.second {
    animation-delay: 0.4s;
  }

  .effectfade.third {
    animation-delay: 0.7s;
  }

  .effectfade.fourth {
    animation-delay: 1.0s;
  }

  .effectfade.fifth {
    animation-delay: 1.3s;
  }

  .effectfade.sixth {
    animation-delay: 1.6s;
  }

  .effectfade.seventh {
    animation-delay: 1.9s;
  }

  .effectfade.eighth {
    animation-delay: 2.2s;
  }

  .effectfade.ninth {
    animation-delay: 2.5s;
  }

  .effectfade.tenth {
    animation-delay: 2.8s;
  }
}

/* effectfade時間差 メディアクエリなし*/
.effectfade.second2 {
  animation-delay: 0.4s;
}

.effectfade.third2 {
  animation-delay: 0.7s;
}

.effectfade.fourth2 {
  animation-delay: 1.0s;
}

.effectfade.fifth2 {
  animation-delay: 1.3s;
}

.effectfade.sixth2 {
  animation-delay: 1.6s;
}

.effectfade.seventh2 {
  animation-delay: 1.9s;
}

.effectfade.eighth2 {
  animation-delay: 2.2s;
}

.effectfade.ninth2 {
  animation-delay: 2.5s;
}

.effectfade.tenth2 {
  animation-delay: 2.8s;
}

/* effectfade時間差3*/
@media (max-width: 767px) {
  .effectfade.second3 {
    animation-delay: 0.1s;
  }

  .effectfade.third3 {
    animation-delay: 0.1s;
  }

  .effectfade.fourth3 {
    animation-delay: 0.1s;
  }

  .effectfade.fifth3 {
    animation-delay: 0.1s;
  }

  .effectfade.sixth3 {
    animation-delay: 0.1s;
  }

  .effectfade.seventh3 {
    animation-delay: 0.1s;
  }

  .effectfade.eighth3 {
    animation-delay: 0.1s;
  }

  .effectfade.ninth3 {
    animation-delay: 0.1s;
  }

  .effectfade.tenth3 {
    animation-delay: 0.1s;
  }
}

/* effectfade時間差3 768-1099で切り替え*/

@media (min-width: 768px) and (max-width: 1099px) {
  .effectfade.second3 {
    animation-delay: 0.4s;
  }

  .effectfade.third3 {
    animation-delay: 0.7s;
  }

  .effectfade.fourth3 {
    animation-delay: 0.1s;
  }

  .effectfade.fifth3 {
    animation-delay: 0.4s;
  }

  .effectfade.sixth3 {
    animation-delay: 0.7s;
  }

  .effectfade.seventh3 {
    animation-delay: 0.1s;
  }

  .effectfade.eighth3 {
    animation-delay: 0.4s;
  }

  .effectfade.ninth3 {
    animation-delay: 0.7s;
  }

  .effectfade.tenth3 {
    animation-delay: 0.1s;
  }
}

/* effectfade時間差3*/
@media (min-width: 1100px) {
  .effectfade.second3 {
    animation-delay: 0.4s;
  }

  .effectfade.third3 {
    animation-delay: 0.7s;
  }

  .effectfade.fourth3 {
    animation-delay: 0.1s;
  }

  .effectfade.fifth3 {
    animation-delay: 0.4s;
  }

  .effectfade.sixth3 {
    animation-delay: 0.7s;
  }

  .effectfade.seventh3 {
    animation-delay: 0.1s;
  }

  .effectfade.eighth3 {
    animation-delay: 0.4s;
  }

  .effectfade.ninth3 {
    animation-delay: 0.7s;
  }

  .effectfade.tenth3 {
    animation-delay: 0.1s;
  }
}

.effectfade2 {
  opacity: 0;
  animation: EffectFade2 0.65s forwards;
  will-change: transform;
  animation-delay: 0.5s;
}

@keyframes EffectFade2 {

  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.6);
  }

  50% {
    opacity: 1;
    transform: translate(0, 0) scale(1.1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

/* 画像アニメーション*/
.circle-scroll {
  transform: scale(0.5);
  transform-origin: center center;
  will-change: transform;
  /* transition: all .4s;*/
}

.circle-scroll2 {
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  /* transition: all .4s;*/
}

.width100 {
  width: 100% !important;
}

.text10 {
  font-size: 10px;
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.blogtext {
  font-size: 16px;
  line-height: 2 !important;
  font-weight: 500;
}

.blogtext p {
  font-size: 16px;
  line-height: 2 !important;
  font-weight: 500;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text20 {
  font-size: 20px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text30 {
  font-size: 30px;
}

.text32 {
  font-size: 32px;
}

.text33 {
  font-size: 33px;
}

.text35 {
  font-size: 35px;
}

.h2-common {
  position: relative;
}

.h2-en {
  color: #02519c;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  line-height: 1.25;
  white-space: nowrap;
}

.h2-ja {
  display: block;
  font-size: 28px;
  line-height: 1.5;
}

.h3-sub {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
}

.h3-title {
  font-size: 42px;
  line-height: 1.35;
}

.h4-common {
  font-size: 21px;
}

.flex {
  display: flex;
}

.flex-w {
  flex-wrap: wrap;
}

.flex-fw {
  display: flex;
  flex-wrap: wrap;
}

.flex-ac {
  display: flex;
  align-items: center;
}

.flex-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-ac-js {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-fw-ac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-fw-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-fw-jfe {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-fw-js {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-fw-ac-js {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-fw-ac-jc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-fw-afs-js {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-fw-ast-js {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-fw-ac-fdc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.flex-fw-fdc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.column {
  flex-direction: column;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ########## ヘッダー ########## */

#header {
  width: 100%;
  z-index: 2003;
  top: 0px;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.header-top {
  transition: all .4s;
  display: flex;
  align-items: center;
  padding-top: 7.5px;
}

.header__logo {
  transition: all .4s;
  display: flex;
}

.header__logo a {
  transition: all .4s;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}

.header__logo.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo a:hover {
  opacity: 0.8;
}

.logo-circle {
  font-size: 10px;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  padding-top: 5px;
  display: inline-flex;
  line-height: 1.35 !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffd361 !important;
}

.header__title-right {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
}

.header__subtitle {
  color: #464646;
  font-size: 12.75px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.header__title {
  font-family: "Montserrat";
  color: #02519c;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1;
  margin-top: 3px;

}

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

.cursor-pointer {
  cursor: pointer;
}

/* ########## ヘッダー高さ調整 ########## */
.header-top {
  height: 90px
}

#main {
  padding-top: 90px;
}

.underlayer__top {
  padding-top: 90px;
}

/* ########## 共通背景 画像角丸########## */
#solution,
#reason,
#program,
#voice,
#profile,
#session {
  padding-bottom: 90px;
}

#main {
  background:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    url(../image/back-fv.webp) 50% 100% / 100% no-repeat;
  mix-blend-mode: multiply
}

#trouble::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: url(../image/back-cloud.webp) 50% 50% / 100% no-repeat;

  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 15%,
      #000 85%,
      transparent 100%);

  mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 75%,
      transparent 100%);
}

#profile {
  background: url(../image/back-cloud.webp) 50% 0% / 100% no-repeat;
}

#solution::before,
#profile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: url(../image/back-solution.webp) 50% 100% / 100% no-repeat;

  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 100%);

  mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 100%);
}

#reason::before,
#voice::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: url(../image/back-reason.webp) 50% 100% / 100% no-repeat;

  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 100%);

  mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 100%);
}

#program::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: url(../image/back-program.webp) 50% 100% / 100% no-repeat;

  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 100%);

  mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 100%);
}

#session::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: url(../image/back-session.webp) 50% 100% / 100% no-repeat;

  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 100%);

  mask-image: linear-gradient(to bottom,
      transparent 0%,
      #000 25%,
      #000 100%);
}

.trouble2-right img {
  border-radius: 15px;
}

.solution-photo1 img {
  border-radius: 15px;
}

.solution-photo2 img {
  border-radius: 15px;
}

/* ########## FV メイン ########## */
.contents.main-contents {
  padding-right: 0;
}

.fv-text {
  background: url(../image/back-boy.webp) 50% 50% / 80% no-repeat;
}

.h1-common {
  font-size: clamp(30px, calc(100vw / 1100 * 36), 36px);
  line-height: 1.35;
}

.h1-big {
  font-size: clamp(36px, calc(100vw / 1100 * 48), 48px);
}

.main__subtitle {
  font-size: 23px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 5px;
}

.fv-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fv-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease;
  border-radius: 30px 0 0 30px;
}

.back-en-text {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: clamp(21px, calc(100vw / 1200 * 110), 123px);
  display: block;
  margin-top: 15px;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
}

.black-circle {
  position: relative;
  margin-left: 1em;
}

.black-circle::before {
  content: "・";
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  left: -1em;
  pointer-events: none;
}

.black-circle:nth-child(n + 2) {
  margin-top: 0px;
}

/* ########## ブレンド ########## */

.multiply {
  mix-blend-mode: multiply;
}

/* ########## 問題提起 ########## */

.ul-checkbox {
  border-top: 1px dashed #464646 !important;
}

.ul-checkbox li {
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #464646 !important;
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
  text-align: initial;
  color: #464646;
  font-size: 21px;
  font-weight: bold;
}

.ul-checkbox li span {
  display: inline-block;
}

.ul-checkbox li img {
  width: 24px;
  margin-top: 6px;
  margin-right: 10px;
}

.trouble2-left {
  padding-right: 60px;
  flex: 1;
}

.trouble2-right {
  width: 305px;
}

.trouble2-right.second {
  width: 470px;
}

.triangle {
  position: relative;
  z-index: 3;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-inline: auto;
  width: 320px;
  height: 100px;
  background: #d9ebf8;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

/* ########## 解決 ########## */

/* ########## 理由 ########## */
.reason-wrapper li {
  width: 31%;
  padding: 25px 20px;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 25px;
  position: relative;
}

.reason-wrapper li img {
  border-radius: 15px;
  margin-top: 5px;
}

.reason-number {
  position: absolute;
  left: 5px;
  top: 0;
  background-color: #ffffff;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 60px;
  margin-top: -35px;
  line-height: 1;
  color: #bfbfbf;
  padding: 0px 10px;
  border-radius: 15px;
}

/* ########## プログラム ########## */

.section-flame {
  padding: 35px 25px 35px;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 25px;
  position: relative;
}

.step-item {
  display: flex;
  min-height: 66px;
}

.step-item:not(:last-child) {
  margin-bottom: 26px;
}

.step-number {
  width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5410;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.step-content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 35px;
  background-color: #ffefe8;
}

.step-icon {
  width: 46px;
  height: 46px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-p {
  flex: 1;
  line-height: 1.5;
}

/* ########## ボイス ########## */

.profile-photo {
  text-align: center;
}

#profile-photo img {
  width: 600px;
  margin-inline: auto;
  border-radius: 15px;
}

#profile video {
  width: 600px ;
  margin-inline: auto;
  border-radius: 15px;
}

/** ########## プロフィール ########## */
.h3-connect {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -2px;
  font-style: italic;
  padding-bottom: 2px;
}

.connect-logo {
  width: 336px;
}

/** ########## セッション ########## */
/* ########## 企業情報 ########## */

.table-com {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  flex: 1;
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
}

.table-com th {
  color: #ff5410;
  padding: 23px 0px 20px 0px;
  font-weight: 700;
  text-align: left;
  width: 135px;
  font-size: 18px;
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
  line-height: 2;
}

.table-terms th {
  color: #464646;
  width: 215px;
}

.table-com td {
  padding: 23px 0px 20px 15px;
  width: 100%;
  text-align: left;
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  border-top: #464646 1px solid;
  border-bottom: #464646 1px solid;
  line-height: 2;
}

/* ########## お問い合わせ ########## */

.radio-input label {
  display: inline-flex;
  align-items: center;
}

/* wordpressでずれるのでこのコードが必要 */
.radio-input label {
  margin-top: 8px;
}

/* wordpressで空きが出るのでこのコードが必要 */
.radio-input span {
  margin-left: 0;
  margin-right: 8px;
}

/* inputがずれるの解決方法パターン２：スピナーを非表示にする */
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* Contact Form 7 のバリデーションメッセージ枠を非表示にする */
.wpcf7 form .wpcf7-response-output {
  display: none;
  border: none;
  margin: 0;
  padding: 0;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-right: 5px;
  accent-color: #005990;
}

.radiotext {
  padding-right: 15px;
  font-size: 16px;
  white-space: nowrap;
}

.radiotext a {
  font-weight: 500;
  font-size: inherit !important;
}

input[type=checkbox] {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  display: inline-block;
  margin-right: 5px;
}

label {
  margin-top: 5px;
  display: inline-block;
}

::placeholder,
.contacttable::placeholder {
  font-size: 16px;
  -webkit-text-fill-color: #d6d6d6 !important;
}

.contacttable {
  position: relative;
  z-index: 2;
}

.contacttable .hitusu {
  position: absolute;
  top: 21px;
  right: 25px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 3px;
  line-height: 1.35;
  padding: 3px 5px 2px;
  font-weight: 700;
  color: #ff5a3b;
  font-size: 14px;
}

.contacttable th {
  font-size: 16px;
  font-weight: 900;
  width: 330px;
  padding: 17px 0px;
  position: relative;
}

.contacttable td {
  padding: 14px 0px;
  font-weight: 500;
}

.contacttable td input[type=text],
.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td input[type=url],
.contacttable td select {
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 500;
  border: #ffffff 0px solid;
  background-color: #f3f3f3;
  -webkit-text-fill-color: #464646 !important;
}

.contacttable td input[type=datetime-local] {
  font-size: 16px;
  display: block;
  text-align: left;
  text-align-last: left;
  width: 100%;
  padding: 8px 15px 8px;
  font-weight: 500;
  border: #ffffff 0px solid;
  background-color: #f3f3f3;
  -webkit-text-fill-color: #464646 !important;
  cursor: pointer;
  min-height: 35px;
}

.contacttable td input[type=text]:not(.wpcf7-free-text) {
  width: 100%;
}

.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td input[type=url] {
  width: 100%;
  max-width: 100%;
}

.contacttable td select {
  width: 298px;
  padding-top: 9px;
  padding-bottom: 7px;
  max-width: 100%;
  appearance: none;
  /* ブラウザデフォルトの矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' style='fill:none;stroke:darkgray;stroke-width:2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}

/* まず通常の色（選択肢を選んだ時）を黒にする */
.contacttable td select {
  color: #464646 !important;
}

/* value=""（プレースホルダー）が選ばれている間だけグレーにする */
.contacttable td select:has(option:checked[value=""]) {
  -webkit-text-fill-color: #464646 !important;
}

.contacttable td textarea {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  width: 100%;
  height: 135px;
  border: #ffffff 0px solid;
  background-color: #f3f3f3;
  -webkit-text-fill-color: #464646 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #e8f3f8 inset;
}

input.adjust:-webkit-autofill {
  box-shadow: 0 0 0 1000px #e8f3f8 inset;
}

/* 上からずれるけどwodpressではずれない
.radio-other-adjust {
  margin-top: -5px;
}
*/
.radio-other-adjust {
  margin-top: 2px;
}

input.wpcf7-free-text {
  margin-top: -2px;
  margin-left: 5px;
  width: 170px;
}

/* ########## 共通ボタン ########## */

.icon-free {
  font-size: 70%;
  padding: 1px 4px 1px 5px;
  margin-right: 5px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
}

.icon-line {
  margin-right: 5px;
}

/* ########## inputボタン ########## */

.button-common>input,
.button-common>a,
.back-button>a {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease 0s;
  position: relative;
}

.button-common>input,
.button-common>a,
.back-button>a {
  width: 360px;
  max-width: 100%;
  height: 58px;
  border-radius: 58px;
  font-size: 21px;
  letter-spacing: 0px;
  position: relative;
}

.button-common>a {
  background-color: #ff5410;
}

.button-common.button-line>a {
  background-color: #06c755;
}

.button-common>input {
  background-color: #ff5410;
}

.button-common {
  position: relative;
}

.back-button>input,
.back-button>a {
  color: #ffffff;
  background-color: #02519c;
  transition: all .25s ease 0s;
}

.button-common>a::before,
.input-button::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  z-index: 2;
  transition: all .25s ease 0s;
}

.back-button::before {
  content: "";
  position: absolute;
  left: 23px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: translateY(-52%) rotate(45deg);
  top: 52%;
  z-index: 2;
  pointer-events: none;
  transition: all .25s ease 0s;
}

.input-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  gap: 20px
}

.button-common {
  margin-inline: auto;
}

.button-common>input,
.button-common>a,
.back-button>a {
  box-shadow: 0 7px 0 #ba3b10;
}

.button-common.button-line>a {
  box-shadow: 0 7px 0 #06ab55;
}

.back-button>input {
  box-shadow: 0 7px 0 #024088;
}

@media (any-hover: hover) {

  .button-common>a:hover,
  .button-common>input:hover,
  .back-button>a:hover {
    box-shadow: 0 4px 0 #ba3b10;
    transform: translate(0, 2px);
  }

  .button-common.button-line>a:hover {
    box-shadow: 0 4px 0 #06ab55;
    transform: translate(0, 2px);
  }

  .back-button>input:hover {
    box-shadow: 0 4px 0 #024088;
    transform: translate(0, 2px);
  }

  .button-common>a:active,
  .button-common>input:active,
  .back-button>a:active {
    transform: translate(0, 7px);
    box-shadow: 0 0px 0 #ba3b10;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  }

  .button-common.button-line>a:active {
    transform: translate(0, 7px);
    box-shadow: 0 0px 0 #06ab55;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  }

  .input-button:hover::before {
    transform: translateY(calc(-50% + 2px)) rotate(45deg);
  }

  .back-button:hover::before {
    transform: translateY(calc(-52% + 2px)) rotate(45deg);
  }

  .input-button:active::before {
    transform: translateY(calc(-50% + 7px)) rotate(45deg);
  }

  .back-button:active::before {
    transform: translateY(calc(-52% + 7px)) rotate(45deg);
  }
}

/* ########## お問い合わせ確認画面 ########## */

.formTable {
  border-top: #464646 0px solid;
}

.formTable th {
  color: #02519c;
  border-bottom: #464646 0px solid;
  font-weight: 700;
  padding-top: 5px;
  width: 260px;
  padding-bottom: 20px;
}

.formTable td {
  min-height: 60px;
  font-weight: 500;
  border-bottom: #464646 0px solid;
  width: 100%;
  padding-bottom: 20px;
  line-height: 2;
}

p.error_messe {
  margin: 5px 0;
  color: #02519c;
}

.confirm-button {
  width: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

/* ########## パンくず ########## */
.breadcrumb__list {
  position: relative;
  z-index: 3;
  margin-bottom: 35px;
  margin-right: 30px;
  display: block;
  line-height: 1.15;
  font-size: 12px;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  font-size: 12px;
}

.breadcrumb__item a {
  font-size: inherit;
  font-weight: 500;
}

.breadcrumb__item a[href*=".html"] {
  font-weight: bold;
}

/* ########## トップへボタン ########### */

#topbtn {
  right: 30px;
  bottom: -10px;
  width: 70px;
  position: absolute;
  z-index: 1000;
  transition: all 0.3s;
  cursor: pointer;
  transform-origin: center center;
  will-change: transform;
  transform: scale(0.9);
}

@media (any-hover: hover) {
  #topbtn:hover {
    transform: scale(1);
  }

  #topbtn:active {
    margin-bottom: 10px;
    transform: scale(1.1);
  }
}

/* ########## フッター ########### */

#footer {
  position: relative;
}

.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #a6a6a6;
  background-color: #ffffff;
  padding: 25px;
}

.event-none {
  pointer-events: none;
  margin-bottom: 0.65em;
}

/* ########## フッター下部リンク ########## */
.footer__nav.footer__nav2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding-left: 0;
  margin: 40px auto 0;
}

.footer__nav.footer__nav2 li {
  display: flex;
  align-items: center;
  margin: 0;
}

.footer__nav.footer__nav2 li a {
  font-size: 14px;
}

.footer__nav.footer__nav2 li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  margin: 0 15px;
  background-color: #464646;
}

/* ####################################### 479px以下 ####################################### */

@media (max-width: 479px) {

  /* ############## 共通 ############## */
  html,
  body {
    font-size: 15px;
  }

  label,
  td,
  th,
  p,
  div,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    font-size: 15px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 14px;
  }

  .text12 {
    font-size: 11px;
  }

  .text13 {
    font-size: 11px;
  }

  .text14 {
    font-size: 12px;
  }

  .text15 {
    font-size: 13px;
  }

  .text16 {
    font-size: 14px;
  }

  .text16 p {
    font-size: 14px;
  }

  .blogtext {
    font-size: 14px;
  }

  .blogtext p {
    font-size: 14px;
  }

  .text17 {
    font-size: 15px;
  }

  .text18 {
    font-size: 15px;
  }

  .text19 {
    font-size: 16px;
  }

  .text20 {
    font-size: 17px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: clamp(18px, calc(100vw / 479 * 24), 24px);
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text28 {
    font-size: clamp(18px, calc(100vw / 479 * 24), 24px);
  }

  .text30 {
    font-size: 22px;
  }

  .text32 {
    font-size: clamp(21px, calc(100vw / 479 * 27), 27px);
  }

  .text33 {
    font-size: 24px;
  }

  .text35 {
    font-size: 26px;
  }

  .h2-en {
    font-size: clamp(24px, calc(100vw / 479 * 44), 44px);
  }

  .h2-ja {
    font-size: clamp(19px, calc(100vw / 479 * 24), 24px);
  }

  .h3-sub {
    font-size: 16px;
  }

  .h3-title {
    font-size: clamp(20px, calc(100vw / 479 * 32), 32px);
  }

  .h4-common {
    font-size: 19px;
  }

  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc1sf {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2tbsf {
    display: block !important;
  }

  .pc2tb {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 45px 15px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-quarter {
    padding-top: 35px;
  }

  .contents.top-half {
    padding-top: 22.5px;
  }

  .contents.bottom-half {
    padding-bottom: 22.5px;
  }

  .contents.top-half-half {
    padding-top: 7.5px;
  }

  .contents.bottom-half-half {
    padding-bottom: 7.5px;
  }

  .blogtext img,
  .blogtext video,
  .blogtext iframe {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .margin-top15 {
    margin-top: 7.5px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .margin-block15 {
    margin-block: 10px !important;
  }

  .margin-block30 {
    margin-block: 15px !important;
  }

  .padding-top15 {
    padding-top: 7.5px !important;
  }

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

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

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

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

  .padding-bottom15 {
    padding-bottom: 7.5px !important;
  }

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

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

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

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

  /* ########## ヘッダー ########## */

  #header {
    width: 100%;
    z-index: 2003;
    top: 0px;
    transition: background-color 0.3s ease;
  }

  .header-top {
    justify-content: center;
  }

  .logo-circle {
    font-size: clamp(8px, calc(100vw / 400 * 10), 10px);
    width: clamp(55px, calc(100vw / 400 * 64), 64px);
    height: clamp(55px, calc(100vw / 400 * 64), 64px);
    border-radius: 32px;
    padding-top: 4px;
    display: inline-flex;
    line-height: 1.35 !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffd361 !important;
  }

  .header__logo a {
    gap: 5px;
  }

  .header__subtitle {
    font-size: clamp(10px, calc(100vw / 400 * 12), 12px);
  }

  .header__title {
    font-size: clamp(21px, calc(100vw / 400 * 27), 27px);
    margin-top: 3px;
  }

  /* ########## ヘッダー高さ調整 ########## */
  .header-top {
    height: 75px
  }

  #main {
    padding-top: 75px;
  }

  .underlayer__top {
    padding-top: 75px;
  }

  /* ########## 共通背景 画像角丸########## */

  #solution,
  #reason,
  #program,
  #voice,
  #profile,
  #session {
    padding-bottom: 45px;
  }

  #main {
    background: url(../image/back-fv-sf.webp) 50% 100% / 100% no-repeat;
  }


  #trouble::before,
  #profile {
    background: url(../image/back-cloud-sf.webp) 50% 0% / 100% no-repeat;
  }

  #solution::before,
  #profile::before {
    background: url(../image/back-solution-sf.webp) 50% 100% / 100% no-repeat;
  }

  #reason::before,
  #voice::before {
    background: url(../image/back-reason-sf.webp) 50% 100% / 100% no-repeat;
  }

  #program::before {
    background: url(../image/back-program-sf.webp) 50% 100% / 100% no-repeat;
  }

  #session::before {
    background: url(../image/back-session-sf.webp) 50% 100% / 100% no-repeat;
  }

  /* ########## FV メイン ########## */

  .fv-text {
    background: url(../image/back-boy.webp) 50% 10% / 75% no-repeat;
  }

  .h1-common {
    margin-top: 5px;
    font-size: clamp(20px, calc(100vw / 479 * 30), 30px);
  }

  .h1-big {
    font-size: clamp(28px, calc(100vw / 479 * 40), 40px);
  }

  .main__subtitle {
    margin-top: 15px;
    font-size: 17px;
    text-align: center;
  }

  .fv-wrapper li {
    width: 100%;
    padding-top: 10px;
    margin-inline: auto;
  }

  .fv-text h1,
  .fv-text .text18 {
    text-align: center;
  }

  .fv-text {
    padding-right: 15px;
    width: 100%;
    order: 2;
  }

  .fv-photo {
    margin-top: 0px;
    max-width: 600px;
    width: 100%;
    height: auto;
    order: 1;
  }

  .fv-photo img {
    border-radius: 15px 0 0 15px;
  }

  /* ########## 問題提起 ########## */

  .triangle {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-block: 10px;
    width: 180px;
    height: 55px;
  }

  .ul-checkbox li {
    margin-top: 6px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .ul-checkbox li img {
    width: 20px;
    margin-top: 3px;
    margin-right: 8px;
  }

  .trouble2-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .trouble2-right {
    width: 100%;
    text-align: center;
  }

  .trouble2-right img {
    width: 275px;
  }

  .trouble2-right.second img {
    width: 300px;
  }

  /* ########## 解決 ########## */
  .solution-text {
    order: 1;
    padding: 0 0 45px;
    width: 100%;
  }

  .solution-photo1 {
    order: 2;
    width: 47.5%;
  }

  .solution-photo1-1 {
    max-width: 230px;
    margin-left: auto;
  }

  .solution-photo1-2 {
    margin-top: 30px;
    max-width: 150px;
    margin-left: auto;
  }

  .solution-photo2 {
    order: 3;
    width: 47.5%;
  }

  .solution-photo2-1 {
    max-width: 230px;
    margin-right: auto;
  }

  /* ########## 理由 ########## */
  .reason-wrapper li {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
  }

  .reason-wrapper li img {
    width: 100%;
    display: block;
    margin: 10px auto 15px;
  }

  .reason-wrapper li:nth-child(n + 2) {
    margin-top: 45px;
  }

  .reason-number {
    font-size: 45px;
    margin-top: -25px;
  }

  /* ########## プログラム ########## */
  .section-flame {
    padding: 20px 15px;
    border-radius: 15px;
  }

  .section-flame {
    padding: 20px;
    border-radius: 20px;
  }

  .step-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .step-number {
    width: 70px;
    font-size: 16px;
  }

  .step-content {
    padding: 15px 15px 15px 10px;
  }

  .step-icon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }

  /* ########## ボイス ########## */
  /** ########## プロフィール ########## */
  .h3-connect {
    font-size: 28px;
  }

  .connect-logo {
    width: 280px;
  }

  /** ########## セッション ########## */
  /* ########## 企業情報 ########## */

  .table-com th {
    display: block;
    padding: 10px 0px 0px;
    width: 100%;
    font-size: 15px;
    border-top: #464646 0px solid;
    border-bottom: #464646 0px solid;
  }

  .table-com td {
    display: block;
    padding: 2px 0px 10px;
    width: 100%;
    font-size: 15px;
    border-top: #464646 0px solid;
  }

  .table-com tr:first-child td {
    border-top: #464646 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #464646 0px solid;
  }

  /* ########## お問い合わせ ########## */

  .contacttable th {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 15px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  ::placeholder,
  .contacttable ::placeholder {
    font-size: 14px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 19px;
    right: 0px
  }

  .contacttable td input[type=text],
  .contacttable td input[type=tel],
  .contacttable td input[type=email],
  .contacttable td input[type=url] {
    font-size: 14px;
    padding: 7px 10px;
  }

  .contacttable td input[type=datetime-local] {
    font-size: 14px;
    width: 100%;
    padding: 7px 10px 7px;
  }

  .contacttable td select {
    font-size: 14px;
    padding: 7px 30px 7px 10px;
  }

  .contacttable td textarea {
    font-size: 14px;
    padding: 7px 15px;
    height: 110px;
  }

  .radiotext {
    padding-right: 10px;
    font-size: 13px;
  }

  .radio-other-adjust {
    margin-top: 0px;
  }

  /* ########## 共通ボタン ########## */
  /* ########## inputボタン ########## */

  .button-common>input,
  .button-common>a,
  .back-button>a {
    font-size: 17px;
    height: 50px;
    max-width: 100%;
    width: 280px;
    padding-bottom: 3px;
    letter-spacing: 0;
  }

  /* ########## お問い合わせ確認画面 ########## */

  .formTable th {
    width: 100%;
    padding-bottom: 10px;
    display: block;
  }

  .formTable td {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    min-height: 40px;
  }

  .confirm-button {
    flex-wrap: wrap;
    width: 100%;
    gap: 0px;
  }

  /* ########### 個人情報保護方針 ########### */

  .policytitle {
    font-size: 16px;
    padding-bottom: 5px;
  }

  #article ol li::marker {
    font-size: 16px;
  }

  .policytext {
    font-size: 14px;
  }

  .policytitle.small {
    font-size: 15px;
  }

  .policytext.small {
    font-size: 13px;
  }

  .infobox {
    margin: 10px 0 10px;
    padding: 10px;
    height: 185px;
  }

  /* ########## パンくず ########## */

  .breadcrumb__list {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .breadcrumb__item {
    font-size: 10px;
  }

  /* ########## トップへボタン ########### */

  #topbtn {
    right: 15px;
    width: 30px;
    bottom: 0;
  }

  /* ########## フッター ########### */

  .footer__nav {
    padding-left: 10px;
  }

  .footer__nav li {
    margin-right: 10px;
  }


  .footer__nav li a {
    font-size: 13px;
  }

  .footer__nav li {
    margin-bottom: 10px;
  }

  .footer__copy {
    padding: 15px;
    height: auto;
    flex-direction: column;
  }

  /* ########## フッター下部リンク ########## */
  .footer__nav.footer__nav2 {
    width: 100%;
    margin: 25px auto 0;
  }

  .footer__nav.footer__nav2 li {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .footer__nav.footer__nav2 li a {
    font-size: clamp(10px, calc(100vw / 450 * 13), 13px);
  }

  .footer__nav.footer__nav2 li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    margin: 10px clamp(5px, calc(100vw / 450 * 10), 10px);
    background-color: #464646;
  }
}

/* ####################################### 480px以上768px以下 ####################################### */

@media (min-width: 480px) and (max-width: 767px) {

  /* ############## 共通 ############## */

  html,
  body {
    font-size: 17px;
  }

  label,
  td,
  th,
  p,
  div,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    font-size: 17px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 12px;
  }

  .text14 {
    font-size: 13px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 15px;
  }

  .text16 p {
    font-size: 15px;
  }

  .blogtext {
    font-size: 15px;
  }

  .blogtext p {
    font-size: 15px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 17px;
  }

  .text19 {
    font-size: 18px;
  }

  .text20 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text28 {
    font-size: 25px;
  }

  .text30 {
    font-size: 26px;
  }

  .text32 {
    font-size: 26px;
  }

  .text33 {
    font-size: 28px;
  }

  .text35 {
    font-size: 30px;
  }

  .h2-en {
    font-size: 48px;
  }

  .h2-ja {
    font-size: 24px;
  }

  .h3-sub {
    font-size: 18px;
  }

  .h3-title {
    font-size: 36px;
  }

  .h4-common {
    font-size: 20px;
  }

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

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

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

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

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

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

  .margin-top120 {
    margin-top: 90px !important;
  }

  .margin-top130 {
    margin-top: 100px !important;
  }

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

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

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

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

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

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

  .margin-block15 {
    margin-block: 12.5px !important;
  }

  .margin-block30 {
    margin-block: 20px !important;
  }

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc1sf {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2tbsf {
    display: block !important;
  }

  .pc2tb {
    display: block !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 20px;
  }

  .contents0 {
    padding: 0px 20px;
  }

  .contents {
    padding: 60px 20px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-quarter {
    padding-top: 45px;
  }

  .contents.top-half {
    padding-top: 30px;
  }

  .contents.bottom-half {
    padding-bottom: 30px;
  }

  .contents.top-half-half {
    padding-top: 10px;
  }

  .contents.bottom-half-half {
    padding-bottom: 10px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  /* ########## ヘッダー ########## */

  .header-top {
    justify-content: center;
  }

  .header__subtitle {
    font-size: 11.5px;
  }

  /* ########## ヘッダー高さ調整 ########## */

  /* ########## 共通背景 画像角丸########## */
  #solution,
  #reason,
  #program,
  #voice,
  #profile,
  #session {
    padding-bottom: 60px;
  }

  #main {
    background: url(../image/back-fv-sf.webp) 50% 100% / 100% no-repeat;
  }

  #trouble::before,
  #profile {
    background: url(../image/back-cloud-sf.webp) 50% 0% / 100% no-repeat;
  }

  #solution::before,
  #profile::before {
    background: url(../image/back-solution-sf.webp) 50% 100% / 100% no-repeat;
  }

  #reason::before,
  #voice::before {
    background: url(../image/back-reason-sf.webp) 50% 100% / 100% no-repeat;
  }

  #program::before {
    background: url(../image/back-program-sf.webp) 50% 100% / 100% no-repeat;
  }

  #session::before {
    background: url(../image/back-session-sf.webp) 50% 100% / 100% no-repeat;
  }

  /* ########## FV メイン ########## */

  .h1-common {
    font-size: clamp(30px, calc(100vw / 767 * 38), 38px);
  }

  .h1-big {
    font-size: clamp(36px, calc(100vw / 767 * 48), 48px);
  }

  .main__subtitle {
    font-size: 21px;
    text-align: center;
  }

  .fv-photo {
    margin-top: 5px;
    max-width: 600px;
    width: 100%;
    height: 350px;
    order: 1;
  }

  .fv-photo img {
    border-radius: 20px 0 0 20px;
  }

  .fv-text {
    padding-right: 20px;
    width: 100%;
    max-width: 600px;
    margin-top: 25px;
    margin-bottom: 5px;
    order: 2;
  }

  .fv-text h1 {
    text-align: center;
  }

  .main__subtitle {
    text-align: center;
  }

  .fv-wrapper li {
    margin-inline: auto;
    width: 100%;
  }

  /* ########## 問題提起 ########## */
  .ul-checkbox li {
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .ul-checkbox li img {
    width: 22px;
    margin-top: 4px;
    margin-right: 8px;
  }

  .trouble2-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .trouble2-right {
    width: 100%;
    text-align: center;
  }

  .trouble2-right img {
    width: 305px;
  }

  .trouble2-right.second {
    width: 100%;
    text-align: center;
  }

  .trouble2-right.second img {
    width: 470px;
  }

  .triangle {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 210px;
    height: 60px;
  }

  /* ########## 解決 ########## */
  .solution-text {
    order: 1;
    padding: 0 0 45px;
    width: 100%;
  }

  .solution-photo1 {
    order: 2;
    width: 47.5%;
  }

  .solution-photo1-1 {
    max-width: 230px;
    margin-left: auto;
  }

  .solution-photo1-2 {
    margin-top: 30px;
    max-width: 150px;
    margin-left: auto;
  }

  .solution-photo2 {
    order: 3;
    width: 47.5%;
  }

  .solution-photo2-1 {
    max-width: 230px;
    margin-right: auto;
  }

  /* ########## 理由 ########## */

  .reason-wrapper li {
    width: 100%;
    padding: 25px;
    border-radius: 20px;
  }

  .reason-wrapper li img {
    width: 300px;
    display: block;
    margin: 10px auto 25px;
  }

  .reason-wrapper li:nth-child(n + 2) {
    margin-top: 45px;
  }

  .reason-number {
    font-size: 50px;
    margin-top: -25px;
  }

  /* ########## プログラム ########## */
  .section-flame {
    padding: 20px;
    border-radius: 20px;
  }

  .step-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .step-number {
    width: 95px;
    font-size: 19px;
  }

  .step-content {
    padding: 15px 15px;
  }

  .step-icon {
    width: 46px;
    height: 46px;
    margin-right: 10px;
  }

  /* ########## ボイス ########## */
  /** ########## プロフィール ########## */
  .h3-connect {
    font-size: 30px;
  }

  /** ########## セッション ########## */
  /* ########## 企業情報 ########## */

  .table-com th {
    display: block;
    padding: 10px 0px 0px;
    width: 100%;
    font-size: 16px;
    border-top: #464646 0px solid;
    border-bottom: #464646 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 0px 10px;
    width: 100%;
    font-size: 16px;
    border-top: #464646 0px solid;
    border-bottom: #464646 1px solid;
  }

  .table-com tr:first-child td {
    border-top: #464646 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #464646 0px solid;
  }

  /* ########## お問い合わせ ########## */

  .contacttable td input[type=text],
  .contacttable td input[type=tel],
  .contacttable td input[type=email],
  .contacttable td input[type=url] {
    font-size: 15px;
    padding: 7px 15px;
  }

  .contacttable td input[type=datetime-local] {
    font-size: 15px;
    padding: 7px 15px;
  }

  .contacttable th {
    font-size: 15px;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px 0px 5px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  ::placeholder,
  .contacttable::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 24px;
    right: 0px
  }

  .contacttable td select {
    font-size: 15px;
    padding: 7px 30px 7px 15px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 7px 15px;
    height: 110px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 14px;
  }

  .radio-other-adjust {
    margin-top: 0px;
  }

  /* ########## 共通ボタン ########## */
  /* ########## inputボタン ########## */

  .button-common>input,
  .back-button>a {
    font-size: 19px;
    height: 55px;
    width: 320px;
  }

  /* ########## お問い合わせ確認画面 ########## */

  .formTable th {
    width: 100%;
    padding-bottom: 5px;
    display: block;
  }

  .formTable td {
    width: 100%;
    display: block;
    min-height: 50px;
    padding-bottom: 10px;
  }

  .confirm-button {
    max-width: 440px;
  }

  /* ########### 個人情報保護方針 ########### */

  .policytitle {
    font-size: 17px;
  }

  #article ol li::marker {
    font-size: 17px;
  }

  .policytext {
    font-size: 15px;
  }

  .policytitle.small {
    font-size: 16px;
  }

  .policytext.small {
    font-size: 13px;
  }

  /* ########## パンくず ########## */

  .breadcrumb__list {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .breadcrumb__item {
    font-size: 11px;
  }

  /* ########## トップへボタン ########### */

  #topbtn {
    right: 20px;
    width: 40px;
  }

  /* ########## フッター ########### */

  .footer__nav {
    padding-left: 30px;
  }

  .footer__nav li {
    margin-right: 30px;
  }

  .footer__copy {
    padding: 20px;
    height: auto;
    flex-direction: column;
  }
}

/* ####################################### 768px以上 ####################################### */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  /* ########## お問い合わせ ########## */
  .contacttable td.half-width input {
    width: 300px;
    max-width: 300px;
  }
}

/* ####################################### 調整 ####################################### */

@media (min-width: 768px) and (max-width: 1099px) {

  /* ########## 共通 ########## */
  .contents-header {
    padding: 0px 30px;
  }

  .contents {
    padding: 75px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-quarter {
    padding-top: 67.5px;
  }

  .contents.top-half {
    padding-top: 45px;
  }

  .contents.bottom-half {
    padding-bottom: 45px;
  }

  .contents.top-half-half {
    padding-top: 22.5px;
  }

  .contents.bottom-half-half {
    padding-bottom: 22.5px;
  }

  .pc1 {
    display: block !important;
  }

  .pc1sf {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2tbsf {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc2tb {
    display: none !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .flex-h2 {
    margin-top: 95px;
    margin-bottom: 65px;
  }

  /* ########## ヘッダー ########## */

  .header-top {
    justify-content: center;
  }

  /* ########## 共通ボタン ########## */

  /* ########## inputボタン ########## */

  /* ########## 共通背景 画像角丸########## */
  #solution,
  #reason,
  #program,
  #voice,
  #profile,
  #session {
    padding-bottom: 75px;
  }

  /* ########## FV メイン ########## */

  .h1-common {
    font-size: 38px;
  }

  .h1-big {
    font-size: 48px;
  }

  .main__subtitle {
    margin-top: 15px;
  }

  .fv-photo {
    margin-top: 5px;
    max-width: 800px;
    width: 100%;
    height: 450px;
    order: 1;
  }

  .fv-photo img {
    border-radius: 25px 0 0 25px;
  }

  .fv-text {
    padding-right: 25px;
    width: 100%;
    max-width: 600px;
    margin-top: 25px;
    margin-bottom: 5px;
    order: 2;
  }

  .fv-text h1 {
    text-align: center;
  }

  .main__subtitle {
    text-align: center;
  }

  .fv-wrapper li {
    margin-inline: auto;
  }

  /* ########## 問題提起 ########## */

  .ul-checkbox li {
    margin-top: 8px;
    padding-bottom: 10px;
  }

  .ul-checkbox li img {
    width: 24px;
    margin-top: 4px;
    margin-right: 10px;
  }

  .trouble2-left {
    padding-right: 30px;
    flex: 1;
  }

  .trouble2-right {
    width: 305px;
  }

  .trouble2-right.second {
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }

  .trouble2-right.second img {
    width: 470px;
  }

  .triangle {
    top: 0px;
    width: 250px;
    height: 80px;
  }

  /* ########## 解決 ########## */

  .solution-text {
    order: 1;
    padding: 0 0 60px;
    width: 100%;
  }

  .solution-photo1 {
    order: 2;
    width: 45%;
  }

  .solution-photo1-1 {
    width: 230px;
    margin-left: auto;
  }

  .solution-photo1-2 {
    margin-top: 30px;
    width: 150px;
    margin-left: auto;
  }

  .solution-photo2 {
    order: 3;
    width: 45%;
  }

  .solution-photo2-1 {
    width: 230px;
    margin-right: auto;
  }

  /* ########## 理由 ########## */
  .reason-wrapper li {
    width: 31.5%;
    padding: 15px;
    border-radius: 20px;
  }


  .reason-number {
    font-size: 50px;
    margin-top: -35px;
  }

  /* ########## プログラム ########## */

  /* ########## ボイス ########## */
  /** ########## プロフィール ########## */
  /** ########## セッション ########## */
  /* ########## フッター ########## */


  .footer__nav {
    padding-left: 30px;
  }

  .footer__nav li {
    margin-right: 30px;
  }

  .footer__copy {
    padding: 25px;
    flex-direction: column;
  }

}

@media (min-width: 1100px) {

  /* ########## 共通 ########## */
  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.w1360 {
    max-width: 1360px;
  }

  .contents.w1560 {
    max-width: 1560px;
  }

  .contents.w100 {
    max-width: 100%;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.top-quarter {
    padding-top: 67.5px;
  }

  .contents.top-half {
    padding-top: 45px;
  }

  .contents.bottom-half {
    padding-bottom: 45px;
  }

  .contents.top-half-half {
    padding-top: 22.5px;
  }

  .contents.bottom-half-half {
    padding-bottom: 22.5px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2tbsf {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc2tb {
    display: block !important;
  }

  .pc1sf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }


  /* ########## 共通ボタン ########## */

  .button-common.fv-position {
    margin-inline: 0;
  }

  /* ########## inputボタン ########## */

  /* ########## 視差効果 ########## */

  .background-attachmen {
    background-attachment: fixed;
  }

  /* ########## FV メイン ########## */

  .fv-text {
    padding-right: 25px;
    width: 45%;

  }

  .fv-photo {
    width: 55%;
    height: 400px;
  }


  .main__subtitle {
    margin-top: 15px;
  }

  /* ########## 問題提起 ########## */

  /* ########## 解決 ########## */
  .solution-photo1 {
    width: 230px;
  }

  .solution-photo1-1 {
    width: 230px;
  }

  .solution-photo1-2 {
    margin-left: auto;
    margin-top: 30px;
    width: 150px;
  }

  .solution-photo2 {
    width: 230px;
  }

  .solution-photo2-1 {
    width: 230px;
  }

  .solution-text {
    flex: 1;
    padding: 0 45px;
  }

  /* ########## 理由 ########## */

  /* ########## プログラム ########## */
  /* ########## ボイス ########## */
  .voice-wrapper li {
    width: 30%;
  }

  /** ########## プロフィール ########## */
  /** ########## セッション ########## */


  /* ########## フッター ########## */
}

/* ########## デフォルト保護ページの画面中央表示設定 ########## */
.post-password-form {
  min-height: calc(100vh - 82px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.post-password-form p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: initial;
  max-width: 520px;
}

.post-password-form label {
  font-size: 14px;
}

.post-password-form input[type="password"] {
  padding: 7px 15px;
  font-size: 16px;
  margin-left: 10px;
  max-width: 120px;
}

.post-password-form input[type="submit"] {
  padding: 7px 15px;
  font-size: 16px;
  cursor: pointer;
  max-width: 60px;
}

/* ########## tsParticles ########## */

section {
  position: relative;
}

.tsparticles {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.tsparticles canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .tsparticles {
    height: 250px;
  }
}

/* ########## Particles ########## */
.particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
  overflow: hidden;
}

.particles-js canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .particles-js {
    height: 250px;
  }
}

/* ########## スマホのボタン不具合調整 ########## */
.button-common {
  width: fit-content;
}