/*
Theme Name:ホームページLab
Description: ホームページLab theme for WordPress
Author: yuki izawa
Version:1.0
*/

/* --------共通--------- */

html {
    font-size: 62.5%;
    box-sizing: border-box;
}
html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
  visibility: visible;
}

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    color: #000;
    font-weight: 700;
    letter-spacing: .05em;
	
}
a {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}

p {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}
input {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

ul {
    list-style: none;
}
img{
    max-width:100%;
    vertical-align:bottom;
}
.pc_none {
    display: none!important;
}

.for-sp{
      display:none;
}



/* --------トップページ--------- */

.point_list_item:nth-child(1) {
    margin-bottom: 25rem;
}
.point_list_item:nth-child(1) .point_box {
    align-items: center;
}
.point_list_item:nth-child(1) .point_box .point_box_left {
    margin-top: 0;
}











.pp_link {
    color: #000;
}
.pp_link:hover {
    text-decoration: underline;
}

.header_inner {
    height: 10rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5rem;
    align-items: center;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_left h1 {
    font-size: 1.4rem;
    color: #fb9821;
    margin-left: 2rem;
}
.header_left p {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1rem;
}
.header_left a:hover {
    opacity: 0.6;
}
.header_right {
    display: flex;
    align-items: center;
}
.header_right_tel {
    display: flex;
    align-items: center;
    margin-right: 5rem;
}
.header_right_tel img {
    margin-right: 1rem;
}
.header_right_tel a {
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: 0;
    color: #ef584e;
}
.header_right_btn a {
    display: flex;
    width: 30rem;
    font-size: 2.4rem;
    background-color: #ef584e;
    color: #fff;
    height: 6rem;
    justify-content: center;
    align-items: center;
    border-radius: 3rem;
    border-bottom: 5px solid #941e1e;
}
.header_right_btn a:hover {
  margin-top: 3px;
  color: #fff;
  background: #ef584e;
  border-bottom: 2px solid #b84c00;
}
.eye_inner {
    position: relative;
}
.eye_box {
    position: absolute;
    top: 5%;
    left: 6vw;
}
.eye_text_box p:first-of-type {
    font-size: 2.5vw;
    font-weight: 800;
    text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(251, 152, 33,0.5); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.eye_text_box h2 {
    font-size: 4.2vw;
    font-weight: 900;
    line-height: 6vw;
    margin-top: 3rem 
    
}
.eye_text_box_s_1 {
    color: #fb9821;
}
.eye_text_box_s_2 {
    font-size: 6.8vw;
}
.eye_text_box p:last-of-type {
    font-size: 2vw;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 2rem;
}
.eye_text_box p:last-of-type span {
    color: #fb9821;
    font-size: 2.5vw;
}
.eye_img_box {
    position: absolute;
    top: 50%;
    right: -30%;
    width: 23vw;
}








.eye_box ul {
    display: flex;
    margin-top: 3rem;
} 
.eye_box ul li {
    width: 9vw;
    height: 9vw;
    border-radius: 50%;
    background-color: #fb9821;
    position: relative;
    margin-right: 3rem;
}
.eye_box ul li:last-child {
    margin-right:0;
}

.eye_box ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 3rem;
    font-size: 1vw;
}
.eye_box ul li p span {
    font-size: 1.4vw;
    position: relative;
    display: inline-block;
}
.eye_box ul li p span::before {
    position: absolute;
    left: -1.5rem;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    transform: rotate(-20deg);
}
.eye_box ul li p span::after {
    position: absolute;
    right: -1.5rem;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    transform: rotate(20deg);
}
.eye_btn_box {
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.eye_btn_box a {
    display: flex;
    width: 24vw;
    justify-content: center;
    height: 8rem;
    align-items: center;
    background: linear-gradient(to right, #fda209, #f6672d);
    color: #fff;
    border-radius: 4rem;
    font-weight: 800;
    font-size: 1.3vw;
    border-bottom: 5px solid #e96300;
    position: relative;
}
.eye_btn_box a:hover {
  margin-top: 3px;
  color: #fff;
  border-bottom: 2px solid #e96300;
}
.eye_btn_box a::after{
    content: '＞';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    font-size: 2rem;
}
.plan_bg {
    background-color: #fb9821;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.6rem;
    color: #fff;
    position: relative;
}
.plan_bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 60px solid #fb9821;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-bottom: 0px solid transparent;
    transform: translateX(-50%) translateY(100%);
}
.cam_bg {
    background-image: url("image/bg_1.png");
}



.cam_list {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    flex-wrap: wrap;
    padding-top: 10rem;
    height: 370px;
}
.cam_list li {
    width: 31%;
    text-align: center;
    background-color: #fff;
    padding: 3rem 0;
    position: relative;
}
.cam_list li::before {
   content: "";
    display: inline-block;
    width: 3px;
    height: 60px;
    background-color: #ef584e;
    position: absolute;
    top: 25%;
    left: 0;
}
.point_list_item:nth-child(2) .point_box_right_img {
    margin-top: 5.3rem;
}

.cam_list li h2 {
    width: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    background-color: #ef584e;
    color: #fff;
    border-radius: 3rem;
    font-size: 2.4rem;
    margin: auto;
    margin-bottom: 3rem;
}
.cam_list li p {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}
.plan_bg_2 {
    position: relative;
    text-align: center;
    font-size: 2vw;
    line-height: 4.8rem;
    color: #fff;
    padding-top: 16rem 
}

.plan_bg_2:after {
  content: "";
    position: absolute;
    top: 0%;
    box-sizing: border-box;
    border-right: 70vw solid transparent;
    border-left: 70vw solid transparent;
    border-top: 19vw solid #fb9821;
    left: -20%;
    z-index: -10;
}
.plan_list {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8vw;
    padding: 0 2rem;
}
.plan_list_item {
    width: 31%;
    background-color: #fff;
    border-radius: 1rem;
    border: 2px solid #fb9821;
}
.plan_list_item h2 {
    background-color: #fb9821;
    color: #fff;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    height: 6rem;
    align-items: center;
    border-radius: 0.5rem 0.5rem 0 0;
}
.plan_list_item h3 {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
}
.plan_list_item h3 span {
    color: #ef584e;
    font-size: 6rem;
    font-weight: 800;
}
.plan_list_item p:nth-of-type(1) {
    padding: 0 3rem;
    line-height: 3rem;
    height: 15rem;
}
.plan_list_item p:nth-of-type(1) span {
    color: #ff0000;
}
.plan_list_item p:nth-of-type(2) {
    width: 28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ef584e;
    margin: auto;
    color: #fff;
    border-radius: 1rem;
    height: 4rem;
    margin-bottom: 3rem;
}
.plan_list_item p:nth-of-type(3) {
    padding: 0 3rem;
    line-height: 3rem;
    height: 30rem;
}
.plan_list_item p:nth-of-type(4) {
    text-align: end;
    padding: 0 3rem;
    padding-bottom: 3rem;
}
.plan_form {
    background-color: rgba(251, 152, 33,0.2);
    margin-top: 10rem;
    padding-bottom: 5rem;
}
.plan_form_btn {
    padding-top: 5rem;
    margin-bottom: 5rem;
}
.plan_form_btn a {
    display: flex;
    width: 80rem;
    margin: auto;
    justify-content: center;
    background-color: #ef584e;
    color: #fff;
    height: 10rem;
    border-radius: 5rem;
    font-size: 3.6rem;
    align-items: center;
    position: relative;
    box-shadow: 0 10px 10px 0px rgba(0,0,0,0.5);
}
.plan_form_btn a::after{
    content: '＞';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    font-size: 2rem;
}
.plan_form_btn a:hover{
    opacity: 0.6;
}
.plan_form p {
    text-align: center;
    line-height: 3rem;
}
.plan_form_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}
.plan_form_tel img {
    margin-right: 1rem;
}
.plan_form_tel a {
    color: #ef584e;
    font-size: 3.6rem;
    font-weight: 900;
}
	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4.2);
  padding: 0 2.5rem;
}
.scroll-infinity__item>img {
  width: 100%;
}
.scroll-infinity {
    margin-top: 10rem;
}
.point_inner h2 {
    text-align: center;
    font-size: 3.6rem;
    margin-top: 10rem;
    line-height: 4.8rem;
}
.point_list {
    margin-top: 5rem;
}
.point_list li h3 {
    text-align: center;
    width: 15rem;
    height: 15rem;
    margin: auto;
    background-color: #fb9821;
    border-radius: 50%;
    position: relative;
}
.point_list li h3 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 4rem;
    font-size: 2.4rem;
}
.point_list li h3 p span {
    font-size: 4.8rem;
}
.point_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.point_box::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 80%;
    height: 450px;
    position: absolute;
    background-color: rgba(251,152,33,0.3);
    z-index: -10;
    top: -20%;
}
.point_list_item:nth-child(2) .point_box_left {
    width: 34%;
    margin-top: -3rem;
    padding-left: 15rem;
}



