@charset "UTF-8";

/*
Theme Name: 圓屋 リニューアル コーポレートサイト用
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:link {
  color: #000;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition-duration: .3s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* 共通
------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}

@media (max-width:840px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/* header
------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 30px 8px;
  background-color: #ED6C01;
  transition: all .3s;
}
header.scrolled{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); 
}
header .logobox {
  width: 390px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
header .logobox a img {
  width: 185px;
}
header .logobox .textbox {
  margin: auto 0 auto 15px;
}
header .logobox .textbox p {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
header .logobox .textbox p:nth-child(1) {
  margin: 0;
}
header .logobox .textbox p span {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px 13px;
  font-size: 11px;
  line-height: 1;
}
header .logobox .textbox p span:nth-child(2) {
  margin: 0 7px;
}
header .link_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
}
header .link_list .nav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: auto 0 auto auto;
  gap: 0 25px;
}
header .link_list .nav-list li a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
header .link_list .info-area{
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-left: 40px;
}
header .link_list .info-area .header_btn{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-height: 57px;
  padding: 16px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  border: 2px solid #fff;
  border-radius: 5px;
}
header .link_list .info-area .line-btn{
  color: #Fff;
  background-color: #2EB254;
}
header .link_list .info-area .line-btn::before{
  content: "";
  width: 25px;
  height: 24px;
  background-image: url(img/line_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .link_list .info-area .line-btn::after{
  padding-left: 5px;
  content: "";
  width: 10px;
  height: 11px;
  background-image: url(img/link_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .link_list .info-area .mail-btn{
  color: #ED6C01;
  background-color: #fff;
}
header .link_list .info-area .mail-btn::before{
  content: "";
  width: 27px;
  height: 20px;
  background-image: url(img/mail_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

header .menu,
header .navmn{
  display: none;
}

@media (max-width:1700px) {
  header{
    padding: 12px 20px 11px;
  }
  header .link_list .nav-list{
    gap: 20px;
  }
  header .link_list .info-area .header_btn{
    padding: 11px 10px;
  }
}
@media (max-width:1600px) {
  header .link_list ul {
    gap: 0 10px;
  }
  header .link_list ul:nth-child(2) {
    gap: 0 5px;
    margin: 0 0 0 15px;
  }
  header .link_list .nav-list li a{
    font-size: 14px;
  }
  header .link_list .info-area .header_btn{
    font-size: 15px;
  }
}
@media (max-width:1400px) {
  header {
    padding: 10px 20px;
  }
  header .logobox {
    width: auto;
  }
  header .logobox a img {
    width: 150px;
  }
  header .logobox .textbox {
    margin: auto 0 auto 10px;
  }
  header .logobox .textbox p {
    display: none;
    font-size: 11px;
  }
  header .logobox .textbox p:nth-child(1) {
    margin: 0 auto 2px;
  }
  header .logobox .textbox p span {
    padding: 2px 8px;
    font-size: 10px;
  }
  header .link_list ul {
    gap: 0 8px;
  }
  header .link_list ul:nth-child(2) {
    gap: 0 5px;
    margin: 0 0 0 10px;
  }
  header .link_list ul li a {
    font-size: 13px;
  }
  header .link_list ul li a.header_button {
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media (min-width: 840px) {
  header{
    min-height: 100px;
  }
}
@media (max-width: 840px) {
  header{
    padding: 3.2vw 5.33333333333333333334vw 3.3vw 3.2vw;
    height: 18.666666666666668vw;
    background-color: #fff;
    align-items: center;
  }
  header .logobox {
    width: auto;
  }
  header .logobox a img {
    display: block;
    width: 24vw;
  }
  header .logobox .textbox {
    margin: auto 0 auto 4vw;
  }
  header .logobox .textbox p {
    display: block;
    font-size: 2.66666666666666666666667vw;
    color: #0E3380;
  }
  header .logobox .textbox p:nth-child(1) {
    margin: 0 auto 0.8vw;
  }
  header .logobox .textbox p span {
    border: 1px solid #0E3380;
    border-radius: 3px;
    padding: 0.8vw 1.6666666666666667vw;
    font-size: 2.13333333333333333333vw;
    line-height: 1;
  }
  header .logobox .textbox p span:nth-child(2) {
    margin: 0 1.33333333333333333335vw;
  }
  header .link_list{
    display: none;
  }
  header .menu{
    position: relative;
    display: block !important;
    flex-shrink: 0;
    width: 24px;
    height: 20px;
    cursor: pointer;
    transition: all .3s;
    z-index: 100;
  }
  header .menu span {
    width: 100%;
    height: 2px;
    background-color: #072844;
    position: absolute;
    left: 0;
    transition: all .3s;
  }
  header .menu span:nth-child(1) {
    top: 0;
  }
  header .menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .menu span:nth-child(3) {
    bottom: 0;
  }
  header .menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  header .menu.is-active span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
  header .menu.is-active span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  header .navmn{
    display: block;
    position: absolute;
    top: 18.666666666666668vw;
    right: -150%;
    width: 100%;
    height: calc( 100vh - 18.666666666666668vw );
    color: #fff;
    background-color: #0E3480;
    transition: all .5s;
  }
  header .navmn.is-open{
    top: 18.666666666666668vw;
    right: 0;
  }
  header .navmn .navmn_box{
    overflow-y: scroll;
    height: 100%;
  }
  header .navmn .sp_nav li>a,
  header .navmn .sp_nav li .parent-link{
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    width: 100%;
    padding: 5.33333333333333333334vw;
    border-bottom: 1px solid #1C418E;
  }
  header .navmn .sp_nav li .sp-ttl{
    position: relative;
    z-index: 2;
  }
  header .navmn .sp_nav li .sp-ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.866666666666666vw;
    width: 3.2vw;
    height: 0.5333333333333333vw;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all .3s;
  }
  header .navmn .sp_nav li .sp-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 7.199999999999999vw;
    left: auto;
    width: 0.5333333333333333333vw;
    height: 3.2vw;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all .3s;
  }
  header .navmn .sp_nav li .sp-ttl.is-sp-open::before {
    transform: translateY(-50%) rotate(90deg);
  }
  header .navmn .sp_nav li .mobile-list{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4vw 0;
    padding: 5.33333333333333334vw 4vw 5.33333333334vw 5.333333333334vw;
    margin: -10.666666666666668vw 0 0;
    background-color: #193E89;
    overflow: hidden;
    height: 0;
    opacity: 0;
    z-index: 1;
    transition: height .3s, margin .3s;
  }
  header .navmn .sp_nav li .mobile-list.is-sp-open{
    height: auto;
    opacity: 1;
    margin: 0;
  }
  header .navmn .sp_nav li .mobile-list a{
    display: block;
    width: 50%;
    font-size: 3.466666666666663vw;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.54;
    color: #fff;
  }
	header .navmn .sp_nav li.shop_list {
		width: 90%;
		background-color: #fba503;
		box-shadow: 0 5px 0 #bb7a00;
		margin: 0 auto 30px;
		border-radius: 10px;
	}
	header .navmn .sp_nav li.shop_list .parent-link {
		font-size: 3.733333333333333334vw;
		border-bottom: 0px solid #1C418E;
	}
	header .navmn .sp_nav li.shop_list .mobile-list {
		overflow: hidden;
		background: none;
		padding: 0 0 15px;
        margin: -15px auto 0;
		opacity: 0;
	}
    header .navmn .sp_nav li.shop_list .mobile-list.is-sp-open {
        margin: 0px auto 0;
        opacity: 1;
    }
	header .navmn .sp_nav li.shop_list .mobile-list div {
		background-color: #ffae16;
		width: 95%;
		margin: 0 auto;
		display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 4vw 0;
		padding: 2vw;
	}
	header .navmn .sp_nav li.shop_list .mobile-list a {
        font-size: 3.1vw;
	}
  

  header .navmn .over-area{
    padding: 5.3333333333333334vw 0 6vw;
    margin: 0 5.333333333333334vw;
    overflow: hidden;
  }
  header .navmn .over-area .btn_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.66666666666666666668vw;
    margin: 0 auto;
  }
  header .navmn .over-area .btn_area .btn{
    display: block;
    width: 100%;
  }
  header .navmn .over-area .btn_area .btn a{
    font-size: 3.733333333333333334vw;
    padding: 3.7333333333333334vw 4.8vw;
    border-radius: 10px;
    color: #fff;
    transition: all .3s;
  }
  header .navmn .over-area .btn_area .line-btn a{
    background: #2EB254;
    box-shadow: 0 5px 0 #168937;
  }
  header .navmn .over-area .btn_area .mail-btn a{
    background: #ED6C00;
    box-shadow: 0 5px 0 #CB3A00;
  }
  header .navmn .over-area .btn_area .line-btn a:hover{
    box-shadow: 0 1px 0 #168937;
  }
  header .navmn .over-area .btn_area .mail-btn a:hover{
    box-shadow: 0 1px 0 #CB3A00;
  }


  header .navmn .under-area{
    padding: 8vw 0 8vw;
    margin: 0 5.333333333333334vw;
    overflow: hidden;
  }
  header .navmn .under-area .btn_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.66666666666666666668vw;
    margin: 0 auto 8vw;
  }
  header .navmn .under-area .btn_area .btn{
    display: block;
    width: 100%;
  }
  header .navmn .under-area .btn_area .btn a{
    font-size: 3.733333333333333334vw;
    padding: 3.7333333333333334vw 4.8vw;
    border-radius: 10px;
    color: #fff;
    transition: all .3s;
  }
  header .navmn .under-area .btn_area .line-btn a{
    background: #2EB254;
    box-shadow: 0 5px 0 #168937;
  }
  header .navmn .under-area .btn_area .mail-btn a{
    background: #ED6C00;
    box-shadow: 0 5px 0 #CB3A00;
  }
  header .navmn .under-area .btn_area .line-btn a:hover{
    box-shadow: 0 1px 0 #168937;
  }
  header .navmn .under-area .btn_area .mail-btn a:hover{
    box-shadow: 0 1px 0 #CB3A00;
  }
  header .navmn .under-area .bnr-area .item{
    display: block;
    width: 100%;
    margin: 0 auto 2.666666666666667vw;
  }
  header .navmn .under-area .bnr-area .item:last-of-type{
    margin: 0;
  }
  header .navmn .under-area .bnr-area .item .insta-img{
    display: block;
    width: calc(100% + 5px);
    max-width: calc(100% + 5px);
    margin-left: -5px;
  }

}


/* footer
------------------------------*/
footer {
  padding: 60px 0 30px;
  background-color: #F7F7F7;
}
footer .innerbox {
  width: 1250px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
footer .footer-info{
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
footer .footer-info .left-ctt{
  display: block;
  max-width: 385px;
  width: 100%;
}
footer .footer-info .left-ctt .logo img{
  display: block;
  max-width: 265px;
  width: 100%;
  margin: 0 0 40px;
}
footer .footer-info .left-ctt .note{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.71;
  margin: 0 0 40px;
  color: #29323D;
}
footer .footer-info .left-ctt .sns-area{
  display: flex;
  align-items: center;
  gap: 50px;
}
footer .footer-info .left-ctt .sns-area p{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0E3380;
}
footer .footer-info .left-ctt .sns-area .icon-area{
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer-info .left-ctt .sns-area .sns img{
  display: block;
  max-width: 50px;
  width: 100%;
}
footer .footer-info .right-ctt{
  display: block;
  max-width: 750px;
  width: 100%;
}
footer .footer-info .right-ctt .link-item{
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #E5E5E5;
}
footer .footer-info .right-ctt .link-item .parent-link{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
  color: #0E3380;
  transition: all .3s;
}
footer .footer-info .right-ctt .link-item .parent-link.sp{
  display: none;
}
footer .footer-info .right-ctt .link-item .parent-link::before{
  flex-shrink: 0;
  border-radius: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(img/footer_link_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
footer .footer-info .right-ctt .link-item .parent-link:hover{
  opacity: 1;
  color: #E65216;
}
footer .footer-info .right-ctt .link-item .parent-link:hover::before{
  background-image: url(img/footer_link_arrow_hover.svg);
}
footer .footer-info .right-ctt .link-item .detail-link{
  max-width: 500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}
footer .footer-info .right-ctt .link-item .detail-link a{
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #0E3380;
  transition: all .3s;
  text-decoration: underline;
}
footer .footer-info .right-ctt .link-item .detail-link a:hover{
  opacity: 1;
  color: #E65216;
}
footer .footer-info .right-ctt .most-kind{
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  border: none;
}
footer .footer-info .right-ctt .most-kind ul{
  display: block;
  padding-left: 30px;
}
footer .footer-info .right-ctt .most-kind ul li a{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.79;
  color: #0E3380;
  transition: all .3s;
}
footer .footer-info .right-ctt .most-kind ul li a::before{
  content: "";
  width: 10px;
  height: 1px;
  background-color: #E65216;
}
footer .footer-info .right-ctt .most-kind ul li a:hover{
  opacity: 1;
  color: #E65216;
}
footer .footer-ctt .bnr-area{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 25px;
}
footer .footer-ctt .bnr-area .item img{
  display: block;
  max-width: 255px;
  width: 100%;
  border-radius: 5px;
}
footer .footer-ctt small{
  display: block;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #29323D;
}
@media (max-width: 840px) {
  footer {
    padding: 0 0 30vw;
  }
  footer .innerbox {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  footer .footer-info{
    flex-direction: column-reverse;
    margin: 0 0 9.3333333333333333334vw;
  }
  footer .footer-info .right-ctt{
    max-width: none;
    margin: 0 0 12vw;
  }
  footer .footer-info .right-ctt .link-item{
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  footer .footer-info .right-ctt .link-item .parent-link{
    position: relative;
    display: block;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 5.866666666666666666666vw;
    margin: 0;
    border-top: 1px solid #E5E5E5;
    z-index: 2;
  }
  footer .footer-info .right-ctt .link-item .parent-link.sp{
    display: block;
  }
  footer .footer-info .right-ctt .link-item .parent-link.pc{
    display: none;
  }
  footer .footer-info .right-ctt .link-item .parent-link.last{
    border-bottom: 1px solid #E5E5E5;
  }
  footer .footer-info .right-ctt .link-item .sp-ttl{
    position: relative;
  }
  footer .footer-info .right-ctt .link-item .sp-ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.866666666666666vw;
    width: 3.2vw;
    height: 0.5333333333333333vw;
    background-color: #0E3380;
    transform: translateY(-50%);
    transition: all .3s;
  }
  footer .footer-info .right-ctt .link-item .sp-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 7.199999999999999vw;
    left: auto;
    width: 0.5333333333333333333vw;
    height: 3.2vw;
    background-color: #0E3380;
    transform: translateY(-50%);
    transition: all .3s;
  }
  footer .footer-info .right-ctt .link-item .sp-ttl.is-sp-open::before {
    transform: translateY(-50%) rotate(90deg);
  }
  footer .footer-info .right-ctt .link-item .mobile-list{
    position: relative;
    max-width: none;
    display: flex;
    align-items: flex-start;
    gap: 5.33333333333334vw 0;
    padding: 6.6666666666667vw;
    margin: -13.3333333333335vw 0 0;
    background-color: #fff;
    overflow: hidden;
    height: 0;
    opacity: 0;
    z-index: 1;
    transition: height .3s, margin .3s;
  }
  footer .footer-info .right-ctt .link-item .mobile-list.is-sp-open{
    height: auto;
    opacity: 1;
    margin: 0;
  }
  footer .footer-info .right-ctt .link-item .mobile-list a{
    display: block;
    max-width: 50%;
    width: 100%;
    font-size: 3.46666666666663vw;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
  }
  footer .footer-info .right-ctt .link-item .sp-mobile{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5.33333333333334vw 0;
  }
  footer .footer-info .right-ctt .link-item .sp-mobile li{
    width: 50%;
  }
  footer .footer-info .right-ctt .link-item .sp-mobile li a{
    max-width: 100%;
  }
  footer .footer-info .right-ctt .most-kind{
    display: block;
  }
  footer .footer-info .right-ctt .most-kind ul{
    padding-left: 0;
  }
  footer .footer-info .right-ctt .most-kind ul li a{
    font-size: 3.46666666666663vw;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  footer .footer-info .left-ctt{
    max-width: none;
    padding: 0 5.333333333333334vw;
  }
  footer .footer-info .left-ctt .logo img{
    max-width: 70.66666666666667vw;
    margin: 0 auto 8vw;
  }
  footer .footer-info .left-ctt .note{
    font-size: 3.2vw;
    letter-spacing: 0.02em;
    line-height: 1.75;
    margin: 0;
  }
  footer .footer-info .left-ctt .sns-area{
    display: none;
  }
  footer .footer-ctt .bnr-area{
    flex-wrap: wrap;
    padding: 0 5.333333333334vw;
    gap: 2.666666666666666667vw 1.333333333333335vw;
    margin: 0 auto 6.4vw;
  }
  footer .footer-ctt .bnr-area .item img{
    max-width: 42.666666666667vw;
    border-radius: 5px;
  }
  footer .footer-ctt small{
    font-size: 3.2vw;
  }
}

.floating-banner{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10; 
}
.floating-banner a img{
  display: block;
  width: 100%;
  max-width: 270px;
}
.floating-banner .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 840px) {
  /* .floating-sp{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex !important;
    align-items: stretch;
    z-index: 10;
  }
  .floating-sp .floating_btn{
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.666666666667vw;
    width: 50vw;
    height: 16vw;
    padding: 4.4vw 4vw;
    font-size: 4.2666666666666667vw;
    letter-spacing: 0;
    color: #Fff;
  }
  .floating-sp .line-btn{
    background-color: #2EB254;
  }
  .floating-sp .line-btn::before{
    flex-shrink: 0;
    content: "";
    width: 6.66666666666667vw;
    height: 6.4vw;
    background-image: url(img/page/cta-line-icon.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .floating-sp .mail-btn{
    background-color: #ED6C01;
  }
  .floating-sp .mail-btn::before{
    flex-shrink: 0;
    content: "";
    width: 7.1999999999999999999999vw;
    height: 5.3333333333333333334vw;
    background-image: url(img/page/cta-mail-icon.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .floating-sp .floating_btn::after{
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 11px;
    background-image: url(img/link_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  } */
  .floating-banner{
    right: 2.66666666666666667vw;
    bottom: 2.66666666666666667vw;
  }
  .floating-banner a img{
    max-width: 40vw;
  }
  .floating-banner .close-btn {
    top: -2.66666666666667vw;
    right: -2.66666666666667vw;
    width: 6.666666666666666667vw;
    height: 6.666666666666666667vw;
    font-size: 4.8vw;
    line-height: 6.6666666666666667vw;
  }
}



/* トップ */
.top_midh2 {}

.top_midh2 .en_text,
.top_midh2 .jp_text {
  display: block;
}
.top_midh2 .en_text {
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  margin: 0 auto 10px;
}
.top_midh2 .jp_text {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
}
.top_linkbox {
  margin: 50px auto 0;
}
.top_linkbox a {
  position: relative;
  display: inline-block;
  background-color: #EA5407;
  color: #fff;
  border-radius: 10px;
  padding: 24px 100px 24px 30px;
  font-size: 18px;
  font-weight: 700;
}
.top_linkbox a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 75px;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.top_linkbox a img {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(-0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#fv_section {
  background-color: #ED6C00;
  overflow: hidden;
  padding: 100px 0 25px;
}
#fv_section .fv-slider{
  overflow: unset;
  margin: 30px 0 70px;
}
#fv_section .fv-slider .swiper-slide{
  display: block;
  max-width: 80vw;
  width: 100%;
  margin: 0 20px;
}
#fv_section .fv-slider .img img{
  display: block;
  width: 100%;
  border-radius: 40px;
}
#fv_section .swiper-pagination{
  position: absolute;
  top: auto;
  bottom: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#fv_section .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin: 0 !important;
  opacity: 1 !important;
  background: #FFFFFF;
}
#fv_section .swiper-pagination .swiper-pagination-bullet-active{
  background: #0E3380;
}
#fv_section .note{
  display: block;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
}
#fv_section .note .inter{
  font-family: "Inter", sans-serif;
}
#fv_section .note .small{
  font-size: 18px;
  padding-left: 15px;
}
@media (max-width: 840px) {
  #fv_section {
    padding: 21.333333333333336vw 0 6.666666666666666667vw;
  }
  #fv_section .fv-slider{
    margin: 0 0 8vw;
  }
  #fv_section .fv-slider .swiper-slide{
    max-width: 93.333333333vw;
    margin: 0 10px;
  }
  #fv_section .fv-slider .img img{
    border-radius: 15px;
  }
  #fv_section .swiper-pagination{
    bottom: -4vw;
    gap: 1.333333333333333335vw;
  }
  #fv_section .swiper-pagination .swiper-pagination-bullet{
    width: 1.33333333333333335vw;
    height: 1.33333333333333335vw;
  }
  #fv_section .note{
    font-size: 3.733333333333333334vw;
  }
  #fv_section .note .small{
    display: block;
    font-size: 2.66666666666666667vw;
    padding-left: 0;
  }
}

