@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/* カラー 
ベージュ
FFF8ED
紺色
394590
中間
#b9b6c4
差し色
C5AF98

*/
/* 共通 */
body {
    color: #000;
    margin: 0px;
    padding: 0px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
main {
    overflow: hidden;
    /* letter-spacing: 5px; */
}
.container {
    padding: 0 5%;
}
img {
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
p {
    font-size: 14px;
}
section {
    position: relative;
}
#section3 {
    background-color: #394590;
} 
#section4 {
    background-color: #FFF8ED;
} 
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fcr {
    color: #394590;
}
.fcdr {
    color: #883347;
}
.fcy {
    color: #e0a100;
}
.fcblue {
    color: #6a9aab;
}
.fcw {
    color: #fff;
}
.fcb {
    color: #C5AF98;
}
.fcn {
    color: #394590;
}
.fcz {
    color: #40CEC8;
}
.fcboost {
    color: #F78D69;
}
.bgw {
    background-color: #fff;
}
.bgn {
    background-color: #394590;
}
.bgz {
    background-color: #40CEC8;
}
.bgboost {
    background-image: linear-gradient(to right, #EF9C5A 0%, #FF7E79 100%);
}
.p20 {
    padding: 20px;
}
.bgw.w100 {
    width: 100%;
}
.wfit {
    width: fit-content;
}
.ft12 {
    font-size: 12px;
}
.ft16 {
    font-size: 16px;
}
.ft20 {
    font-size: 20px;
}
.ft24 {
    font-size: 24px;
}
.ft28 {
    font-size: 28px;
}
.ft30 {
    font-size: 30px;
}
.ft36 {
    font-size: 36px;
    line-height: 60px;
}
.ft45 {
    font-size: 45px;
}
.ft50 {
    font-size: 50px;
}
.ft70 {
    font-size: 70px;
}
.lh50 {
    line-height: 50px;
}
.lh70 {
    line-height: 70px;
}
.m0 {
    margin: 0;
}
.pt0 {
    padding-top: 0px;
}
.mt25 {
    margin-top: 25px;
}
.pt25 {
    padding-top: 25px;
}
.pb25 {
    padding-bottom: 25px;
}
.pt50 {
    padding-top: 50px;
}
.mt50 {
    margin-top: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.w20 {
    width: 20%;
}
.w30 {
    width: 37%;
}
.w30 img {
    width: 50%;
}
.w80 {
    width: 80%;
    margin: auto;
}
.half {
    width: 44%;
}
.mA {
    margin: 0 auto;
}
.tc {
    text-align: center;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}

.js-scroll {
    opacity: 0;
    transition: opacity 100ms;
}
.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-bottom.delay {
    animation: fade-in-bottom 1s ease-in-out both 0.3s;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}
.fv .scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both 4s;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* chart */
.radar-chart-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    padding: 35px;
    box-sizing: content-box;
}

.radar-chart-2 svg {
    width: 100%;
    height: 100%;
}

.radar-chart-2 dl {
    position: absolute;
    width: 100%;
    height: 100%;
}

.radar-chart-2 dl > div {
    position: absolute;
    color: #777;
    font-size: .6em;
    text-align: center;
}

.radar-chart-2 dl > div:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radar-chart-2 dl > div:nth-child(2) {
    top: 31%;
    right: 7%;
    transform: translateX(50%);
}

.radar-chart-2 dl > div:nth-child(3) {
    bottom: 6%;
    right: 25%;
    transform: translateX(50%);
}

.radar-chart-2 dl > div:nth-child(4) {
    bottom: 6%;
    left: 25%;
    transform: translateX(-50%);
}

.radar-chart-2 dl > div:nth-child(5) {
    top: 31%;
    left: 7%;
    transform: translateX(-50%);
}

.radar-chart-2 dd {
    margin: 0;
}

/* fv */
section.fv {
    padding: 0 5%;
    margin-top: 100px;
}

/* ニーズ */
.speech-bubble5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.speech-bubble5::before {
    content: "";
    width: 22px;
    height: 2px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #000;
}
.speech-bubble5::after {
    content: "";
    width: 22px;
    height: 2px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #000;
}
.speech-bubble5.fcw::before,
.speech-bubble5.fcw::after {
    background-color: #fff;
}
.speech-bubble5.fcn::before,
.speech-bubble5.fcn::after {
    background-color: #394590;
}
.speech-bubble5.fcb::before,
.speech-bubble5.fcb::after {
    background-color: #C5AF98;
}
.speech-bubble5.fcz::before,
.speech-bubble5.fcz::after {
    background-color: #40CEC8;
}
.speech-bubble5.fcboost::before,
.speech-bubble5.fcboost::after {
    background-image: linear-gradient(to right, #EF9C5A 0%, #FF7E79 100%);
}
.marker {
    background: linear-gradient(transparent 70%, #c5af988e 70%);
}
.marker2 {
    background: linear-gradient(transparent 70%, #ff7e798e 70%);
}

/* flex */
.flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.flex.center {
    justify-content: center;
    align-items: center;
}
.flex.stretch {
    justify-content: center;
    align-items: stretch;
}
.flex.between {
    justify-content: space-between;
    align-items: center;
}
.flex.around {
    justify-content: space-around;
    align-items: stretch;
}
.reverse {
    flex-direction: row-reverse;
}
.flex > .content {
    width: 60%;
}
.flex > .img-content {
    width: 15%;
}
.flex.gap {
    gap: 30px;
}

.flex.card > img {
    width: 50px;
}
#zeroichi,
#boost {
    background-color: #FFF8ED;
}
.zeroichi {
    border: #40CEC8 4px solid;
}
.zeroichi img {
    width: 50%;
}
.btn-zeroichi {
    padding: 5px 20px;
    background-color: #40CEC8;
    color:#fff;
    width: fit-content;
    border-radius: 10px;
}
.btn-boost {
    padding: 5px 20px;
    background-image: linear-gradient(to right, #EF9C5A 0%, #FF7E79 100%);
    color:#fff;
    width: fit-content;
    border-radius: 10px;
}

.boost {
    border: #F78D69 4px solid;
}
.boost img {
    width: 50%;
}

.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;  /* 円形にする */
    position: relative;  /* 基準値とする */
    overflow: hidden;    /* はみ出た部分を非表示 */
    margin: auto;
}
.circle img {
    position: absolute;  /* 相対位置に指定 */
    top: 0;
    left: 10%;
    width: auto;
    height: 100%;
    object-fit: cover;   /* 画像の表示サイズを調整 ※IE非対応 */
}


/* 医福マーケの特徴 */
.absolute > img {
    width: 200px;
}
.absolute-box > .absolute:nth-child(1) {
    bottom: 20%;
    left: 5%;
}
.absolute-box > .absolute:nth-child(2) {
    bottom: 15%;
    left: 15%;
}
.absolute-box > .absolute:nth-child(3) {
    bottom: 15%;
    right: 15%;
    z-index: 10;
}
.absolute-box > .absolute:nth-child(4) {
    bottom: 20%;
    right: 5%;
}
.absolute-box > .absolute:nth-child(3) > img {
    width: 220px;
}
.absolute-box > .absolute:nth-child(4) > img {
    width: 170px;
}

/* フロー */
.stepbar {
    margin: 0 auto;
    width: 60%;
}

.stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative;
}

.stepbar .stepbarwrap .steptitle {
    display: flex;
    align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
    display: flex;
    width: 80px;
    height: 80px;
    content: "";
    border-radius: 50%;
    background-color: #40CEC8;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    font-size: 9px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
#boost .stepbar .stepbarwrap .steptitle .stepcircle {
    background-color: #F78D69;
}
.stamp {
    height: 100px;
    width: 100px;
}
.scrolled.stamp {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay:0s;
    -webkit-animation-delay:0s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

@-webkit-keyframes pulse{
    0%{
        opacity: 0;
    }
    10%{
        opacity:.50;
        transform-origin: 50% 50%;
        transform: rotate(-2deg) scale(5);
        transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    100%{
        opacity:1;
        transform: rotate(-15deg) scale(1);
    }
}

.stepbar .stepbarwrap .steptitle .step-txt-title {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
    margin-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
    font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    background-color: #000;
    position: absolute;
    top: 1em;
    left: 1.5em;
    z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
}

.steptxt {
    position: relative;
    border-radius: 20px;
    color: #000;
    background-color: #FFF8ED;
    padding: 20px;
}    
.steptxt::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -9px;
    top: -9px;
    border-right: 20px solid #FFF8ED;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}

/* ヘッダー */
.logo {
    display: flex;
    align-items: center;
    padding: 15px 50px 15px 0px;
}
.logo img {
    height: 70px;
    width: auto;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    background-color: #fff;
    z-index: 1000;
    padding: 0px 5%;
}
header > div {
    display: flex;
    align-items: center;
}
.global_menu { /* メニュー全体のスタイル */
    color: #424242; /* 文字色 */
    text-align: center;
    height: fit-content;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.global_menu ul {
    margin: 0;
}
.global_menu li {
    display: inline-block;
}

.global_menu a { /* 各項目のスタイル */
    display: inline-block;
    padding: 10px 30px;
    color: #424242;
    height: fit-content;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.menu:hover > a {
    background: #394590;
    color: #fff;
}

.child_menu > li > a { /* 子項目のスタイル */

}
.child_menu > li > a:hover { /* 子項目のスタイル（ホバー時） */
    background: #394590;
}

.child_menu { /* 下層メニューのスタイル */
    width: 100vw;
    position: absolute;
    top: 52px; /* 親項目の直下に配置 */
    left: 0;
    padding: 30px;
    color: #fff; /* 文字色 */
    background: #394590; /* 背景色 */
    visibility: hidden; /* 下層メニューを非表示 */
    opacity: 0; /* 不透明度を最小に */
    transition: 1s opacity; /* アニメーション設定 */
}

.menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
    opacity: 1; /* 不透明度を最大に */
    visibility: visible; /* 下層メニューを表示 */
}

.child_menu a {
    color: #fff;
}

.child_menu li:hover a {
    background-color: #b9b6c4;
}

/* ハンバーガーメニュー */
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #424242;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
    transition: 0.3s;
}
.menu-btn span:after {
    top: 8px;
    transition: 0.3s;
}
#gnav-input:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#gnav-input:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#gnav-input:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#gnav-btn {
    font-size: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
}
#gnav-input {
    display: none;
}
#gnav-input:checked ~ #gnav-content {
    top: 0;
}
#gnav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
    background-color: #394590;
    text-align: center;
}
#gnav-content > a > div{
    height: 60px;
    background-color: #fff;
}
.humb-menu__title {
    padding: 1.5rem;
}
#gnav-content label {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
    border-bottom: 0.5px solid #bebebe;
    color: #fff;
}
#gnav-content a {
    display: block;
}
.humb-menu input {
    display: none;
}
.humb-menu .accshow {
    height: 0;
    overflow: hidden;
}
.humb-menu .accshow p {
    padding: 1.5rem;
}
.humb-menu .accshow a {
    display: inline-block;
    width: 100%;
    padding: 20px 1.5rem;
    border-top: 0.5px solid #bebebe;
}
.humb-menu .cssacc:checked + .accshow {
    height: auto;
}
.humb-menu a {
    color: #fff;
    width: 100%;
    display: inline-block;
}
/* menu */
.hamburger__icon {
    position: fixed;
    top: 40px;
    right: 5%;
    z-index: 200;
    transition: 0.3s;
    display: block;
}
.hamburger__icon.active {
    transform: translateX(-250px);
}
.hamburger__icon.active .hamburger__icon__bars1 {
    top: 8px;
    transform: rotate(-45deg);
}
.hamburger__icon.active .hamburger__icon__bars2 {
    display: none;
}
.hamburger__icon.active .hamburger__icon__bars3 {
    top: 8px;
    transform: rotate(45deg);
}

