/*===========================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

/*=======================
共通設定・パーツ
=======================*/

.inner {
	margin: 0 auto;
	max-width: 1200px;
}

@font-face {
	font-family: "DIN 1451 Std Engschrift";
	src: url("../font/DINEngschriftStd.woff") format("woff");
}

@font-face {
	font-family: "Noto Sans CJK JP";
	src: url("../font/NotoSansCJK-VF.woff") format("woff");
}

body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*Chrome,Safari*/
	-ms-text-size-adjust: 100%; /*EgdeMobile*/
	-moz-text-size-adjust: 100%; /*firefox*/
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

/*=======================
header
=======================*/

.header {
	background: rgba(255, 255, 255, 0.8);
	height: 100px;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo {
	margin-right: auto;
	margin-top: 10px;
}

.header__logo img {
	height: 42px;
	width: 156px;
}

.header__nav {
	display: flex;
}

.header__nav li a {
	display: block;
}

.header__nav li a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.header__nav li p {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 3;
	margin-top: -2px;
}

.header__works {
	margin-right: 3.285714vw;
}

.header__merit {
	margin-right: 3.357142vw;
}

.header__price {
	margin-right: 3.071428vw;
}

.header__flow {
	margin-right: 2.142857vw;
}

.contact {
	align-items: center;
	display: flex;
	margin-left: 5.285714vw;
}

.contact-tel {
	margin-left: 5px;
	padding-top: 6px;
}

.contact-tel p {
	color: #7e1ac4;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: normal;
	margin-bottom: -5px;
}

.contact-tel a {
	color: #000000;
	display: block;
	font-family: "DIN 1451 Std Engschrift";
	font-size: 26px;
	letter-spacing: 2.6px;
	position: relative;
}

.contact-tel a::before {
	background: transparent url(../img/pc/tel-icon@2x.png) no-repeat center center/contain;
	content: "";
	height: 17px;
	left: -19px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.contact-btn {
	background-color: #9f65c8;
	color: #fff;
	font-size: 13px;
	height: 35px;
	letter-spacing: 0.05em;
	line-height: 35px;
	margin-left: 19px;
	margin-top: -5px;
	text-align: center;
	width: 160px;
}

.contact-btn:hover {
	opacity: 0.6;
	transition: 0.3s;
}

/*=======================
drawer
=======================*/

.drawer-icon {
	display: none;
	position: fixed;
	right: 16px;
	top: 20px;
	transition: transform 0.5s ease 0s;
	z-index: 300;
}

.drawer-icon.is-active .drawer-icon__bar1 {
	top: 8px;
	transform: translateY(-50%) rotate(45deg);
}

.drawer-icon.is-active .drawer-icon__bar2 {
	display: none;
}

.drawer-icon.is-active .drawer-icon__bar3 {
	top: 8px;
	transform: translateY(-50%) rotate(-45deg);
}

.drawer-icon__bars {
	cursor: pointer;
	display: block;
	height: 29px;
	position: relative;
	width: 42px;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
	background: #7e1ac4;
	border-radius: 2px 2px 2px 2px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 42px;
}

.drawer-icon__bar1 {
	top: 0;
}

.drawer-icon__bar2 {
	top: 12px;
}

.drawer-icon__bar3 {
	top: 24px;
}

.drawer-content {
	height: 100%;
	margin-top: 9.6rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(110%);
	transition: transform 0.5s ease 0s;
	width: 100%;
	z-index: 299;
}

.drawer-content.is-active {
	transform: translateX(0);
}

.drawer-content__left {
	background: #fff64b;
	height: inherit;
	position: relative;
	width: 33.3333333333%;
}

.drawer-content__left::after {
	background: url(../img/sp/pencil-small.png) no-repeat center center/cover;
	content: "";
	height: 517px;
	left: 50%;
	position: absolute;
	top: 283px;
	transform: translateX(-50%);
	width: 67px;
}

.drawer-content__right {
	background: #f4f9fa;
	height: inherit;
	padding-right: 252px;
	padding-top: 263px;
	width: 66.6666666667%;
}

.drawer-content__items {
	display: flex;
	height: inherit;
}

.drawer-content__item {
	margin-bottom: 16px;
	text-align: center;
}

.drawer-content__item a {
	color: #000;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.drawer-content__item:nth-child(2) {
	margin-bottom: 19px;
}

.drawer-content__item:nth-child(2) .drawer-content__title-en {
	margin-bottom: -14px;
}

.drawer-content__item:nth-child(3) {
	margin-bottom: 18px;
}

.drawer-content__item:nth-child(3) .drawer-content__title-en {
	margin-bottom: -18px;
}

.drawer-content__item:nth-child(4) {
	margin-bottom: 22px;
}

.drawer-content__item:nth-child(4) .drawer-content__title-en {
	margin-bottom: -14px;
}

.drawer-content__item:nth-child(5) {
	margin-bottom: 0;
}

.drawer-content__item:nth-child(5) .drawer-content__title-en {
	margin-bottom: 0;
}

.drawer-content__title-en {
	font-family: "DIN 1451 Std Engschrift";
	font-size: 50px;
	letter-spacing: 1px;
	margin-bottom: -11px;
}

.drawer-content__title-ja {
	font-size: 22px;
	letter-spacing: 1.13px;
}

/*=======================
main-visual
=======================*/

.main-visual {
	padding-top: 100px;
	width: 100%;
}

.main-visual__container {
	display: flex;
}

.main-visual__left {
	align-items: center;
	background-color: #fff64b;
	display: flex;
	height: 975px;
	width: 50%;
}

.main-visual__left-item-wrapper {
	margin: 0 auto;
	padding-left: 3.357142vw;
	padding-top: 7px;
}

.main-visual__title-image {
	margin-bottom: 64px;
}

.main-visual__title-image img {
	width: 450px;
}

.main-visual__text {
	font-family: "Noto Sans CJK JP", sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.2307692308;
	margin-bottom: 153px;
	max-width: 543px;
}

.main-visual__icon {
	max-width: 523px;
}

.main-visual__icon img {
	height: auto;
	width: 100%;
}

.main-visual__right {
	align-items: center;
	background-color: #f4f9fa;
	display: flex;
	height: 975px;
	overflow: hidden;
	width: 50%;
}

.main-visual__right img {
	max-width: 855px;
	position: relative;
	right: -53px;
	width: 61.071429vw;
}

/*=======================
difference
=======================*/

.difference {
	background: url(../img/pc/difference@2x.png) no-repeat center center/contain;
	height: 432px;
	margin-top: 37px;
	width: 100%;
}

.difference__title {
	text-align: center;
}

.difference__title img {
	height: 104px;
	margin-top: 47px;
	width: 320px;
}

.difference__title img.is-sp {
	display: none;
}

.difference__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: 14px;
	padding-top: 69px;
}

.difference__point {
	background: #9f65c8;
	height: 297px;
	margin-right: 54px;
	width: 297px;
}

.difference__point:last-child {
	margin-right: 0;
}

.difference__point2 {
	margin-right: 47px;
}

.difference__point-number1 {
	margin-bottom: 21px;
	margin-left: 30px;
	margin-top: 32px;
}

.difference__point-number1 img {
	height: 84px;
}

.difference__point-number2 {
	margin-bottom: 21px;
	margin-left: 30px;
	margin-top: 32px;
}

.difference__point-number2 img {
	height: 84px;
}

.difference__point-number3 {
	margin-bottom: 21px;
	margin-left: 30px;
	margin-top: 32px;
}

.difference__point-number3 img {
	height: 84px;
}

.difference__point-text1,
.difference__point-text2,
.difference__point-text3 {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-left: 26px;
}

.difference__point-text1 {
	margin-left: 19px;
}

.difference__point-text1-line1,
.difference__point-text1-line2,
.difference__point-text1-line3,
.difference__point-text1-line4,
.difference__point-text2-line1,
.difference__point-text2-line2,
.difference__point-text2-line3,
.difference__point-text3-line1,
.difference__point-text3-line2,
.difference__point-text3-line3,
.difference__point-text3-line4 {
	align-items: center;
	background-color: none;
	display: flex;
	height: 30px;
	justify-content: left;
	margin-bottom: 6px;
	padding-left: 2px;
	text-align: center;
}

.difference__point-text1-line1 {
	width: 185px;
}

.difference__point-text1-line2 {
	width: 133px;
}

.difference__point-text1-line3 {
	width: 262px;
}

.difference__point-text1-line4 {
	width: 172px;
}

.difference__point-text2 {
	margin-left: 30px;
}

.difference__point-text2-line1 {
	margin-bottom: 7px;
	width: 101px;
}

.difference__point-text2-line2 {
	margin-bottom: 5px;
	width: 164px;
}

.difference__point-text2-line3 {
	width: 198px;
}

.difference__point-text3 {
	margin-left: 30px;
}

.difference__point-text3-line1 {
	width: 118px;
}

.difference__point-text3-line2 {
	width: 151px;
}

.difference__point-text3-line3 {
	width: 246px;
}

.difference__point-text3-line4 {
	width: 101px;
}

.difference__point-text-color {
	background-color: #ffff6f;
}

.difference__point-text-large {
	font-size: 21px;
	line-height: 0;
}

.line-wrapper {
	display: none;
}

.difference__point-line1 {
	display: none;
}

.difference__point-line2 {
	display: none;
}

.difference__point-line3 {
	display: none;
}

/*=======================
cases01
=======================*/

.cases {
	margin-top: -38px;
}

.case01__background {
	background-color: #ffff6f;
	overflow: hidden;
	padding-bottom: 94px;
	padding-top: 50px;
}

.case01__flowchart-title {
	margin-bottom: 76px;
	margin-right: 50px;
}

.case02__flowchart-title {
	margin-bottom: 24px;
	margin-right: 50px;
}

.case03__flowchart-title {
	max-width: 1148px;
	margin-bottom: 42px;
}

.case01__flowchart-wrapper {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
}


.case01__flowchart-wrapper__item:nth-child(1){
	max-width: 29.33%;
}

.case01__flowchart-wrapper__item:nth-child(2){
	max-width: 34.66%;
}

.case01__flowchart-wrapper__item:nth-child(3){
	max-width: 32.33%;
}

.case01__flowchart-wrapper__item:nth-child(4){
	margin: 55px auto 0;
	width: 54.33%;
}

.case01__flowchart-wrapper__item:nth-child(5){
	margin: 40px auto 0;
	width: 95.66%;
}




.case01__title-sp,
.case02__title-sp,
.case03__title-sp {
	display: none;
}

.flowchart__wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 131px;
}

.flowchart__item {
	margin-left: 7px;
	margin-right: 117px;
	text-align: center;
}

.flowchart__item:nth-child(2) {
	margin-left: -1px;
}

.flowchart__item:nth-child(3) {
	margin-left: 0;
	width: 400px;
}

.case01__arrow1 {
	position: relative;
}

.case01__arrow1::after {
	background: url(../img/pc/triangle@2x.png) no-repeat center center/cover;
	content: "";
	height: 48px;
	position: absolute;
	right: -78px;
	top: 85px;
	width: 41px;
}

.case01__arrow2 {
	position: relative;
}

.case01__arrow2::after {
	background: url(../img/pc/triangle@2x.png) no-repeat center center/cover;
	content: "";
	height: 48px;
	position: absolute;
	right: -73px;
	top: 85px;
	width: 41px;
}

.case01__arrow3 {
	position: relative;
}

.case01__arrow3::after {
	background: url(../img/pc/triangle-down@2x.png) no-repeat center center/cover;
	bottom: -94px;
	content: "";
	height: 41px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 48px;
}

.case01__arrow4 {
	position: relative;
}

.case01__arrow4::after {
	background: url(../img/pc/triangle-down@2x.png) no-repeat center center/cover;
	bottom: -212px;
	content: "";
	height: 41px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 48px;
}

.flowchart__text {
	background-color: #fff;
	border-radius: 30px;
	font-family: "Noto Sans JP", sans-serif;
	height: 199px;
	padding: 29px 20px 25px 23px;
	width: 294px;
}