.point_list_item:nth-child(2) .point_box::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    right: 0;
}
.point_list_item:nth-child(2) .point_box_left h4 {
    font-size: 2.5vw;
    margin-top: 4rem;
    margin-bottom: 5rem;
    color: #fb9821;
}
.point_list_item:nth-child(2) .point_box_left p {
    line-height: 3rem;
    padding-left: 5rem;
}
.point_list_item:nth-child(2) .point_box_left p span {
    color: #ff0000;
}
.point_list_item:nth-child(2) .point_box_right_img img:nth-of-type(2) {
    margin-top: 3rem;
}

.point_box_left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.point_box_left ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 5rem;
}
.point_box_left ul li img {
    width: 8vw;
}




.point_box_left {
    width: 40%;
    margin-top: -3rem;
    padding-left: 5rem;
}
.point_box_right {
    width: 52%;
    margin-top: -1rem;
    padding-right: 2rem;
}
.point_box_right h4 {
    font-size: 2.5vw;
    margin-top: 4rem;
    margin-bottom: 5rem;
    color: #fb9821;
}
.point_box_right p {
    line-height: 3rem;
    padding-left: 5rem;
}
.point_box_right p span {
    color: #ff0000;
}
.point_box_text {
    text-align: center;
    font-size: 2.4rem;
    margin-top: -2.5rem;
}