.hamburger__icon__bars {
    width: 22px;
    height: 20px;
    display: block;
    position: relative;
}

.hamburger__icon__bars1,
.hamburger__icon__bars2,
.hamburger__icon__bars3 {
    position: absolute;
    width: 22px;
    height: 4px;
    background: #1f2d32;
    top: 0;
    left: 0;
    border-radius: 2px;
}
.active .hamburger__icon__bars1,
.active .hamburger__icon__bars2,
.active .hamburger__icon__bars3 {
    background: #fff;
}

.hamburger__icon__bars1 {
    top: 0;
}

.hamburger__icon__bars2 {
    top: 8px;
}

.hamburger__icon__bars3 {
    top: 16px;
}

.hamburger__content {
    width: 300px;
    height: 100%;
    background: #394590;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1607843137);
    z-index: 120;
    transform: translateX(105%);
    transition: 0.3s;
}
.hamburger__content.active {
    transform: translateX(0%);
}

.hamburger__content-item {
    border-bottom: 1px dotted #fff;
}
.hamburger__content-item a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px 145px 20px 20px;
    text-wrap: nowrap;
}

.hamburger__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    transition: 0.3s;
}
.hamburger__background.active {
    display: block;
}

/* フッター */
footer {
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #394590;
    color: #fff;
}
footer img {
    width: 16%;
    height: auto;
}
footer a {
    color: #fff;
    transition: 0.5s all;
    cursor: pointer;
    padding-top: 30px;
    display: inline-block;
}
footer a:hover {
    opacity: 0.4;
}
.logo-wrap > svg {
    width: 90%;
}
.footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    font-size: 13px;
}
.policy {
    margin-top: 150px;
    margin-bottom: 100px;
}
/*親要素 */
#floatingMenu {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 2;
}
/* 子要素 */
.flObj {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 15px;
    transition: all 0.5s ease;
    position: relative;
}
/* 子要素のテキスト */
.flObj p {
    margin: 0;
    background: #FFF;
    padding: 2px 10px 0;
    font-size: 0.85rem;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    border-radius: 3px;
}
/* 子要素のリンク */
.flObj a {
    background-color: #394590;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%), 0 4px 5px 0 rgb(0 0 0 / 22%);
    position: relative;
    font-size: 1.2rem;
}
.flObj.top a {
    background-color: #00B900;
}
.flObj.middle a {
    background-color: #C5AF98;
}
/* aタグのhover時 */
.flObj.top a:hover, .flObj.middle a:hover {
    opacity: 0.8;
}
/* FontAwesomeアイコンのスタイル */
.flObj a i {
    color: #FFF;
}
/* ＋アイコン */
.flObj.bottom a:before {
    content: "\f068";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #FFF;
}