.flowchart__text p {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

.case01__text1 {
	line-height: 1.73;
	padding: 27px 17px 25px 19px;
	position: relative;
}

.case01__text1::after {
	background: url(../img/pc/question@2x.png) no-repeat center center/cover;
	content: "";
	height: 91px;
	position: absolute;
	right: -9px;
	top: -67px;
	width: 63px;
	z-index: 5;
}

.case01__text1 p {
	font-size: 15px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.65px;
	text-align: justify;
}

.case01__text1 span {
	letter-spacing: 1.65px;
}

.case01__text2 {
	letter-spacing: 1.65px;
	line-height: 1.73;
	padding: 26px 0px 25px 22px;
	position: relative;
}

.case01__text2::before {
	background: url(../img/pc/case01-a@2x.png) no-repeat center center/cover;
	content: "";
	height: 158px;
	left: -56px;
	position: absolute;
	top: -140px;
	width: 130px;
	z-index: 5;
}

.case01__text2::after {
	background: url(../img/pc/case01-b@2x.png) no-repeat center center/cover;
	content: "";
	height: 158px;
	position: absolute;
	right: 76px;
	top: -140px;
	width: 130px;
	z-index: 5;
}

.case01__text2 p span {
	letter-spacing: 2.95px;
}

.case01__text2 span::after {
	background: url(../img/pc/case01-c@2x.png) no-repeat center center/cover;
	content: "";
	height: 158px;
	position: absolute;
	right: -66px;
	top: -140px;
	width: 130px;
	z-index: 5;
}

.test {
	width: 330px;
}

.test p {
	text-align: justify;
}

.case01__text3a {
	height: 172px;
	left: -16px;
	letter-spacing: 1.65px;
	line-height: 1.73;
	padding: 25px 19px 24px 24px;
	position: relative;
	text-align: justify;
	width: 294px;
}

.case01__text3a span {
	letter-spacing: 2.15px;
}

.case01__text3a::before {
	background: url(../img/pc/case01-a@2x.png) no-repeat center center/cover;
	content: "";
	height: 158px;
	left: 48%;
	position: absolute;
	top: -140px;
	transform: translateX(-50%);
	width: 130px;
	z-index: 5;
}

.case01__text4 {
	height: 179px;
	letter-spacing: 2.25px;
	line-height: 1.73;
	margin-left: 134px;
	margin-top: -49px;
	padding: 19px 19px 31px 24px;
	position: relative;
	width: 237px;
	z-index: 5;
}

.case01__text4 span {
	letter-spacing: 3.55px;
}

.flowchart__img1 {
	height: 262px;
	margin-top: -30px;
	position: relative;
	width: 244px;
	z-index: 5;
}

.flowchart__img2 {
	height: 243px;
	left: -30px;
	margin-top: -12px;
	position: relative;
	width: 184px;
	z-index: 5;
}

.flowchart__img3 {
	height: 207px;
	left: -36%;
	margin-top: -78px;
	position: relative;
	width: 306px;
	z-index: 5;
}

.flowchart__item2 {
	margin-bottom: 242px;
	position: relative;
	text-align: center;
}

.flowchart__item2-image1 {
	height: 254px;
	margin-top: 38px;
	position: relative;
	width: 254px;
	z-index: 2;
}

.flowchart__item2-image2 {
	bottom: -93px;
	height: 172px;
	position: absolute;
	right: 50.4%;
	transform: translateX(50%);
	width: 348px;
}

.case01__text5 {
	background-color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	height: 62px;
	left: 24.4%;
	letter-spacing: 0.11em;
	padding: 17px 25px 20px 30px;
	position: absolute;
	top: 128px;
	width: 216px;
	z-index: 3;
}

.case01__text6 {
	background-color: #fff;
	border-radius: 30px;
	bottom: -132px;
	font-size: 15px;
	font-weight: 500;
	height: 93px;
	letter-spacing: 0.11em;
	line-height: 1.7333333333;
	padding: 19px 0px 19px 23px;
	position: absolute;
	right: 21%;
	text-align: left;
	width: 365px;
	z-index: 3;
}

.flowchart__item3 {
	position: relative;
	text-align: center;
}

.flowchart__item3 .flowchart__after > p {
	margin-left: 4px;
}

.flowchart__after {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.4583333333;
	margin-right: 5px;
}

.flowchart__after-case02 {
	margin-left: 32px;
	margin-top: 122px;
}

.flowchart__item3-image {
	margin-left: 16px;
	margin-top: -12px;
	position: relative;
	width: 840px;
}

.flowchart__item3-image.is-case03 {
	margin-left: 87px;
	margin-top: 38px;
	width: 868px;
}

.case01__text7 {
	background-color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	height: 148px;
	letter-spacing: 1.65px;
	line-height: 1.7333333333;
	padding: 24px 15px 27px 28px;
	position: absolute;
	text-align: left;
	top: -19px;
	width: 242px;
	z-index: 3;
}

.case01__text7 .span1 {
	letter-spacing: 2.15px;
}

.case01__text7 .span2 {
	letter-spacing: 2.95px;
}

.case01__text8 {
	background-color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	height: 122px;
	letter-spacing: 1.65px;
	line-height: 1.73;
	padding: 19px 13px 20px 21px;
	position: absolute;
	right: 4%;
	text-align: left;
	top: 32%;
	width: 242px;
	z-index: 3;
}

.case01__text8 span {
	letter-spacing: 3.15px;
}

/*=======================
case01～03 slider
=======================*/

.case01__sp-slider,
.case02__sp-slider,
.case03__sp-slider {
	margin: 0 auto;
}

.case01__slide,
.case02__slide,
.case03__slide {
	height: 88rem;
	max-height: 88rem;
}

.case01__slide.slide1 img {
	margin-top: 12.2rem;
	width: 56.6rem;
}

.case01__slide.slide2 img {
	margin-top: 7rem;
	width: 56.6rem;
}

.case01__slide.slide3 img {
	margin-top: 4.1rem;
	width: 56.6rem;
}

.case01__slide.slide4 img {
	margin-top: 6.8rem;
	width: 56.6rem;
}

.case01__slide.slide5 img {
	margin-top: 7.6rem;
	width: 67.3rem;
}

.case02__slide {
	height: 94rem;
	max-height: 94rem;
}

.case02__slide.slide1 img {
	margin-top: 12.6rem;
	width: 56.6rem;
}

.case02__slide.slide2 img {
	margin-top: 22.7rem;
	width: 56.6rem;
}

.case02__slide.slide3 img {
	margin-top: 19.2rem;
	width: 56.6rem;
}

.case02__slide.slide4 img {
	margin-top: 7.1rem;
	width: 54.6rem;
}

.case02__slide.slide5 img {
	margin-right: 6.6rem;
	margin-top: 10.2rem;
	width: 57.4rem;
}

.case02__slide.slide6 img {
	margin-top: 20rem;
	width: 54.3rem;
}

.case02__slide.slide7 img {
	margin-top: 7.6rem;
	width: 67.3rem;
}

.case03__slide {
	height: 94rem;
	max-height: 94rem;
}

.case03__slide.slide1 img {
	margin-top: 10.7rem;
	width: 56.6rem;
}

.case03__slide.slide2 img {
	margin-top: 20.7rem;
	width: 56.6rem;
}

.case03__slide.slide3 img {
	margin-top: 17.3rem;
	width: 56.6rem;
}

.case03__slide.slide4 img {
	margin-top: 5.3rem;
	width: 57rem;
}

.case03__slide.slide5 img {
	margin-right: 6.2rem;
	margin-top: 10.2rem;
	width: 57.4rem;
}

.case03__slide.slide6 img {
	margin-top: 18.2rem;
	width: 49rem;
}

.case03__slide.slide7 img {
	margin-top: 5.5rem;
	width: 67.3rem;
}

/*=======================
スライダーの設定
=======================*/

.slide-arrow {
	bottom: 0;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 38px;
}

.prev-arrow {
	background: url(../img/sp/slide-arrow-left.png) no-repeat center center/contain;
	bottom: 16.9rem;
	cursor: pointer;
	height: 3.8rem;
	left: 0.7rem;
	width: 1.6rem;
	z-index: 1;
}

.next-arrow {
	background: url(../img/sp/slide-arrow-right.png) no-repeat center center/contain;
	bottom: 16.8rem;
	cursor: pointer;
	height: 3.8rem;
	right: 0.6rem;
	width: 1.7rem;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
}

.slick-dots li button:before {
	background: url(../img/sp/slider-dot.png) no-repeat center center/cover;
	content: "";
	height: 13px;
	opacity: 1;
	position: absolute;
	transition: 0.5s;
	width: 13px;
}

.slick-dots li.slick-active button:before {
	background: url(../img/sp/slider-dot-active.png) no-repeat center center/cover;
}

.slick-dots {
	bottom: -36px;
	margin-left: -5px;
}

.case02__background .slick-dots,
.case03__background .slick-dots {
	bottom: -18px;
	margin-left: 6px;
}

.case02__background .prev-arrow,
.case03__background .prev-arrow {
	background: url(../img/sp/slide-arrow-left.png) no-repeat center center/contain;
	bottom: 73px;
	cursor: pointer;
	height: 38px;
	left: 7px;
	width: 16px;
	z-index: 1;
}

.case02__background .next-arrow,
.case03__background .next-arrow {
	background: url(../img/sp/slide-arrow-right.png) no-repeat center center/contain;
	bottom: 73px;
	cursor: pointer;
	height: 38px;
	right: 6px;
	width: 17px;
}

.case03__background .prev-arrow {
	bottom: 83px;
}

.case03__background .next-arrow {
	bottom: 85px;
}

.case03__background .slick-dotted.slick-slider {
	margin-bottom: 28px;
}

.slick-dots li {
	width: 22px;
}

/*=======================
cases02
=======================*/

.case02__background {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 145px;
	padding-top: 116px;
}

.case02__flowchart-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.case02__flowchart-wrapper__item{
	display: flex;
}

.case02__flowchart-wrapper__item:nth-child(1){
	max-width: 51.58%;
}

.case02__flowchart-wrapper__item:nth-child(2){
	max-width: 36.16%;
	margin-left: 3%;
}

.case02__flowchart-wrapper__item:nth-child(3){
	margin: 48px auto 0;
	max-width: 100%;
}

.case02__flowchart-wrapper__item:nth-child(4){
	max-width: 95.66%;
	margin: 105px auto 0;
}


.case02__flowchart-wrapper__item__chart{

}

.case02__flowchart-wrapper__item__chart__list:nth-child(1){
	max-width: 99.66%;
}


.case02__flowchart-wrapper__item__chart__list:nth-child(2){
	margin-top: 35px;
	max-width: 90.45%;
}


.case02__flowchart-item,
.case03__flowchart-item {
	display: flex;
}

.case02__text1 {
	background-color: #ffff6f;
	height: 162px;
	letter-spacing: 1.65px;
	line-height: 1.73;
	padding: 23px 19px 40px 20px;
	position: relative;
	width: 294px;
}

.case02__text1::before {
	background: url(../img/pc/question@2x.png) no-repeat center center/cover;
	content: "";
	height: 91px;
	position: absolute;
	right: 58px;
	top: -75px;
	width: 63px;
}

.case02__text1::after {
	background: url(../img/pc/case01-male@2x.png) no-repeat center center/cover;
	content: "";
	height: 262px;
	left: 0;
	position: absolute;
	top: 145px;
	width: 244px;
}

.case02__text1.is-case03 {
	background-color: #fff;
	height: 199px;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 27px;
}

.case02__text1.is-case03 p span {
	letter-spacing: 2.45px;
}

.case02__text1.is-case03::before {
	top: -79px;
}

.case02__text1.is-case03::after {
	left: 80px;
	top: 140px;
}

.case02__text1 p span {
	letter-spacing: 2.15px;
}

.case02__text2 {
	background-color: #ffff6f;
	height: 173px;
	left: -25px;
	letter-spacing: 1.65px;
	line-height: 1.73;
	margin-top: 72px;
	padding: 19px 31px 27px 32px;
	position: relative;
	width: 268px;
}

.case02__text2::before {
	background: url(../img/pc/case02-doctor@2x.png) no-repeat center center/cover;
	bottom: -186px;
	content: "";
	height: 196px;
	left: -65px;
	position: absolute;
	width: 200px;
}

.case02__text2::after {
	background: url(../img/pc/case01-female@2x.png) no-repeat center center/cover;
	bottom: -207px;
	content: "";
	height: 243px;
	position: absolute;
	right: -65px;
	width: 184px;
}

.case02__text2.is-case03 {
	background-color: #fff;
	height: 130px;
	letter-spacing: 2.05px;
	margin-top: -31px;
	padding-left: 40px;
	padding-right: 0;
}

.case02__text2.is-case03::before {
	display: none;
}

.case02__text2.is-case03::after {
	bottom: -223px;
	right: -1px;
}

.case02__text3 {
	background-color: #ffff6f;
	height: 116px;
	letter-spacing: 1.65px;
	line-height: 1.73;
	padding: 20px 14px 24px 25px;
	position: relative;
	right: 30px;
	top: -26px;
	width: 294px;
}

.case02__text3.is-case03 {
	background-color: #fff;
	right: 29px;
	top: -50px;
}

.case02__text3.is-case03 p {
	letter-spacing: 2.15px;
}

.case02__text3::after {
	background: url(../img/pc/case01-two-men@2x.png) no-repeat center center/cover;
	content: "";
	height: 207px;
	left: 51px;
	position: absolute;
	top: 199px;
	width: 306px;
	z-index: 1;
}

.case02__text3 p .span3 {
	letter-spacing: 2.15px;
}

.case02__text3 p .span4 {
	letter-spacing: 2.65px;
}

.case02__text4 {
	background-color: #ffff6f;
	height: 146px;
	left: -126px;
	letter-spacing: 1.65px;
	line-height: 1.73;
	margin-top: 57px;
	padding: 20px 14px 26px 25px;
	position: relative;
	width: 237px;
}

.case02__text4.is-case03 {
	background-color: #fff;
	margin-top: 33px;
	padding-left: 25px;
	padding-top: 17px;
}

.case02__text4.is-case03 p {
	letter-spacing: 2.15px;
}

.case02__text4.is-case03 p span {
	letter-spacing: 1.75px;
}

.case02__text4 p .span5 {
	letter-spacing: 2.15px;
}

.case02__text4 p .span6 {
	letter-spacing: 2.45px;
}

.case02__text7 {
	background-color: #ffff6f;
	height: 166px;
	letter-spacing: 1.65px;
	line-height: 1.73;
	padding-left: 34px;
	position: relative;
	top: 156px;
	width: 238px;
}

.case02__text7 p span {
	letter-spacing: 2.45px;
}

.case02__text7::after {
	background: url(../img/pc/case02-meeting.png) no-repeat center center/cover;
	content: "";
	height: 262px;
	left: 120px;
	position: absolute;
	top: 135px;
	width: 381px;
	z-index: 1;
}

.case02__text7.is-case03 {
	background-color: #fff;
	left: -20px;
	padding: 19px 0px 23px 36px;
	top: 30px;
}

.case02__text7.is-case03 p span {
	letter-spacing: 2.65px;
}

.case02__text7.is-case03::after {
	left: 82px;
}

.case02__text8 {
	background-color: #ffff6f;
	height: 205px;
	letter-spacing: 2.15px;
	line-height: 1.73;
	margin-top: 450px;
	padding-top: 36px;
	position: relative;
	right: -104px;
	width: 250px;
	z-index: 2;
}

.case02__text8.is-case03 {
	background-color: #fff;
	height: 161px;
	letter-spacing: 1.95px;
	margin-top: 66px;
	padding: 26px 0px 42px 21px;
	right: -90px;
	width: 281px;
	z-index: 0;
}

.case02__flowchart5 {
	margin-right: 63px;
	margin-top: 127px;
	text-align: center;
}

.case02__flowchart5 p {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.4583333333;
}

.case02__flowchart5 img {
	height: 324px;
	margin-left: 18px;
	margin-top: 47px;
	width: 504px;
}

.case02__flowchart-image1 {
	margin-left: 6px;
	margin-top: 6px;
	position: relative;
	text-align: center;
	width: 485px;
	z-index: 2;
}

.case02__flowchart-image2 {
	height: 172px;
	left: 9px;
	margin-top: -100px;
	position: relative;
	width: 348px;
	z-index: 1;
}

.case02__text5 {
	background-color: #ffff6f;
	height: 62px;
	position: relative;
	right: -333px;
	top: -605px;
	width: 216px;
	z-index: 2;
}

.case02__text5 p {
	letter-spacing: 1.65px;
	margin-left: 15px;
	margin-top: -9px;
}

.case02__text5.is-case03 {
	background-color: #fff;
	right: -302px;
	top: -92px;
}

.case02__text5::after {
	display: none;
}

.case02__text6 {
	background-color: #ffff6f;
	height: 117px;
	letter-spacing: 1.65px;
	line-height: 1.73;
	margin-top: -186px;
	position: relative;
	right: -257px;
	width: 328px;
	z-index: 3;
}

.case02__text6.is-case03 {
	background-color: #fff;
	height: 93px;
	margin-left: -67px;
	margin-top: -27px;
	padding: 25px 0px 28px 14px;
}

.case02__text6 p {
	margin-left: 13px;
	margin-top: -9px;
}

.case02__text6 p span {
	letter-spacing: 2.45px;
}

.case02__text9 {
	background-color: #ffff6f;
	font-weight: 500;
	height: 148px;
	left: 51px;
	letter-spacing: 1.25px;
	line-height: 1.63;
	padding-left: 25px;
	padding-right: 0;
	padding-top: 31px;
	position: absolute;
	text-align: left;
	top: 190px;
	width: 242px;
	z-index: 2;
}

.case02__text9.is-case03 {
	background-color: #fff;
	height: 123px;
	left: 3px;
	padding-left: 27px;
	padding-top: 22px;
	top: 111px;
	width: 252px;
}

.case02__text9.is-case03 span {
	letter-spacing: 0.75px;
}

.case02__text10 {
	background-color: #ffff6f;
	bottom: 239px;
	font-weight: 500;
	height: 62px;
	letter-spacing: 0.85px;
	line-height: 1.73;
	padding: 14px 0 0 15px;
	padding-top: 17px;
	position: absolute;
	right: 3px;
	width: 242px;
	z-index: 2;
}

.case02__text10.is-case03 {
	background-color: #fff;
	bottom: 193px;
	padding-top: 20px;
	right: 3px;
}

.flowchart__case02-wrapper-margin {
	margin-bottom: 106px;
}

.flowchart__after-case02-2 {
	margin-left: 22px;
}

.flowchart__after-case03 {
	margin-right: 21px;
}

.flowchart__after-case03-2 {
	margin-left: 18px;
}

/*=======================
cases03
=======================*/

.case03__background {
	background-color: #ffff6f;
	overflow: hidden;
	padding-bottom: 90px;
	padding-right: 28px;
	padding-top: 108px;
}

.case03__flowchart-wrapper {
	display: flex;
	flex-wrap: wrap;
}


.case03__flowchart-wrapper__item:nth-child(1){
	max-width: 53.25%;
}


.case03__flowchart-wrapper__item:nth-child(2){
	max-width: 36.16%;
	margin-bottom: 5.3%;
	margin-left: 4%;
}

.case03__flowchart-wrapper__item:nth-child(3){
	max-width: 49.66%;
}

.case03__flowchart-wrapper__item:nth-child(4){
	max-width: 49.66%;
}


.case03__flowchart-wrapper__item:nth-child(5){
	margin: -35px auto 0;
	width: 27%;
}

.case03__flowchart-wrapper__item:nth-child(6){
	margin: 25px auto 0;
	width: 99.66%;
}



/*=======================
case03__slider
=======================*/

.case03__slide1-text {
	background-color: #fff;
	border-radius: 30px;
	height: 173px;
	margin-left: 64px;
	margin-top: 205px;
	padding-left: 24px;
	padding-top: 18px;
	position: relative;
	width: 569px;
}

.case03__slide1-text p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.62px;
	line-height: 1.5;
}