.point_box_left_img {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}
.point_box_left_img img:first-of-type {
    width: 45%;
}
.point_box_left_img img:last-of-type {
    width: 45%;
}

.faq_inner h2 {
    position: relative;
    text-align: center;
    font-size: 2.1vw;
    line-height: 6rem;
    color: #fff;
    padding-top: 10rem;
}
.faq_inner h2::after {
    content: "";
    position: absolute;
    top: 0%;
    box-sizing: border-box;
    border-right: 70vw solid transparent;
    border-left: 70vw solid transparent;
    border-top: 17vw solid #fb9821;
    left: -20%;
    z-index: -10;
}

.accordion {
max-width: 1200px;
    margin: auto;
    margin-top: 15rem;
    padding: 0 2rem;
}
.toggle {
display: none;
}
.option {
position: relative;
    margin-bottom: 4rem;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    
    border-radius: 1rem;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
display: flex;
    align-items: center;
font-size: 1.8rem;
padding: 3rem;
cursor: pointer;
}
.title img {
    margin-right: 2rem;
}


.title::after,
.title::before {
content: "";
    position: absolute;
    right: 4rem;
    top: 4rem;
    width: 3px;
    height: 2rem;
    background-color: #fb9821;
    transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
display: flex;
    align-items: flex-start;
    line-height: 3rem;
    padding: 3rem;
}
.content img {
margin-right: 2rem;
}

.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}

.toggle:checked + .title::before {
transform: rotate(45deg) !important;
}
.toggle:checked + .title::after {
transform: rotate(135deg) !important;
}
















.achievements_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2rem;
    max-width: 1200px;
    margin: auto;
    margin-top: 10rem;
}
.achievements_list li {
    width: 23.5%;
    margin-bottom: 4rem;
}
.achievements_btn a {
    display: flex;
    width: 45rem;
    margin: auto;
    justify-content: center;
    height: 8rem;
    align-items: center;
    border-radius: 1rem;
    background: linear-gradient(to right, #fda209, #f6672d);
    color: #fff;
    font-size: 2.4rem;
}
.point_list_item {
    margin-bottom: 10rem;
}
.achievements_btn{
    margin-top:6rem;
}
.achievements_btn a:hover{
    opacity: 0.6;
}
.comparison_inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
    margin-top: 20rem;
}
.comparison_inner h3 {
    text-align: center;
    font-size: 4.8rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
}
.comparison_inner h3 span {
    background-color: #fb9821;
    color: #fff;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -1rem;
}
.comparison_inner h3 span:first-of-type {
    margin-left: 3rem;
}




.area_inner {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 5rem 2rem 1rem 2rem;
    margin-top: 10rem;
}
.area {
    background-image: url(image/bg_2.png);
    background-repeat: no-repeat;
}
.step_title {
    position: relative;
    text-align: center;
    font-size: 2.5vw;
    line-height: 6rem;
    color: #fff;
    padding-top: 10rem;
}
.step_title::after {
    content: "";
    position: absolute;
    top: 0%;
    box-sizing: border-box;
    border-right: 70vw solid transparent;
    border-left: 70vw solid transparent;
    border-top: 17vw solid #fb9821;
    left: -20%;
    z-index: -10;
}
.step_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    padding: 0 2rem;
}
.step_inner ul li {
    width: 26%;
    background-color: #fff;
    border: 2px solid #fb9821;
    border-radius: 1rem;
    padding: 5rem 3rem;
    position: relative;
}
.step_inner ul li:nth-child(1)::before {
    content: "";
    position: absolute;
    color: #fb9821;
    border-style: solid;
    border-color: transparent;
    border-width: 1vw 1.8vw;
    border-left-color: currentColor;
    border-right: 0;
    top: 50%;
    right: -50px;
}
.step_inner ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    color: #fb9821;
    border-style: solid;
    border-color: transparent;
    border-width: 1vw 1.8vw;
    border-left-color: currentColor;
    border-right: 0;
    top: 50%;
    right: -50px;
}




