@charset "utf-8";
.top_support::before {
	background-image: url("common/images/seamless5.jpg");
}

.top_faq {
	background-image: url("common/images/seamless3.jpg");
}

.top_contactform {
	background-image: url("common/images/seamless6.jpg");
}

.line_btn {
	background-image: url("common/images/seamless2.jpg");
}

:target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -90px 0 0;
}

html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 200%;
	font-family: 'Shippori Mincho', 'Noto Sans JP';
	color: #333;
}

*,::before,::after {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
	object-fit: cover;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:hover img {
	opacity: 0.75;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
}

figure {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px;
	line-height: 200%;
}

h1,h2,h3,h4 {
	letter-spacing: 0.2rem;
	line-height: 200%;
	margin-top: 0;
}

h3 {
	margin-bottom: 10px;
}

article {
	padding: 0 0 100px;
	position: relative;
}

table {
    border-collapse: collapse;
	width: 100%;
}

.sp,
.sp1024 {
	display: none !important;
}

.maxwidth1980 {
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.maxwidth {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.minwidth {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.pd100 {
	padding: 100px 0 0;
}

.pd0 {
	padding: 0;
}

.mg0 {
	margin: 0 !important;
}

header a {
	width: 200px;
}

header a h1 {
	margin: 0;
	line-height: 1;
}

.globalnavi > ul {
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 0;
}

.h_cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 0 15px 0 auto;
}

.h_cta li img {
	width: 30px;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1000000;
	transition: .3s;
}

body.active {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	height: 100%;
}
	
.active header {
	top: 0;
	left: 0;
	width: 100%;
	transform: translate(0 , 0);
}
	
.globalnavi {
	pointer-events: none;
	opacity: 0;
	width: 100%;
	z-index: 1000;
	overflow: auto;
	transition: 0.5s;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100vh;
}

.menutitle {
	font-size: 2rem;
	text-align: center;
	background-color: #F88379;
	color: #fff;
	margin: 0;
}
	
.active .globalnavi {
	pointer-events: auto;
	opacity: 1;
	background-color: #fff;
}
	
.globalnavi__hamburger {
	position: relative;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 2000;
	display: block;
	top: -7px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
	
.globalnavi__hamburger .globalnavi__hamburger--line {
	display: block;
	position: absolute;
	width: 35px;
	border-bottom: solid 4px #333;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
	border-radius: 10px;
}
	
.active .globalnavi__hamburger span:nth-child(1) {
	top: 15px;
	left: 9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 3px #333;
}
	
.active .globalnavi__hamburger span:nth-child(2), 
.active .globalnavi__hamburger span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 3px #333;
}
	
.active .globalnavi__hamburger span:nth-child(1),
.active .globalnavi__hamburger span:nth-child(2),
.active .globalnavi__hamburger span:nth-child(3) {
	border-bottom: solid 3px #333;
}
	
.active .globalnavi__hamburger--open,
.active .globalnavi__hamburger--close {
	color: #333;
}
	
.globalnavi__hamburger span:nth-child(1) {
	top: 9px;
}
	
.globalnavi__hamburger span:nth-child(2) {
	top: 20px;
}
	
.globalnavi__hamburger span:nth-child(3) {
	top: 31px;
}
	
.globalnavi__hamburger--open {
	opacity: 1;
	transition: 1s;
	position: absolute;
	left: 3px;
	font-size: 14px;
	top: 30px;
}
	
.active .globalnavi__hamburger--open,
.globalnavi__hamburger--close {
	opacity: 0;
}
	
.active .globalnavi__hamburger--close {
	opacity: 1;
	transition: 1s;
	position: absolute;
	left: 5px;
	font-size: 14px;
	top: 20px;
}
	
.active .overlay {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
	
.globalnavi > ul {
	display: block;
	margin: 0 auto 30px;
	height: initial;
}
	
.globalnavi__item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	padding: 0;
	height: auto;
	border: none;
	border-bottom: 1px solid #6592A7;
}
	
.gtranslate_wrapper {
	margin: 0 auto;
	padding: 10px 0;
}
	
.globalnavi__item:nth-of-type(1) {
	border-top: 1px solid #6592A7;
}
	
.globalnavi__toggle > a {
	width: calc(100% - 80px) !important;
}
	
.globalnavi__item a {
	display: inline-block;
	width: 100%;
	color: #333;
	padding: 10px 0 10px 20px;
	text-align: left;
}
	
.globalnavi__item .toggle-icon {
	width: 60px;
	height: 50px;
	display: inline-block;
	position: absolute;
	right: 0;
}
	
.globalnavi__item .toggle-icon {
	display: none;
}
	
.globalnavi__item.arrow .toggle-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.globalnavi__item .sub-menu .toggle-icon {
	display: none;
}

.globalnavi .sub-menu {
	visibility: inherit;
	transition: none;
	opacity: 1;
	display: none;
	padding-top: 0 !important;
	width: 100% !important;
	position: static;
	top: 0;
	left: 0;
	background-color: #fff;
	margin: 0 !important;
}
	
.globalnavi .sub-menu li {
	position: relative;
	padding: 0 0 0 5%!important;
	width: 100%;
	margin: 0 0 0 auto;
	text-align: left;
	border-bottom: 1px solid #6592A7;
	background-color: #fff;
}
	
.globalnavi .sub-menu a {
	width: 100%;
	display: block;
	padding-left: 10px;
}
	
.globalnavi__item.on {
	background-color: #6592A7;
	border-bottom: none;
}	

.globalnavi__item.on > a {
	color: #fff;
}
	
.toggle-icon {
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}
	
.globalnavi .sub-menu.open {
	display: block;
}
	
.globalnavi .sub-menu li a {
	position: relative;
}
	
.globalnavi .sub-menu li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	bottom: 0;
	width: 10px;
	height: 1px;
	background-color: #6592A7;
	margin: auto;
}

 .toggle-icon i.fa-minus {
	 display: none;
}

.toggle-icon.active i.fa-plus {
    display: none;
}

.toggle-icon.active i.fa-minus {
    display: inline;
}
	
.on .sub-menu {
	background-color: #CEE6C1;
}
	
.sub-menu li {
	display: block;
}
	
.on .sub-menu li {
	border-bottom: 1px solid #6592A7;
}
	
.toggle-icon .fa-minus {
	display: none;
}
	
.toggle-icon i {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.toggle-icon .fa-plus::before,
.toggle-icon .fa-minus::before {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.toggle-icon.active .fa-plus {
	display: none;
}
	
.toggle-icon.active .fa-minus {
	display: block;
}
	
.globalnavi .logo {
	margin: 10px auto 0 !important;
	width: 150px;
	height: initial;
}
	
.globalnavi__toggle a {
	display: inline-block;
	color: #333;
}
	
.globalnavi__item:nth-of-type(1)::before,
.sub-menu li:nth-of-type(1)::before {
	display: none;
}
	
.globalnavi__item a::after {
	display: none;
}

.sns {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 30px;
}

.sns li {
	width: 30px;
}

/*
.mainvisual figure {
	filter: brightness(90%);
}
*/
.mainvisual img {
	height: 100svh;
}

.mainvisual {
	position: relative;
	margin: 0;
	padding: 90px 0 0 0;
}

.maintext {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	height: fit-content;
	height: 100svh;
}

.maintext_top {
	position: absolute;
	top: -400px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: fit-content;
}

.maintext_center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: fit-content;
}

.maintext_bottom {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}

.maintext h3,
.maintext h2 {
	/*color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);*/
	margin: 0;
	line-height: 1.5;
}

.maintext h2 {
	font-size: 3.5rem;
	margin-bottom: 20px;
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.color {
	color: #F88379;
	font-size: clamp(1.4rem, 0.96rem + 1.7vw, 3rem) !important;
	line-height: 120%;
}

.middletext {
	font-size: 1.5rem;
	margin-bottom: 50px;
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.btn {
	border-radius: 30px;
	text-align: center;
	background-color: #a98940;
	width: 300px;
	margin: 0 auto;
}

.btn a {
	display: block;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
}

.maintext_points {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
}

.maintext_points p {
	margin: 0;
	background-color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 10px;
	position: relative;
	width: 200px;
}
/*
.border {
	background-color: #c37952;
	padding: 0 3px 3px 3px;
	display: block;
	position: relative;
}

.border::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 70%;
	height: 70%;
	z-index: -1;
	background-color: #c37952;
	border-radius: 0 3px 0 3px;
}

.border::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 70%;
	height: 70%;
	z-index: -1;
	background-color: #c37952;
	border-radius: 0 3px 0 3px;
}
*/
.smalltext {
	font-size: 0.8rem;
	font-weight: normal;
}

.line_btn {
	background-color: #EDD5D5;
	padding: 50px 0 25px;
	text-align: center;
}

.line_btn h2 {
	margin: 0;
}

.line {
	padding: 10px 0;
	background-color: #06C755;
	margin: 0 auto;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	width: 450px;
	position: relative;
}

.line::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border: 15px solid transparent;
	border-top: 15px solid #ffb6b3;
	width: 30px;
}

.line::after {
	content: "選べるギフト3,000円分プレゼント";
	display: block;
	position: absolute;
	top: -100px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
	padding: 0 10px;
	background-color: #ffb6b3;
	color: #fff;
}

.line a {
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.line a img {
	width: 50px;
}

.campaign {
	padding-bottom: 0;
}

.campaign .maxwidth {
	text-align: center;
	padding: 50px 0;
}

.campaign .maxwidth h2 {
	margin: 0;
}

.present {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 120px;
	gap: 100px;
}


.present p {
	position: relative;
	font-size: 2rem;
}

.present p::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.amazon::before {
	background-image: url("common/images/amazon-logo-squid-ink-smile-orange.png");
	width: 150px;
	top: -100px;
}

.staba::before {
	background-image: url("common/images/starbacks.svg");
	width: 120px;
	height: 120px;
	top: -150px;
}

.en_title {
	font-size: clamp(5rem, 4rem + 5vw, 10rem);
	color: #EDD5D5;
	position: absolute;
	right: 30px;
	top: 100px;
	transform: rotate(-10deg);
	font-family: 'Allura';
}

.campaign::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -95px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url("common/images/triangle.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	z-index: 2;
}

.top_worries {
	padding: 150px 0 50px;
	background-color: #EEECE3;
}

.top_worries .backcolor .maxwidth {
	max-width: 1400px;
}

.top_worries .en_title {
	top: 200px;
}

.top_worries::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -92px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url("common/images/triangle_color.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}

.top_worries_titlebox {
	text-align: center;
	position: relative;
}

.top_worries_titlebox h2:nth-of-type(1) {
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.top_worries_titlebox .deco {
	background-image: url(common/images/deco.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	color: #fff;
    padding: 10px;
    transform: rotate(12deg);
    display: inline-block;
}

.top_worries_titlebox .right {
	text-align: right;
}

.top_worries_titlebox::before {
	content: "";
	display: block;
    position: absolute;
    left: -60%;
    top: -30px;
    bottom: 0;
    background-image: url(common/images/S__31522927.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100px;
    height: 145px;
    right: 0;
    margin: auto;
}

.top_worries_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 100px;
}

.top_worries_wrap .container {
	width: calc(50% - 5px);
}

.top_worries_box {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	position: relative;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.top_worries_boxlist li {
	font-size: 0.9rem;
}

.container:nth-of-type(even) .top_worries_box {
	margin-top: 16%;
}

.container:nth-of-type(2) .top_worries_box {
	margin-top: 25%;
}

.container:nth-of-type(odd) .top_worries_box {
	margin-top: -8%;
}

.container:nth-of-type(1) .top_worries_box {
	margin-top: 0;
}

.top_worries_box figure {
	width: 40%;
	position: relative;
}

.top_worries_box figure img {
	border-radius: 15px;
}

.top_worries_box figure figcaption {
	position: absolute;
    top: -40px;
    left: 20px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    border-bottom: 2px solid #f69288;
    line-height: 1.5;
}

.top_worries_box figure figcaption::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -23px;
    left: -20px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #f69288;
}

.top_worries_box figure figcaption::after {
	content: "";
    display: block;
    position: absolute;
    bottom: -8.5px;
    left: -16px;
    margin: auto;
    width: 20px;
    height: 1.9px;
    background-color: #f69288;
    transform: rotate(-45deg);
}

.top_worries_box p {
	width: 45%;
}

.top_support {
	padding: 200px 0 100px;
	text-align: center;
	position: relative;
}

.top_support::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #F88379;
	width: 100%;
	height: 50%;
}

.top_support h2 {
	position: relative;
	margin-bottom: 50px;
}

.top_support h2::before {
	content: "";
	display: block;
	position: absolute;
	top: -0;
	bottom: 0;
	right: -350px;
	left: 0;
	margin: auto;
	background-image: url(common/images/imagecharacter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
	width: 90px;
	height: 98px;
}

.top_support_wrap {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.top_support_box {
	width: 30%;
}


.top_support_box h3,
.top_support_box p {
	text-align: left;
	position: relative;
	color: #fff;
}

.top_support_box h3::after {
	display: block;
	position: absolute;
	right: 0;
	top: -20px;
	font-size: 5rem;
	color: #fff;
	opacity: 0.7;
}

.top_support_box:nth-of-type(1) h3::after {
	content: "01";
}

.top_support_box:nth-of-type(2) h3::after {
	content: "02";
}

.top_support_box:nth-of-type(3) h3::after {
	content: "03";
}

.top_support_box figure {
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

.top_support_box figure img {
	aspect-ratio: 1/1;
}

.top_voice .en_title {
	top: -50px;
}

.top_voice_box {
	position: relative;
}

.top_voice {
	padding: 100px 0;
	text-align: center;
}

.top_voice_text {
	max-width: 700px;
	margin: 0 auto;
}

.top_voice h2 {
	margin-bottom: 100px;
}

.top_voice_text img {
	border-radius: 30px;
    width: 95%;
    margin: auto;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.voicenumber {
	color: #E0D0AB;
	font-size: 2rem;
	transform: rotate(-30deg);
    display: inline-block;
    width: fit-content;
    position: absolute;
    top: 10px;
    left: 40px;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}



.voicename {
	font-size: 2rem;
	width: fit-content;
	display: inline-block;
}

.top_thoughts {
	padding: 100px 0;
	text-align: center;
	background-image: radial-gradient(rgba(246, 146, 136, 0.4), rgba(255, 255, 255, 1) 60%);
}

.top_companylist {
	padding: 100px 0;
	text-align: center;
	background-color: #EEECE3;
}

.top_companylist h2 {
	margin-bottom: 50px;
}

.top_companylist .en_title,
.top_faq .en_title {
	top: -150px;
}

.top_companylist ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.top_companylist ul li {
	width: 30%;
}

.top_faq {
	padding: 50px 0;
	background-color: #EEECE3;
}

.top_faq h2 {
	text-align: center;
	margin-bottom: 50px;
}

.faqbox {
	padding: 30px;
	background-color: #EDD5D5;
	border-radius: 13px;
	margin-bottom: 50px;
}

.faqbox h4,
.faqbox p {
	position: relative;
	text-align: left;
	padding-left: 50px;
}

.faqbox h4::after,
.faqbox p::after {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
}

.faqbox h4::after {
	content: "Q";
	color: #fff;
	left: 1px;
}

.faqbox p::after {
	content: "A";
	color: #F88379;
	top: -1px;
}

.faqbox h4::before,
.faqbox p::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.faqbox h4::before {
	background-color: #F88379;
}

.faqbox p::before {
	border: 1px solid #F88379;
	background-color: #fff;
}

.top_thoughts_wrap p {
	text-align: left;
}

.top_thoughts_wrap p:nth-last-of-type(1) {
	text-align: right;
	font-size: 1.2rem;
	font-weight: bold;
}

.top_thoughts h2 {
	position: relative;
}

.top_contact {
	padding: 100px 0 0;
}

.top_contact h2 {
	text-align: center;
	margin: 0 0 50px 0;
}

.top_meeting {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.top_meeting_box {
	width: calc(50% - 15px);
}

.top_meeting_box h3 {
	border-bottom: 1px solid #F88379;
}

.top_meeting_box a {
	text-decoration: underline;
}



.f_navlist ul li a,
.copyright .maxwidth p,
.copyright .maxwidth small {
	color: #fff;
}

.copyright {
	background-color: #6592A7;
	padding: 10px 0;
}

.copyright .maxwidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.copyright .maxwidth p {
	margin: 0;
}

/* お問い合わせ */
.bl_form_confirm {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  pointer-events: none;
  transition: all 0.3s ease;
}

.bl_form_confirm:not(.is-disabled) {
  cursor: pointer;
  pointer-events: auto;
}

.bl_confirm_worrycheckboxwrap span {
	display: block;
}

  .bl_form_confirm.is-disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: auto; /* ホバーやイベントは有効 */
  }


.top_contactform {
	background-color: #EEECE3;
	padding: 50px 0;
}

.top_contactform .wpcf7 {
	background-color: #fff;
	border-radius: 0 0 30px 30px;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.top_contactform h2 {
	color: #333;
	padding: 30px;
	margin: 0;
}

.top_contact_header {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	border-radius: 15px 15px 0 0;
	position: relative;
	background-image: url("common/images/frame2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_contact_header::before {
    content: "";
    display: block;
    position: absolute;
    top: -0;
    bottom: 0;
    right: -375px;
    left: 0;
    margin: auto;
    background-image: url(common/images/imagecharacter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 70px;
    height: 75px;
}

.worrycheckbox {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.worrycheckbox > span {
	display: flex;
    align-items: center;
    border: 1px solid #F88379;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0 0 20px 0 !important;
    width: calc(50% - 8px);
    flex-wrap: wrap;
	box-shadow: 4px 4px 1px 0px rgba(248, 131, 121, 0.4);
}

.worrycheckbox > span input {
	margin-right: 10px;
}

.worrycheckbox > span input[type="checkbox" i]  {
    background-color: #f88379;
}

.ly_form :where(textarea) {
	field-sizing: content;
	resize: block;
}

.ly_form :where(button, [type="button"], [type="submit"], [type="reset"]) {
	text-align: center;
	user-select: none;
	touch-action: manipulation;
	border: 0;
}


.ly_form :where(button, input, textarea, select):focus-visible {
	outline: 2px solid #005FCC;
	outline-offset: -2px;
}

.ly_form :where(button,
.ly_form input[type=button],
.ly_form input[type=submit],
.ly_form input[type=reset])[disabled] {
	cursor: not-allowed;
}

.bl_form_confirm.disabled,
.bl_form_submit.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.bl_form_confirm, .bl_form_submit {
    background-color: #6592A7;
    color: #FFF;
    inline-size: min(100%, 10em);
    padding-block: 0.5em;
    padding-inline: 1em;
    width: 200px;
    cursor: pointer;
}

.bl_form_btn p {
    display: flex;
    gap: 50px;
}

.bl_form_confirm[disabled] {
    background-color: #CCC;
    border: 0;
}

.bl_form :where(textarea) {
  field-sizing: content;
  resize: block;
}
.bl_form :where(button, [type="button"], [type="submit"], [type="reset"]) {
  text-align: center;
  user-select: none;
  touch-action: manipulation;
}
/* フォーカス時はオリジナルのアウトラインを適用 */
.bl_form :where(button, input, textarea, select):focus-visible {
  outline: 2px solid #005FCC;
  outline-offset: -2px;
}
.bl_form :where(button,
.bl_form input[type=button],
.bl_form input[type=submit],
.bl_form input[type=reset])[disabled] {
  cursor: not-allowed;
}
/* レイアウト */
.bl_form,
.bl_formConfirm,
.bl_formThanks {
  padding: 20px;
}

.bl_form_group > p {
	color: #F88379;
	font-weight: bold;
}

.bl_formConfirm .bl_form_group > p{
	margin: 0;
}

.bl_form_group:not(:first-of-type),
.bl_formConfirm_txt+.bl_form_group {
  margin-block-start: 1.5em;
}
.bl_form_group fieldset {
  display: contents;
}
.bl_form_control {
  margin-block-start: 0.5em;
}
/* 項目名 */
.bl_form_label {
  align-items: center;
  display: inline-grid;
  gap: 0.6em;
  grid-template-columns: 1fr auto;
}
/* 必須ラベル */
.bl_form_required {
  background-color: red;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  font-size: 0.7rem;
	line-height: 1;
	padding: 5px 10px;
}
/* 入力欄、セレクトボックス */
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea, select) {
  background-color: #F8EAE9;
  border: 2px solid #F88379;
  padding-inline: 0.3em;
}
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea) {
  inline-size: 100%;
	font-size: 1.1rem;
	padding: 15px;
	border-radius: 15px;
}
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder {
  color: #C5C5C5;
}
.bl_form textarea {
  min-block-size: 5lh;
}
/* ラジオボタン、チェックボックス */
.bl_form .wpcf7-list-item {
  margin: unset;
}
.bl_form_radio,
.bl_form_checkbox {
  display: inline-grid;
  gap: 0.5em 2em;
}

/* プライバシーポリシー */
.bl_form_consent {
  border: 2px solid #DDD;
  margin-block-start: 2.5rem;
  padding-block: 1em;
  padding-inline: 1.3em;
  text-align: center;
}
.bl_form_consent_desc_link {
  color: #0000EE;
  text-decoration: underline;
}
/* バリデーションメッセージ */
/* .wpcf7-not-valid-tip{} */
/* 確認・戻る・送信ボタン */
.bl_form_btn {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block-start: 2.5rem;
}

/* 戻るボタン */
.bl_form_back {
  text-decoration: underline;
}
/* 確認画面とメッセージ、スピナーを非表示 */
.bl_formConfirm,
.wpcf7-response-output,
.bl_formConfirm .wpcf7-spinner {
  display: none;
}
/* 送信完了画面 */
.thanks {
	padding: 10px;
}

.bl_formThanks_ttl,
.bl_formThanks_txt {
  text-align: center;
}
.bl_formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}
.bl_formThanks_txt {
  margin-block-start: 1em;
}
@media (min-width: 768px) {
  .bl_form_label {
    margin-block-start: 0.5em;
  }
  .bl_form_radio,
  .bl_form_checkbox {
    grid-auto-flow: column;
  }
}
/* post */	
.singlewrap {
	padding-top: 5% !important;
}

.menu_visual {
	padding-bottom: 0;
}

.menu_visual img {
	height: 100svh;
}

.informationwrap,
.archivewrap,
.singlewrap,
.categorywrap,
.errorwrap,
.achievementwrap,
.allcategoryswrap {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 100px;
}

.informationwrap .minwidth,
.archivewrap .minwidth,
.singlewrap .minwidth,
.categorywrap .minwidth,
.errorwrap .minwidth,
.achievementwrap  .minwidth {
	margin: 0 auto;
}

.news__wrap--category {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
}

.columnwrap .all_categorytab {
	background-color: #333;
}

.columnwrap .all_categorytab a {
	color: #fff;
}

.news__wrap--category a {
	padding: 0 10px;
}

.informationwrap {
	padding-top: 5%;
}

.informationwrap .news__wrap--contents {
	width: 100%;
}

.news__wrap--matchbox {
	border-bottom: 1px solid #333;
	display: block;
	margin: 0 0 25px 0;
}

.news__wrap--matchbox h3 {
	margin: 0;
}

.pagination {
	margin-top: 10%;
}

.page-numbers {
	display: flex;
    justify-content: center;
    align-items: center;
}

.page-numbers li {
	text-align: center;
	width: 40px;
	height: 40px;
}

.page-numbers li span,
.page-numbers li a {
	width: 100%;
	height: 100%;
	display: flex;
}

.page-numbers li .current {
	background-color: #333;
    color: #fff;
    font-weight: 600;
}

.page-numbers li:hover {
	background-color: #cccccc;
}

.sidebar h3,
.sidebar h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 1.4rem;
	line-height: 120%;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
}

.sidebar {
	width: 250px;
}

.sidebar_menu {
	margin: 0;
}

.sidebar_menu > li.widget {
	margin-bottom: 30px;
}

/* privacypolicy */
.privacypolicy p {
	margin-top: 0;
}

.privacypolicy h2 {
	text-align: left;
	margin-bottom: 0;
}

.privacypolicy ol {
	text-align: left;
	margin-top: 0;
}

.f_navlist ul .sub-menu {
	padding-left: 20px;
}

.f_navlist ul .sub-menu li {
	position: relative;
}

.f_navlist ul .sub-menu li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	margin: auto;
	width: 10px;
	height: 1px;
	background-color: #fff;
}

@media screen and (max-width: 1980px) and (min-width: 1px) {
	.maxwidth1980 {
		max-width: inherit;
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1px) {
	.maintext_top {
		top: -300px;
	}

	.maintext_bottom {
		bottom: 0;
	}

	.maintext h2 {
		font-size: 2rem;
	}

	.middletext {
		margin-bottom: 0;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1450px) and (min-width: 1px) {
	.top_worries .backcolor .maxwidth {
		max-width: inherit;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}

@media screen and (max-width: 1300px) and (min-width: 1px) {	
	.maxwidth {
		max-width: inherit;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	.middletext {
		font-size: 1rem;
		padding: 0 10px;
	}


}

@media screen and (max-width: 1024px) and (min-width: 1px) {	
	.top_worries_wrap {
		display: block;
		margin-top: 50px;
	}
	
	.top_support {
		padding: 100px 0 50px;
	}
	
	.top_voice h2 {
		margin-bottom: 50px;
	}
	
	.top_worries_wrap .container {
		width: 100%;
	}
	
	.top_worries_wrap .container:nth-last-of-type(1) .top_worries_box {
		margin-bottom: 0 !important;
	}
	
	.top_worries_box {
		margin: 0 0 50px 0 !important;
	}
	
	.en_title {
		top: 0 !important;
	}
	
	.campaign .maxwidth {
		padding-bottom: 0;
	}
	
	.top_worries_titlebox::before {
		left: -600px;
	}
}

@media screen and (max-width: 950px) and (min-width: 1px) {
	.minwidth {
		max-width: inherit;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	.informationwrap, 
	.archivewrap, 
	.singlewrap, 
	.categorywrap, 
	.errorwrap, 
	.achievementwrap, 
	.allcategoryswrap {
		display: block;
		padding: 100px 0;
	}
	
	.sidebar {
		width: 96%;
		margin: 50px auto 0;
	}
	
	.informationwrap .minwidth, 
	.archivewrap .minwidth, 
	.singlewrap .minwidth, 
	.categorywrap .minwidth, 
	.errorwrap .minwidth, 
	.achievementwrap .minwidth {
		margin: 0 auto;
	}
}


@media screen and (max-width: 768px) and (min-width: 1px) {
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	header a {
		width: 100px;
	}
	
	.globalnavi__hamburger {
		top: 0;
	}
	
	.globalnavi__hamburger .globalnavi__hamburger--line {
		border-bottom: 2px solid #333;
		width: 25px;
		left: 10px;
	}
	
	.globalnavi__hamburger span:nth-child(2) {
		top: 15px;
	}
	
	.globalnavi__hamburger span:nth-child(3) {
		top: 21px;
	}
	
	.globalnavi__hamburger--open {
		top: 20px;
	}
	
	.none .globalnavi {
		transition: none;
	}
	
	.maintext {
		bottom: 5px;
		height: 100svh;
		min-height: 600px;
		max-height: 800px;
		position: absolute;
		top: 0;
	}
	
	.maintext_top {
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: initial;
	}
	
	.maintext_bottom {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.mainvisual img {
		height: auto;
	}
	
	.mainvisual,
	.menu_visual {
		background-color: #dcd2c7;
		margin-top: 50px;
	}

	.menu_visual,
	.mainvisual {
		padding: 0;
	}
	
	.maintext_points p {
		width: auto;
	}

	.maintext_center.sp {
		text-align: center;
		text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
		height: 100%;
	}

	.maintext_center_h2 {
		position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto !important;
        height: fit-content;
	}

	.maintext_bottom_h2 {
		position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto !important;
        height: fit-content;
	}
	
	.contact th,
	.contact td,
	.contact_confirmation th,
	.contact_confirmation td {
		display: block;
		width: 100%;
		padding: 5px;
	}
	
	.contact th,
	.contact_confirmation th {
		background-color: #FDC7E1;
	}
	
	.contact td,
	.contact_confirmation td {
		padding: 10px 0;
	}
	
	.contact_confirmation td {
		padding-left: 5px !important;
	}
	
	.news__wrap--contents {
		padding: 0;
	}
	
	.mb150,
	.mb100 {
		margin-bottom: 50px !important;
	}
	
	.campaign::after,
	.top_worries::after {
		height: 65px;
		bottom: -40px;
	}
	
	.top_worries_box,
	.top_support_wrap,
	.top_voice_text,
	.top_thoughts_wrap {
		display: block;
	}
	
	.top_worries_box figure,
	.top_worries_box p,
	.top_support_box,
	.top_thoughts_wrap p {
		width: 100%;
	}

	.top_worries {
		padding-top: 50px;
		background-color: #fff;
	}

	.backcolor {
		background-color: #EEECE3;
		padding: 20px 0;
		position: relative;
	}

	.backcolor::before {
		content: "";
        display: block;
        position: absolute;
        right: 0;
        top: -107px;
        left: 250px;
        background-image: url(common/images/S__31522927.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        width: 80px;
        height: 107px;
        margin: auto;
	}

	.top_worries_titlebox::before {
		content: none;
	}
	
	.top_support_box figure img {
		aspect-ratio: 3 / 2;
	}
	
	.top_support::before {
		height: 75%;
	}
	
	.voicenumber {
		position: inherit;
		transform: none;
		left: inherit;
		top: inherit;
		line-height: 1;
		font-size: 1rem;
	}
	
	.voicename {
		line-height: 1;
		padding-left: 20px;
	}
	
	.maintext_points {
		padding: 0 6px;
		gap: 10px;
		display: flex !important;
		margin-bottom: 50px;
	}
	
	.line_btn.custom {
		padding: 10px 0;
	}

	.line {
		width: 300px;
		padding: 0;
	}
	
	.line a {
		font-size: 1.2rem;
	}
	
	.line a::before {
		left: 5px;
	}

	.line::before {
		top: -10px;
	}
	
	.present {
		display: block;
		margin-top: 30px;
	}
	
	.amazon::before,
	.staba::before {
		width: 80px;
		left: -225px !important;
		top: 0;
		right: 0;
	}
	
	.staba::before {
		height: 80px;
	}
	
	.present p {
		font-size: 1.2rem;
	}
	
	.top_support .en_title {
		top: 200px !important;
	}
	
	.top_voice_box::before {
		background-image: url("common/images/circle_sp.svg");
		left: 0;
	}
	
	.dot {
		padding: 10px;
	}
	
	.top_companylist ul li {
		width: 45%;
	}
	
	.faqbox {
		padding: 30px 10px;
	}
	
	.faqbox h4, .faqbox p {
		padding-left: 35px;
	}
	
	.top h2 {
		font-size: clamp(1.2rem, 1.057rem + 0.71vw, 1.4rem);
	}
	
	.faqbox:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	
	.top_contactform .wpcf7,
	.top_contact_header {
		max-width: inherit;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	.worrycheckbox > span {
		width: 100%;
	}
	
	.top_meeting_box {
		width: 100%;
	}

	.top_support h2::before {
		right: -210px;
	}

	.bl_form, .bl_formConfirm, .bl_formThanks {
		margin: 0;
		padding: 15px;
		width: 100%;
	}

	.bl_formConfirm .bl_form_btn,
	.bl_formConfirm .bl_form_btn p {
		justify-content: space-between;
		gap: 10px;
	}

	.top_thoughts_text {
		width: 100%;
	}

	.top_contactform {
		padding: 50px 0;
	}

	.top_worries {
		padding-bottom: 20px !important;
	}
}

@media screen and (max-width: 600px) and (min-width: 1px) {
	.privacypolicy .wp-block-group__inner-container > ol {
		padding-left: 10px;
	}
	
	.privacypolicy .wp-block-group__inner-container ol ol {
		padding-left: 10px !important;
	}
	
	.contact_confirmation .send {
		display: block;
	}
	
	.contact_confirmation .send input:nth-of-type(1) {
		margin: 30px auto 40px;
	}
	
	.news__wrap--category {
		flex-wrap: wrap;
	}
	
	.news__wrap--category li {
		width: 50%
	}
	
	.news__wrap--category a {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.top_contact_header::before {
		right: -260px;
		width: 45px;
		height: 49px;
	}

	.top_support h2::before {
		width: 60px;
		height: 66px;
	}

	.backcolor::before {
		width: 48px;
        height: 70px;
        top: -68px;
        left: -250px;
	}

	.top_worries_boxlist li {
		font-size: 0.85rem;
	}
}

@media screen and (max-width: 425px) and (min-width: 1px) {
	.top_support .en_title {
        top: 235px !important;
    }
	
	.top_voice_box {
		padding: 10px 10px 10px 20px;
	}

	.top_worries_titlebox::before {
		top: -300px;
	}
}

@media screen and (max-width: 320px) and (min-width: 1px) {
	.top_support .en_title {
        top: 250px !important;
    }
}