.case03__slide1-text p span {
	letter-spacing: 3.12px;
}

.case03__slide1-text::before {
	background: url(../img/sp/question@2x.png) no-repeat center center/cover;
	content: "";
	height: 91px;
	left: 33px;
	position: absolute;
	top: -75px;
	width: 63px;
}

.case03__slide1-text::after {
	background: url(../img/sp/case01-male@2x.png) no-repeat center center/cover;
	bottom: -207px;
	content: "";
	height: 262px;
	position: absolute;
	right: 0px;
	width: 244px;
}

.case03__slide2-text {
	background-color: #fff;
	border-radius: 30px;
	height: 116px;
	margin-left: 64px;
	margin-top: 230px;
	padding-left: 26px;
	padding-top: 28px;
	position: relative;
	width: 562px;
}

.case03__slide2-text p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.42px;
	line-height: 1.18;
}

.case03__slide2-text p span {
	letter-spacing: 3.12px;
}

.case03__slide2-text::after {
	background: url(../img/sp/case01-female@2x.png) no-repeat center center/cover;
	bottom: -206px;
	content: "";
	height: 242px;
	position: absolute;
	right: 7px;
	width: 183px;
}

.case03__slide3-text1 {
	background-color: #fff;
	border-radius: 30px;
	height: 138px;
	margin-left: 62px;
	margin-top: 191px;
	padding-left: 22px;
	padding-top: 44px;
	position: relative;
	width: 456px;
	z-index: 2;
}

.case03__slide3-text1 p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.62px;
	line-height: 1.18;
}

.case03__slide3-text1 p span {
	letter-spacing: 3.62px;
}

.case03__slide3-text2 {
	background-color: #fff;
	border-radius: 30px;
	height: 157px;
	margin-left: 211px;
	margin-top: -40px;
	padding-left: 32px;
	padding-top: 43px;
	position: relative;
	width: 422px;
	z-index: 1;
}

.case03__slide3-text2 p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.82px;
	line-height: 1.18;
}

.case03__slide3-text2 p span.letter-spacing1 {
	letter-spacing: 3.52px;
}

.case03__slide3-text2 p span.letter-spacing2 {
	letter-spacing: 2.42px;
}

.case03__slide3-text2::after {
	background: url(../img/sp/case01-two-men@2x.png) no-repeat center center/cover;
	bottom: -190px;
	content: "";
	height: 208px;
	position: absolute;
	right: 137px;
	width: 306px;
}

.case03__slide4-text1 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1.46;
	margin-bottom: 71px;
	margin-right: 24px;
	margin-top: 70px;
	text-align: center;
}

.case03__slide4-text2 {
	background-color: #fff;
	border-radius: 30px;
	height: 62px;
	margin-bottom: 54px;
	margin-left: 63px;
	padding-left: 39px;
	padding-top: 11px;
	position: relative;
	width: 282px;
}

.case03__slide4-text2 p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.42px;
	line-height: 1.5;
}

.case03__slide4-text3 {
	background-color: #fff;
	border-radius: 30px;
	height: 102px;
	margin-left: 158px;
	margin-top: 88px;
	padding-left: 40px;
	padding-top: 26px;
	position: relative;
	width: 478px;
}

.case03__slide4-text3 p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.42px;
	line-height: 1.18;
}

.case03__slide4-text3::after {
	background: url(../img/sp/case01-hands.png) no-repeat center center/cover;
	content: "";
	height: 172px;
	left: 27px;
	position: absolute;
	top: -148px;
	width: 348px;
	z-index: -1;
}

.case03__slide4-item-wrapper {
	display: flex;
	justify-content: center;
}

.case03__slide4-image1,
.case03__slide4-image2 {
	position: relative;
}

.case03__slide4-image1 img,
.case03__slide4-image2 img {
	height: 279px;
	width: 279px;
}

.case03__slide4-image1 {
	margin-right: 10px;
}

.case03__slide4-image1::before {
	content: "アニメ";
	font-size: 22px;
	font-weight: 700;
	left: 51%;
	letter-spacing: 0.55px;
	position: absolute;
	top: -41px;
	transform: translateX(-50%);
}

.case03__slide4-image2::before {
	content: "シティーポップ";
	font-size: 22px;
	font-weight: 700;
	left: 48%;
	letter-spacing: 0.55px;
	position: absolute;
	top: -41px;
	transform: translateX(-50%);
	width: 160px;
}

.case03__slide5-text1 {
	background-color: #fff;
	border-radius: 30px;
	height: 163px;
	margin-left: auto;
	margin-right: 65px;
	margin-top: 126px;
	padding-left: 41px;
	padding-top: 28px;
	position: relative;
	width: 464px;
	z-index: 1;
}

.case03__slide5-text1 p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 3.12px;
	line-height: 1.18;
}

.case03__slide5-text1::after {
	background: url(../img/sp/case02-meeting.png) no-repeat center center/cover;
	bottom: -243px;
	content: "";
	height: 262px;
	left: 15px;
	position: absolute;
	width: 381px;
}

.case03__slide5-text2 {
	background-color: #fff;
	border-radius: 30px;
	height: 173px;
	margin-left: 63px;
	margin-right: auto;
	padding-left: 37px;
	padding-top: 30px;
	position: relative;
	top: 218px;
	width: 419px;
}

.case03__slide5-text2 p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.42px;
	line-height: 1.18;
}

.case03__slide5-text2 p span {
	letter-spacing: 3.52px;
}

.case03__slide6-text1 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1.46;
	margin-bottom: 28px;
	margin-left: -1px;
	margin-top: 200px;
	text-align: center;
}

.case03__slide6-image {
	margin-left: 2px;
}

.case03__slide6-image img {
	height: 459px;
	margin: 0 auto;
	width: 490px;
}

.case03__slide7-text1 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1.46;
	margin-bottom: 40px;
	margin-left: -3px;
	margin-top: 76px;
	text-align: center;
}

.case03__slide7-text2 {
	background-color: #fff;
	border-radius: 30px;
	height: 114px;
	margin-bottom: 40px;
	margin-left: 195px;
	padding-left: 29px;
	padding-top: 19px;
	position: relative;
	width: 438px;
}

.case03__slide7-text2 p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.42px;
	line-height: 1.18;
}

.case03__slide7-text2 p span.letter-spacing1 {
	letter-spacing: 5.02px;
}

.case03__slide7-text2 p span.letter-spacing2 {
	letter-spacing: 3.62px;
}

.case03__slide7-text2::before {
	background: url(../img/sp/male2.png) no-repeat center center/cover;
	content: "";
	height: 204px;
	left: -178px;
	position: absolute;
	top: -7px;
	width: 244px;
	z-index: -1;
}

.case03__slide7-image {
	margin-bottom: 51px;
	position: relative;
	z-index: -2;
}

.case03__slide7-image img {
	height: 492px;
	margin: 0 auto;
	width: 524px;
}

.case03__slide7-text3 {
	background-color: #fff;
	border-radius: 30px;
	height: 62px;
	margin-left: 167px;
	margin-top: 16px;
	padding-left: 28px;
	padding-top: 18px;
	position: relative;
	width: 267px;
}

.case03__slide7-text3 p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2.42px;
	line-height: 1.18;
}

.case03__slide7-text3::after {
	background: url(../img/sp/female3.png) no-repeat center center/cover;
	bottom: -30px;
	content: "";
	height: 218px;
	position: absolute;
	right: -252px;
	width: 303px;
}

/*=======================
mid-image
=======================*/

.mid-image {
	background-color: #f4f9fa;
	box-shadow: 0px 3px 16.2px 1.8px rgba(45, 51, 117, 0.23);
	height: 390px;
	position: relative;
	width: 100%;
}

.mid-image::before {
	color: #dce3e4;
	content: "KITAKAZE  TO  TAIYO";
	font-family: "DIN 1451 Std Engschrift";
	font-size: 57px;
	left: -146px;
	letter-spacing: 0.02em;
	position: absolute;
	top: 150px;
	transform: rotate(-90deg);
	white-space: pre-wrap;
}

.mid-image3 .mid-image__item-wrapper {
	margin-top: 5px;
}

.mid-image__inner {
	margin-left: 6.642857vw;
}

.mid-image__item-wrapper {
	display: flex;
	height: 390px;
	overflow: hidden;
}

.mid-image__item-left {
	height: inherit;
	width: 50%;
}

.mid-image__item-left img {
	margin-left: 4.142857vw;
	margin-top: 20px;
	width: 543px;
}

.mid-image__item-right {
	width: 50%;
}

.mid-image__items {
	margin-left: 1.628571vw;
	margin-top: 75px;
}

.mid-image__title-image {
	height: auto;
	width: 382px;
}

.mid-image__title-image img {
	width: 100%;
}

.mid-image__text {
	font-family: "Noto Sans CJK JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1.53;
	margin-top: 25px;
}

.mid-image__contact {
	margin-left: 3.585715vw;
	margin-top: 39px;
}

.mid-image__contact-tel {
	margin-left: 0.357142vw;
	margin-top: 4px;
}

.mid-image__contact-tel p {
	font-size: min(1.071428vw, 15px);
	font-weight: 500;
	letter-spacing: 0.25px;
}

.mid-image__contact-tel a {
	font-size: min(2.714285vw, 38px);
	letter-spacing: 4.05px;
}

.mid-image__contact-tel a::before {
	height: 26px;
	left: -32px;
	width: 24px;
}

.contact-btn__large {
	font-size: 18px;
	font-weight: 500;
	height: 55px;
	line-height: 55px;
	margin-left: 1.642857vw;
	max-width: 252px;
	width: 18vw;
}

.contact-btn__large a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

/*=======================
issue
=======================*/

.issue-swiper {
	margin-bottom: 10px;
}

/*=======================
swiper.js
=======================*/

.swiper-sp1,
.swiper-sp2 {
	display: none;
}

.swiper-wrapper {
	display: flex;
	height: 300px;
	transition-timing-function: linear; /* wrapperのサイズを調整 */
	width: 100%;
}

.swiper-slide { /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #ffffff;
	height: 100%;
	line-height: 300px;
	text-align: center;
}

.swiper-slide.slide1 {
	margin-right: 7px;
	width: 274px;
}

.swiper-slide.slide2 {
	margin-right: 46px;
	width: 216px;
}

.swiper-slide.slide3 {
	margin-right: 45px;
	width: 216px;
}

.swiper-slide.slide4 {
	margin-right: 39px;
	width: 216px;
}

.swiper-slide.slide5 {
	margin-right: 9px;
	width: 273px;
}

.swiper-slide.slide6 {
	margin-right: 46px;
	width: 216px;
}

.swiper-slide.slide7 {
	margin-right: 46px;
	width: 216px;
}

.swiper-slide.slide8 {
	margin-right: 46px;
	width: 216px;
}

.swiper-slide.slide9 {
	margin-right: 39px;
	width: 216px;
}

.swiper-wrapper-sp2 .issue-swiper__image7 .issue-swiper__text p {
	letter-spacing: -3.1px;
}

.issue-swiper__image1 {
	background: url(../img/pc/issue-female.png) no-repeat center center/contain;
	height: 237px;
	width: 274px;
}

.issue-swiper__image2 {
	background: url(../img/pc/issue-box.png) no-repeat center center/contain;
	height: 218px;
	margin-right: 45px;
	margin-top: 15px;
	position: relative;
	width: 216px;
}

.issue-swiper__image3 {
	background: url(../img/pc/issue-box.png) no-repeat center center/contain;
	height: 218px;
	margin-right: 45px;
	margin-top: 15px;
	position: relative;
	width: 216px;
}

.issue-swiper__image4 {
	background: url(../img/pc/issue-box.png) no-repeat center center/contain;
	height: 218px;
	margin-right: 39px;
	margin-top: 15px;
	position: relative;
	width: 216px;
}

.issue-swiper__image5 {
	background: url(../img/pc/issue-male.png) no-repeat center center/contain;
	height: 238px;
	margin-right: 27px;
	width: 274px;
}

.issue-swiper__image6 {
	background: url(../img/pc/issue-box.png) no-repeat center center/contain;
	height: 218px;
	margin-right: 45px;
	margin-top: 15px;
	position: relative;
	width: 216px;
}

.issue-swiper__image7 {
	background: url(../img/pc/issue-box.png) no-repeat center center/contain;
	height: 218px;
	margin-right: 45px;
	margin-top: 15px;
	position: relative;
	width: 216px;
}

.issue-swiper__image8 {
	background: url(../img/pc/issue-box.png) no-repeat center center/contain;
	height: 218px;
	margin-right: 45px;
	margin-top: 15px;
	position: relative;
	width: 216px;
}