.step_bg {
    background-image: url(image/bg_3.png);
    margin-top:7vw;
    position: relative;
    z-index: -20;
    padding: 7rem 0 10rem 0;
}
.step_box{
    display: flex;
    width: 10rem;
    height: 10rem;
    background-color: #ef584e;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: -9%;
} 
.step_box p {
    color: #fff;
    line-height: 2.8rem;
} 
.step_box p span {
    font-size: 3rem;
}
.step_inner ul li img {
    display: block;
    margin: auto;
    margin-bottom: 3rem;
}
.step_inner ul li h2 {
    width: 18vw;
    margin: auto;
    background-color: #fb9821;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    margin-bottom: 3rem;
    border-radius: 3rem;
    font-size: 1.8rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
.step_inner ul li p {
    line-height: 3rem;
}
.step_inner h3 {
    text-align: center;
    font-size: 4.8rem;
    padding: 0 2rem;
    padding-top: 5rem;
    color: #fb9821;
    line-height: 6rem;
}


.contact_inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
    margin-top: 5rem;
}
.contact h2 {
    background-color: #fb9821;
    color: #fff;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.8rem;
    letter-spacing: 0.05em;
}
.c_tel {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_tel img {
    margin-right: 1rem;
}
.c_tel a {
    font-size: 3.6rem;
    color: #ef584e;
    font-weight: 900;
}
.contact_inner h3 {
    text-align: center;
    font-size: 3.6rem;
    margin: 5rem 0 3rem 0;
}
.contact_inner p {
    text-align: center;
    line-height: 3rem;
    margin-bottom: 5rem;
}
.contact_inner dl {
    display: flex;
    margin-bottom: 5rem;
    align-items: center;
}
.contact_inner dl dt {
    width: 400px;
    font-size: 1.8rem;
}
.contact_inner dl dt span {
    font-size: 1.4rem;
    background-color: #ff0000;
    color: #fff;
    width: 8rem;
    display: inline-grid;
    text-align: center;
    height: 3rem;
    align-items: center;
    margin-right: 2rem;
}
.contact_inner dl dd input {
    height: 5rem;
    border-radius: 1rem;
    border: 1px solid #d9d9d9;
    width: 800px 
}
.contact_inner dl:nth-of-type(6) dd textarea {
    width: 800px;
    height: 300px;
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
    font-size: 1.8rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    color: #000;
    font-weight: 700;
}
.mw_wp_form_preview .contact_inner dl dd {
    font-size: 1.8rem;
}
.mw_wp_form_preview .c_c_text {
    display: none;
}




.contact_com_inner {
    max-width: 1200px;
    margin: auto;
    margin-top: 10rem;
    text-align: center;
    line-height: 3rem;
    padding: 0 2rem;
}

.contact_inner dl:nth-of-type(6) {
    align-items: flex-start;
}
.contact_inner dl:nth-of-type(5) dt span {
    background-color: #ef584e;
}
.contact_inner dl:nth-of-type(6) dt span {
    background-color: #ef584e;
}
.contact_inner dl:nth-of-type(5) {
    display: block;
}
.contact_inner dl:nth-of-type(5) dt {
    width: auto;
}
.contact_inner dl:nth-of-type(5) dd input {
    width: 2rem;
    height: 2rem;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}
.contact_inner dl:nth-of-type(5) dd {
    padding-left: 10rem;
    padding-top: 2rem;
}
.c_btn input {
    width: 45rem;
    display: block;
    margin: auto;
    margin-bottom: 5rem;
    height: 8rem;
    font-size: 2.4rem;
    color: #fff;
    background:#fb9821;
    border: unset;
    border-radius: 1rem;
    cursor: pointer;
}
.c_btn input:hover {
    opacity: 0.6;
}
.c_b_t {
    border: 1px solid #000;
    padding: 3rem 0;
}

.contact_inner dl:nth-of-type(5) dd span {
    font-size: 1.8rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
}

footer {
    max-width: 1200px;
    margin: auto;
    margin-top: 15rem;
    padding: 0 2rem;
}
.footer_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_box_left p {
    line-height: 3rem;
}
.footer_box_right p:first-of-type {
    font-size: 2.5vw;
    font-weight: 900;
}
.footer_box_right p:first-of-type a {
    font-size: 4.8rem;
    color: #000;
    font-weight: 900;
}
.footer_box_right p:nth-of-type(2) {
    margin: 3rem 0;
}
.footer_link {
    display: flex;
    width: 23vw;
    background-color: #ef584e;
    color: #fff;
    justify-content: center;
    height: 8rem;
    align-items: center;
    border-radius: 1rem;
    font-size: 1.25vw;
}
.footer_box_left {
    border-left: 2px solid;
    padding-left: 3rem;
    width: 56%;
}
.footer_link:hover {
    opacity: 0.6;
}


footer ul {
    display: flex;
    justify-content: center;
    margin-top: 10rem;
    margin-bottom: 3rem;
}
footer ul li:nth-child(2) {
    margin: 0 5rem;
}
footer ul li a {
    color: #000;
}
footer ul li a:hover {
    text-decoration: underline;
}
.copy {
    background-color: #fb9821;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 5rem;
    align-items: center;
    font-size: 1.4rem;
}
.footer_box_right {
    border-left: 2px solid;
    padding-left: 3rem;
    padding-top: 5rem;
    width: 37%;
}
.mw_wp_form .error {
    font-size: 1.8rem!important;
    margin-top: 1rem;
}


/* --------実績--------- */


.achievements_inner {
    margin-top: 10rem;
}
.pick_up {
    background-color: #fb9821;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}
.pick_up p {
    font-size: 3.6rem;
}
.pick_up::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 60px solid #fb9821;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-bottom: 0px solid transparent;
    transform: translateX(-50%) translateY(100%);
}
.achievements_inner ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2rem;
    padding-top: 10rem;
    padding-bottom: 4rem;
}
.achievements_inner ul li {
    width: 29%;
    padding: 3rem 2rem 3rem 2rem;
    background-color: #fff;
    margin-bottom: 2rem;
}
.achievements_inner ul li h2 {
    font-size: 2.4rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    line-height: 3rem;
}
.achievements_inner ul li p {
    font-size: 1.4rem;
}
.achievements_bg {
    background-image: url(image/achievements/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -1px;
}
.achievements_inner .plan_form {
    margin-top: 10vw;
}



/* --------調整--------- */

@media screen and (max-width:1800px) {
    .step_inner ul li:nth-child(1)::before {
    border-width: 0.8vw 1.3vw;
    right: -40px;
}
.step_inner ul li:nth-child(2)::after {
    border-width: 0.8vw 1.3vw;
    right: -40px;
}
}

@media screen and (max-width:1700px) {
    .step_inner ul {
    width: 85%;
}
}




@media screen and (max-width:1600px) {
    .plan_bg_2:after {
    border-top: 22vw solid #fb9821;
}
.faq_inner h2::after {
    border-top: 20vw solid #fb9821;
}
.step_title {
    padding-top: 7rem;
}
.step_inner ul {
    width: 90%;
}

}

@media screen and (max-width:1500px) {
    .step_inner ul li {
    width: 25%;
}
.point_list_item:nth-child(2) .point_box_left {
    width: 40%;
    padding-left: 6rem;
}
.point_list_item:nth-child(2) .point_box_right {
    width: 50vw;
}
.eye_box {
    left: 5vw;
}

.achievements_list {
    max-width: unset;
}

}



@media screen and (max-width:1400px) {
    .plan_bg_2:after {
    border-top: 25vw solid #fb9821;
}
.faq_inner h2 {
    padding-top: 5rem;
}
.step_title::after {
    border-top: 16vw solid #fb9821;
}
.step_title {
    padding-top: 5rem;
}
.point_box_text {
    margin-top: 6.5rem;
}


}


@media screen and (max-width:1300px) {
    .eye_text_box h2 {
    line-height: 5vw;
}
.eye_btn_box a {
    height: 6rem;
}

.eye_box ul li p {
    letter-spacing: 0;
}
.step_inner ul {
    width: 95%;
}
.header_right_tel a {
    font-size: 2.4rem;
}

.header_right_btn a {
    width: 22rem;
    font-size: 1.8rem;
    height: 5rem;
}
.header_left a {
    width: 30%;
}






}


@media screen and (max-width:1200px) {
    .header_inner {
    padding: 0 2rem;
}
.header_right_tel {
    margin-right: 3rem;
}
.header_right_tel a {
    font-size: 2rem;
}
.header_right_btn a {
    width: 25rem;
    font-size: 2rem;
}

.plan_list_item p:nth-of-type(1) {
    height: 20rem;
}
.plan_list_item p:nth-of-type(2) {
    width: 25rem;
}
.contact_inner dl dd input {
    width: 600px;
}
.contact_inner dl:nth-of-type(6) dd textarea {
    width: 600px;
}
.plan_bg_2 {
    line-height: 2.8rem;
}
.step_inner ul li {
    width: 23%;
}
.step_inner ul li:nth-child(1)::before {
    border-width: 1vw 1.8vw;
    right: -50px;
}
.step_inner ul li:nth-child(2)::after {
    border-width: 1vw 1.8vw;
    right: -50px;
}
.header_right_tel img {
    width: 15%;
}

}

@media screen and (max-width:1100px) {
    .plan_bg_2:after {
    border-top: 27vw solid #fb9821;
}
.step_inner ul li {
    width: 21%;
}


}




/* --------スマホ対応--------- */
@media screen and (max-width:960px)   {

/* --------トップページ--------- */


.sp_none {
    display: none!important;
}
.point_list_item:nth-child(3) .point_box::before {
    top: -25%;
    height: 70rem;
}
.point_list_item:nth-child(2) {
    margin-bottom: 15rem;
}


.eye_inner {
    
}
.eye {
    height: 50rem;
    object-fit: cover;
    object-position: 85% 0%;
    filter: opacity(65%);
}
.eye_img_box {
    position: absolute;
        top: 105%;
        right: 35%;
        width: 37%;
}
.point_list_item {
    margin-bottom: 23rem;
}
.point_list_item:last-child {
    margin-bottom: 15rem;
}





.eye_box {
    position: absolute;
    top: 5%;
    left: 5%;
}
.eye_text_box p:first-of-type {
    font-size: 2.4rem;
}
.eye_text_box h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 4rem;
    margin-top: 2rem;
}
.point_list_item:nth-child(1) .point_box::before {
        content: "";
        clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
        width: 100%;
        height: 70rem;
        position: absolute;
        z-index: -10;
        top: -27%;
    }
.point_list_item:nth-child(1) {
    margin-bottom: 20rem;
}
.point_list {
    margin-top: 7rem;
}









.eye_text_box_s_2 {
    font-size: 6rem;
}
.eye_text_box p:last-of-type {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 1rem;
}
.eye_text_box p:last-of-type span {
    color: #fb9821;
    font-size: 2.4rem;
}
.eye_btn_box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    bottom: 0%;
    right: unset;
}
.eye_btn_box a {
    display: flex;
    width: 30rem;
    justify-content: center;
    height: 4rem;
    align-items: center;
    background:#fb9821;
    color: #fff;
    border-radius: 5rem;
    font-weight: 800;
    font-size: 1.6rem;
    border-bottom: 5px solid #e96300;
    position: relative;
}
.eye_box ul li {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #fb9821;
    position: relative;
    margin-right: 1rem;
}
.eye_box ul {
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eye_box ul li p span {
    font-size: 1.3rem;
    position: relative;
    display: inline-block;
}
.eye_box ul li p span::before {
    position: absolute;
    left: -0.7rem;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    transform: rotate(-20deg);
}
.eye_box ul li p span::after {
    position: absolute;
    right: -0.7rem;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    transform: rotate(20deg);
}
.eye_box ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 2rem;
    font-size: 1rem;
}