.payment{
  background-color: #fff;
  padding: 5px 0 5px 100px;
}
.payment .in-flex{
  display: flex;
  align-items: center;
  gap: 84px;
}
.payment .in-flex p{
  position: relative;
  flex-shrink: 0;
  font-size: 21px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: #0E3480;
}
.payment .in-flex p::before{
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 50px;
  background-image: url(img/payment-border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.payment .method-area{
  position: relative;
  flex: 1;
}
.payment .method-area .swiper-slide{
  width: auto;
}
.payment .method-area img{
  display: block;
  width: auto;
  height: 70px;
  margin-right: 20px;
}
@media (max-width: 840px) {
  .payment{
    padding: 5.333333333333334vw 0 3.2vw;
  }
  .payment .in-flex{
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
  .payment .in-flex p{
    font-size: 4vw;
    text-align: center;
    margin: 0 0 1.33333333333333335vw;
  } 
  .payment .in-flex p::before{
    display: none;
  }
  .payment .method-area .item{
    display: block;
    margin: 0 0 3.2vw;
  }
  .payment .method-area .item:first-of-type img,
  .payment .method-area .item:nth-of-type(2) img{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .payment .method-area .item:last-of-type{
    margin: 0;
  }
  .payment .method-area img{
    display: block;
    width: auto;
    height: 13.33333333333333335vw;
  }
}


#news_section {
  position: relative;
  padding: 45px 0;
  background-color: #0E3380;
  z-index: 0;
  overflow: hidden;
}
/* #news_section .news_section_deco {
  position: absolute;
  top: 60%;
  right: 5%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  max-width: 15%;
  z-index: -1;
} */
#news_section .innerbox {
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#news_section .innerbox .midbox {
  width: 170px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news_section .innerbox .midbox .inbox {
  margin: auto 0;
}
#news_section .innerbox .midbox p{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #fff;
}
#news_section .innerbox .midbox h2 {
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
  color: #fff;
}
#news_section .innerbox .midbox .linkbox {}
#news_section .innerbox .midbox .linkbox a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #0E3380;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
#news_section .innerbox .midbox .linkbox a img {
  display: block;
  max-width: 10px;
  width: 100%;
}
#news_section .innerbox .listbox {
  width: calc(100% - 170px);
  max-width: 100%;
  padding: 0 0 0 100px;
}
#news_section .innerbox ul {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
#news_section .innerbox ul li {
  width: 22.5%;
}
#news_section .innerbox ul li a {}
#news_section .innerbox ul li a .phobox {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 32.965% 0;
  margin: 0 0 10px;
}
#news_section .innerbox ul li a .phobox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#news_section .innerbox ul li a h3 {
  color: #fff;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 840px) {
  #news_section {
    padding: 8vw 0 12vw;
    overflow: hidden;
  }
  #news_section .news_section_deco {
    display: none;
  }
  #news_section .innerbox {
    width: 100%;
    display: block;
  }
  #news_section .innerbox .midbox{
    display: block;
    width: 100%;
  }
  #news_section .innerbox .midbox .inbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5.3333333333334vw;
  }
  #news_section .innerbox .midbox p{
    font-size: 3.2vw;
    margin: 0 0 1.33333333333335vw;
  }
  #news_section .innerbox .midbox h2 {
    font-size: 8vw;
    margin: 0;
  }
  #news_section .innerbox .midbox .linkbox a {
    font-size: 2.66666666666667vw;
    gap: 10px;
    border-radius: 10px;
    padding: 2.1333333333333333vw 2.666666666666667vw;
  }
  #news_section .innerbox .midbox .linkbox a img {
    max-width: 2.133333333333333vw;
  }
  #news_section .innerbox .listbox {
    width: auto;
    max-width: none;
    padding: 0;
    overflow: unset;
  }
  #news_section .innerbox ul {
    width: 100%;
    max-width: none;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #news_section .innerbox ul .headline-item{
    max-width: 42.66666666666666667vw;
    margin-right: 0;
    width: 100% !important;
  }
  #news_section .innerbox ul li a .phobox {
    border-radius: 5px;
    margin: 0 0 2.6666666666666667vw;
  }
  #news_section .innerbox ul li a h3 {
    display: block;
    font-size: 3.7333333333333333333334vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
}