.issue-swiper__image9 {
	background: url(../img/pc/issue-box.png) no-repeat center center/contain;
	height: 218px;
	margin-right: 27px;
	margin-top: 15px;
	position: relative;
	width: 216px;
}

.issue-swiper__text {
	color: #000;
	left: 83%;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 274px;
}

.issue-swiper__text p {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.25px;
	line-height: 1.6666666667;
}

.issue-swiper__text span {
	color: #7e1ac4;
	font-weight: 700;
}

.issue-swiper__text3 {
	top: 44%;
}

.issue-swiper__text4 {
	top: 48%;
}

.swiper-wrapper-sp1 .issue-swiper__text,
.swiper-wrapper-sp2 .issue-swiper__text {
	left: 71%;
	top: 46%;
}

.swiper-wrapper-sp1 .issue-swiper__image6 .issue-swiper__text,
.swiper-wrapper-sp2 .issue-swiper__image6 .issue-swiper__text {
	left: 77%;
}

.swiper-wrapper-sp1 .issue-swiper__image6 .issue-swiper__text p,
.swiper-wrapper-sp2 .issue-swiper__image6 .issue-swiper__text p {
	width: 17.6rem;
}

.swiper-wrapper-sp1 .issue-swiper__image7 .issue-swiper__text,
.swiper-wrapper-sp2 .issue-swiper__image7 .issue-swiper__text {
	left: 79%;
}

.swiper-wrapper-sp1 .issue-swiper__image7 .issue-swiper__text p,
.swiper-wrapper-sp2 .issue-swiper__image7 .issue-swiper__text p {
	letter-spacing: -0.29rem;
	width: 17.6rem;
}

.issue__message {
	background: url(../img/pc/yellow-background.png) no-repeat center center/cover;
	height: 361px;
	margin-top: -132px;
	padding-top: 140px;
	text-align: center;
}

.issue__message img {
	max-width: 995px;
}

.issue__message img.is-tab,
.issue__message img.is-sp {
	max-width: 642px;
	width: 64.2rem;
}

.triangle {
	border-color: #fff64b transparent transparent transparent;
	border-style: solid;
	border-width: 55px 80px 0 80px;
	margin: 0 auto;
	width: 100px;
	z-index: 1;
}

/*=======================
benefit
=======================*/

.benefit__inner {
	padding-top: 50px;
}

.benefit__subtitle {
	margin-left: 8px;
	margin-top: 51px;
}

.benefit__item-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: 6px;
	padding-left: 44px;
	padding-top: 43px;
}

.benefit__item {
	background-color: #fff;
	border-bottom: 4px solid #000;
	height: 508px;
	margin-bottom: 43px;
	margin-right: 36px;
	padding-bottom: 88px;
	padding-top: 61px;
	text-align: center;
	width: 343px;
}

.benefit__item:nth-child(3) {
	margin-right: 0;
}

.benefit__item:nth-child(6) {
	margin-right: 0;
}

.benefit__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3888888889;
}

.benefit__title.title1 {
	margin-left: 6px;
	margin-top: -3px;
}

.benefit__title.title2 {
	margin-left: -2px;
	margin-top: -2px;
}

.benefit__title.title3 {
	margin-left: -7px;
	margin-top: -2px;
}

.benefit__title.title4 {
	letter-spacing: 0.55px;
	margin-left: -17px;
	margin-top: -15px;
	position: relative;
}

.benefit__title.title4::after {
	content: "※";
	font-size: 4px;
	position: absolute;
	right: 62px;
	top: 4px;
}

.benefit__title.title5 {
	margin-left: -3px;
	margin-top: -15px;
}

.benefit__title.title6 {
	margin-left: 7px;
	margin-top: -15px;
}

.benefit__image {
	margin-bottom: 36px;
	margin-top: 36px;
}

.benefit__image img {
	height: 167px;
	width: 242px;
}

.image2 {
	margin-bottom: 21px;
	margin-left: 8px;
	margin-top: 32px;
}

.image2 img {
	height: 203px;
	width: 225px;
}

.image3 {
	margin-bottom: 24px;
	margin-left: 8px;
	margin-top: 35px;
}

.image3 img {
	height: 199px;
	width: 236px;
}

.image4 {
	margin-bottom: 24px;
	margin-top: 31px;
}

.image4 img {
	height: 160px;
	width: 200px;
}

.image5 {
	margin-bottom: -16px;
	margin-left: 8px;
	margin-top: 29px;
}

.image5 img {
	height: 238px;
	width: 261px;
}

.image6 {
	margin-bottom: 54px;
	margin-left: -14px;
	margin-top: 46px;
}

.image6 img {
	height: 178px;
	width: 186px;
}

.benefit__text {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.45px;
	line-height: 1.63;
	padding-left: 24px;
	padding-right: 24px;
	text-align: justify;
}

.benefit__text2 {
	padding-left: 24px;
}

.benefit__text2 p span {
	letter-spacing: 0.35px;
}

.benefit__text3 {
	line-height: 1.55;
	padding-left: 22px;
}

.benefit__text4 {
	line-height: 1.73;
}

.benefit__text5 {
	letter-spacing: 0.45px;
	line-height: 1.6;
	padding-left: 24px;
}

.benefit__text6 {
	padding-left: 22px;
}

.text4-attention {
	font-size: 10px;
	height: 26px;
	letter-spacing: 0.8px;
	line-height: 1.6;
	margin-top: 2px;
}

.text4-attention p span {
	letter-spacing: 0.4px;
}

/*=======================
plan
=======================*/

.plan {
	background-color: #fff;
	padding-bottom: 171px;
	padding-top: 86px;
}

.plan p {
	line-height: 110px;
}

.plan__container {
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	margin-top: 45px;
}

.plan__left,
.plan__right {
	width: 439px;
}

.plan__left {
	margin-right: 24px;
}

.plan__left .plan__item-wrapper {
	background-color: #fff64b;
}

.plan__left .plan__item-text {
	padding-right: 7px;
	width: 144px;
}

.plan__left .plan__item-title {
	margin-left: 39px;
}

.plan__right .plan__item-wrapper {
	background-color: #ffff6f;
}

.plan__right .plan__item-text {
	padding-right: 8px;
	width: 113px;
}

.plan__right .plan__item-text span {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.55px;
	margin-right: 2px;
}

.plan__right .plan__item-title {
	margin-left: 38px;
}

.plan__item-wrapper {
	border-bottom: 1px solid #967444;
	display: flex;
	height: 112px;
}

.plan__item-wrapper:nth-child(2) {
	height: 105px;
}

.plan__item-wrapper:last-child {
	border-bottom: 0;
	height: 105px;
}

.plan__item-text {
	text-align: right;
}

.plan__item-text span {
	color: #9f65c8;
	display: block;
	font-size: 19px;
	margin-right: 2px;
	margin-top: -5px;
}

.plan__item-title {
	font-size: 36px;
	font-weight: 700;
}

.plan__item-title p {
	line-height: 110px;
}

.plan__item-price {
	font-size: 52px;
	font-weight: 700;
	margin-left: 42px;
	padding-bottom: 10px;
}

.plan__item-price p {
	letter-spacing: 0.65px;
	margin-top: -7px;
	position: relative;
}

.plan__item-price p::before {
	color: #9f65c8;
	content: "（税別）";
	font-size: 10px;
	position: absolute;
	right: -39px;
	top: -12px;
}

.plan__item-price p::after {
	color: #9f65c8;
	content: "円";
	font-size: 24px;
	position: absolute;
	right: -31px;
	top: 10px;
}

.plan__item-price span {
	color: #9f65c8;
}

.plan__item-price-padding {
	padding-left: 31px;
}

.plan__item-wrapper-icon {
	position: relative;
}

.plan__item-wrapper-icon::before {
	content: "+";
	font-size: 54px;
	font-weight: 700;
	left: 53.5%;
	position: absolute;
	top: -46px;
	transform: translateX(-50%);
}

/*=======================
flow
=======================*/

.flow {
	background-color: #fff64b;
	height: 1400px;
	padding-top: 67px;
}

.flow__step {
	text-align: center;
}

.flow-step-items {
	text-align: center;
}

.flow-step-item img {
	max-width: 797px;
	width: 100%;
}

.flow-step-arrow {
	height: 20px;
	margin: 0 auto;
	width: 23px;
}

.flow-step-arrow img {
	height: 15px;
	margin-bottom: 5px;
	margin-top: 12px;
	width: 23px;
}

.flow-step-arrow img.is-pc {
	display: block;
}

.flow-step-arrow img.is-sp {
	display: none;
}

.flow-step-items-sp img {
	margin-right: 5px;
	width: 99%;
}

/*=======================
partners
=======================*/

.partners {
	background-color: #fff;
	margin-bottom: -9px;
	padding-bottom: 123px;
	padding-top: 97px;
}

.partners__list-wrapper {
	background-color: #f4f9fa;
	display: flex;
	margin: 0 auto;
	padding: 47px 0 49px 62px;
	width: 996px;
}