.header_right {
    display: none;
}
.header_left img {
        padding-left: 2rem;
}
.header_left h1 {
    font-size: 1.2rem;
    color: #fb9821;
    margin-left: 3rem;
}
.header_left a {
    width: 30%;
}



.header_left p {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.header_inner {
    height: auto;
        padding: 1.5rem 0;
        align-items: center;
        display: block;
}


.plan_bg {
    height: 10rem;
        font-size: 2.4rem;
        text-align: center;
        padding: 0 1rem;
        line-height: 3rem;
}
.plan_bg::after {
    border-top: 30px solid #fb9821;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}
.cam_list {
    padding: 0 2rem;
    padding-top: 5rem;
    height: auto;
    display: block;
}
.cam_list li {
    width: auto;
    margin-bottom: 3rem;
}
.cam_list li img:first-of-type {
    width: 15%;
}
.cam_list li img:nth-of-type(2) {
    width: 25%;
    margin: auto;
}
.cam_list li:nth-child(2) img:first-of-type {
    width: 15%;
}
.cam_list li h2 {
    width: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    background-color: #ef584e;
    color: #fff;
    border-radius: 3rem;
    font-size: 1.8rem;
    margin: auto;
    margin-bottom: 2rem;
}
.cam_list li p {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}
.cam_list li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 50px;
    background-color: #ef584e;
    position: absolute;
    top: 28%;
    left: 0;
}
.cam_list li img:last-of-type {
    width: 30%;
}
.cam_list li:nth-child(2)::before {
    top: 32%;
}
.cam_list li:nth-child(3)::before {
    top: 35%;
}


.cam_list li:last-child {
    margin-bottom: 0;
}
.cam_bg {
    background-image: url(image/bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.plan_list {
    display: block;
    margin: auto;
    margin-top: 0rem;
    padding: 0 2rem;
}
.plan_list_item {
    width: auto;
    margin-bottom: 3rem;
}
.plan_list_item p:nth-of-type(1) {
    height: 18rem;
}
.scroll-infinity__item {
    width: calc(100vw / 1);
    padding: 0 2rem;
}
.plan_form {
    padding: 0 2rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
}
.contact_inner dl:nth-of-type(5) dt {
    width: auto;
    line-height: 3rem;
}
.step_inner ul li img {
    width: 80%;
}
.plan_form_btn a {
    width: auto;
    height: 7rem;
    font-size: 1.8rem;
}
.plan_form_btn a::after {
    right: 10px;
    font-size: 1.5rem;
}
.plan_form_tel img {
    margin-right: 1rem;
    width: 10%;
}
.point_inner h2 {
    text-align: center;
        font-size: 1.6rem;
        margin-top: 5rem;
        line-height: 3rem;
        padding: 0 1rem;
}
.point_list li h3 {
    text-align: center;
    width: 10rem;
    height: 10rem;
    margin: auto;
}
.point_list li h3 p {
    line-height: 3rem;
    font-size: 1.8rem;
}
.point_list li h3 p span {
    font-size: 3rem;
}
.point_box_left {
    width: auto;
    margin-top: 0rem;
    padding-left: 0rem;
}
.point_box_right {
    width: auto;
    margin-top: 0;
    padding: 0 2rem;
}
.point_box_left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2rem;
    margin-top: 3rem;
}
.point_box_left ul li {
    width: 22%;
    text-align: center;
    margin-bottom: 5rem;
}
.point_box_right h4 {
    font-size: 2rem;
    margin-top: 0rem;
    margin-bottom: 3rem;
 
    text-align: center;
    line-height: 4rem;
}
.point_box_right p {
    line-height: 3rem;
    padding-left: 0rem;
}
.point_box_text {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 5rem;
}
.point_box::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    width: 100%;
    height: 85rem;
    position: absolute;
  
    z-index: -10;
    top: -20%;
}
.achievements_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2rem;
    margin-top: 5rem;
}
.achievements_list li {
    width: 48%;
    margin-bottom: 2rem;
}
.achievements_btn a {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: center;
    height: 6rem;
    align-items: center;
    border-radius: 1rem;
    background: linear-gradient(to right, #fda209, #f6672d);
    color: #fff;
    font-size: 1.8rem;
}
.point_list_item:nth-child(2) .point_box::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
    right: 0;
}
.point_list_item:nth-child(2) .point_box_left h4 {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  
    text-align: center;
}
.point_list_item:nth-child(2) .point_box_left p {
    line-height: 3rem;
    padding-left: 0rem;
    padding: 0 2rem;
}
.point_box_right_img img:nth-of-type(1) {
    margin-top: 3rem;
}
.point_box_left_img {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2rem;
    margin-bottom: 3rem;
}
.comparison_inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
    margin-top: 0;
}
.comparison_inner h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 5rem;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
}
.comparison_inner h3 span:first-of-type {
    margin-left: 1rem;
}
.comparison_inner h3 span {
  
    color: #fff;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -1rem;
}