#about_section {
  position: relative;
  padding: 100px 0;
  background-color: #ffffff;
  z-index: 0;
}
#about_section .innerbox {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#about_section .innerbox .phobox {
  width: 40%;
}
#about_section .innerbox .phobox span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 0;
  background-image: url("./img/about_section_pho.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 50px 50px 0;
}
#about_section .innerbox .textbox {
  width: 60%;
  padding: 80px 0 80px 5%;
}
#about_section .innerbox .textbox .deco_text {
  position: absolute;
  top: 6%;
  right: 1%;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 95px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  border-radius: 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: -1;
  color: #0E3380;
}
#about_section .innerbox .textbox .deco_pho {
  position: absolute;
  right: 0;
  bottom: 2.5%;
  width: 300px;
  max-width: 16vw;
  padding: 10% 0;
  background-image: url("./img/about_section_deco_pho.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50px 0 0 50px;
  z-index: -1;
}
#about_section .innerbox .textbox h2 {
  font-size: 80px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin: 0 auto 50px;
}
#about_section .innerbox .textbox h2 span {
  display: inline-block;
  background-color: #0E3380;
  color: #fff;
  padding: 20px 10px;
}
#about_section .innerbox .textbox h2 span:nth-child(1) {
  margin-bottom: 16px;
}
#about_section .innerbox .textbox h3 {
  font-size: 40px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  margin: 0 auto 20px;
  color: #0E3380;
}
#about_section .innerbox .textbox p {
  color: #111111;
  line-height: 2;
}
#about_section .innerbox .textbox .linkbox {
  display: flex;
  width: 650px;
  max-width: 100%;
  margin: 60px auto 0 0;
}
#about_section .innerbox .textbox .linkbox .btn{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 20px 0 20px 45px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CB3A00;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#about_section .innerbox .textbox .linkbox .btn::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
}
#about_section .innerbox .textbox .linkbox .btn:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #CB3A00;
}
#about_section .innerbox .textbox .linkbox a {
  width: 280px;
}
#about_section .innerbox .textbox .linkbox a:nth-child(1) {
  margin-right: 20px;
}
@media (max-width: 840px) {
  #about_section {
    padding: 10.6666666666668vw 0 26.6666666666666668vw;
    z-index: 1;
  }
  #about_section .innerbox {
    position: relative;
    display: block;
  }
  #about_section .innerbox .phobox {
    width: 75vw;
    height: 50vw;
    margin: 0 0 8vw;
  }
  #about_section .innerbox .phobox span {
    background-position: 50% 20%;
    margin: 0 auto 0 0;
    border-radius: 0 20px 20px 0;
  }
  #about_section .innerbox .textbox {
    width: 100%;
    padding: 0 5.33333333333333334vw;
  }
  #about_section .innerbox .textbox .deco_text {
    top: 0;
    right: 1.6666666667vw;
    font-size: 13.33333333333333333335vw;
    line-height: 1.2;
  }
  #about_section .innerbox .textbox .deco_pho {
    bottom: -50vw;
    max-width: 34.66666666666667vw;
    border-radius: 30px 0 0 30px;
    padding: 18.666666666666668vw 0;
    z-index: 2;
  }
  #about_section .innerbox .textbox h2 {
    font-size: 8.533333333333333333333vw;
    margin: 0 auto 5.33333333333334vw;
  }
  #about_section .innerbox .textbox h2 span {
    padding: 3.2vw 2.6666666666666666667vw 3.2vw 2.4vw;
  }
  #about_section .innerbox .textbox h2 span:nth-child(1) {
    margin-bottom: 2.1333333333333333333333vw;
  }
  #about_section .innerbox .textbox h3 {
    font-size: 5.333333333333333334vw;
    margin: 0 0 4vw;
  }
  #about_section .innerbox .textbox p {
    line-height: 1.92;
  }
  #about_section .innerbox .textbox .linkbox {
    width: 100%;
    gap: 3.2vw;
    margin: 6.666666666667vw 0 0;
  }
  #about_section .innerbox .textbox .linkbox .btn{
    font-size: 3.7333333333333334vw;
    letter-spacing: 0.02em;
    padding: 3.7333333333333334vw 4.8vw;
    border-radius: 10px;
  }
  #about_section .innerbox .textbox .linkbox .btn::before{
    width: 3.46666666666666666663vw;
    height: 3.46666666666666666663vw;
    right: 3.2vw;
    border-radius: 50%;
  }
  #about_section .innerbox .textbox .linkbox a {
    width: 42.66666666666667vw;
  }
  #about_section .innerbox .textbox .linkbox a:nth-child(1) {
    margin-right: 0;
  }
  #about_section .add-btn{
    display: block;
    margin: 0 auto 10.6666666666666668vw;
  }
  #about_section .add-btn .btn-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 5.33333333333333334vw;
    margin: 0 auto;
  }
  #about_section .add-btn .btn-area .btn{
    position: relative;
    display: block;
    font-size: 3.7333333333333334vw;
    letter-spacing: 0.02em;
    padding: 3.7333333333333334vw 4.8vw;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 0 #CB3A00;
    color: #fff;
    background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
    transition: all .3s;
  }
  #about_section .add-btn .btn-area .btn::before{
    content: "";
    width: 3.46666666666666666663vw;
    height: 3.46666666666666666663vw;
    background-image: url(img/page/btn-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.2vw;
    border-radius: 50%;
    background-color: transparent;
  }
  #about_section .add-btn .btn-area .btn:hover{
    opacity: 1;
    transform: translate(0, 4px);
    box-shadow: 0 1px 0 #CB3A00;
  }
  #about_section .add-btn .btn-area .btn {
    width: 42.66666666666667vw;
  }
  #about_section .add-btn .btn-area .btn:nth-child(1) {
    margin-right: 0;
  }
}