/* クリック後の親要素 */
#floatingMenu.notshow {
    gap: 0;
}
/* クリック前の各メニュー */
div#floatingMenu.notshow > .flObj.top, div#floatingMenu.notshow > .flObj.middle {
    gap: 0;
    margin-bottom: -58px;
}
/* クリック前のテキスト */
div#floatingMenu.notshow > .flObj.top p, div#floatingMenu.notshow > .flObj.middle p {
    display: none;
}
/* クリック前のメニューの影 */
div#floatingMenu.notshow > .flObj.top a, div#floatingMenu.notshow > .flObj.middle a {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 22%);
}
/* クリック前のFontawesomeアイコン */
div#floatingMenu.notshow .flObj.bottom a:before {
    content: "\f067";
}
.introduction {
    height: 2.4em;
    width: 40px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 25px;
}
.introduction:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #394590 inset;
} 
.c-form-text {
    height: 2.4em;
    width: 100%;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 25px;
}

.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #394590 inset;
}
.c-radio {
	text-align: left;
}
.c-radio ul {
	list-style: none;
}
.c-radio .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.c-radio label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.c-radio .option-input {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.c-radio .option-input:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #da3c41;
}
.c-radio .option-input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.c-radio .option-input:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	background: #ffffff;
}

.error-message {
    font-size: 14px;
    color: red;
}
.required {
    border-radius: 20px;
    margin-left: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #394590;
    color: #fff;
    font-size: 14px;
}
.formbox {
    width: 40%;
    min-width: 400px;
}
.c-checkbox {
	text-align: left;
}
.c-checkbox ul {
	list-style: none;
}
.c-checkbox .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.c-checkbox label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.c-checkbox .option-input05 {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.c-checkbox .option-input05:before {
	position: absolute;
	z-index: 1;
	top: 0.125rem;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #394590;
	border-top-style: none;
	border-right-style: none;
}
.c-checkbox .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.c-checkbox .option-input05:after {
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 2px solid #f2f2f2;
	background: #ffffff;
}
.textbox {
    height: 200px;               /* 横幅を200pxに指定 */
    border: 1px solid #f2f2f2;      /* わかりやすくボーダーを引く */
    overflow-y: scroll;          /* 縦方向にスクロール可能にする */
    padding: 10px;
}
.submit-btn {
	position: relative;
	z-index: 1;
	padding: 1em;
	width: 160px;
	line-height: 1.4;
	cursor: pointer;
	transition: color .3s cubic-bezier(.02,.01,.47,1),border-color .3s cubic-bezier(.02,.01,.47,1);
	color: #F06292;
	background: transparent;
	overflow: hidden;
	border: 1px solid #F06292;
	border-radius: 100px;
	background: #fff;
}
.submit-btn:after, .submit-btn:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	content: '';
	transition: transform 0.15s cubic-bezier(0.02,0.01,0.47,1),opacity 0.15s cubic-bezier(0.02,0.01,0.47,1);
	opacity: 0;
}
.submit-btn:before {
	background: #D81B60;
	-webkit-transform: translate3d(-110%,-10%,0) skewX(-20deg);
	transform: translate3d(-110%,-10%,0) skewX(-20deg);
}
.submit-btn:after {
	-webkit-transform: translate3d(110%,-10%,0) skewX(-20deg);
	transform: translate3d(110%,-10%,0) skewX(-20deg);
	background: #F06292;
}
.submit-btn:hover {
	transition: all 0.5s cubic-bezier(0.02,0.01,0.47,1);
	box-shadow: 0 1px 6px rgba(0,0,0,0.3);
	color: #ffffff;
	background: #E91E63;
	border: 1px solid #F06292;
}
.submit-btn:hover:after, .submit-btn:hover:before {
	transition: transform 0.25s cubic-bezier(0.02,0.01,0.47,1),opacity 0.25s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: translate3d(50%,-10%,0) skewX(-20deg);
	transform: translate3d(50%,-10%,0) skewX(-20deg);
	opacity: 1;
}
.submit-btn:active {
	opacity: 0.5;
	color: #F06292;
}
.submit-btn:focus {
	border: 1px solid #F06292;
	color: #F06292;
}
.submit-btn:focus:hover {
	color: #ffffff;
	border: 1px solid #F06292;
}
.rowgap {
    row-gap: 25px;
}
/* CV */
.cv {
    margin-top: 100px;
    margin-bottom: 100px;
}
.cv-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    width: 100%;
    height: 100%;
}
.cv-btn,
a.cv-btn,
button.cv-btn {
    line-height: 1.3;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.cv-btn-wrap {
    margin: 30px 0;
}

a.cv-btn {
    position: relative;
    padding: 0.25rem 2rem 1rem 3.5rem;
    color: #fff;
    border-radius: 10px;
}
a.cv-btn-a {
    background: #00B900;
    -webkit-box-shadow: 0 5px 0 #008500;
    box-shadow: 0 5px 0 #008500;
}
a.cv-btn-b {
    background: #C5AF98;
    -webkit-box-shadow: 0 5px 0 #ab9782;
    box-shadow: 0 5px 0 #ab9782;
}

a.cv-btn span {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translate(-50%);
    display: block;
    width: fit-content;
    text-wrap: nowrap;
    padding: 0.2rem 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.cv-btn-a span {
    color: #008500;
    border: 2px solid #008500;
}
a.cv-btn-b span {
    color: #ab9782;
    border: 2px solid #ab9782;
}

a.cv-btn span:before,
a.cv-btn span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
}

a.cv-btn span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
}
a.cv-btn-a span:before {
    border-color: #008500 transparent transparent transparent;
}
a.cv-btn-b span:before {
    border-color: #ab9782 transparent transparent transparent;
}