.faq_inner h2 {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #fff;
    padding-top: 2rem;
    overflow: hidden;
    padding-bottom: 10rem;
}
.accordion {
    max-width: 1200px;
    margin: auto;
    margin-top: 0rem;
    padding: 0 2rem;
}
.title::after, .title::before {
    content: "";
    position: absolute;
    right: 2rem;
    top: 35%;
    width: 3px;
    height: 2rem;
   
    transition: all 0.3s;
}
.title {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    padding: 2rem 4rem 2rem 2rem;
    cursor: pointer;
    line-height: 2.4rem;
}
.title img {
    margin-right: 1rem;
    width: 10%;
}
.option {
    position: relative;
    margin-bottom: 2rem;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 1rem;
}
.content img {
    margin-right: 1rem;
    width: 10%;
}

.content p {
    padding: 2rem 4rem 2rem 2rem;
    font-size: 1.5rem;
}
.step_title::after {
    content: "";
    position: absolute;
    top: 0%;
    box-sizing: border-box;
    border-right: 70vw solid transparent;
    border-left: 70vw solid transparent;
    border-top: 35vw solid #fb9821;
    left: -20%;
    z-index: -10;
    overflow: hidden;
}
.faq_inner h2::after {
    content: "";
    position: absolute;
    top: 0%;
    box-sizing: border-box;
    border-right: 70vw solid transparent;
    border-left: 70vw solid transparent;
    border-top: 40vw solid #fb9821;
    left: -20%;
    z-index: -10;
    overflow: hidden;
}
.plan_bg_2:after {
    content: "";
    position: absolute;
    top: 0%;
    box-sizing: border-box;
    border-right: 70vw solid transparent;
    border-left: 70vw solid transparent;
    border-top: 40vw solid #fb9821;
    left: -20%;
    z-index: -10;
    overflow: hidden;
}
.plan_bg_2 {
    position: relative;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
    padding-top: 2rem;
    overflow: hidden;
    padding-bottom: 10rem;
}