#feature_section {
  position: relative;
  padding: 50px 0 100px;
  background-color: #ffffff;
  z-index: 0;
}
#feature_section .innerbox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 55px;
  padding-left: 8.333333333333332vw;
}
#feature_section .innerbox .textbox {
  width: 30.208333333333332vw;
}
#feature_section .innerbox .textbox h2 {
  margin: 0 auto 30px;
  color: #0E3380;
}
#feature_section .innerbox .textbox h2 .en_text {
  display: block;
  font-size: 24px;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
#feature_section .innerbox .textbox h2 .jp_text {
  font-size: 62px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  line-height: 1.29;
  margin: 0 0 30px;
}
#feature_section .innerbox .textbox p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
}
#feature_section .innerbox .textbox .linkbox {
  display: flex;
  max-width: 100%;
  margin: 30px auto 0 0;
}
#feature_section .innerbox .textbox .linkbox .btn{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 20px 0 20px 45px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CB3A00;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#feature_section .innerbox .textbox .linkbox .btn::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
}
#feature_section .innerbox .textbox .linkbox .btn:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #CB3A00;
}
#feature_section .innerbox .textbox .linkbox a {
  width: 280px;
}
#feature_section .innerbox .textbox .linkbox a:nth-child(1) {
  margin-right: 20px;
}
#feature_section .innerbox .listbox {
  flex: 1;
}
#feature_section .innerbox .listbox li{
  display: block;
  max-width: 410px;
  width: 100% !important;
  height: 485px;
  border: 10px solid #0E3380;
  border-radius: 20px;
  padding: 40px 0;
  margin-right: 30px;
  color: #0E3380;
  background-color: #fff;
}
#feature_section .innerbox .listbox li .phobox{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto 30px;
}
#feature_section .innerbox .listbox li .phobox img{
  display: block;
}
#feature_section .innerbox .listbox li h3{
  font-size: 25px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0 auto 18px;
}
#feature_section .innerbox .listbox li p{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.88;
}
@media (max-width: 840px) {
  #feature_section {
    padding: 0 0 25.333333333333333336vw;
  }
  #feature_section .innerbox {
    display: block;
    padding: 0;
  }
  #feature_section .innerbox .textbox {
    width: 100%;
    padding: 0 5.86666666666666666vw;
    margin: 0 0 10.666666666666666668vw;
  }
  #feature_section .innerbox .textbox.btn-sp{
    margin: 0;
  }
  #feature_section .innerbox .textbox h2 {
    line-height: 1;
    margin: 0 0 5.33333333333333334vw;
  }
  #feature_section .innerbox .textbox h2 .en_text {
    font-size: 3.7333333333333334vw;
    margin: 0;
  }
  #feature_section .innerbox .textbox h2 .jp_text {
    font-size: 9.33333333333333334vw;
    line-height: 1.37;
    margin: 0 0 6.4vw;
  }
  #feature_section .innerbox .textbox p {
    font-size: 3.466666666663vw;
    line-height: 1.77;
  }
  #feature_section .innerbox .textbox .linkbox.sp {
    display: flex !important;
    margin: 10.6666666666666668vw auto 0;
    gap: 2.666666666666666667vw;
  }
  #feature_section .innerbox .textbox .linkbox .btn{
    font-size: 3.733333333333333334vw;
    padding: 3.7333333333333334vw 4.8vw;
    border-radius: 10px;
  }
  #feature_section .innerbox .textbox .linkbox .btn::before{
    width: 3.733333333333333333334vw;
    height: 3.733333333333333333334vw;
    right: 3.466666666666663vw;
    border-radius: 50%;
  }
  #feature_section .innerbox .textbox .linkbox a {
    width: 42.666666666666666666666667vw;
  }
  #feature_section .innerbox .textbox .linkbox a:nth-child(1) {
    margin-right: 0;
  }
  #feature_section .innerbox .textbox .linkbox.pc{
    display: none;
  }
  #feature_section .innerbox .listbox {
    padding-left: 5.86666666666666666vw;
  }
  #feature_section .innerbox .listbox li{
    max-width: 72vw;
    width: 100%;
    height: 86.66666666666667vw;
    border: 5px solid #0E3380;
    padding: 8vw 0;
    margin-right: 4.8vw;
  }
  #feature_section .innerbox .listbox li .phobox{
    height: 36vw;
    margin: 0 auto 8vw;
  }
  #feature_section .innerbox .listbox li .phobox img{
    display: block;
    width: auto;
    height: 100%;
  }
  #feature_section .innerbox .listbox li h3{
    font-size: 4.5333333333333333333vw;
    margin: 0 auto 3.73333333333333334vw;
  }
  #feature_section .innerbox .listbox li p{
    font-size: 2.6666666666666666667vw;
    line-height: 1.88;
  }
}


#shop_section {
  position: relative;
  background-image: url(img/shop-list_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F7F7F7;
  padding: 100px 0;
}

body.home #shop_section .banner {
	display: none;
}
#beginners #shop_section .banner {
  max-width: 110rem;
  margin: 0 auto 11.8rem;
}