.partners__list-column {
	font-family: "Noto Sans CJK JP", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.partners__list-column p {
	letter-spacing: 3.36px;
	line-height: 2.57;
}

.column1 {
	margin-right: 89px;
}

.column1 span {
	display: block;
	letter-spacing: 3.36px;
	line-height: 2.57;
	margin-top: -14px;
}

.column2 {
	margin-right: 30px;
}

.column2 span {
	letter-spacing: 0.56px;
}

.column2 span.line-height {
	letter-spacing: 3.5px;
}

/*=======================
Q & A
=======================*/

.q-and-a {
	background-color: #ffff6f;
	height: 1033px;
	padding-bottom: 99px;
	padding-top: 87px;
}

.q-and-a-box {
	height: 740px;
	margin: 0 auto;
	position: relative;
	width: 908px;
	z-index: 1;
}

/*=======================
SimpleBar.jsのcss
=======================*/

.simplebar-scrollbar::before {
	background-color: #a6a6a6;
	border-radius: 6px;
	height: 215px;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

[data-simplebar] {
	position: static;
}

.simplebar-track {
	background: #d2d2d2;
	border-radius: 6px;
	height: 701px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.simplebar-track.simplebar-vertical {
	width: 14px;
}

/*-- iOSでデフォルトのスクロールバーを非表示 --*/

.simplebar-content-wrapper::-webkit-scrollbar {
	-webkit-appearance: none;
	display: none;
}

.q-and-a__item-wrapper {
	background-color: #fff;
	height: inherit;
	overflow: hidden;
	overflow-y: scroll;
	padding-bottom: 0;
	padding-left: 36px;
	padding-right: 57px;
	padding-top: 18px;
}

.q-and-a__item-wrapper::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
}

.q-and-a__item-wrapper::after {
	background-color: #fff;
	content: "";
	height: 740px;
	left: 0;
	position: absolute;
	top: 0;
	width: 912px;
	z-index: -1;
}

.q-and-a__item {
	border-bottom: 1px solid #000;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	letter-spacing: 0.83px;
	line-height: 1.88;
	padding: 20px 0 21px 0;
	text-align: justify;
}

.q-and-a__item:nth-child(1) {
	padding-bottom: 22px;
}

.q-and-a__item:nth-child(3) {
	padding-bottom: 28px;
}

.q-and-a__item:nth-child(4) {
	padding-bottom: 24px;
}

.q-and-a__item:last-child {
	border-bottom: none;
}

.q-and-a__question {
	color: #7e1ac4;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin-bottom: 1px;
}

.q-and-a__question .is-sp1 {
	display: none;
}

.q-and-a__question .is-sp2 {
	display: none;
}

.q-and-a__answer {
	font-size: 16px;
	font-weight: 500;
	margin-left: 31px;
}

.q-and-a__answer .is-sp1 {
	display: none;
}

.q-and-a__answer1 {
	letter-spacing: 1.23px;
}

.q-and-a__answer2 {
	letter-spacing: 0.83px;
}

.q-and-a__answer3 {
	letter-spacing: 0.93px;
}

.q-and-a__answer4 {
	letter-spacing: 0.83px;
}

.q-and-a__answer4 .is-sp {
	display: none;
}

.q-and-a__answer5,
.q-and-a__answer6,
.q-and-a__answer7,
.q-and-a__answer8,
.q-and-a__answer9,
.q-and-a__answer10,
.q-and-a__answer11,
.q-and-a__answer12,
.q-and-a__answer13,
.q-and-a__answer14 {
	letter-spacing: 0.83px;
}

.letter-space5 {
	letter-spacing: -5.5px;
}

/*=======================
footer
=======================*/

footer {
	font-size: 12px;
	height: 72px;
	letter-spacing: 0.05em;
	text-align: center;
	width: 100%;
}

footer p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	line-height: 72px;
	margin-left: 2px;
	margin-top: -1px;
}

/*=======================
wow.js
=======================*/

/*=======================
inview.js
=======================*/

/* フェードイン(初期値) */

.js-fadeUp {
	opacity: 0; /* 最初は非表示 */
	transform: translateY(30px); /* 下に30pxの位置から */
	transition: opacity 0.8s, transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */

.js-fadeUp.is-inview {
	opacity: 1; /* 表示領域に入ったら表示 */
	transform: translateY(0); /* 30px上に移動する */
	transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

.difference__point1.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.difference__point2.js-fadeUp.is-inview {
	transition-delay: 1s;
}

.difference__point3.js-fadeUp.is-inview {
	transition-delay: 1.5s;
}

.benefit__item1.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.benefit__item2.js-fadeUp.is-inview {
	transition-delay: 1s;
}

.benefit__item3.js-fadeUp.is-inview {
	transition-delay: 1.5s;
}

.benefit__item4.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.benefit__item5.js-fadeUp.is-inview {
	transition-delay: 1s;
}

.benefit__item6.js-fadeUp.is-inview {
	transition-delay: 1.5s;
}

.plan__left.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.plan__right.js-fadeUp.is-inview {
	transition-delay: 1s;
}


/*=======================
CASE表示処理
=======================*/
.case01__title-sp.js-fadeUp.is-inview{
	transition-delay: 1s;
}

.case02__title-sp.js-fadeUp.is-inview{
	transition-delay: 1s;
}

.case03__title-sp.js-fadeUp.is-inview{
	transition-delay: 1s;
}

.flowchart01.js-fadeUp.is-inview {
	transition-delay: 0.3s;
}

.flowchart02.js-fadeUp.is-inview {
	transition-delay: 0.6s;
}

.flowchart03.js-fadeUp.is-inview {
	transition-delay: 0.9s;
}

.flowchart04.js-fadeUp.is-inview {
	transition-delay: 1.2s;
}

.flowchart05.js-fadeUp.is-inview {
	transition-delay: 1.5s;
}

.flowchart06.js-fadeUp.is-inview {
	transition-delay: 1.8s;
}


/*=======================
横からスライド
=======================*/

.js-fadeRight .js-fadeRight-line {
	position: relative;
}

.js-fadeRight-line::before {
	opacity: 0;
}

.js-fadeRight.is-animated .js-fadeRight-line::before {
	animation-delay: 2.5s;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	animation-name: bg;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	background: #ffff6f;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform-origin: left center;
	width: 100%;
	z-index: -1;
}

.js-fadeRight .js-fadeRight-line {
	z-index: 1;
}

/*=======================
section__title
=======================*/

.section__title {
	line-height: normal;
	text-align: center;
}

.section__title-english {
	font-family: "DIN 1451 Std Engschrift";
	font-size: 50px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

.section__title-japanese {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.4583333333;
}

.section__subtitle {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1.17;
	margin-top: 47px;
}

.case__title {
	background-color: #ffff6f;
	padding-top: 180px;
}

.issue {
	background-color: #fff;
	overflow: hidden;
	padding-top: 146px;
}

.issue-title {
	margin-bottom: 42px;
}

.benefit {
	background-color: #ffff6f;
	margin-top: -60px;
	padding-bottom: 110px;
}

.benefit .section__title {
	overflow: hidden;
}

.benefit .section__title-english {
	margin-right: -2px;
}

.benefit .section__title-japanese {
	margin-right: 0px;
}

.plan__title .section__title-japanese {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.4583333333;
	margin-top: -14px;
}

.plan__title .section__title-english {
	margin-bottom: 1px;
}

.flow__section-title {
	margin-bottom: 52px;
}

.partners__title {
	margin-bottom: 66px;
	margin-left: 8px;
}

.partners__title .section__title-english {
	margin-bottom: 9px;
}

.q-and-a__title {
	margin-top: 7px;
}

.q-and-a__title .section__title-english {
	margin-bottom: 40px;
}

@media screen and (min-width:768px) and (max-width:1199px) {

.header__logo {
	margin-left: 6px;
	padding-bottom: 22px;
	padding-left: 29px;
	padding-top: 23px;
}

.header__nav {
	display: none;
}

.contact {
	display: none;
}

.drawer-icon {
	display: block;
	right: 26px;
	top: 33px;
}

.main-visual__left {
	height: 69.64vw;
}

.main-visual__left-item-wrapper {
	padding-left: 0.257142vw;
	width: 40.785714vw;
}

.main-visual__title-image img {
	width: 32.14vw;
}

.main-visual__title-image img.is-sp {
	display: none;
}

.main-visual__text {
	font-size: min(1.85vw, 26px);
	margin-bottom: 80px;
}

.main-visual__icon {
	width: 37.357142vw;
}

.main-visual__right {
	height: 69.64vw;
}

.main-visual__right img.is-pc {
	width: 46.0714285vw;
}

.main-visual__right img.is-sp {
	display: none;
}

.difference {
	background: none;
	height: 838px;
	margin-top: -1px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.difference__inner {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.difference__container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 66px;
}

.difference__point {
	display: flex;
	height: 176px;
	margin-bottom: 19px;
	margin-left: auto;
	margin-right: auto;
	width: 567px;
}

.difference__point:last-child {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.difference__point-number1 {
	align-items: center;
	display: flex;
	height: 100%;
	margin-bottom: 0;
	margin-left: 28px;
	margin-right: 12px;
	margin-top: 0;
}

.difference__point-number2 {
	align-items: center;
	display: flex;
	height: 100%;
	margin-bottom: 0;
	margin-left: 28px;
	margin-top: 0;
}

.difference__point-number3 {
	align-items: center;
	display: flex;
	height: 100%;
	margin-bottom: 0;
	margin-left: 28px;
	margin-top: 0;
}

.difference__point-text1,
.difference__point-text2,
.difference__point-text3 {
	display: none;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3.14px;
	line-height: 1.58;
}

.difference__point-text1 {
	margin-left: 26px;
}

.difference__point-text2 {
	margin-left: 27px;
}

.difference__point-text3 {
	margin-left: 27px;
}

.difference__point-text-color {
	display: none;
}

.difference__point-text-large {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3.14px;
	line-height: 1.58;
}

.line-wrapper {
	display: block;
	margin-left: 26px;
	padding-top: 21px;
}

.difference__point-line1 {
	display: block;
	font-size: 28px;
	font-weight: 700;
	height: 41px;
	letter-spacing: 3.14px;
	line-height: 1.58;
	margin-bottom: 5px;
	width: 451px;
}

.difference__point-line1 p {
	line-height: 41px;
	padding-left: 14px;
}

.difference__point-line1:nth-child(2) p {
	line-height: 41px;
}

.difference__point-line1:last-child p {
	line-height: 41px;
}

.difference__point-line2 {
	display: block;
	font-size: 28px;
	font-weight: 700;
	height: 41px;
	letter-spacing: 4.28px;
	line-height: 1.58;
	line-height: 41px;
	margin-bottom: 5px;
	width: 283px;
}

.difference__point-line2 p {
	line-height: 41px;
	padding-left: 13px;
}

.difference__point-line2:nth-child(2) p {
	line-height: 41px;
}

.difference__point-line2:last-child p {
	line-height: 41px;
}

.difference__point-line3 {
	display: block;
	font-size: 28px;
	font-weight: 700;
	height: 41px;
	letter-spacing: 4.24px;
	line-height: 1.58;
	line-height: 41px;
	margin-bottom: 5px;
	width: 407px;
}

.difference__point-line3 p {
	line-height: 41px;
	padding-left: 12px;
}

.difference__point-line3:nth-child(2) p {
	line-height: 41px;
}

.difference__point-line3:last-child p {
	line-height: 41px;
}

.cases {
	margin-top: -125px;
}

.case01__inner {
	margin: 0 auto;
	padding-bottom: 36px;
	width: 91.666666vw;
}

.flowchart__wrapper {
	display: none;
}

.flowchart__item {
	display: none;
}

.flowchart__item2 {
	display: none;
}

.flowchart__item3 {
	display: none;
}

.case01__sp-slider,
.case02__sp-slider,
.case03__sp-slider {
	display: none;
}

.case02__background {
	padding-bottom: 0;
	padding-top: 0;
}

.case02__inner {
	padding-bottom: 20px;
	padding-top: 48px;
	width: 91.666666vw;
}

.case03__background {
	padding-bottom: 13px;
	padding-top: 47px;
}

.case03__inner {
	width: 91.666666vw;
}

.mid-image {
	box-shadow: 0px 11px 16.2px -4.2px rgba(45, 51, 117, 0.23);
	height: 486px;
	overflow: hidden;
	padding-top: 0;
}

.mid-image::before {
	font-size: 67px;
	left: -192px;
	top: 171px;
}

.mid-image::after {
	background: url(../img/sp/mid-image.png) no-repeat center center/cover;
	bottom: -8px;
	content: "";
	height: 28.142857vw;
	position: absolute;
	right: 1px;
	width: 38.785714vw;
}

.mid-image2 {
	box-shadow: 0px -4px 16.2px -4.2px rgba(45, 51, 117, 0.23);
	height: 478px;
}

.mid-image2::after {
	bottom: -16px;
}

.mid-image__inner {
	margin-left: 2px;
}

.mid-image__item-wrapper {
	display: block;
	height: 480px;
}

.mid-image__item-left {
	display: none;
}

.mid-image__item-right {
	width: 100%;
}

.mid-image__items {
	margin-left: 62px;
	margin-top: 57px;
}

.mid-image__text {
	font-size: 22px;
	letter-spacing: 2.25px;
	line-height: 1.73;
	margin-left: 2px;
	margin-top: 26px;
}

.mid-image__contact {
	display: block;
	margin-left: 67px;
	margin-top: 14px;
}

.mid-image__contact-tel {
	margin-left: -5px;
	padding-top: 3px;
}

.mid-image__contact-tel p {
	font-size: 22px;
	letter-spacing: 1.13px;
}

.mid-image__contact-tel a {
	font-size: 50px;
	letter-spacing: 5px;
	margin-left: 43px;
	margin-top: 2px;
}

.mid-image__contact-tel a::before {
	height: 34px;
	left: -40px;
	width: 30px;
}

.contact-btn__large {
	font-size: 23px;
	height: 70px;
	letter-spacing: 1.15px;
	line-height: 70px;
	margin-left: -2px;
	margin-top: 3px;
	width: 319px;
}

.swiper-wrapper-sp1 .issue-swiper__image2 .issue-swiper__text p,
.swiper-wrapper-sp2 .issue-swiper__image2 .issue-swiper__text p {
	letter-spacing: -2.1px;
}

.swiper-wrapper-sp2 {
	margin-bottom: 0;
}

.swiper-wrapper-sp2 .issue-swiper__image6 .issue-swiper__text p {
	letter-spacing: -1px;
}

.swiper-wrapper-sp1 .issue-swiper__text,
.swiper-wrapper-sp2 .issue-swiper__text {
	left: 78%;
}

.swiper-wrapper-sp1 .issue-swiper__text p,
.swiper-wrapper-sp2 .issue-swiper__text p {
	font-size: 22px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	height: 181px;
	letter-spacing: normal;
	line-height: 1.27;
	text-align: justify;
	width: 169px;
}

.swiper-wrapper-sp1 .issue-swiper__text p span,
.swiper-wrapper-sp2 .issue-swiper__text p span {
	font-weight: 900;
}

.issue__message {
	background: url(../img/sp/yellow-background-sp.png) no-repeat center center/cover;
}

.issue__message img.is-pc {
	display: none;
}

.benefit__inner {
	padding-bottom: 68px;
	padding-top: 41px;
}

.benefit__subtitle {
	display: none;
}

.benefit__item-wrapper {
	justify-content: center;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}

.benefit__item {
	height: 508px;
	margin-bottom: 43px;
	margin-right: 6.714285vw;
	text-align: center;
	width: 343px;
}

.benefit__item:nth-child(2) {
	margin-right: 0;
}

.benefit__item:nth-child(3) {
	margin-right: 6.714285vw;
}

.benefit__item:nth-child(4) {
	margin-right: 0;
}

.benefit__item:nth-child(6) {
	margin-right: 0;
}

.plan {
	padding-bottom: 109px;
	padding-top: 0;
}

.plan__container {
	display: block;
	margin-top: 54px;
	padding-left: 0;
}

.plan__left,
.plan__right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}

.plan__left .plan__item-text {
	padding-right: 12px;
}

.plan__left .plan__item-text span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1.15px;
	letter-spacing: 4.35px;
	margin-right: -3px;
}

.plan__left .plan__item-title {
	margin-left: 36px;
	margin-top: -1px;
}

.plan__left {
	margin-bottom: 33px;
}

.plan__left .plan__item-price {
	margin-left: 39px;
}

.plan__right .plan__item-wrapper {
	height: 109px;
}

.plan__right .plan__item-wrapper:nth-child(2) {
	height: 104px;
}

.plan__right .plan__item-wrapper:last-child {
	height: 103px;
}

.plan__right .plan__item-text {
	font-size: 20px;
	margin-left: 21px;
}

.plan__right .plan__item-text .font-size {
	font-size: 22px;
	letter-spacing: 1.15px;
}

.plan__right .plan__item-text.margin-left {
	margin-left: 30px;
}

.plan__right .plan__item-text.margin-left2 {
	margin-left: 30px;
}

.plan__right .plan__item-text span {
	font-size: 22px;
	letter-spacing: 5.55px;
	margin-right: 0;
}

.plan__right .plan__item-title {
	margin-left: 13px;
	margin-top: -4px;
}

.plan__item-text {
	font-size: 22px;
}

.plan__item-price p::before {
	font-size: 15px;
	right: -50px;
	top: -15px;
}

.plan__item-price {
	margin-left: 7px;
}

.plan__item-wrapper-icon::before {
	left: 52%;
}

.flow__inner {
	margin-left: 40px;
	margin-right: 40px;
}

.flow-step-item img.is-sp {
	display: none;
}

.flow-step-arrow img.is-sp {
	display: none;
}

.flow-step-items-sp {
	display: none;
}

.partners {
	padding-bottom: 113px;
	padding-top: 79px;
}

.partners__list-wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 56px;
	padding-left: 52px;
	padding-top: 50px;
	width: 569px;
}

.partners__list-column {
	font-size: 22px;
}

.partners__list-column p {
	letter-spacing: 5.28px;
	line-height: 1.64;
}

.column1 span {
	letter-spacing: 5.28px;
	line-height: 1.87;
}

.column2 span {
	letter-spacing: 0.96px;
}

.column2 {
	margin-top: -3px;
}

.column2 p {
	line-height: 1.64;
}

.column2 p span.line-height {
	letter-spacing: 5.28px;
	line-height: 1.5;
}

.column3 {
	margin-top: -2px;
}

.q-and-a {
	margin-bottom: 0;
	padding-bottom: 80px;
	padding-top: 62px;
}

.q-and-a__container {
	margin: 0 auto;
	width: 669px;
}

.q-and-a-box {
	height: 761px;
	margin-left: 0;
	width: 669px;
}

.simplebar-scrollbar::before {
	border: none;
	border-radius: 16px;
	height: 226px;
}

.simplebar-track {
	border-radius: 16px;
	height: 761px;
	margin-bottom: 0;
	margin-top: 0;
}

.simplebar-track.simplebar-vertical {
	width: 32px;
}

.q-and-a__item-wrapper {
	padding-bottom: 41px;
	padding-left: 51px;
	padding-right: 19px;
	padding-top: 35px;
}

.q-and-a__item-wrapper::after {
	display: none;
}

.q-and-a__item {
	line-height: 1.38;
	width: 569px;
}

.q-and-a__item:nth-child(1) {
	line-height: 1.38;
}

.q-and-a__item:nth-child(2) {
	padding-bottom: 26px;
	padding-top: 17px;
}

.q-and-a__question {
	font-size: 22px;
}

.q-and-a__question .is-sp1 {
	display: inline;
	margin-right: 8px;
}

.q-and-a__question .is-sp2 {
	display: inline;
	margin-right: 12px;
}

.q-and-a__answer {
	font-size: 22px;
	letter-spacing: 1.2px;
	margin-left: 0;
}

.q-and-a__answer .is-sp1 {
	display: inline;
	margin-right: 8px;
}

.q-and-a__answer .is-sp2 {
	display: inline;
	margin-right: 12px;
}

.q-and-a__answer1 {
	margin-left: 2px;
	margin-top: 8px;
}

.q-and-a__answer1 .is-pc {
	display: none;
}

.q-and-a__answer2 {
	margin-left: 2px;
	margin-top: 6px;
}

.q-and-a__answer3 {
	margin-left: 2px;
	margin-top: 9px;
}

.q-and-a__answer4 {
	letter-spacing: 0.7px;
	margin-top: 20px;
}

.q-and-a__answer5,
.q-and-a__answer6,
.q-and-a__answer7,
.q-and-a__answer8,
.q-and-a__answer9,
.q-and-a__answer10,
.q-and-a__answer11,
.q-and-a__answer12,
.q-and-a__answer13,
.q-and-a__answer14 {
	margin-top: 20px;
}

footer {
	font-size: 22px;
	height: 209px;
	letter-spacing: 0.1px;
	line-height: 1.41;
}

footer p {
	margin-left: 0;
	margin-right: 7px;
	margin-top: 11px;
}

.benefit__item2.js-fadeUp.is-inview {
	transition-delay: 1s;
}

.benefit__item3.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.benefit__item4.js-fadeUp.is-inview {
	transition-delay: 1s;
}

.benefit__item5.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.benefit__item6.js-fadeUp.is-inview {
	transition-delay: 1s;
}

.section__title-english {
	font-size: 70px;
	letter-spacing: 1.4px;
	margin-right: 56px;
}

.section__title-japanese {
	font-size: 30px;
	letter-spacing: 0.75px;
	margin-right: 54px;
	margin-top: -1px;
}

.case__title .section__title-english {
	margin-bottom: 1px;
	margin-right: 38px;
}

.case__title .section__title-japanese {
	margin-right: 38px;
}

.issue {
	padding-top: 111px;
}

.issue .section__title-english {
	margin-bottom: -2px;
	margin-right: 8px;
}

.issue .section__title-japanese {
	margin-right: -4px;
}

.issue .section__subtitle {
	margin-right: 3px;
	margin-top: 40px;
}

.issue .issue-title {
	margin-bottom: 62px;
}

.benefit {
	padding-bottom: 0;
}

.benefit .section__title-english {
	margin-bottom: -2px;
	margin-right: 5px;
}

.plan__title .section__title-japanese {
	font-size: 30px;
	letter-spacing: 0.75px;
	margin-bottom: -22px;
	margin-left: 53px;
	margin-right: 54px;
	margin-top: -50px;
	margin-top: -1px;
}

.plan__title .section__title-english {
	margin-right: 0;
	padding-top: 59px;
}

.flow__section-title {
	margin-bottom: 50px;
}

.flow__section-title .section__title-english,
.flow__section-title .section__title-japanese {
	margin-right: 7px;
}

.flow__section-title .section__title-english {
	margin-bottom: 0;
}

.partners__title {
	margin-bottom: 41px;
}

.q-and-a__title {
	margin-bottom: 37px;
	margin-left: 51px;
}

}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:768px) and (max-width:1199px) {

.difference__inner {
	background: url(../img/sp/difference.png) no-repeat center top/contain;
	margin-top: 29px;
	position: relative;
	width: 100%;
}

}

@media screen and (min-width:1200px) {

.main-visual__title-image img.is-sp {
	display: none;
}

.main-visual__right img.is-sp {
	display: none;
}

.case01__sp-slider,
.case02__sp-slider,
.case03__sp-slider {
	display: none;
}

.issue__message img.is-tab,
.issue__message img.is-sp {
	display: none;
}

.benefit__title br.is-sp {
	display: none;
}

.benefit__text br.is-sp {
	display: none;
}

.benefit__text.is-margin {
	margin-top: -7px;
}

.flow-step-items img.is-sp {
	display: none;
}

.flow-step-item img.is-sp {
	display: none;
}

.flow-step-items-sp {
	display: none;
}

}

@media screen and (max-width: 767px) {

html {
	font-size: 1.3333vw;
}

.header {
	height: 9.6rem;
}

.header__inner {
	display: block;
}

.header__logo a {
	display: flex;
	height: 4.2rem;
	width: 15.6rem;
}

.header__logo img {
	align-items: center;
	height: 4.2rem;
	text-align: center;
	width: 15.6rem;
}

.header__logo {
	align-items: center;
	display: flex;
	height: 9.6rem;
	margin-left: 0.6rem;
	margin-top: 0.6rem;
	padding-left: 2.9rem;
}

.header__nav {
	display: none;
}

.contact {
	display: none;
}

.drawer-icon {
	display: block;
	right: 2.6rem;
	top: 3.3rem;
}

.drawer-icon__bars {
	height: 2.9rem;
	width: 4.2rem;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
	height: 0.5rem;
	width: 4.2rem;
}

.drawer-icon__bar2 {
	top: 1.2rem;
}

.drawer-icon__bar3 {
	top: 2.4rem;
}

.drawer-content__left::after {
	background: url(../img/sp/pencil-small.png) no-repeat center center/cover;
	content: "";
	height: 51.7rem;
	left: 0;
	margin-left: 9.2rem;
	margin-top: 28.3rem;
	position: absolute;
	top: 0;
	transform: none;
	width: 6.7rem;
}

.drawer-content__right {
	padding-left: 5.5rem;
	padding-right: 25.2rem;
	padding-top: 26.3rem;
}

.drawer-content__item {
	margin-bottom: 1.6rem;
}

.drawer-content__item:nth-child(2) {
	margin-bottom: 1.9rem;
}

.drawer-content__item:nth-child(2) .drawer-content__title-en {
	margin-bottom: -1.4rem;
}

.drawer-content__item:nth-child(3) {
	margin-bottom: 1.8rem;
}

.drawer-content__item:nth-child(3) .drawer-content__title-en {
	margin-bottom: -1.8rem;
}

.drawer-content__item:nth-child(4) {
	margin-bottom: 2.2rem;
}

.drawer-content__item:nth-child(4) .drawer-content__title-en {
	margin-bottom: -1.4rem;
}

.drawer-content__title-en {
	font-size: 5rem;
	letter-spacing: 0.1rem;
	margin-bottom: -1.1rem;
}

.drawer-content__title-ja {
	font-size: 2.2rem;
	letter-spacing: 0.113rem;
}

.main-visual {
	padding-top: 9.6rem;
}

.main-visual__container {
	display: block;
}

.main-visual__left {
	height: 61.33vw;
	max-height: 460px;
	padding-left: 1.7rem;
	padding-right: 0;
	padding-top: 2.2rem;
	position: relative;
	width: 100%;
}

.main-visual__left::before {
	background: url(../img/sp/pencil-small.png) no-repeat center center/cover;
	content: "";
	height: 33.87vw;
	position: absolute;
	right: 12%;
	top: 7.19vw;
	width: 4.53vw;
}

.main-visual__left-item-wrapper {
	padding-left: 0;
	padding-top: 0;
}

.main-visual__title-image {
	margin-bottom: 5.07vw;
}

.main-visual__title-image img {
	width: 384px;
	width: 51.2vw;
}

.main-visual__title-image img.is-pc {
	display: none;
}

.main-visual__text {
	font-size: min(3.73vw, 28px);
	letter-spacing: 2.8px;
	line-height: 1.8214285714;
	line-height: 1.82;
	margin-bottom: 0;
	max-width: none;
}

.main-visual__icon {
	display: none;
}

.main-visual__right {
	align-items: normal;
	height: 67.46vw;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}

.main-visual__right img.is-pc {
	display: none;
}

.main-visual__right img.is-sp {
	left: 0rem;
	margin-top: 0px;
	max-width: none;
	width: 100%;
}

.difference {
	background: none;
	height: 110.8rem;
	margin-top: -0.1rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.difference__inner {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.difference__title img.is-pc {
	display: none;
}

.difference__title img.is-sp {
	display: block;
	height: 10.4rem;
	margin-bottom: -1.3rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.6rem;
	max-width: 360px;
	width: 36rem;
}

.difference__container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6.6rem;
}

.difference__point {
	display: flex;
	height: 23.47vw;
	margin-bottom: 1.9rem;
	margin-left: auto;
	margin-right: auto;
	max-height: 176px;
	max-width: 567px;
	width: 75.6vw;
}

.difference__point:last-child {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.difference__point-number1 {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	margin-left: 4.26vw;
	margin-right: 1.2rem;
	margin-top: 0;
}

.difference__point-number1 img {
	height: 8.8rem;
}

.difference__point-number2 {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	margin-left: 4.06vw;
	margin-right: 0.2rem;
	margin-top: 0;
}

.difference__point-number2 img {
	height: 8.8rem;
}

.difference__point-number3 {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	margin-left: 4.06vw;
	margin-right: 0.2rem;
	margin-top: 0;
}

.difference__point-number3 img {
	height: 8.8rem;
}

.difference__point-text1,
.difference__point-text2,
.difference__point-text3 {
	display: none;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.314rem;
	line-height: 1.58;
}

.difference__point-text1 {
	margin-left: 2.6rem;
}

.difference__point-text2 {
	margin-left: 2.7rem;
}

.difference__point-text3 {
	margin-left: 2.7rem;
}

.difference__point-text-color {
	display: none;
}

.difference__point-text-large {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.314rem;
	line-height: 1.58;
}

.line-wrapper {
	display: block;
	margin-left: 3.46vw;
	padding-top: 2.8vw;
}

.difference__point-line1 {
	display: block;
	font-size: min(3.73vw, 28px);
	font-weight: 700;
	height: 5.46vw;
	letter-spacing: 0.41vw;
	line-height: 1.58;
	margin-bottom: 0.67vw;
	max-height: 41px;
	width: 61.3vw;
}

.difference__point-line1 p {
	line-height: 5.46vw;
	padding-left: 1.86vw;
}

.difference__point-line1:nth-child(2) p {
	line-height: 5.46vw;
}

.difference__point-line1:last-child p {
	line-height: 5.46vw;
}

.difference__point-line2 {
	display: block;
	font-size: min(3.73vw, 28px);
	font-weight: 700;
	height: 5.46vw;
	letter-spacing: 0.51vw;
	line-height: 1.58;
	margin-bottom: 0.67vw;
	max-height: 41px;
	max-width: 283px;
	width: 37.73vw;
}

.difference__point-line2 p {
	line-height: 5.46vw;
	padding-left: 1.86vw;
}

.difference__point-line2:nth-child(2) p {
	line-height: 5.46vw;
}

.difference__point-line2:last-child p {
	line-height: 5.46vw;
}

.difference__point-line3 {
	display: block;
	font-size: min(3.73vw, 28px);
	font-weight: 700;
	height: 5.46vw;
	letter-spacing: 0.51vw;
	line-height: 1.58;
	margin-bottom: 0.67vw;
	max-height: 41px;
	max-width: 407px;
	width: 54.27vw;
}

.difference__point-line3 p {
	line-height: 5.46vw;
	padding-left: 1.86vw;
}

.difference__point-line3:nth-child(2) p {
	line-height: 5.46vw;
}

.difference__point-line3:last-child p {
	line-height: 5.46vw;
}

.cases {
	margin-top: -39.5rem;
}

.case01__background {
	padding-bottom: 1.2rem;
	padding-top: 5.6rem;
}

.case01__flowchart-title,
.case02__flowchart-title,
.case03__flowchart-title {
	display: none;
}

.case01__flowchart-wrapper img {
	display: none;
}

.case01__flowchart-wrapper {
	display: none;
}

.case01__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	width: 70rem;
}

.case01__title-sp,
.case02__title-sp,
.case03__title-sp {
	display: block;
	text-align: center;
}

.case01__title-sp img,
.case02__title-sp img,
.case03__title-sp img {
	max-width: 569px;
	width: 56.9rem;
}

.flowchart__wrapper {
	display: none;
}

.flowchart__item {
	display: none;
}

.flowchart__item2 {
	display: none;
}

.flowchart__item3 {
	display: none;
}

.case01__slide img,
.case02__slide img,
.case03__slide img {
	margin: 0 auto;
	max-width: 673px;
}

.slick-dots {
	bottom: -1.2rem;
	margin-left: 1.1rem;
	width: 98%;
}

.case02__background .prev-arrow,
.case03__background .prev-arrow {
	bottom: 9.7rem;
	height: 3.8rem;
	left: 0.4em;
	width: 1.6rem;
}

.case02__background .next-arrow,
.case03__background .next-arrow {
	bottom: 9.7rem;
	height: 3.8rem;
	right: 0.7rem;
	width: 1.6rem;
}

.case03__background .prev-arrow {
	bottom: 12.8rem;
}

.case03__background .next-arrow {
	bottom: 12.8rem;
}

.case03__background .slick-dots {
	bottom: -1px;
}

.case02__background {
	padding-bottom: 1.4rem;
	padding-top: 7.3rem;
}

.case02__inner {
	max-width: 700px;
	padding-bottom: 0;
	padding-top: 0;
	width: 70rem;
}

.case02__flowchart-wrapper {
	display: none;
}

.case03__background {
	padding-bottom: 0.1rem;
	padding-right: 0;
	padding-top: 7.6rem;
}

.case03__inner {
	max-width: 700px;
	width: 70rem;
}

.case03__flowchart-wrapper {
	display: none;
}

.case03__slide1-text {
	background-color: #fff;
	border-radius: 3rem;
	height: 17.3rem;
	margin-left: 6.4rem;
	margin-top: 20.5rem;
	padding-left: 2.4rem;
	padding-top: 1.8rem;
	position: relative;
	width: 56.9rem;
}

.case03__slide1-text p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.262rem;
	line-height: 1.5;
}

.case03__slide1-text p span {
	letter-spacing: 0.312rem;
}

.case03__slide1-text::before {
	background: url(../img/sp/question@2x.png) no-repeat center center/cover;
	content: "";
	height: 9.1rem;
	left: 3.3rem;
	position: absolute;
	top: -7.5rem;
	width: 6.3rem;
}

.case03__slide1-text::after {
	background: url(../img/sp/case01-male@2x.png) no-repeat center center/cover;
	bottom: -20.7rem;
	content: "";
	height: 26.2rem;
	position: absolute;
	right: 0px;
	width: 24.4rem;
}

.case03__slide2-text {
	background-color: #fff;
	border-radius: 3rem;
	height: 11.6rem;
	margin-left: 6.4rem;
	margin-top: 23rem;
	padding-left: 2.6rem;
	padding-top: 2.8rem;
	position: relative;
	width: 56.2rem;
}

.case03__slide2-text p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.242rem;
	line-height: 1.18;
}

.case03__slide2-text p span {
	letter-spacing: 0.312rem;
}

.case03__slide2-text::after {
	background: url(../img/sp/case01-female@2x.png) no-repeat center center/cover;
	bottom: -20.6rem;
	content: "";
	height: 24.2rem;
	position: absolute;
	right: 0.7rem;
	width: 18.3rem;
}

.case03__slide3-text1 {
	background-color: #fff;
	border-radius: 3rem;
	height: 13.8rem;
	margin-left: 6.2rem;
	margin-top: 19.1rem;
	padding-left: 2.2rem;
	padding-top: 4.4rem;
	position: relative;
	width: 45.6rem;
	z-index: 2;
}

.case03__slide3-text1 p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.262rem;
	line-height: 1.18;
}

.case03__slide3-text1 p span {
	letter-spacing: 0.362rem;
}

.case03__slide3-text2 {
	background-color: #fff;
	border-radius: 3rem;
	height: 15.7rem;
	margin-left: 21.1rem;
	margin-top: -4rem;
	padding-left: 3.2rem;
	padding-top: 4.3rem;
	position: relative;
	width: 42.2rem;
	z-index: 1;
}

.case03__slide3-text2 p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.282rem;
	line-height: 1.18;
}