a.cv-btn span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

a.cv-btn i {
    margin-right: 1rem;
}

a.cv-btn:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);

    color: #fff;
}
a.cv-btn-a:hover {
    background: #00a200;
    -webkit-box-shadow: 0 2px 0 #008500;
    box-shadow: 0 2px 0 #008500;
}
a.cv-btn-b:hover {
    background: #baa58f;
    -webkit-box-shadow: 0 2px 0 #ab9782;
    box-shadow: 0 2px 0 #ab9782;
}
.skew-anim {
    animation: skew 2.3s linear infinite;
}

@keyframes skew {
    0% {transform: skew(0deg, 0deg);}
    5% {transform: skew(2deg, 2.2deg);}
    10% {transform: skew(-1deg, -1deg);}
    15% {transform: skew(0.5deg, 1.2deg);}
    20% {transform: skew(-2deg, -1.5deg);}
    25% {transform: skew(0.9deg, 0.9deg);}
    30% {transform: skew(-0.6deg, -0.6deg);}
    35% {transform: skew(0.3deg, 0.3deg);}
    40% {transform: skew(-0.2deg, -0.2deg);}
    45% {transform: skew(0.1deg, 0.1deg);}
    50% {transform: skew(0deg, 0deg);}
}
.speech-bubble2 {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 10px;
    background-color: #394590;
    color: white;
    font-weight: bold;
    font-size: 24px;
    width: fit-content;
    margin: 0 auto;
} 
.speech-bubble2 > span {
    font-size: 40px;
}
.speech-bubble2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform:translate(-50%, 0%);
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #394590;
    border-width: 8px;
    content: "";
}
.speech-bubble6 {
    position: relative;
    padding: 12px 16px 12px 30px;
    margin-top: 80px;
}
.speech-bubble6::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0%;
    width: 100px;
    height: 1px;
    transform: rotate(-14deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.speech-bubble6::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0%;
    width: 120px;
    height: 1px;
    transform: rotate(14deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.speech-bubble6 > .ornament {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
}
.speech-bubble6 > .ornament::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 40%;
    transform: translate(-50%);
    width: 160px;
    height: 1px;
    transform: rotate(-12deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.speech-bubble6 > .ornament::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 40%;
    width: 160px;
    height: 1px;
    transform: rotate(12deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.left0.speech-bubble6::before,
.left0.speech-bubble6::after,
.left0.speech-bubble6 > .ornament::before,
.left0.speech-bubble6 > .ornament::after {
    left: 0;
}

@media screen and (max-width: 480px) {
    /* 480px以下に適用されるCSS（スマホ用） */
    .pc {
        display: none;
    }
    .logo img {
        height: 70px;
        width: auto;
    }
    h1 {
        font-size: 10px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    .ft36 {
        font-size: 25px;
    }
    .ft45 {
        font-size: 32px;
    }
    .container {
        padding: 0 20px;
    }
    .ft28 {
        font-size: 23px;
    }
    .logo-wrap {
        order: 0;
        width: 70%;
    }
    .ft20 {
        font-size: 16px;
    }
    .ft24 {
        font-size: 18px;
    }
    .ft30 {
        font-size: 23px;
    }
    footer img {
        width: 30%;
        height: auto;
    }
    .footer-flex {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .loading > svg {
        width: 60%;
        height: auto;
    }
    .ft50 {
        font-size: 30px;
    }
    .flex > .content {
        width: 100%;
    }
    .flex > .img-content {
        width: 40%;
    }
    .flex.gap {
        gap: 15px;
    }
    .bgw {
        width: 100%;
    }
    .hamburger__icon.active {
        transform: translateX(-200px);
    }
    .hamburger__content {
        width: 290px;
    }
    .footer-flex {
        font-size: 14px;
        row-gap: 0;
    }
    .logo {
        padding: 15px 25px 15px 0px;
    }
    .flex.between {
        justify-content: center;
    }
    .w30 {
        width: 90%;
    }
    .w20 {
        width: 40%;
    }
    .absolute > img {
        width: 100%;
    }
    .absolute-box {
        height: 90px;
    }
    .absolute-box > .absolute:nth-child(1) {
        bottom: 0%;
        left: 5%;
        width: 20%;
    }
    .absolute-box > .absolute:nth-child(2) {
        bottom: 0%;
        left: 28%;
        width: 20%;
    }
    .absolute-box > .absolute:nth-child(3) {
        bottom: 0%;
        right: 28%;
        width: 20%;
    }
    .absolute-box > .absolute:nth-child(4) {
        bottom: 0%;
        right: 5%;
        width: 20%;
    }
    .absolute-box > .absolute:nth-child(3) > img {
        width: 115%;
    }
    .absolute-box > .absolute:nth-child(4) > img {
        width: 90%;
    }
    .circle {
        width: 150px;
        height: 150px;
    }
    .speech-bubble2 {
        font-size: 24px;
    }
    .speech-bubble6 {
        margin-bottom: 40px;
        margin-top: 60px;
    }
    .speech-bubble6::before {
        left: 0%;
    }
    .speech-bubble6::after {
        left: 0%;
    }
    .speech-bubble6 > .ornament::before {
        left: 25%;
    }
    .speech-bubble6 > .ornament::after {
        left: 25%;
    }
    .between > .half {
        width: 90%;
    }
    .cv-flex {
        flex-wrap: wrap;
    }
    .stepbar {
        width: 95%;
    }
    .steptitle {
        flex-wrap: wrap;
    }
    .stepcircle {
        order: 0;
    }
    .step-txt-title {
        order: 1;
    }
}

@media screen and (min-width: 481px) {
    /* 481px以上に適用されるCSS（タブレット用） */
    .sp {
        display: none;
    }
    .pt50.flex.center.gap {
        padding: 100px 0;
    }
}
@media screen and (min-width: 960px) {
    /* 960px以上に適用されるCSS（PC用） */
    
}