#shop_section .innerbox {
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
}
#shop_section .innerbox .top_txt{
  display: block;
  margin: 0 auto 95px;
}
#shop_section .innerbox .top_midh2 {
  position: relative;
  font-weight: 800;
  margin: 0 auto 50px;
  color: #0E3380;
  text-align: center;
}
#shop_section .innerbox .top_midh2 .bg{
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 220px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.5;
  z-index: 1;
}
#shop_section .innerbox .top_midh2 .en_text{
  position: relative;
  z-index: 2;
  display: block;
  letter-spacing: 0;
  margin: 0 0 15px;
}
#shop_section .innerbox .top_midh2 .jp_text{
  position: relative;
  z-index: 2;
  line-height: 1.15;
}
#shop_section .innerbox .top_txt .note{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto 60px;
  color: #0E3380;
}
#shop_section .innerbox .top_txt .note span{
  color: #E65216;
}
#shop_section .innerbox .top_txt .page-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#shop_section .innerbox .top_txt .page-link a{
  position: relative;
  display: block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  max-width: 320px;
  width: 100%;
  padding: 28px 0 32px;
  color: #0E3380;
  background-color: #fff;
  border: 5px solid #0E3380;
  border-radius: 5px;
  transition: all .3s;
}
#shop_section .innerbox .top_txt .page-link a::before{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(img/area-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#shop_section .innerbox .top_txt .page-link a:hover{
  opacity: 1;
  color: #fff;
  background-color: #0E3380;
}
#shop_section .innerbox .area-ctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#shop_section .innerbox .area-ctt .box00 {
	width: 100%;
}
#shop_section .innerbox .area-ctt .box02,#shop_section .innerbox .area-ctt .box03 {
	width: 48%;
}
#shop_section .innerbox .box00{
  display: block;
  margin: 0 0 90px;
}
#shop_section .innerbox .box00 h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 10px;
  color: #fff;
  background-color: #0E3380;
  padding: 16px 30px;
  margin: 0 auto 40px;
}
#shop_section .innerbox .box00 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
#shop_section .innerbox .box00 ul li {
  display: block;
  max-width: 354px;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 0;
}
#shop_section .innerbox .box00 ul li .phobox {
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto 20px;
}
#shop_section .innerbox .box00 ul li .textbox{
  padding: 0 10px;
}
#shop_section .innerbox .box00 ul li .textbox h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 auto 11px;
  color: #0E3380;
}
#shop_section .innerbox .box02 ul li .textbox h4 {
  margin-right: -20px;
}
#shop_section .innerbox .box00 ul li .textbox h4 span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#shop_section .innerbox .box00 ul li .textbox p {
  font-size: 14px;
  color: #1B2839;
}
#shop_section .innerbox .box00 ul li .textbox .link {
  display: flex;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  gap: 7px;
  margin: 26px auto 22px;
}
#shop_section .innerbox .box00 ul li .textbox .link dl:first-child{
  width: 210px;
  margin: 0;
}
#shop_section .innerbox .box00 ul li .textbox .link dl:last-child{
  width: 100px;
  margin: 0;
}
#shop_section .innerbox .box00 ul li .textbox .link .tell{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 210px;
  width: 100%;
  height: 45px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #0E3480;
  border: 2px solid #0E3380;
  border-radius: 5px;
}
#shop_section .innerbox .box00 ul li .textbox .link .tell::before{
  content: "";
  width: 21px;
  height: 19px;
  background-image: url(img/page/cta-tell-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#shop_section .innerbox .box00 ul li .textbox .link .map{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  width: 100%;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background-color: #0E3380;
  border: 2px solid #0E3380;
  border-radius: 5px;
}
#shop_section .innerbox .box00 ul li .textbox .ctt-link{
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 18px 0;
  margin: 0 -30px;
  text-decoration: underline;
  color: #0E3380;
  background-color: #CFD6E5;
  border-radius: 0 0 10px 10px;
}
#shop_section .innerbox .btn a{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 600px;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CB3A00;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#shop_section .innerbox .btn a::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
}
#shop_section .innerbox .btn a:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #CB3A00;
}
@media screen and (max-width: 1650px) {
  #beginners #shop_section .banner {
    margin: 0 auto 7.375vw;
  }
}
@media (max-width: 840px) {
  #shop_section {
    background-size: contain;
    padding: 13.33333333333333335vw 0 16vw;
  }
  #beginners #shop_section .banner {
    margin: 0 auto 15vw;
  }
  #shop_section .innerbox {
    width: 100%;
    max-width: none;
    padding: 0 5.33333333333334vw;
  }
  #shop_section .innerbox .top_txt{
    margin: 0 auto 13.3333333333333335vw;
  }
  #shop_section .innerbox .top_midh2 {
    margin: 0 auto 6.666666666666666667vw;
  }
  #shop_section .innerbox .top_midh2 .bg{
    top: 0;
    font-size: 16vw;
  }
  #shop_section .innerbox .top_midh2 .en_text{
    font-size: 3.46666666666666663vw;
    margin: 0 0 2.133333333333333333vw;
  }
  #shop_section .innerbox .top_midh2 .jp_text{
    font-size: 9.333333333333334vw;
    letter-spacing: 0;
  }
  #shop_section .innerbox .top_txt .note{
    font-size: 4.266666666666666667vw;
    line-height: 1.5;
    margin: 0 auto 5.33333333333333333333334vw;
  }
  #shop_section .innerbox .top_txt .page-link{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.6666666666666666667vw;
  }
  #shop_section .innerbox .top_txt .page-link a{
    font-size: 4vw;
    max-width: 42.66666666666666666666667vw;
    padding: 2.4vw 0 2.66666666666666666666667vw;
    border: 2px solid #0E3380;
  }
  #shop_section .innerbox .top_txt .page-link a::before{
    right: 2.6666666666666666667vw;
    width: 3.733333333333333334vw;
    height: 3.733333333333333334vw;
  }
  #shop_section .innerbox .area-ctt {
	  display: block;
  }
  #shop_section .innerbox .area-ctt .box01,#shop_section .innerbox .area-ctt .box02,#shop_section .innerbox .area-ctt .box03 {
	width: 100%;
  }
  #shop_section .innerbox .box00{
    margin: 0 0 16vw;
  }
  #shop_section .innerbox .box00 h3 {
    font-size: 4.8vw;
    border-radius: 5px;
    padding: 2.666666666666667vw 4.26666666666666667vw 3.2vw;
    margin: 0 auto 5.3333333333333333334vw;
  }
  #shop_section .innerbox .box00 ul {
    gap: 5.333333333333333334vw;
  }
  #shop_section .innerbox .box00 ul li {
    max-width: none;
    border-radius: 5px;
    padding: 5.33333333333334vw 5.333333333333333334vw 0;
  }
  #shop_section .innerbox .box00 ul li .phobox {
    border-radius: 5px;
    margin: 0 auto 4vw;
  }
  #shop_section .innerbox .box00 ul li .textbox{
    padding: 0;
  }
  #shop_section .innerbox .box00 ul li .textbox h4 {
    font-size: 4.8vw;
    margin: 0 auto 2.66666666666667vw;
  }
  #shop_section .innerbox .box00 ul li .textbox h4 span {
    font-size: 4vw;
  }
  #shop_section .innerbox .box00 ul li .textbox .link {
    gap: 2.66666666666666667vw;
    margin: 4vw auto;
  }
  #shop_section .innerbox .box00 ul li .textbox .link dl:first-child{
    width: 48.8vw;
  }
  #shop_section .innerbox .box00 ul li .textbox .link dl:last-child{
    width: 23.200000000000003vw;
  }
  #shop_section .innerbox .box00 ul li .textbox .link .tell{
    gap: 1.2vw;
    max-width: 48.8vw;
    height: 10.13333333333333vw;
    font-size: 4.8vw;
  }
  #shop_section .innerbox .box00 ul li .textbox .link .tell::before{
    width: 4.8vw;
    height: 4.266666666666666667vw;
  }
  #shop_section .innerbox .box00 ul li .textbox .link .map{
    max-width: 23.200000000000003vw;
    height: 10.13333333333333vw;
    font-size: 2.66666666666666666667vw;
  }
  #shop_section .innerbox .box00 ul li .textbox .ctt-link{
    font-size: 3.2vw;
    padding: 4vw 0;
    margin: 0 -5.3333333333333333334vw;
  }
  #shop_section .innerbox .btn a{
    font-size: 3.7333333333333333334vw;
    max-width: 74.66666666666667vw;
    padding: 3.73333333333333333334vw 0;
  }
  #shop_section .innerbox .btn a::before{
    width: 3.73333333333333333333334vw;
    height: 3.73333333333333333333334vw;
    right: 3.4666666666666666663vw;
    border-radius: 50%;
  }
}


#business_section {
  padding: 120px 0 130px;
  position: relative;
  background-color: #0E3380;
}
#business_section .innerbox{
  margin: 0;
}
#business_section .ttl_area{
  position: relative;
  color: #fff;
  margin: 0 auto 85px;
  z-index: 2;
}
#business_section .ttl_area .bg{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 220px;
  font-weight: 800;
  letter-spacing: 0;
  color: #284686;
  z-index: 1;
}
#business_section .ttl_area p{
  position: relative;
  font-size: 24px;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto 15px;
  z-index: 2;
}
#business_section .ttl_area h2{
  position: relative;
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  z-index: 2;
}
#business_section .innerbox .swiper-wrapper {
  width: 100%;
}
#business_section .innerbox .swiper-slide {
  width: 100%;
  height: 700px;
  display: flex;  
  justify-content: space-between;
  gap: 4.166666666666666vw;
  padding: 4vw;
  background-color: #fff;
  border-radius: 50px;
}
#business_section .innerbox .swiper-slide .textbox {
  width: 47%;
  padding: 0;
}
#business_section .innerbox .swiper-slide .textbox .number-area{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin: 0 0 15px;
}
#business_section .innerbox .swiper-slide .textbox .number-area .defo{
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  color: #0E3380;
}
#business_section .innerbox .swiper-slide .textbox .number-area .number{
  font-size: 55px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.21;
  color: #ED6C00;
}
#business_section .innerbox .swiper-slide .textbox h3 {
  margin: 0 auto 30px;
}
#business_section .innerbox .swiper-slide .textbox h3 .jp_text {
  display: block;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
#business_section .innerbox .swiper-slide .textbox h3 .jp_text strong {
  display: inline-block;
  background-color: #0E3380;
  color: #ffffff;
  padding: 5px 15px;
}
#business_section .innerbox .swiper-slide .textbox p {
  color: #0E3380;
}
#business_section .innerbox .swiper-slide .textbox .sub_ttl{
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.33;
  margin: 0 0 20px;
}
#business_section .innerbox .swiper-slide .textbox .note{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.88;
  margin: 0 0 50px;
}
#business_section .innerbox .swiper-slide .textbox .linkbox a{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.04em;
  max-width: 280px;
  width: 100%;
  padding: 20px 0;
  padding-left: 30px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CB3A00;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#business_section .innerbox .swiper-slide .textbox .linkbox a::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
}
#business_section .innerbox .swiper-slide .textbox .linkbox a:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #CB3A00;
}
#business_section .innerbox .swiper-slide .phobox {
  width: 52%;
}
#business_section .innerbox .swiper-slide .phobox span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 40px;
}
#business_section .innerbox .swiper-slide.swiper-slide01 .phobox span {
  background-image: url("./img/top_business01.jpg");
}
#business_section .innerbox .swiper-slide.swiper-slide02 .phobox span {
  background-image: url("./img/top_business02.jpg");
}
#business_section .innerbox .swiper-slide.swiper-slide03 .phobox span {
  background-image: url("./img/top_business03.jpg");
}
#business_section .innerbox .swiper-slide.swiper-slide04 .phobox span {
  background-image: url("./img/top_business04.jpg");
}
#business_section .innerbox .swiper-button-prev,
#business_section .innerbox .swiper-button-next {
  width: 98px;
  height: 98px;
  background-size: 98px 98px;
  transform: translateY(-50%);
  margin-top: 0;
}
#business_section .innerbox .swiper-button-next {
  background-image: url("./img/business_slide_arrow01.png");
  right: 4%;
}
#business_section .innerbox .swiper-button-prev {
  background-image: url("./img/business_slide_arrow01.png");
  transform: translateY(-50%) scale(-1, 1);
  left: 4%;
}
#business_section .innerbox .swiper-button-prev:after,
#business_section .innerbox .swiper-button-next:after {
  display: none;
}
@media (max-width: 1800px) {
  #business_section .innerbox .swiper-slide .phobox {
    width: 52%;
    height: 30vw;
  }
}
@media (max-width: 840px) {
  #business_section {
    padding: 16vw 0 13.333333333333333335vw;
  }
  #business_section .ttl_area{
    margin: 0 auto 13.3333333333333333335vw;
  }
  #business_section .ttl_area .bg{
    top: 0;
    left: 50%;
    font-size: 16vw;
  }
  #business_section .ttl_area p{
    font-size: 3.46666666666666666666663vw;
    margin: 0 auto 2.13333333333333333vw;
  }
  #business_section .ttl_area h2{
    font-size: 9.333333333333333333334vw;
    line-height: 1.14;
  }
  #business_section .innerbox{
    padding: 0 5.3333333333333334vw;
  }
  #business_section .innerbox .swiper-slide {
    justify-content: flex-end;
    flex-direction: column-reverse;
    gap: 5.33333333333333333333334vw;
    height: 160vw;
    padding: 4.8vw 4.8vw 8vw;
    border-radius: 20px;
  }
  #business_section .innerbox .swiper-slide .phobox {
    width: 100%;
    height: 36vw;
  }
  #business_section .innerbox .swiper-slide .phobox span {
    border-radius: 10px;
  }
  #business_section .innerbox .swiper-slide .textbox {
    width: 100%;
  }
  #business_section .innerbox .swiper-slide .textbox .number-area{
    gap: 2.666666666666666667vw;
    margin: 0 0 2.666666666666666666667vw;
  }
  #business_section .innerbox .swiper-slide .textbox .number-area .defo{
    font-size: 3.733333333333333333334vw;
  }
  #business_section .innerbox .swiper-slide .textbox .number-area .number{
    font-size: 8vw;
  }
  #business_section .innerbox .swiper-slide .textbox h3 {
    margin: 0 auto 3.4666666666666666666663vw;
  }
  #business_section .innerbox .swiper-slide .textbox h3 .jp_text {
    font-size: 5.333333333333333334vw;
  }
  #business_section .innerbox .swiper-slide .textbox h3 .jp_text strong {
    padding: 0.8vw 2.1333333333333333vw 1.06666666666666666668vw;
  }
  #business_section .innerbox .swiper-slide .textbox .sub_ttl{
    display: flex;
    align-items: center;
    font-size: 5.33333333333333334vw;
    margin: 0 0 5.33333333333333334vw;
    min-height: 14.133333333333335vw;
  }
  #business_section .innerbox .swiper-slide .textbox .note{
    font-size: 3.73333333333333334vw;
    line-height: 1.71;
    margin: 0 0 6.6666666666666667vw;
    min-height: 38.2666666666vw;
  }
  #business_section .innerbox .swiper-slide .textbox .linkbox a{
    font-size: 3.733333333333333333334vw;
    text-align: center;
    max-width: none;
    padding: 3.7333333333333333333334vw 0;
    padding-left: 0;
  }
  #business_section .innerbox .swiper-slide .textbox .linkbox a::before{
    width: 3.733333333333333333334vw;
    height: 3.733333333333333333334vw;
    right: 3.46666666666666666663vw;
    border-radius: 50%;
  }
  #business_section .innerbox .swiper-button-prev,
  #business_section .innerbox .swiper-button-next {
    width: 12vw;
    height: 12vw;
    background-size: 12vw 12vw;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
  }
  #business_section .innerbox .swiper-button-prev {
    transform: scale(-1, 1);
  }
  #business_section .innerbox .button-arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 30vw;
    margin: 6.66666666666666667vw auto 0;
  }
}