.case03__slide3-text2 p span.letter-spacing1 {
	letter-spacing: 0.352rem;
}

.case03__slide3-text2 p span.letter-spacing2 {
	letter-spacing: 0.242rem;
}

.case03__slide3-text2::after {
	background: url(../img/sp/case01-two-men@2x.png) no-repeat center center/cover;
	bottom: -19rem;
	content: "";
	height: 20.8rem;
	position: absolute;
	right: 13.7rem;
	width: 30.6rem;
}

.case03__slide4-text1 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06rem;
	line-height: 1.46;
	margin-bottom: 7.1rem;
	margin-right: 2.4rem;
	margin-top: 7rem;
	text-align: center;
}

.case03__slide4-text2 {
	background-color: #fff;
	border-radius: 3rem;
	height: 6.2rem;
	margin-bottom: 5.4rem;
	margin-left: 6.3rem;
	padding-left: 3.9rem;
	padding-top: 1.1rem;
	position: relative;
	width: 28.2rem;
}

.case03__slide4-text2 p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.242rem;
	line-height: 1.5;
}

.case03__slide4-text3 {
	background-color: #fff;
	border-radius: 3rem;
	height: 10.2rem;
	margin-left: 15.8rem;
	margin-top: 8.8rem;
	padding-left: 4rem;
	padding-top: 2.6rem;
	position: relative;
	width: 47.8rem;
}