.step_title {
    position: relative;
        text-align: center;
        font-size: 1.9rem;
        line-height: 3rem;
        color: #fff;
        padding-top: 1rem;
        overflow: hidden;
        padding-bottom: 10rem;
        padding-left: 2rem;
        padding-right: 2rem;
}
.step_bg {
    background-image: url(image/bg_3.png);
    margin-top: -3rem;
    position: relative;
    z-index: -20;
    padding: 7rem 0 10rem 0;
}
.step_inner ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
    padding: 0 2rem;
}
.step_inner ul li {
    width: auto;
  
    border-radius: 1rem;
    padding: 5rem 3rem;
    position: relative;
    margin-bottom: 8rem;
}
.step_box {
    display: flex;
    width: 8rem;
    height: 8rem;
    background-color: #ef584e;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: -6%;
}
.step_inner ul li h2 {
    width: auto;
    margin: auto;
  
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    margin-bottom: 3rem;
    border-radius: 3rem;
    font-size: 1.8rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
.step_inner h3 {
    text-align: center;
    font-size: 2.4rem;
   
    line-height: 3rem;
    padding: 0 2rem;
    margin-top: -3rem;
}
.contact h2 {
    
    color: #fff;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: 0.05em;
}
.c_tel img {
    margin-right: 1rem;
    width: 10%;
}
.contact_inner h3 {
    text-align: center;
    font-size: 3rem;
    margin: 5rem 0 3rem 0;
    line-height: 4rem;
}
.contact_inner p {
    text-align: center;
    line-height: 3rem;
    margin-bottom: 5rem;
    letter-spacing: 0;
}
.contact_inner dl {
    display: block;
    margin-bottom: 3rem;
    align-items: center;
}
.contact_inner dl dt {
    width: auto;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.contact_inner dl dd input {
    height: 4rem;
    border-radius: 1rem;
    border: 1px solid #d9d9d9;
    width: -webkit-fill-available;
}
.contact_inner dl dt span {
    font-size: 1.3rem;
    background-color: #ff0000;
    color: #fff;
    width: 6rem;
    display: inline-grid;
    text-align: center;
    height: 3rem;
    align-items: center;
    margin-right: 1rem;
}
.contact_inner dl:nth-of-type(5) dd {
    padding-left: 0rem;
    padding-top: 0rem;
    display: grid;
}
.contact_inner dl:nth-of-type(5) dd span {
    margin-left: 0!important;
    margin-bottom: 1rem;
}
.contact_inner dl:nth-of-type(6) dd textarea {
    width: -webkit-fill-available;
    height: 300px;
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
}
.c_btn input {
    width: 30rem;
    display: block;
    margin: auto;
    margin-bottom: 5rem;
    height: 6rem;
    font-size: 2rem;
    color: #fff;
    border: unset;
    border-radius: 1rem;
    cursor: pointer;
}
.c_b_t {
    border: 1px solid #000;
    padding: 2rem;
}
footer {
    max-width: 1200px;
    margin: auto;
    margin-top: 10rem;
    padding: 0 2rem;
}
.footer_box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_box_left {
    border-left: unset;
    padding-left: 0rem;
    width: auto;
}
.footer_box_right {
    border-left: unset;
    padding-left: 0;
    padding-top: 5rem;
    border-top: 1px solid;
    margin-top: 5rem;
    width: auto;
}
.footer_box_right p:first-of-type {
    font-size: 2.3rem;
    font-weight: 900;
}
.footer_box_right p:first-of-type a {
    font-size: 4rem;
    color: #000;
    font-weight: 900;
}
.footer_box_right p:nth-of-type(2) {
    margin: 2rem 0;
    line-height: 3rem;
    font-size: 1.4rem;
}
.footer_link {
    display: flex;
    width: auto;
    background-color: #ef584e;
    color: #fff;
    justify-content: center;
    height: 6rem;
    align-items: center;
    border-radius: 1rem;
    font-size: 2rem;
}
footer ul {
    display: block;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
}
footer ul li:nth-child(2) {
    margin: 3rem 0;
}
footer ul li {
    text-align: center;
}
.copy {
    
    color: #fff;
    display: flex;
    justify-content: center;
    height: 4rem;
    align-items: center;
    font-size: 1.2rem;
    padding-bottom: 6rem;
}
.step_inner ul li:nth-child(2)::before {
    display: none;
}
.step_inner ul li:nth-child(2)::after {
    display: none;
}
.header_left {
    width: auto;
}
.point_box_left ul li img {
    width: auto;
}
.point_list_item:nth-child(2) .point_box_left {
    width: auto;
    padding-left: 0rem;
}
.point_list_item:nth-child(2) .point_box_right {
    width: auto;
}
.step_inner ul li:nth-child(1)::before {
    display: none;
}
.step_inner ul li:nth-child(2)::after {
    display: none;
}
.comparison_box {
   overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparison_box img {
  min-width: 600px;
}
.pc_none {
    display: block!important;
}
.eye_btn_box a::after {
    font-size: 1.5rem;
}


/* --------実績--------- */


.achievements_inner {
    margin-top: 5rem;
}
.pick_up {
    height: 5rem;
}
.pick_up p {
    font-size: 2.4rem;
}
.pick_up::after {
    border-top: 30px solid #fb9821;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}
.achievements_inner ul {
    padding: 0 2rem;
    padding-top: 5rem;
    display: block;
}
.achievements_inner ul li {
    width: auto;
}
.achievements_inner .step_title {
    margin-top: -2rem;
}
.achievements_bg {
    background-position-y: -5px;
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #fb9821;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #ef584e;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
    text-align: center;
    display: flex;
    padding: 2rem 1rem 2rem 1rem;
    font-size: 1.3rem;
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
}
#sp-fixed-menu li a img {
   width: 9%;
   margin-right: 5px;
}
#sp-fixed-menu li:last-child a img {
   width: 9%;
}
.for-sp{
      display:block;
    }




}