#reuse_section {
  padding: 130px 0 120px;
  background-color: #FFFFFF;
}
#reuse_section .innerbox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5.989583333333334vw;
}
#reuse_section .innerbox .phobox {
  width: 42.70833333333333vw;
  height: 40.88541666666667vw;
}
#reuse_section .innerbox .phobox span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 0;
  background-image: url("./img/reuse_section_pho.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 50px 50px 0;
}
#reuse_section .innerbox .textbox {
  flex: 1;
  padding-right: 4.817708333333334vw;
}
#reuse_section .innerbox .textbox h3 {
  font-size: 3.1vw;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin: 0 auto 50px;
}
#reuse_section .innerbox .textbox h3 span {
  display: inline-block;
  background-color: #0E3380;
  color: #fff;
  padding: 20px 10px;
}
#reuse_section .innerbox .textbox h3 span:nth-child(1) {
  margin-bottom: 10px;
}
#reuse_section .innerbox .textbox p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #111111;
  line-height: 2;
  padding-right: 6.770833333333333vw;
  margin: 0 0 65px;
}
#reuse_section .innerbox .textbox .linkbox a{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 600px;
  width: 100%;
  padding: 20px 0;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CB3A00;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#reuse_section .innerbox .textbox .linkbox a::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
}
#reuse_section .innerbox .textbox .linkbox a:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #CB3A00;
}
@media (max-width: 840px) {
  #reuse_section {
    padding: 0 0 18.666666666666666668vw;
  }
  #reuse_section .innerbox {
    display: block;
  }
  #reuse_section .innerbox .phobox {
    width: 100%;
    height: 76vw;
    margin: 0 0 13.3333333333333333335vw;
  }
  #reuse_section .innerbox .phobox span {
    border-radius: 0;
  }
  #reuse_section .innerbox .textbox {
    width: 100%;
    padding: 0 5.333333333333333334vw;
  }
  #reuse_section .innerbox .textbox h3 {
    font-size: 5.8888888888888866vw;
    margin: 0 0 5.33333333333333333334vw;
  }
  #reuse_section .innerbox .textbox h3 span {
    padding: 1.666666666666667vw 2vw 2vw 2vw;
  }
  #reuse_section .innerbox .textbox h3 span:nth-child(1) {
    margin-bottom: 1.66666666666666667vw;
  }
  #reuse_section .innerbox .textbox p {
    font-size: 3.466666666666666663vw;
    line-height: 1.88;
    padding-right: 0;
    margin: 0 0 12vw;
  }
  #reuse_section .innerbox .textbox .linkbox a{
    font-size: 3.7333333333333333334vw;
    max-width: 74.66666666666667vw;
    padding: 3.733333333333333334vw 0;
    margin: 0 auto;
  }
  #reuse_section .innerbox .textbox .linkbox a::before{
    width: 3.73333333333333333333334vw;
    height: 3.73333333333333333333334vw;
    right: 3.4666666666666666663vw;
    border-radius: 50%;
  }
}


#sublink_section {
  position: relative;
  background-color: #F7F7F7;
  padding: 230px 0 120px;
  overflow: hidden;
}
#sublink_section .bg{
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 220px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
#sublink_section .innerbox {
  position: relative;
  z-index: 2;
  display: block;
  width: 1385px;
  max-width: 90%;
  margin: 0 auto;
}
#sublink_section .innerbox .page-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 90px 60px;
  margin: 0 0 120px;
}
#sublink_section .innerbox .page-area a {
  display: block;
  width: 47%;
  text-align: right;
  transition: all .3s;
}
#sublink_section .innerbox .page-area a .phobox {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin: 0 0 20px;
  transition: all .3s;
}
#sublink_section .innerbox .page-area a .phobox span {
  display: block;
  overflow: hidden;
  border-radius: 30px;
  transition: all .3s;
}
#sublink_section .innerbox .page-area a .phobox h3 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #0E3380;
  border-radius: 30px 0 30px 0;
  display: inline-block;
  padding: 25px 23px 25px;
  font-size: 38px;
  font-family: "ten-mincho-antique", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-optical-sizing: auto;
  z-index: 2;
  transition: all .3s;
}
#sublink_section .innerbox .page-area a .phobox img{
  display: block;
  position: relative;
  z-index: 1;
  transition: all .3s;
}
#sublink_section .innerbox .page-area a .page-link{
  display: inline-flex;
  align-items: center;
  justify-content: right;
  flex-direction: row-reverse;
  gap: 20px;
  font-size: 22px;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #0E3480;
  transition: all .3s;
}
#sublink_section .innerbox .page-area a .page-link::before{
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(img/sublink_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
#sublink_section .innerbox .page-area a:hover{
  opacity: 1;
}
#sublink_section .innerbox .page-area a:hover .phobox h3 {
  background-color: #ED6C01;
}
#sublink_section .innerbox .page-area a:hover .phobox img{
  transform: scale(1.1);
  opacity: 1;
}
#sublink_section .innerbox .page-area a:hover .page-link{
  opacity: 1;
  color: #ED6C01;
}
#sublink_section .innerbox .page-area a:hover .page-link::before{
  background-image: url(img/sublink_arrow_hover.svg);
  opacity: 1;
}


#sublink_section .innerbox .bnr-area{
  display: flex;
  align-items: center;
  gap: 60px;
}
#sublink_section .innerbox .bnr-area img{
  display: block;
  max-width: 660px;
  width: 100%;
}
@media (max-width: 840px) {
  #sublink_section {
    padding: 32vw 0 21.3333333333333336vw;
  }
  #sublink_section .bg{
    top: 8vw;
    font-size: 16vw;
  }
  #sublink_section .innerbox {
    width: 100%;
    max-width: none;
    padding: 0 5.33333333333333334vw;
    margin: 0 auto;
  }
  #sublink_section .innerbox .page-area {
    justify-content: space-between;
    gap: 8vw 0;
    margin: 0 0 16vw;
  }
  #sublink_section .innerbox .page-area a {
    width: 42.666666666667vw;
  }
  #sublink_section .innerbox .page-area a .phobox {
    margin: 0 0 3.2vw;
    max-height: 30vw;
    border-radius: 5px;
  }
  #sublink_section .innerbox .page-area a .phobox span {
    position: relative;
    height: 30vw;
    border-radius: 5px;
  }
  #sublink_section .innerbox .page-area a .phobox img {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
  }
  #sublink_section .innerbox .page-area a .phobox h3 {
    border-radius: 5px 0 5px 0;
    padding: 1.6666666666667vw 2vw;
    font-size: 4vw;
  }
  #sublink_section .innerbox .page-area a:first-of-type .phobox h3 {
    font-size: 3.2vw;
  }
  #sublink_section .innerbox .page-area a .page-link{
    gap: 2.666666666667vw;
    font-size: 3.466666666666666663vw;
  }
  #sublink_section .innerbox .page-area a .page-link::before{
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
  }
  #sublink_section .innerbox .bnr-area{
    flex-wrap: wrap;
    gap: 5.3333333333334vw;
  }
  #sublink_section .innerbox .bnr-area img{
    display: block;
    max-width: none;
    width: 100%;
  }
}