.case03__slide4-text3 p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.242rem;
	line-height: 1.18;
}

.case03__slide4-text3::after {
	background: url(../img/sp/case01-hands.png) no-repeat center center/cover;
	content: "";
	height: 17.2rem;
	left: 2.7rem;
	position: absolute;
	top: -14.8rem;
	width: 34.8rem;
	z-index: -1;
}

.case03__slide4-image1 img,
.case03__slide4-image2 img {
	height: 27.9rem;
	width: 27.9rem;
}

.case03__slide4-image1 {
	margin-right: 1rem;
}

.case03__slide4-image1::before {
	content: "アニメ";
	font-size: 2.2rem;
	font-weight: 700;
	left: 51%;
	letter-spacing: 0.055rem;
	position: absolute;
	top: -4.1rem;
	transform: translateX(-50%);
}

.case03__slide4-image2::before {
	font-size: 2.2rem;
	font-weight: 700;
	left: 48%;
	letter-spacing: 0.555rem;
	top: -4.1rem;
	transform: translateX(-50%);
	width: 16rem;
}

.case03__slide5-text1 {
	background-color: #fff;
	border-radius: 3rem;
	height: 16.3rem;
	margin-left: auto;
	margin-right: 6.5rem;
	margin-top: 12.6rem;
	padding-left: 4.1rem;
	padding-top: 2.8rem;
	position: relative;
	width: 46.4rem;
	z-index: 1;
}

.case03__slide5-text1 p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.312rem;
	line-height: 1.18;
}

.case03__slide5-text1::after {
	background: url(../img/sp/case02-meeting.png) no-repeat center center/cover;
	bottom: -24.3rem;
	content: "";
	height: 26.2rem;
	left: 1.5rem;
	position: absolute;
	width: 38.1rem;
}

.case03__slide5-text2 {
	background-color: #fff;
	border-radius: 3rem;
	height: 17.3rem;
	margin-left: 6.3rem;
	margin-right: auto;
	padding-left: 3.7rem;
	padding-top: 3rem;
	position: relative;
	top: 21.8rem;
	width: 41.9rem;
}

.case03__slide5-text2 p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.242rem;
	line-height: 1.18;
}

.case03__slide5-text2 p span {
	letter-spacing: 0.352rem;
}

.case03__slide6-text1 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06rem;
	line-height: 1.46;
	margin-bottom: 2.8rem;
	margin-left: -0.1rem;
	margin-top: 20rem;
	text-align: center;
}

.case03__slide6-image {
	margin-left: 0.2rem;
}

.case03__slide6-image img {
	height: 45.9rem;
	margin: 0 auto;
	width: 49rem;
}

.case03__slide7-text1 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06rem;
	line-height: 1.46;
	margin-bottom: 4rem;
	margin-left: -0.3rem;
	margin-top: 7.6rem;
	text-align: center;
}

.case03__slide7-text2 {
	background-color: #fff;
	border-radius: 3rem;
	height: 11.4rem;
	margin-bottom: 4rem;
	margin-left: 19.5rem;
	padding-left: 2.9rem;
	padding-top: 1.9rem;
	position: relative;
	width: 43.8rem;
}

.case03__slide7-text2 p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.242rem;
	line-height: 1.18;
}

.case03__slide7-text2 p span.letter-spacing1 {
	letter-spacing: 0.502rem;
}

.case03__slide7-text2 p span.letter-spacing2 {
	letter-spacing: 0.362rem;
}

.case03__slide7-text2::before {
	background: url(../img/sp/male2.png) no-repeat center center/cover;
	content: "";
	height: 20.4rem;
	left: -17.8rem;
	position: absolute;
	top: -0.7rem;
	width: 24.4rem;
	z-index: -1;
}

.case03__slide7-image {
	margin-bottom: 5.1rem;
	position: relative;
	z-index: -2;
}

.case03__slide7-image img {
	height: 49.2rem;
	margin: 0 auto;
	width: 52.4rem;
}

.case03__slide7-text3 {
	background-color: #fff;
	border-radius: 3rem;
	height: 6.2rem;
	margin-left: 16.7rem;
	margin-top: 1.6rem;
	padding-left: 2.8rem;
	padding-top: 1.8rem;
	position: relative;
	width: 26.7rem;
}

.case03__slide7-text3 p {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.242rem;
	line-height: 1.18;
}

.case03__slide7-text3::after {
	background: url(../img/sp/female3.png) no-repeat center center/cover;
	bottom: -3rem;
	content: "";
	height: 21.8rem;
	position: absolute;
	right: -25.2rem;
	width: 30.3rem;
}

.mid-image {
	box-shadow: 0px 0.11rem 1.62rem -0.42rem rgba(45, 51, 117, 0.23);
	height: 48.6rem;
	overflow: hidden;
	padding-top: 0;
}

.mid-image::before {
	font-size: 6.7rem;
	left: -19.2rem;
	top: 17.1rem;
}

.mid-image::after {
	background: url(../img/sp/mid-image.png) no-repeat center center/cover;
	bottom: -0.4rem;
	content: "";
	height: 24.2rem;
	position: absolute;
	right: 0.1rem;
	width: 33.2rem;
}

.mid-image2 {
	box-shadow: 0px -0.4rem 1.62rem -0.42rem rgba(45, 51, 117, 0.23);
	height: 47.8rem;
	padding-top: 0.6rem;
}

.mid-image2::after {
	bottom: -1.1rem;
}

.mid-image3 .mid-image__item-wrapper {
	margin-top: 0;
}

.mid-image3 {
	padding-top: 0.6rem;
}

.mid-image__inner {
	margin-left: 0.2rem;
}

.mid-image__item-wrapper {
	display: block;
	height: 48rem;
}

.mid-image__item-left {
	display: none;
}

.mid-image__item-right {
	width: 100%;
}

.mid-image__items {
	margin-left: 6.2rem;
	margin-top: 5.1rem;
}

.mid-image__title-image {
	width: 38.2rem;
}

.mid-image__text {
	font-size: 2.2rem;
	letter-spacing: 0.225rem;
	line-height: 1.73;
	margin-left: 0.2rem;
	margin-top: 2.6rem;
}

.mid-image__contact {
	display: block;
	margin-left: 6.7rem;
	margin-top: 1.4rem;
}

.mid-image__contact-tel {
	margin-left: -0.5rem;
	margin-top: 0.4rem;
	padding-top: 0.3rem;
}

.mid-image__contact-tel p {
	font-size: 2.2rem;
	letter-spacing: 0.113rem;
	margin-bottom: -0.5rem;
}

.mid-image__contact-tel a {
	font-size: 5rem;
	letter-spacing: 0.5rem;
	margin-left: 4.3rem;
	margin-top: 0.2rem;
}

.mid-image__contact-tel a::before {
	height: 3.4rem;
	left: -4rem;
	width: 3rem;
}

.contact-btn__large {
	font-size: 2.3rem;
	height: 7rem;
	letter-spacing: 0.115rem;
	line-height: 7rem;
	margin-left: -0.2rem;
	margin-top: 0.3rem;
	max-width: none;
	width: 31.9rem;
}

.issue-swiper {
	margin-bottom: 1rem;
}

.swiper-pc {
	display: none;
}

.swiper-sp1,
.swiper-sp2 {
	display: block;
}

.swiper-wrapper {
	height: 30rem;
}

.swiper-slide {
	line-height: 30rem;
}

.swiper-slide.slide1 {
	margin-right: 0.7rem;
	width: 27.4rem;
}

.swiper-slide.slide2 {
	margin-right: 4.6rem;
	width: 21.6rem;
}

.swiper-slide.slide3 {
	margin-right: 4.5rem;
	width: 21.6rem;
}

.swiper-slide.slide4 {
	margin-right: 3.9rem;
	width: 21.6rem;
}

.swiper-slide.slide5 {
	margin-right: 0.9rem;
	width: 27.3rem;
}

.swiper-slide.slide6 {
	margin-right: 4.6rem;
	width: 21.6rem;
}

.swiper-slide.slide7 {
	margin-right: 4.6rem;
	width: 21.6rem;
}

.swiper-slide.slide8 {
	margin-right: 4.6rem;
	width: 21.6rem;
}

.swiper-slide.slide9 {
	margin-right: 3.9rem;
	width: 21.6rem;
}

.swiper-wrapper-sp1 .issue-swiper__image2 .issue-swiper__text p,
.swiper-wrapper-sp2 .issue-swiper__image2 .issue-swiper__text p {
	letter-spacing: 0.19rem;
}

.swiper-wrapper-sp2 {
	margin-bottom: 0;
	margin-top: 1rem;
}

.swiper-wrapper-sp2 .issue-swiper__image6 .issue-swiper__text p {
	letter-spacing: -0.1rem;
}

.swiper-wrapper-sp2 .issue-swiper__image7 .issue-swiper__text p {
	letter-spacing: -0.31rem;
}

.issue-swiper__image1 {
	height: 23.7rem;
	width: 27.4rem;
}

.issue-swiper__image2 {
	height: 21.8rem;
	margin-right: 4.5rem;
	margin-top: 1.5rem;
	width: 21.6rem;
}

.issue-swiper__image3 {
	height: 21.8rem;
	margin-right: 4.5rem;
	margin-top: 1.5rem;
	width: 21.6rem;
}

.issue-swiper__image4 {
	height: 21.8rem;
	margin-right: 3.9rem;
	margin-top: 1.5rem;
	width: 21.6rem;
}

.issue-swiper__image5 {
	height: 23.8rem;
	margin-right: 2.7rem;
	width: 27.4rem;
}

.issue-swiper__image6 {
	height: 21.8rem;
	margin-right: 4.5rem;
	margin-top: 1.5rem;
	width: 21.6rem;
}

.issue-swiper__image7 {
	height: 21.8rem;
	margin-right: 4.5rem;
	margin-top: 1.5rem;
	width: 21.6rem;
}

.issue-swiper__image8 {
	height: 21.8rem;
	margin-right: 4.5rem;
	margin-top: 1.5rem;
	width: 21.6rem;
}

.issue-swiper__image9 {
	height: 21.8rem;
	margin-right: 2.7rem;
	margin-top: 1.5rem;
	width: 21.6rem;
}

.issue-swiper__text {
	left: 83%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 27.4rem;
}

.issue-swiper__text p {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.125rem;
	line-height: 1.6666666667;
}

.issue-swiper__text span {
	color: #7e1ac4;
	font-weight: 700;
}

.swiper-wrapper-sp1 .issue-swiper__text,
.swiper-wrapper-sp2 .issue-swiper__text {
	left: 79%;
	top: 47%;
}

.swiper-wrapper-sp1 .issue-swiper__text p,
.swiper-wrapper-sp2 .issue-swiper__text p {
	-moz-text-align-last: left;
	font-size: 1.9rem;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	height: 18.1rem;
	letter-spacing: 0.21rem;
	line-height: 1.3;
	text-align-last: left;
	width: 16.9rem;
}

.swiper-wrapper-sp1 .issue-swiper__text p span,
.swiper-wrapper-sp2 .issue-swiper__text p span {
	font-weight: 900;
}

.swiper-wrapper-sp1 .issue-swiper__image6 .issue-swiper__text,
.swiper-wrapper-sp2 .issue-swiper__image6 .issue-swiper__text {
	left: 79%;
}

.swiper-wrapper-sp1 .issue-swiper__image6 .issue-swiper__text p,
.swiper-wrapper-sp2 .issue-swiper__image6 .issue-swiper__text p {
	letter-spacing: -0.1rem;
}

.swiper-wrapper-sp1 .issue-swiper__image7 .issue-swiper__text,
.swiper-wrapper-sp2 .issue-swiper__image7 .issue-swiper__text {
	left: 77%;
}

.swiper-wrapper-sp1.issue-swiper__image2 .letter-spacing {
	letter-spacing: 0.22px;
}

.issue__message {
	background: url(../img/sp/yellow-background-sp.png) no-repeat center center/cover;
	height: 69.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: -49.7rem;
	padding-top: 52.7rem;
}

.issue__message img.is-pc {
	display: none;
}

.issue__message img.is-sp {
	margin-top: -3.8rem;
}

.benefit__inner {
	padding-bottom: 6.8rem;
	padding-top: 4.1rem;
}

.benefit__subtitle {
	display: none;
}

.benefit__item-wrapper {
	display: block;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}

.benefit__item {
	border-bottom: 0.4rem solid #000;
	height: 30.9rem;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8.8rem;
	padding-top: 6.1rem;
	text-align: left;
	width: 67.2rem;
}

.benefit__item:nth-child(3) {
	margin-right: auto;
}

.benefit__item:nth-child(6) {
	margin-right: auto;
}

.benefit__item1 {
	position: relative;
}

.benefit__item1::before {
	background: url(../img/sp/benefit-image1.png) no-repeat center center/cover;
	content: "";
	height: 13.6rem;
	left: 4rem;
	position: absolute;
	top: 8.2rem;
	width: 19.8rem;
}

.benefit__item2 {
	height: 30.1rem;
	position: relative;
}

.benefit__item2::before {
	background: url(../img/sp/benefit-image2.png) no-repeat center center/cover;
	content: "";
	height: 16.9rem;
	left: 4.7rem;
	position: absolute;
	top: 7.1rem;
	width: 18.7rem;
}

.benefit__item3 {
	height: 30.1rem;
	position: relative;
}

.benefit__item3::before {
	background: url(../img/sp/benefit-image3.png) no-repeat center center/cover;
	content: "";
	height: 13.9rem;
	left: 5.2rem;
	position: absolute;
	top: 6.2rem;
	width: 16.6rem;
}

.benefit__item4 {
	height: 44.4rem;
	position: relative;
}

