/*
Theme Name: work1(LP)
Description: work1(LP)のテーマ
*/


@charset "UTF-8";

html {
  font-size: 62.5%;
  box-sizing: border-box;
}
body {
  color: #1b1b1b;
  font-size: 2.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
a {
  color: #ffffff;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ===========================================
共通
=========================================== */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.container_sm {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.br_sp {
  display: none;
}
/*タイトル*/
.site-title {
  font-size: 3.0rem;
  font-weight: 700;
}
.site-title_sub{
  font-size: 1.4rem;
  margin: 0 0 5px 12px;
}
.site-title_sub .br_sp {
  display: none;
}
.section-title {
  text-align: center;
  font-size: 4.6rem;
  line-height: 60px;
  font-weight: 700;
}
/*カラー*/
.gray {
  color: #535353;
}
.blue {
  color: #04c3fa;
}
.orange {
  color: #f38c29;
}
.orange_d {
  color: #db6929;
}
.green {
  color: #009a95;
}
.red {
  color: #ea0e06;
}
/*フォントの大きさ*/
.font_s {
  font-size: 1.6rem;
}
.font_m {
  font-size: 3.0rem;
}
.font_l {
  font-size: 4.6rem;
}
/*フォントの太さ*/
.bold {
  font-weight: 700;
}
/*ボタン*/
.button {
  display: inline-block;
  padding: 20px;
  width: 460px;
  border-radius: 35.5px 35.5px 35.5px 35.5px;
  border: solid 3px #ffffff;
  text-align: center;
  font-size: 3.0rem;
}
.orange-grad {
  background: linear-gradient(to right, #f28e26, #fd644f);
}
.blue-grad {
  background: linear-gradient(to right, #46aef7, #1dd5e6);
}

/* ===========================================
header
=========================================== */
.header {
  position: absolute;
  top: 15px;
  left: 34px;
  z-index: 20;
  display: flex;
  align-items: end;
}
/* ===========================================
mainvisual
=========================================== */
.fv_sp {
  display: none;
}

/* ===========================================
request
=========================================== */
.request {
  margin: 90px 0 100px;
  text-align: center;
}
.request-text {
  margin-bottom: 15px;
}
.request-price{
  font-size: 5.0rem;
  font-style: italic;
  letter-spacing: 0;
}
.request-inner {
  background-color: #f7d453;
  padding: 50px 0;
  box-shadow: 0px 7px 0px 0px #c4ab4d;
}
.request-inner_textbox {
  margin-bottom: 30px;
}
.request-inner_textbox p:first-of-type {
  margin-bottom: 20px;
}
.request-top {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.request-textbox {
  margin: 100px 0 40px;
}
.request-textbox .request-top{
  margin-bottom: 20px;
}
.request-textbox p:nth-of-type(2) {
  margin-bottom: 25px;
}
/* ===========================================
trouble
=========================================== */
.trouble {
  background-color: #f6f5f2;
  padding: 100px 0;
  text-align: center;
}
.trouble img {
  width: 90%;
}
.trouble-img_sp {
  display: none;
}
.trouble p:first-of-type {
  margin-bottom: 24px;
}
.trouble p:nth-of-type(2) {
  margin-bottom: 32px;
}
.trouble p:nth-of-type(3) {
  line-height: 50px;
  margin: 26px 0;
}
/* ===========================================
feature
=========================================== */
.feature {
  margin: 85px 0 100px;
}
.feature-point_r {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px 15%;
}
.feature-point_l {
  display: flex;
  justify-content: space-between;
  margin: 0 15% 60px 0;
}
.feature .section-title {
  margin-bottom: 60px;
}
.feature-textbox {
  width: 40%;
}
.feature-image {
  width: 55%;
}
.point {
  margin-left: 10px;
}
.point-number {
  color: #959595;
  font-size: 7.0rem;
  margin: 8px 0 20px -5px;
  font-style: italic;
}
.feature-title {
  font-size: 3.0rem;
  margin-bottom: 43px;
  font-style: italic;
}
.feature-text {
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.feature-text:last-of-type {
  margin-top: 26px;
}

/* ===========================================
plan
=========================================== */
/*選べるプラン*/
.plan {
  padding: 85px 0 100px;
  background-color: #f6f5f2;
}
.plan .section-title {
  margin-bottom: 50px;
}
.plan-inner {
  display: flex;
  justify-content: space-between;
}
.plan-box {
  width: 48%;
  background-color: #ffffff;
  box-shadow: 7px 7px 0px 0px #bfbfbf;
  padding: 35px 70px;
  text-align: center;
}
.plan-title {
  font-size: 2.2rem;
  width: 312px;
  padding: 16px;
  border-radius: 27px 27px 27px 27px;
}
.economy {
  background-color: #e69e7c;
}
.high-standard {
  background-color: #82d0ce;
}
.plan-box ul {
  line-height: 2;
  padding: 23px 0 32px;
  border-bottom: dotted 1px #1b1b1b;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
.plan-box .price {
  font-size: 5.0rem;
  font-style: italic;
}
.plan-box .price span {
  font-size: 2.4rem;
}
.attention {
  text-align: right;
  margin-top: 18px;
}
/*プラン内容*/
.plan-content {
  margin: 60px 0;
}
.content-title {
  font-size: 3.6rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.content-inner {
  padding: 50px 90px;
  background-color: #ffffff;
}
.content-header1_sp,
.content-header2_sp {
  display: none;
}
.content-inner table {
  font-size: 1.6rem;
  width: 100%;
  border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
  line-height: 1.2;
}
.content-inner th {
  border-bottom: dotted 1px #1b1b1b;
  padding: 0 5px 5px;
}
.content-inner td {
  padding: 15px 0 15px 20px;
  border-bottom: dotted 1px #1b1b1b;
}
.content-inner tr .td1 {
  width: 16%;
  vertical-align: top;
}
.content-inner tr .td2 {
  width: 20%;
}
.content-inner tr .td3,
.content-inner tr .td4  {
  text-align: center;
  font-size: 2.4rem;
  width: 32%;
}

/*オプション*/
.plan-option {
  margin-bottom: 60px;
}
.option-inner {
  padding: 60px 210px;
  background-color: #ffffff;
}
.option-inner table{
  font-size: 1.6rem;
  border-top: dotted 1px #1b1b1b;
  width: 100%;
  border-collapse:collapse;		/*セル同士の間に隙間を空けない*/
  line-height: 1.2;
}
.option-inner td {
  padding: 15px 5px;
  border-bottom: dotted 1px #1b1b1b;
}
.option-inner tr td:nth-of-type(2) {
  font-size: 2.4rem;
  font-weight: 700;
  color: #db6929;
  width: 15%;
  text-align: center;
}
.option-inner td:first-of-type {
  width: 36%;
}
.option-inner td:last-of-type {
  width: 50%;
  font-weight: 700;
}

/*決済方法*/
.payment-inner {
  padding: 30px 250px;
  background-color: #ffffff;
}

/* ===========================================
reason
=========================================== */
.reason {
  background-image: url(img/back@2x.png);
  background-size: cover;
  padding: 85px 0;
  text-align: center;
}
.reason_inner {
  background-color: #ffffffB3;
  border-radius: 20px 20px 20px 20px;
  padding: 45px 70px 55px;
  font-size: 1.9rem;
}
.reason .section-title {
  margin-bottom: 35px;
}
.reason p {
  line-height: 2;
  letter-spacing: 0.02em;
}
/* ===========================================
flow
=========================================== */
.flow {
  margin: 80px auto 100px;
  max-width: 760px;
}
.flow .section-title {
  margin-bottom: 50px;
}
.flow .section-title span{
  font-size: 2.4rem;
}
.flow-step {
  background-color: #f6f5f2;
  padding: 30px 100px 35px;
  box-shadow: 7px 7px 0 #00000087;
}
.step-title {
  margin-bottom: 26px;
  font-style: italic;
}
.step-title img {
  width: 67px;
  vertical-align: bottom;
}
.step-number {
  font-size: 6.0rem;
  font-style: italic;
  margin: 0 15px 0 5px;
  font-weight: 700;
}
.flow-step p {
  line-height: 2;
}
.arrow {
  display: block;
  margin: -20px auto 0;
  width: 25px;
}

/* ===========================================
campaign
=========================================== */
.campaign {
  background-color: #f7d453;
  padding: 85px 0 100px;
  text-align: center;
}
.campaign .section-title {
  margin-bottom: 42px;
}
.campaign p:first-of-type {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
.campaign p:nth-of-type(2) {
  line-height: 1.6;
  margin-bottom: 36px;
}
.campaign p:nth-of-type(2) span {
  font-size: 4.0rem;
}
.campaign p:last-of-type {
  margin-bottom: 50px;
  line-height: 1.2;
}
.campaign .br_pc {
  display: block;
}

/* ===========================================
achievement
=========================================== */
.achievement {
  margin: 85px auto 100px;
}
.achievement-info {
  line-height: 1.8;
  margin: 42px 0;
  text-align: center;
}
.achievement-inner {
  display: flex;
  justify-content: space-between;
}
.achievement-box {
  width: 30%;
}
.achievement-box img {
  margin-bottom: 12px;
}
.achievement-box p {
  line-height: 1.6;
}
.achievement-box p:first-of-type {
  margin-bottom: 14px;
}
.achievement-box p:last-of-type {
  font-size: 1.8rem;
}

/* ===========================================
start
=========================================== */
.start {
  padding: 100px 0;
  background-color: #f6f5f2;
}
.start .section-title{
  font-size: 4.0rem;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 36px;
}
.start-inner {
  margin: 0 15% 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.start-image {
  width: 53%;
}
.start-textbox {
  width: 42%;
}
.start-textbox p:first-of-type {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 33px;
}
.start-textbox p:nth-of-type(2){
  line-height: 1.8;
  margin-bottom: 33px;
}
.start-textbox p:nth-of-type(3){
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 35px;
}
.start-textbox p:last-of-type{
  font-size: 2.4rem;
  line-height: 1.5;
}

/* ===========================================
faq
=========================================== */
.faq {
  background-color: #f6f5f2;
  padding: 100px 0;
}
.faq .section-title{
  margin-bottom: 50px;
}
/* アコーディオン
------------------------------------------- */
.accordion {
  margin: 0 auto;
  width: 100%;
}
.toggle {
  display: none;
}
.option {
  position: relative;
}
.accordion-title,
.accordion-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion-title {
  border-bottom: dotted 1px #1b1b1b;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 2.4rem;
}
.accordion-title img {
  width: 70px;
  margin: 0 23px -14px 0;
  position: relative;
}
.toggle_btn {
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 32px;
  height: 32px;
  background-color: #aaaaaa;
}
.accordion-title::after,
.accordion-title::before {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 40px;
  width: 2px;
  height: 14px;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 2;
}
.accordion-title::after {
  transform: rotate(90deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
}
.accordion-content p {
  margin: 0;
  padding: 0 70px 42px 90px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.9rem;
}
.toggle:checked + .accordion-title + .accordion-content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .accordion-title::before {
  transform: rotate(90deg) !important;
}
.faq .button{
  display: block;
  margin: 51px auto 0;
}

@media screen and (max-width: 1650px) {
/* ===========================================
共通
=========================================== */
.font_s {
  font-size: 1.3rem;
}
/* ===========================================
feature
=========================================== */
.feature-title {
  font-size: 2.4rem;
}
}
@media screen and (max-width: 1200px) {
/* ===========================================
request
=========================================== */
.request .font_m{
  font-size: 2.4rem;
}
.request1 .request-price {
  font-size: 3.2rem;
}
/* ===========================================
trouble
=========================================== */
.trouble .font_m{
  font-size: 2.4rem;
}

/* ===========================================
feature
=========================================== */
.feature {
  margin: 50px 0 70px;
}
.feature-point_r {
  flex-direction: column;
  margin: 0 0 54px 0;
}
.feature-point_l {
  flex-direction: column-reverse;
  margin: 0 0 54px 0;
}
.feature .section-title {
  margin-bottom: 50px;
}
.feature-textbox {
  width: 100%;
  padding: 0 50px;
  margin-bottom: 32px;
}
.feature-point_r .feature-image {
  width: 100%;
  padding: 0 0 0 50px;
}
.feature-point_l .feature-image {
  width: 100%;
  padding: 0 50px 0 0;
}
.feature-text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.feature-text .br_pc{
  display: none;
}
.point {
  margin-left: 8px;
}
.point-number {
  margin: 0 0 20px -5px;
}

/* ===========================================
plan
=========================================== */
/*プラン内容*/
.content-inner {
  padding: 50px 45px;
}
.plan-box ul {
  font-size: 1.6rem;
}
.content-inner tr .td1 {
  width: 20%;
}
.content-inner tr .td2 {
  width: 28%;
}
.content-inner tr .td3,
.content-inner tr .td4 {
  width: 26%;
}

/*オプション*/
.option-inner {
  padding: 60px 100px;
}
.option-inner table {
  font-size: 1.3rem;
}
.option-inner td:first-of-type {
  width: 36%;
}
.option-inner tr td:nth-of-type(2) {
  font-size: 1.6rem;
  width: 15%;
}
.option-inner td:last-of-type {
  width: 49%;
}

/*決済方法*/
.payment-inner {
  padding: 30px 150px;
}
/* ===========================================
campaign
=========================================== */
.campaign .section-title {
  font-size: 4.0rem;
}
.campaign p:last-of-type {
  font-size: 2.9rem;
}

/* ===========================================
achievement
=========================================== */
.achievement-info .br_pc{
  display: none;
}
.achievement-box p:first-of-type {
  font-size: 1.6rem;
}
.achievement-box p:last-of-type {
  font-size: 1.6rem;
}

/* ===========================================
start
=========================================== */
.start {
  padding: 65px 0 70px;
}
.start .section-title{
  margin-bottom: 22px;
}
.start-inner {
  margin: 0 45px 0 0;
  flex-direction: column-reverse;
}
.start-textbox {
  width: 100%;
  padding: 0 0 0 45px;
  margin-bottom: 60px;
}
.start-image {
  width: 100%;
}


}


@media screen and (max-width: 900px) {
/* ===========================================
共通
=========================================== */
body {
  letter-spacing: 0.01em;
}
.container {
  padding: 0;
}
.container_sm {
  padding: 0;
}
.br_pc {
  display: none;
}
.br_sp {
  display: block;
}
/*タイトル*/
.section-title {
  font-size: 4.0rem;
  line-height: 45px;
}
/*フォントの大きさ*/
.font_l {
  font-size: 4.0rem;
}

/* ===========================================
header
=========================================== */
.header {
  left: 18px;
}

/* ===========================================
mainvisual
=========================================== */
.fv {
  display: none;
}
.fv_sp {
  display: block;
}
/* ===========================================
request
=========================================== */
.request {
  margin: 60px 0 0;
}
.request2 {
  margin: 70px 0 75px;
}
.request-text {
  line-height: 50px;
  margin-bottom: 20px;
}
.request2 .request-text {
  margin-bottom: 30px;
}
.request-inner {
  padding: 52px 0;
  position: relative;
}
.request-inner_textbox {
  margin-bottom: 27px;
}
.request-inner_textbox p:first-of-type {
  margin-bottom: 12px;
}
.request1 .request-inner_textbox .font_m {
  font-size: 2.4rem;
}
.request-top {
  font-size: 3.0rem;
}
.request3 .request-top {
  font-size: 2.4rem;
}
.request3 .request-textbox {
  margin: 70px 0 50px;
}
.request3 .request-text {
  line-height: 40px;
}
.request3 .request-textbox p:nth-of-type(2) {
  margin-bottom: 10px;
}

/* ===========================================
trouble
=========================================== */
.trouble {
  padding: 77px 0 70px;
}
.trouble .font_l {
  font-size: 3.2rem;
}
.trouble img {
  margin: 0 auto;
  width: 95%;
}
.trouble-img {
  display: none;
}
.trouble-img_sp {
  display: block;
}
.trouble p:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 19px;
}
.trouble p:nth-of-type(2) {
  margin-bottom: 43px;
}
.trouble p:nth-of-type(3) {
  line-height: 47px;
  margin: 15px 0 15px;
}
.trouble p:last-of-type span {
  display: inline-block;
  margin-top: 20px;
}


/* ===========================================
plan
=========================================== */
/*選べるプラン*/
.plan {
  padding: 45px 0 60px;
}
.plan2 {
  padding: 45px 0 70px;
}
.plan .container_sm {
  padding: 0 17%;
}
.plan .section-title {
  margin-bottom: 31px;
  white-space: nowrap;
}
.plan-inner {
  flex-direction: column;
}
.plan-box {
  width: 100%;
  padding: 35px 65px;
  margin: 0 auto;
}
.plan-title {
  font-size: 1.6rem;
  width: 220px;
  margin: 0 auto;
}
.plan-box:first-of-type {
  margin-bottom: 27px;
}

/*プラン内容*/
.plan-content {
  margin: 50px 0;
  padding: 0 25px;
}
.content-title {
  font-size: 3.2rem;
}
.content-inner {
  padding: 20px;
}
.content-inner table {
  font-size: 1.3rem;
}
.content-inner tr .td3,
.content-inner tr .td4 {
  font-size: 1.6rem;
}

/*オプション*/
.plan-option {
  margin-bottom: 50px;
  padding: 0 25px;
}
.option-inner {
  padding: 40px 20px;
}

/*決済方法*/
.payment {
  padding: 0 25px;
}
.payment-inner {
  padding: 30px;
}

/* ===========================================
reason
=========================================== */
.reason {
  background-image: url(img/back_sp@2x.png);
  margin-top: 68px;
  padding: 70px 20px;
}
.reason_inner {
  padding: 40px 40px 55px;
}
.reason .section-title {
  margin-bottom: 25px;
  font-size: 3.2rem;
}
.reason p {
  line-height: 2.2;
  font-size: 1.45rem;
  letter-spacing: 0.01em;
}

/* ===========================================
flow
=========================================== */
.flow {
  margin: 55px auto 60px;
}
.flow .section-title {
  margin-bottom: 40px;
}
.flow-step {
  width: 90%;
  margin: 0 auto;
  padding: 30px 50px 35px;
}
/* ===========================================
campaign
=========================================== */
.campaign {
  padding: 55px 0 70px;
}
.campaign .section-title {
  font-size: 3.6rem;
  line-height: 46px;
  margin-bottom: 25px;
}
.campaign p:first-of-type {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
.campaign p:nth-of-type(2) {
  font-size: 2.4rem;
  line-height: 38px;
  margin-bottom: 27px;
}
.campaign p:last-of-type {
  font-size: 1.9rem;
  margin-bottom: 34px;
}
/* ===========================================
achievement
=========================================== */
.achievement {
  margin: 55px auto 36px;
}
.achievement .container {
  padding: 0 25px;
}
.achievement-info {
  margin: 20px 0;
  font-size: 1.8rem;
  line-height: 2;
}
.achievement-inner {
  flex-direction: column;
}
.achievement-box {
  width: 48%;
  margin: 0 auto 30px;
}

/* ===========================================
faq
=========================================== */
.faq {
  padding: 77px 0 70px;
}
.faq .section-title{
  margin-bottom: 45px;
}
/* アコーディオン
------------------------------------------- */
.accordion {
  padding: 0 35px;
}
.accordion-title {
  font-size: 1.6rem;
}
.accordion-title img {
  width: 55px;
  margin: 0 18px -14px 0;
}
.accordion-content p {
  padding: 0 40px 64px 75px;
  line-height: 1.6;
  font-size: 1.6rem;
}
.faq .button{
  margin: 10px auto 0;
}

}


@media screen and (max-width: 600px) {
/* ===========================================
共通
=========================================== */
body {
  font-size: 1.3rem;
}
/*タイトル*/
.site-title {
  font-size: 2.1rem;
  white-space: nowrap;
}
.site-title_sub {
  font-size: 1.3rem;
  margin: 0 17px 0 12px;
}
.section-title {
  font-size: 2.0rem;
  line-height: 22.5px;
}
/*フォントの大きさ*/
.font_s {
  font-size: 1.3rem;
}
.font_m {
  font-size: 1.5rem;
}
.font_l {
  font-size: 2.0rem;
}
/*ボタン*/
.button {
  padding: 10px;
  width: 230px;
  font-size: 1.5rem;
  border: solid 1.5px #ffffff;
}

/* ===========================================
header
=========================================== */
.header {
  top: 7.5px;
  left: 17px;
  align-items: center;
}


/* ===========================================
request
=========================================== */
.request {
  margin: 30px 0 0;
}
.request2 {
  margin: 35px 0 37.5px;
}
.request .font_m{
  font-size: 1.5rem;
}
.request-text {
  line-height: 25px;
  margin-bottom: 10px;
}
.request2 .request-text {
  margin-bottom: 15px;
}
.request-price{
  font-size: 2.5rem;
}
.request-inner {
  padding: 26px 0;
  box-shadow: 0px 3.5px 0px 0px #c4ab4d;
}
.request-inner_textbox {
  margin-bottom: 13.5px;
}
.request-inner_textbox p:first-of-type {
  margin-bottom: 6px;
}
.request1 .request-inner_textbox .font_m,
.request2 .request-inner_textbox .font_m,
.request3 .request-inner_textbox .font_m {
  font-size: 1.3rem;
}
.request-top {
  font-size: 1.5rem;
}
.request3 .request-top {
  font-size: 1.3rem;
}
.request3 .request-textbox {
  margin: 35px 0 25px;
}
.request3 .request-text {
  line-height: 20px;
}
.request3 .request-textbox p:nth-of-type(2) {
  margin-bottom: 5px;
}
.request-textbox {
  margin: 50px 0 20px;
}
.request-textbox .request-top{
  margin-bottom: 10px;
}
.request-textbox p:nth-of-type(2) {
  margin-bottom: 12.5px;
}


/* ===========================================
trouble
=========================================== */
.trouble {
  padding: 38.5px 0 35px;
}
.trouble .font_l {
  font-size: 1.8rem;
}
.trouble .font_m {
  font-size: 1.5rem;
}
.trouble p:first-of-type {
  font-size: 1.3rem;
  margin-bottom: 9.5px;
}
.trouble p:nth-of-type(2) {
  margin-bottom: 21.5px;
}
.trouble p:nth-of-type(3) {
  line-height: 23.5px;
  margin: 7.5px 0 7.5px;
}
.trouble p:last-of-type span {
  margin-top: 10px;
}

/* ===========================================
feature
=========================================== */
.feature {
  margin: 25px 0 35px;
}
.feature-point_r {
  margin: 0 0 27px 0;
}
.feature-point_l {
  margin: 0 0 27px 0;
}
.feature .section-title {
  margin-bottom: 25px;
}
.feature-textbox {
  padding: 0 25px;
  margin-bottom: 16px;
}
.feature-point_r .feature-image {
  padding: 0 0 0 25px;
}
.feature-point_l .feature-image {
  padding: 0 25px 0 0;
}
.point {
  margin-left: 5px;
}
.point-number {
  font-size: 3.5rem;
  margin: 0 0 10px -2px;
}
.feature-title {
  font-size: 1.5rem;
  margin-bottom: 21.5px;
}
.feature-text {
  font-size: 1.3rem;
}
.feature-text:last-of-type {
  margin-top: 13px;
}

/* ===========================================
plan
=========================================== */
/*選べるプラン*/
.plan {
  padding: 22.5px 0 30px;
}
.plan2 {
  padding: 22.5px 0 35px;
}
.plan .container_sm {
  padding: 0 8.5%;
}
.plan .section-title {
  margin-bottom: 15.5px;
}
.plan-box {
  padding: 17.5px 25px;
  box-shadow: 3.5px 3.5px 0px 0px #bfbfbf;
}
.plan-title {
  font-size: 1.3rem;
  width: 200px;
  padding: 8px;
}
.plan-box:first-of-type {
  margin-bottom: 13.5px;
}
.plan-box ul {
  padding: 11.5px 0 16px;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.plan-box .price {
  font-size: 2.5rem;
}
.plan-box .price span {
  font-size: 1.3rem;
}
.attention {
  margin-top: 9px;
}

/*プラン内容*/
.plan-content {
  margin: 25px 0;
  padding: 0 12.5px;
}
.content-title {
  font-size: 1.6rem;
}
.content-inner {
  padding: 10px;
}
.content-header1_pc,
.content-header2_pc {
  display: none;
}
.content-header1_sp,
.content-header2_sp {
  display: block;
}
.content-inner table {
  font-size: 1.3rem;
}
.content-inner td {
  padding: 8px 0 8px 5px;
}
.content-inner tr .td1 {
  width: 20%;
}
.content-inner tr .td2 {
  width: 34%;
}
.content-inner tr .td3,
.content-inner tr .td4 {
  font-size: 1.3rem;
  width: 23%;
}

/*オプション*/
.plan-option {
  margin-bottom: 25px;
  padding: 0 12.5px;
}
.option-inner {
  padding: 18px 10px;
}
.option-inner table{
  font-size: 1.3rem;
}
.option-inner td {
  padding: 8px 5px;
}
.option-inner tr td:nth-of-type(2) {
  font-size: 1.3rem;
  width: 24%;
}
.option-inner td:first-of-type {
  width: 36%;
}
.option-inner td:last-of-type {
  width: 40%;
}

/*決済方法*/
.payment {
  padding: 0 12.5px;
}
.payment-inner {
  padding: 15px;
}

/* ===========================================
reason
=========================================== */
.reason {
  margin-top: 34px;
  padding: 35px 10px;
}
.reason_inner {
  padding: 10px;
}
.reason .section-title {
  margin-bottom: 12.5px;
  font-size: 1.8rem;
}
.reason p {
  font-size: 1.3rem;
}

/* ===========================================
flow
=========================================== */
.flow {
  margin: 27.5px auto 30px;
}
.flow .section-title {
  margin-bottom: 20px;
}
.flow .section-title span{
  font-size: 1.3rem;
}
.flow-step {
  padding: 15px 25px 17.5px;
  box-shadow: 3.5px 3.5px 0 #00000087;
}
.step-title {
  margin-bottom: 13px;
}
.step-title img {
  width: 33.5px;
}
.step-number {
  font-size: 3.0rem;
  margin: 0 7.5px 0 2.5px;
}
.arrow {
  display: block;
  margin: -10px auto 0;
  width: 12.5px;
}

/* ===========================================
campaign
=========================================== */
.campaign {
  padding: 27.5px 10px 35px;
}
.campaign .section-title {
  font-size: 1.8rem;
  line-height: 23px;
  margin-bottom: 12.5px;
}
.campaign p:first-of-type {
  font-size: 1.3rem;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.campaign p:nth-of-type(2) {
  font-size: 1.3rem;
  line-height: 18px;
  margin-bottom: 13.5px;
}
.campaign p:nth-of-type(2) span {
  font-size: 2.0rem;
}
.campaign p:last-of-type {
  font-size: 1.3rem;
  margin-bottom: 17px;
}
.campaign .br_pc {
  display: none;
}

/* ===========================================
achievement
=========================================== */
.achievement {
  margin: 27.5px auto 18px;
}
.achievement .container {
  padding: 0 12.5px;
}
.achievement-info {
  margin: 10px 0;
  font-size: 1.3rem;
}
.achievement-box {
  margin: 0 auto 15px;
  width: 60%;
}
.achievement-box img {
  margin-bottom: 6px;
}
.achievement-box p:first-of-type {
  margin-bottom: 7px;
  font-size: 1.3rem;
}
.achievement-box p:last-of-type {
  font-size: 1.3rem;
}

/* ===========================================
start
=========================================== */
.start {
  padding: 32.5px 0 35px;
}
.start .section-title{
  font-size: 2.0rem;
  margin-bottom: 11px;
}
.start-inner {
  margin: 0 20px 0 0;
}
.start-textbox {
  padding: 0 0 0 20px;
  margin-bottom: 30px;
}
.start-textbox p:first-of-type {
  font-size: 1.3rem;
  margin-bottom: 16.5px;
}
.start-textbox p:nth-of-type(2){
  font-size: 1.3rem;
  margin-bottom: 16.5px;
  letter-spacing: 0;
}
.start-textbox p:nth-of-type(3){
  font-size: 1.3rem;
  margin-bottom: 17.5px;
}
.start-textbox p:last-of-type{
  font-size: 1.3rem;
}

/* ===========================================
faq
=========================================== */
.faq {
  padding: 38.5px 0 35px;
}
.faq .section-title{
  margin-bottom: 22.5px;
}
/* アコーディオン
------------------------------------------- */
.accordion {
  padding: 0 17.5px;
}
.accordion-title {
  font-size: 1.3rem;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.accordion-title img {
  width: 27.5px;
  margin: 0 9px -7px 0;
}
.toggle_btn {
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 16px;
  height: 16px;
  background-color: #aaaaaa;
}
.accordion-title::after,
.accordion-title::before {
  content: "";
  position: absolute;
  right: 12.5px;
  bottom: 20px;
  width: 1px;
  height: 7px;
}
.accordion-content p {
  padding: 0 20px 32px 35px;
  font-size: 1.3rem;
}
.faq .button{
  margin: 5px auto 0;
}
.question {
  display: inline-block;
  width: 78%;
  margin-bottom: -5px;
  line-height: 1.2;
}
.toggle1 .accordion-title img,
.toggle3 .accordion-title img,
.toggle9 .accordion-title img {
  margin: 0 9px 0 0;
}

}
@media screen and (max-width: 400px) {
/* ===========================================
共通
=========================================== */
/*タイトル*/
.site-title_sub .br_sp {
  display: block;
}
/* ===========================================
header
=========================================== */
.header {
  align-items: start;
}
}