#recruit_section {
  position: relative;
  padding: 100px 0 70px;
  background-color: #0E3380;
  z-index: 0;
}
#recruit_section .text-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  white-space: nowrap;
  width: 100%;
}
#recruit_section .text-slider .slide-track {
  display: inline-block;
  animation: text_slide 80s linear infinite;
}
#recruit_section .text-slider .slide-track span {
  display: inline-block;
  font-family: "Inter", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 200px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  padding: 0 5px;
}
@keyframes text_slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}
#recruit_section .innerbox {
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#recruit_section .innerbox .phobox {
  width: 50%;
}
#recruit_section .innerbox .phobox span {
  display: block;
  width: 98%;
  height: 100%;
  margin: 0 auto 0 0;
  background-image: url("./img/top_recruit_pho.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50px;
}
#recruit_section .innerbox .textbox {
  width: 50%;
  padding: 80px 0 80px 5%;
}
#recruit_section .innerbox .textbox .top_midh2 {
  margin: 0 auto 30px;
  color: #fff;
}
#recruit_section .innerbox .textbox h3 {
  margin: 0 auto 25px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
#recruit_section .innerbox .textbox p {
  color: #fff;
  line-height: 2;
}
#recruit_section .innerbox .textbox .linkbox a:not(:first-child) {
  margin-left: 11px;
}

/* 採用情報 */
#recruit{
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 65px;
  background-color: #0E3380;
  padding: 90px 0 115px;
}
#recruit .left-ctt{
  width: 15.625vw;
  max-width: 300px;
  position: relative;
  z-index: 2;
}
#recruit .left-ctt p{
  font-size: 95px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.21;
  margin: 0 0 35px;
  color: #fff;
  writing-mode: vertical-rl;
}
#recruit .left-ctt .img img{
  display: block;
  border-radius: 0 60px 60px 0;
}
#recruit .right-ctt{
  position: relative;
  z-index: 2;
}
#recruit .right-ctt .img img{
  display: block;
  max-width: 820px;
  width: 100%;
  border-radius: 50px 0 0 50px;
}
#recruit .info-txt{
  position: relative;
  z-index: 2;
  padding: 130px 0 0;
}
#recruit .txt{
  max-width: 666px;
  width: 100%;
  color: #fff;
  margin: 0 0 95px;
}
#recruit h2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 92px;
  font-size: 62px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #0E3480;
  background-color: #fff;
  margin: 0 0 34px;
}
#recruit h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
}
#recruit p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.13;
}
#recruit .btn_area{
  display: flex;
  align-items: stretch;
  gap: 20px;
}
#recruit .btn_area .first a{
  width: 280px;
}
#recruit .btn_area .last a{
  width: 365px;
}
#recruit .btn_area .btn a{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 20px 0 20px 45px;
  border-radius: 10px;
  box-shadow: 0 5px 0 #CB3A00;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#recruit .btn_area .btn a::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#recruit .btn_area .btn a:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #CB3A00;
}
#recruit .text-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  width: 100%;
}
#recruit .text-slider .slide-track {
  display: inline-block;
  animation: slide 70s linear infinite;
}
#recruit .text-slider .slide-track span {
  display: inline-block;
  font-size: 220px;
  font-weight: bold;
  letter-spacing: 0;
  opacity: 0.2;
  color: #FFFFFF;
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 840px) {
  #recruit{
    display: block;
    padding: 16vw 0;
  }
  #recruit .left-ctt{
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 2.13333333333333333vw;
    width: 100%;
    max-width: none;
    margin: 0 0 9.3333333333333334vw;
  }
  #recruit .left-ctt p{
    position: absolute;
    top: -15%;
    left: 0;
    font-size: 13.33333333333333333333335vw;
    margin: 0;
  }
  #recruit .left-ctt .img{
    position: relative;
    width: 80vw;
    height: 50vw;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  #recruit .left-ctt .img img{
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  #recruit .info-txt{
    padding: 0 5.3333333333333334vw;
    margin: 0;
  }
  #recruit .right-ctt .img img{
    max-width: 34.66666666666667vw;
    margin-left: 1.33333333333335vw;
    border-radius: 0 30px 30px 0;
  }
  #recruit .txt{
    max-width: none;
    margin: 0 0 10.6666666666666666668vw;
  }
  #recruit h2{
    width: 45.86666666666667vw;
    height: 14.39999999999999999vw;
    font-size: 9.866666666666667vw;
    margin: 0 0 6.4vw;
  }
  #recruit h3{
    font-size: 5.3333333333333333334vw;
    margin: 0 0 6.4vw;
  }
  #recruit p{
    font-size: 3.46666666666666666663vw;
    line-height: 1.87;
  }
  #recruit .btn_area{
    display: block;
  }
  #recruit .btn_area .first a,
  #recruit .btn_area .last a{
    width: 74.66666666666667vw;
    margin: 0 auto;
  }
  #recruit .btn_area .first a{
    margin: 0 auto 4vw;
  }
  #recruit .btn_area .btn a{
    font-size: 3.733333333333333334vw;
    text-align: center;
    padding: 3.733333333333333334vw 0;
  }
  #recruit .btn_area .btn a::before{
    width: 3.73333333333333334vw;
    height: 3.73333333333333334vw;
    right: 3.2vw;
    border-radius: 50%;
  }
  #recruit .text-slider .slide-track span {
    font-size: 20vw;
  }

}



/* コンバージョンエリア */
#cta{
  padding: 80px 0 90px;
  background-image: url(img/page/cta-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cta .inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}
#cta .ttl_area{
  margin: 0 auto 40px;
  color: #fff;
}
#cta .ttl_area h2{
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 25px;
}
#cta .ttl_area p{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
#cta .ctt{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  background-color: #fff;
  border: 4px solid #0E3380;
  border-radius: 30px;
  padding: 35px 2% 40px;
  margin: 0 0 60px;
}
#cta .ctt .name{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 auto 12px;
}
#cta .ctt .mail{
  display: block;
  position: relative;
  max-width: 480px;
  width: 100%;
}
#cta .ctt .mail::after{
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(
    to bottom,
    #032A38 0px,
    #032A38 2px,
    transparent 2px,
    transparent 3px
  );
}
#cta .ctt .line{  
  display: block;
  position: relative;
  max-width: 480px;
  width: 100%;
}
#cta .ctt .mail .name span{
  color: #ED6C00;
}
#cta .ctt .line .name span{
  color: #279B48;
}
#cta .ctt .btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 480px;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  border: none;
  border-radius: 10px;
  transition: all .3s;
}
#cta .ctt .btn a:hover{
  opacity: 1;
  transform: translate(0, 4px);
}
#cta .ctt .mail .btn a{
  background: #ED6C00;
  box-shadow: 0 5px 0 #CB3A00;
}
#cta .ctt .mail .btn a::before{
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  content: "";
  width: 39px;
  height: 28px;
  background-image: url(img/page/cta-mail-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cta .ctt .mail .btn a:hover{
  box-shadow: 0 1px 0 #CB3A00;
}
#cta .ctt .line .btn a{
  background: #2EB254;
  box-shadow: 0 5px 0 #168937;
}
#cta .ctt .line .btn a::before{
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  content: "";
  width: 38px;
  height: 36px;
  background-image: url(img/page/cta-line-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cta .ctt .line .btn a:hover{
  box-shadow: 0 1px 0 #168937;
}
#cta .shop-area{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 80px;
}
#cta .shop-area .item{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  max-width: 310px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}
#cta .shop-area .item .img {
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  overflow: hidden;
}
#cta .shop-area .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}
#cta .shop-area .item .txt{
  flex: 1;
  color: #0E3380;
}
#cta .shop-area .item .txt .name{
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#cta .shop-area .item .txt .fc-name{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#cta .shop-area .item .txt .number{
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
#cta .shop-area .item .txt .number::before{
  content: "";
  width: 21px;
  height: 19px;
  background-image: url(img/page/cta-tell-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cta .btn a{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 600px;
  padding: 24px 0 27px;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 0 #AC3100;
  color: #fff;
  background: linear-gradient(to bottom, #ED6C00 50%, #E65216 50%);
  transition: all .3s;
}
#cta .btn a::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(img/page/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
}
#cta .btn a:hover{
  opacity: 1;
  transform: translate(0, 4px);
  box-shadow: 0 1px 0 #AC3100;
}
@media (max-width: 840px) {
  #cta{
    padding: 8vw 0 21.33333333333334vw;
  }
  #cta .inner{
    padding: 0 5.33333333333333334vw;
    width: 100%;
  }
  #cta .ttl_area{
    margin: 0 auto 12vw;
  }
  #cta .ttl_area h2{
    font-size: 6.6666666666666667vw;
    line-height: 1.38;
    margin: 0 0 6.6666666666667vw;
  }
  #cta .ttl_area p{
    font-size: 4.8vw;
    line-height: 1.44;
  }
  #cta .ctt{
    display: block;
    border: none;
    border-radius: 20px;
    padding: 4.8vw 4.8vw 8vw;
    margin: 0 0 6.666666666666666667vw;
  }
  #cta .ctt .name{
    font-size: 4vw;
    letter-spacing: 0.08em;
    margin: 0 auto 2.6666666666666667vw;
  }
  #cta .ctt .mail{
    max-width: none;
    margin: 0 0 13.333333333333335vw;
  }
  #cta .ctt .mail::after{
    content: "";
    position: absolute;
    top: auto;
    bottom: -7.199999999999999vw;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
      to right,
      #032A38 0px,
      #032A38 2px,
      transparent 2px,
      transparent 3px
    );
  }
  #cta .ctt .btn a{
    gap: 4vw;
    max-width: none;
    width: 100%;
    height: 16vw;
    font-size: 4.8vw;
    border: none;
  }
  #cta .ctt .mail .btn a::before{
    width: 8.53333333333333333vw;
    height: 6vw;
    border-radius: 0;
  }
  #cta .ctt .line .btn a::before{
    width: 8vw;
    height: 7.73333333333333vw;
  }
  #cta .shop-area{
    justify-content: center;
    gap: 2.6666666666666667vw;
    margin: 0 0 10.666666666666666668vw;
  }
  #cta .shop-area .item{
    display: block;
    padding: 4vw;
    max-width: 42.66666666666667vw;
  }
  #cta .shop-area .item .img,
  #cta .shop-area .item .img img {
    display: none;
  }
  #cta .shop-area .item .txt{
    display: block;
    width: 100%;
  }
  #cta .shop-area .item .txt .name{
    font-size: 4vw;
    text-align: center;
    margin: 0;
  }
  #cta .shop-area .item .txt .fc-name{
    font-size: 2.93333333333333vw;
    text-align: center;
    margin: 0 -4vw;
  }
  #cta .shop-area .item .txt .number{
    gap: 0.8vw;
    font-size: 4vw;
    margin: 1.333333333333335vw auto 0;
  }
  #cta .shop-area .item .txt .number::before{
    width: 3.466666666666666663vw;
    height: 3.466666666666666666663vw;
  }
  #cta .btn a{
    font-size: 4.8vw;
    max-width: 80vw;
    padding: 4vw 0;
  }
  #cta .btn a::before{
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    right: 4vw;
    border-radius: 50%;
  }
}