.benefit__item4::before {
	background: url(../img/sp/benefit-image4.png) no-repeat center center/cover;
	content: "";
	height: 15rem;
	left: 4.2rem;
	position: absolute;
	top: 13rem;
	width: 18.8rem;
}

.benefit__item5 {
	height: 33rem;
	position: relative;
}

.benefit__item5::before {
	background: url(../img/sp/benefit-image5.png) no-repeat center center/cover;
	content: "";
	height: 18.4rem;
	left: 4rem;
	position: absolute;
	top: 6.4rem;
	width: 20.1rem;
}

.benefit__item6 {
	height: 29.9rem;
	position: relative;
}

.benefit__item6::before {
	background: url(../img/sp/benefit-image6.png) no-repeat center center/cover;
	content: "";
	height: 15.8rem;
	left: 5.3rem;
	position: absolute;
	top: 5.8rem;
	width: 16.6rem;
}

.benefit__title br.is-pc {
	display: none;
}

.benefit__title {
	font-size: 2.2rem;
	line-height: 1.55;
}

.benefit__title.title1 {
	margin-left: 25.4rem;
	margin-top: -2.4rem;
}

.benefit__title.title2 {
	margin-bottom: -0.5rem;
	margin-left: 25.4rem;
	margin-top: -3.4rem;
}

.benefit__title.title3 {
	margin-bottom: -0.5rem;
	margin-left: 25.4rem;
	margin-top: -3.5rem;
}

.benefit__title.title4 {
	letter-spacing: 0.065rem;
	margin-bottom: -0.5rem;
	margin-left: 25.4rem;
	margin-top: -3.6rem;
}

.benefit__title.title4::after {
	font-size: 1.3rem;
	right: 15.3rem;
}

.benefit__title.title5 {
	letter-spacing: 0.155rem;
	line-height: 1.7;
	margin-left: 25.3rem;
	margin-top: -3.6rem;
}

.benefit__title.title6 {
	margin-left: 25.4rem;
	margin-top: -3.1rem;
	top: -3.6rem;
}

.benefit__image {
	display: none;
}

.benefit__text br.is-pc {
	display: none;
}

.benefit__text {
	-moz-text-align-last: left;
	font-size: 2.2rem;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	height: 9.8rem;
	letter-spacing: 0.135rem;
	line-height: 1.7;
	margin-left: 25.4rem;
	margin-top: 2.4rem;
	padding-left: 0;
	padding-right: 0;
	text-align-last: left;
	width: 37.5rem;
}

.benefit__text p {
	width: 37.5rem;
}

.benefit__text2 {
	line-height: 1.75;
}

.benefit__text3 {
	letter-spacing: -0.005rem;
	line-height: 1.75;
}

.benefit__text4 {
	letter-spacing: 0.135rem;
	line-height: 1.75;
}

.benefit__text4 span {
	letter-spacing: 0.005rem;
}

.benefit__text5 {
	letter-spacing: 0.055rem;
	margin-top: 1.6rem;
}

.benefit__text6 {
	letter-spacing: 0.045rem;
	margin-top: 2.6rem;
}

.text4-attention {
	font-size: 1.8rem;
	letter-spacing: 0.164rem;
	margin-top: 0.4rem;
}

.text4-attention p {
	line-height: normal;
}

.text4-attention p span {
	letter-spacing: 0.055rem;
}

.plan p {
	line-height: 10.3rem;
}

.plan {
	padding-bottom: 10.9rem;
	padding-top: 6.3rem;
}

.plan__container {
	display: block;
	font-size: 1.4rem;
	margin-top: 7.5rem;
	padding-left: 0;
}

.plan__left,
.plan__right {
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 439px;
	width: 43.9rem;
}

.plan__left .plan__item-text {
	padding-right: 1.32rem;
	width: 14.4rem;
}

.plan__left .plan__item-text p {
	line-height: 11.2rem;
}

.plan__left .plan__item-text span {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.115rem;
	letter-spacing: 0.435rem;
	line-height: 10.5rem;
	margin-right: -0.3rem;
}

.plan__left .plan__item-title {
	margin-left: 3.6rem;
	margin-top: -0.1rem;
}

.plan__left {
	margin-bottom: 3.3rem;
}

.plan__left .plan__item-price {
	margin-left: 3.9rem;
}

.plan__right .plan__item-wrapper {
	height: 10.9rem;
}

.plan__right .plan__item-wrapper:nth-child(2) {
	height: 10.4rem;
}

.plan__right .plan__item-wrapper:last-child {
	height: 10.3rem;
}

.plan__right .plan__item-text {
	font-size: 2rem;
	margin-left: 2.1rem;
	min-width: 56px;
	padding-right: 0.8rem;
	width: 11.3rem;
}

.plan__right .plan__item-text .font-size {
	font-size: 2.2rem;
	letter-spacing: 0.115rem;
}

.plan__right .plan__item-text.margin-left {
	margin-left: 3rem;
}

.plan__right .plan__item-text.margin-left2 {
	margin-left: 3rem;
}

.plan__right .plan__item-text p {
	line-height: 10.9rem;
}

.plan__right .plan__item-text span {
	font-size: 2.2rem;
	letter-spacing: 0.555rem;
	margin-right: 0;
}

.plan__right .plan__item-title {
	margin-left: 1.3rem;
}

.plan__right .plan__item-title p {
	line-height: 10.9rem;
}

.plan__right .plan__item-text2 p,
.plan__right .plan__item-text3 p {
	line-height: 10.4rem;
}

.plan__item-wrapper {
	height: 11.2rem;
}

.plan__item-wrapper:nth-child(2) {
	height: 10.5rem;
}

.plan__item-wrapper:last-child {
	height: 10.5rem;
}

.plan__item-text span {
	margin-top: 0;
}

.plan__item-text {
	font-size: 2.2rem;
}

.plan__item-title {
	font-size: 3.6rem;
}

.plan__item-title p {
	line-height: 11rem;
}

.plan__item-price p {
	margin-top: 0;
}

.plan__item-price p::before {
	font-size: 1.5rem;
	right: -5rem;
	top: -1.5rem;
}

.plan__item-price p::after {
	font-size: 2.4rem;
	right: -3.1rem;
	top: 1rem;
}

.plan__item-price {
	font-size: 5.2rem;
	margin-left: 0.7rem;
}

.plan__item-price-padding {
	padding-left: 3.1rem;
}

.plan__item-wrapper-icon::before {
	font-size: 5.2rem;
	left: 52%;
	top: -4.6rem;
}

.flow {
	height: 164.9rem;
	padding-bottom: 8.9rem;
	padding-top: 8.6rem;
}

.flow__inner {
	margin-left: 4rem;
	margin-right: 4rem;
}

.flow-step-items img.is-pc {
	display: none;
}

.flow-step-item img.is-pc {
	display: none;
}

.flow-step-arrow {
	height: 2rem;
	width: 2.3rem;
}

.flow-step-arrow img.is-pc {
	display: none;
}

.flow-step-arrow img.is-sp {
	display: block;
	height: 1.5rem;
	margin-bottom: 0.5rem;
	margin-top: 0.7rem;
	width: 2.3rem;
}

.partners {
	padding-bottom: 11.3rem;
	padding-top: 7.9rem;
}

.partners__list-wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5.6rem;
	padding-left: 5.2rem;
	padding-top: 5rem;
	width: 56.9rem;
}

.partners__list-column {
	font-size: 2.2rem;
}

.partners__list-column p {
	letter-spacing: 0.528rem;
	line-height: 1.64;
}

.column1 {
	margin-right: 8.9rem;
}

.column1 span {
	letter-spacing: 0.528rem;
	line-height: 1.87;
	margin-top: -1.4rem;
}

.column2 span {
	letter-spacing: 0.096rem;
}

.column2 {
	margin-top: -0.3rem;
}

.column2 p {
	line-height: 1.64;
}

.column2 p span.line-height {
	letter-spacing: 0.528rem;
	line-height: 1.5;
}

.column3 {
	margin-top: -0.2rem;
}

.q-and-a {
	height: 103.3rem;
	margin-bottom: 0;
	padding-bottom: 8rem;
	padding-top: 6.2rem;
}

.q-and-a__container {
	margin: 0 auto;
	max-width: 669px;
	width: 66.9rem;
}

.q-and-a-box {
	height: 76.1rem;
	margin-left: 0;
	width: 66.9rem;
}

.simplebar-scrollbar::before {
	border: none;
	border-radius: 16px;
	height: 22.6rem;
}

.simplebar-track {
	border-radius: 16px;
	height: 76.1rem;
	margin-bottom: 0;
	margin-top: 0;
}

.simplebar-track.simplebar-vertical {
	width: 3.2rem;
}

.q-and-a__item-wrapper {
	padding-bottom: 4.1rem;
	padding-left: 5.1rem;
	padding-right: 5rem;
	padding-top: 3.5rem;
}

.q-and-a__item-wrapper::after {
	display: none;
}

.q-and-a__item {
	line-height: 1.38;
}

.q-and-a__item:nth-child(1) {
	padding-bottom: 2.3rem;
	padding-top: 0;
}

.q-and-a__item:nth-child(2) {
	padding-bottom: 2.6rem;
	padding-top: 1.7rem;
}

.q-and-a__question {
	font-size: 2.2rem;
}

.q-and-a__question .is-sp1 {
	display: inline;
	margin-right: 0.8rem;
}

.q-and-a__question .is-sp2 {
	display: inline;
	margin-right: 1.2rem;
}

.q-and-a__answer {
	font-size: 2.2rem;
	letter-spacing: 0.12rem;
	margin-left: 0;
}

.q-and-a__answer .is-sp1 {
	display: inline;
	margin-right: 0.8rem;
}

.q-and-a__answer .is-sp2 {
	display: inline;
	margin-right: 1.2rem;
}

.q-and-a__question4 {
	letter-spacing: 0.11rem;
	line-height: normal;
}

.q-and-a__answer1 {
	margin-left: 0.2rem;
	margin-top: 0.8rem;
}

.q-and-a__answer1 .is-pc {
	display: none;
}

.q-and-a__answer2 {
	margin-left: 0.2rem;
	margin-top: 0.6rem;
}

.q-and-a__answer3 {
	letter-spacing: 0.11rem;
	margin-left: 0.2rem;
	margin-top: 0.9rem;
}

.q-and-a__answer4 .is-sp {
	display: inline;
}

.q-and-a__answer4 {
	letter-spacing: 0.07rem;
	margin-top: 2rem;
}

.q-and-a__answer5,
.q-and-a__answer6,
.q-and-a__answer7,
.q-and-a__answer8,
.q-and-a__answer9,
.q-and-a__answer10,
.q-and-a__answer11,
.q-and-a__answer12,
.q-and-a__answer13,
.q-and-a__answer14 {
	letter-spacing: 0.083rem;
	margin-top: 2rem;
}

footer {
	font-size: 2.2rem;
	height: 20.9rem;
	letter-spacing: 0.01rem;
	line-height: 1.41;
}

footer p {
	margin-left: 0;
	margin-right: 0.7rem;
	margin-top: 1.1rem;
}

.benefit__item2.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.benefit__item3.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.benefit__item4.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.benefit__item5.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.benefit__item6.js-fadeUp.is-inview {
	transition-delay: 0.5s;
}

.js-fadeRight.is-animated .js-fadeRight-line::before {
	width: 98%;
}

.section__title-english {
	font-size: 7rem;
	letter-spacing: 0.14rem;
}

.section__title-japanese {
	font-size: 3rem;
	letter-spacing: 0.75px;
}

.case__title {
	padding-top: 13rem;
}

.case__title .section__title-english {
	font-size: 7rem;
	letter-spacing: 0.14rem;
	margin-bottom: 0.1rem;
	margin-right: 1rem;
}

.case__title .section__title-japanese {
	font-size: 3rem;
	letter-spacing: 0.075rem;
	margin-right: 0.8rem;
	margin-top: -0.1rem;
}

.issue {
	padding-top: 10.8rem;
}

.issue .section__title-english {
	font-size: 7rem;
	letter-spacing: 0.14rem;
	margin-bottom: -0.2rem;
	margin-right: 0.8rem;
}

.issue .section__title-japanese {
	font-size: 3rem;
	letter-spacing: 0.075rem;
	margin-right: -0.4rem;
	margin-top: -0.1rem;
}

.issue .section__subtitle {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.15rem;
	line-height: 1.17;
	margin-right: 0.3rem;
	margin-top: 4rem;
}

.issue .issue-title {
	margin-bottom: 6.2rem;
}

.issue-title {
	margin-bottom: 4.2rem;
}

.benefit {
	margin-top: -6rem;
	padding-bottom: 1.3rem;
}

.benefit .section__title {
	margin-bottom: 5.4rem;
}

.benefit .section__title-english {
	font-size: 7rem;
	letter-spacing: 0.14rem;
	margin-bottom: -0.2rem;
	margin-right: 0.5rem;
}

.benefit .section__title-japanese {
	font-size: 3rem;
	letter-spacing: 0.075rem;
	margin-top: -0.1rem;
}

.plan__title .section__title-japanese {
	font-size: 3rem;
	margin-bottom: -2.2rem;
	margin-right: 0.3rem;
	margin-top: -1.1rem;
}

.plan__title .section__title-english {
	font-size: 7rem;
	letter-spacing: 0.14rem;
	margin-right: 0.1rem;
	margin-top: 0.1rem;
}

.flow__section-title {
	margin-bottom: 5.4rem;
}

.flow__section-title .section__title-english,
.flow__section-title .section__title-japanese {
	margin-right: 0.7rem;
}

.flow__section-title .section__title-english {
	font-size: 7rem;
	letter-spacing: 0.14rem;
	margin-bottom: 0;
}

.flow__section-title .section__title-japanese {
	font-size: 3rem;
	letter-spacing: 0.075rem;
}

.partners__title {
	margin-bottom: 5.4rem;
}

.partners__title .section__title-english {
	font-size: 7rem;
	letter-spacing: 0.14rem;
	margin-bottom: 0;
	margin-right: 1.7rem;
}

.partners__title .section__title-japanese {
	font-size: 3rem;
	letter-spacing: 0.075rem;
	margin-right: 1.7rem;
	margin-top: -0.1rem;
}

.q-and-a__title {
	margin-bottom: 3.7rem;
	margin-top: 0.7rem;
}

.q-and-a__title .section__title-english {
	font-size: 7rem;
	letter-spacing: 0.14rem;
	margin-bottom: 5.4rem;
}

}

@media screen and (max-width:767px) and (max-width:767px) {

.difference__inner {
	background: url(../img/sp/difference.png) no-repeat top center/contain;
	margin-top: 2.9rem;
	position: relative;
	width: 100%;
}

}

@keyframes bg {

0% {
	opacity: 0;
	transform: scaleX(0) translateX(-5%);
}

30% {
	transform: scaleX(1) translateX(0);
}

100% {
	transform: scaleX(1) translateX(0);
}

30% {
	opacity: 1;
}

100% {
	opacity: 1;
}

}