/*　ニュース・コラム　*/
.column_container {
  padding: 0 0 100px;
}
.column_container .column_flex {
  display: flex;
}
.column_container .column_area {
  width: 100%;
  box-sizing: border-box;
}
.column_container .column_area .cat_list {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.column_container .column_area .cat_list .item {
  width: 24.25%;
  margin: 0 1% 1% 0;
  box-sizing: border-box;
  background-color: #A3A3A3;
  transition-duration: .3s;
}
.column_container .column_area .cat_list .item:nth-child(4n) {
  margin-right: 0;
}
.column_container .column_area .cat_list .item:hover {
  background-color: #1C9500;
  transition-duration: .3s;
}
.column_container .column_area .cat_list .item.active {
  background-color: #1C9500;
}
.column_container .column_area .cat_list .item a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 12px;
  display: block;
}
.column_container .column_area .column_list {
  width: 100%;
  box-sizing: border-box;
}
.column_container .column_area .column_list {
  flex-wrap: wrap;
}
.column_container .column_area .column_list .item {
  width: 30%;
  margin: 0 5% 5% 0;
  box-sizing: border-box;
}
.column_container .column_area .column_list .item:nth-child(3n) {
  margin-right: 0;
}
.column_container .column_area .column_list .item .box .data {
  font-size: 15px;
  color: #717171;
  margin: 1rem 0 0.5rem;
}
.column_container .column_area .column_list .item .box .title {
  margin-bottom: 2rem;
}
.column_container .column_area .column_list .item .box .title a {
  font-size: 16px;
  display: block;
  transition-duration: .3s;
}
.column_container .column_area .column_list .item .box .title a:hover {
  color: #1C9500;
  transition-duration: .3s;
}
.column_container .column_area .column_list .item .cat a {
  font-size: 16px;
  color: #fff;
  border: solid 1px #1C9500;
  background-color: #1C9500;
  display: inline-block;
  padding: 5px 20px;
  transition-duration: .3s;
}
.column_container .column_area .column_list .item .cat a:hover {
  color: #1C9500;
  background-color: #fff;
  transition-duration: .3s;
}
.column_container .sidebar {
  width: 320px;
  min-width: 320px;
  box-sizing: border-box;
  margin-left: 80px;
}
.column_container .sidebar .box {
  margin-top: 50px;
}
.column_container .sidebar .box .title {
  font-size: 30px;
  margin-bottom: 10px;
}
.column_container .sidebar .box .list {
  border-top: solid 2px #1C9500;
}
.column_container .sidebar .box .list .item {
  padding: 20px 10px;
  border-bottom: solid 1px #C7C7C7;
}
.column_container .sidebar .box .list .item a {
  font-size: 17px;
  display: inline-block;
  transition-duration: .3s;
}
.column_container .sidebar .box .list .item a:hover {
  color: #1C9500;
  transition-duration: .3s;
}
.column_container .sidebar .box .list .item img {
  margin-right: 0.5em;
}
.column_container .sidebar .box .bnr .item {
  margin-bottom: 20px;
}
.column_container .sidebar .box .bnr .item:last-child {
  margin-bottom: 0;
}
.column_container .sidebar .box .bnr .item a {
  display: block;
  filter: drop-shadow(0 5px 0 #B6B6B6);
  transition: .3s;
}
.column_container .sidebar .box .bnr .item a img {
  width: 100%;
}
.column_container .sidebar .box .bnr .item a:hover {
  filter: drop-shadow(0 0 0 #B6B6B6);
  transform: translate(0, 5px);
}
.blog_search form {
  position: relative;
}
.blog_search form input {
  width: 100%;
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 32px;
  flex: 1;
  border-radius: 100vh;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 11px 20px;
}
.blog_search form button {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

/*　ニュース・コラム詳細　*/
.column_area .main_title {
  font-size: 30px;
}
.columnl_details_box .cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 20px;
}
.columnl_details_box .cat a {
  font-size: 16px;
  color: #fff;
  border: solid 1px #1C9500;
  background-color: #1C9500;
  display: inline-block;
  padding: 5px 20px;
  transition-duration: .3s;
}
.columnl_details_box .cat a:hover {
  color: #1C9500;
  background-color: #fff;
  transition-duration: .3s;
}
.columnl_details_box span.data {
  font-size: 15px;
  color: #717171;
  display: block;
}
.columnl_details_box>.pict img {
  width: 100%;
}
.columnl_details_box .box,
.columnl_details_box .shop_box {
  margin-top: 50px;
}
.columnl_details_box .box h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #1C9500;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.columnl_details_box .box h3,
.columnl_details_box .shop_box .title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid 4px #C7C7C7;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.columnl_details_box .box h3:after,
.columnl_details_box .shop_box .title:after {
  content: "";
  width: 150px;
  height: 4px;
  background-color: #1C9500;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.columnl_details_box .box h4,
.columnl_details_box .shop_box .sub_title {
  font-size: 20px;
  font-weight: 700;
  border-left: solid 6px #1C9500;
  padding-left: 0.5em;
  margin-bottom: 30px;
}
.columnl_details_box .box p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.columnl_details_box .shop_box .cms_txt {
  margin-bottom: 30px;
}
.columnl_details_box .shop_box .cms_txt span {
  font-weight: 700;
}
.columnl_details_box .shop_box .shop_data_box {
  margin-bottom: 30px;
}
.columnl_details_box .shop_box .shop_data_box .pict {
  width: 330px;
  box-sizing: border-box;
  margin-right: 30px;
}
.columnl_details_box .shop_box .shop_data_box .cms_txt {
  margin-bottom: 0;
}
.column_relevance_box {
  margin-top: 130px;
}
.column_relevance_box .relevance_title {
  font-size: 30px;
  border-left: solid 6px #1C9500;
  padding-left: 0.5em;
  margin-bottom: 40px;
}

@media (max-width:840px) {
  body {
    font-size: 14px;
  }
  /* トップ */
  .top_linkbox {
    margin: 30px auto 0;
  }
  .top_linkbox a {
    padding: 14px 80px 14px 20px;
    font-size: 14px;
  }
  .top_linkbox a img {
    right: 20px;
  }
  .top_linkbox a::before {
    right: 54px;
  }

  /*　ニュース・コラム　*/
  .column_container {
    padding: 0 0 10.6667vw;
  }

  .column_container .column_flex {
    display: block;
  }

  .column_container .sidebar {
    width: 100%;
    min-width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }

  .column_container .sidebar .box .title {
    font-size: 20px;
  }

  .column_container .sidebar .box .list .item {
    padding: 15px 10px;
  }

  .column_container .sidebar .box .list .item a {
    font-size: 15px;
  }

  .column_container .column_area .cat_list {
    margin-bottom: 30px;
  }

  .column_container .column_area .cat_list .item {
    width: 49%;
    margin: 0 2% 2% 0;
  }

  .column_container .column_area .cat_list .item:nth-child(4n) {
    margin-right: 2%;
  }

  .column_container .column_area .cat_list .item:nth-child(2n) {
    margin-right: 0;
  }

  .column_container .column_area .column_list .item {
    width: 48%;
    margin: 0 4% 6% 0;
  }

  .column_container .column_area .column_list .item:nth-child(3n) {
    margin-right: 4%;
  }

  .column_container .column_area .column_list .item:nth-child(2n) {
    margin-right: 0;
  }

  .column_container .column_area .column_list .item .box .data {
    font-size: 14px;
  }

  .column_container .column_area .column_list .item .box .title a {
    font-size: 15px;
  }

  .column_container .column_area .column_list .item .cat a {
    font-size: 14px;
  }

  /*　ニュース・コラム詳細　*/
  .column_area .main_title {
    font-size: 16px;
  }

  .columnl_details_box .cat a {
    font-size: 12px;
    padding: 5px 15px;
  }

  .columnl_details_box span.data {
    font-size: 13px;
  }

  .columnl_details_box .box h2 {
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 20px;
  }

  .columnl_details_box .box h3,
  .columnl_details_box .shop_box .title {
    font-size: 16px;
    border-bottom: solid 2px #C7C7C7;
    margin-bottom: 20px;
  }

  .columnl_details_box .box h3:after,
  .columnl_details_box .shop_box .title:after {
    width: 80px;
    height: 2px;
    bottom: -2px;
  }

  .columnl_details_box .box h4,
  .columnl_details_box .shop_box .sub_title {
    font-size: 15px;
    border-left: solid 4px #1C9500;
    margin-bottom: 20px;
  }

  .columnl_details_box .box p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .columnl_details_box .shop_box .shop_data_box {
    display: block;
  }

  .columnl_details_box .shop_box .shop_data_box .pict {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .column_relevance_box {
    margin-top: 80px;
  }

  .column_relevance_box .relevance_title {
    font-size: 18px;
    border-left: solid 4px #1C9500;
    margin-bottom: 20px;
  }
  
}