@charset "utf-8";
/*!
Theme Name: Conexio
Theme URI: 
Author: Siance
Author URI: https://www.siance.co.jp/
Description: このテーマは、企業用サイト向けに作成されたテンプレ―トファイルです。
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 企業向け,コーポレート,シンプル,レスポンシブ#footer_wrap
Text Domain: Smart Pack
*/

/* 花鳥風月フォント */
@font-face {
	font-family: 'KachoFugetsu';
	src: url('https://cdn.leafscape.be/kacho/kacho_web.woff2') format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'KachoFugetsuB';
	src: url('https://cdn.leafscape.be/kacho/kachoB_web.woff2') format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*----- reset -----*/
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.5;
	color: #333;
	height: 100%;
	position: relative;
	letter-spacing: 0.1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
	display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

textarea {
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

input {
	font-family: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.5;
	color: #333;
	position: relative;
	letter-spacing: 0.1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

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

abbr,
acronym {
	border: 0;
}

input[type="button"],
input[type="submit"],
input[type="email"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

select::-ms-expand {
	display: none;
}

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

.cf::after {
	content: "";
	clear: both;
	display: block;
}

/*----- reset end -----*/
:root {
	--vw-100: 100vw;
	--vw-50: calc(var(--vw-100)*.5);
	--font-NotoSans: YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	--font-NotoSerif: 'Noto Serif JP', serif;
	--font-Syncopate: 'Syncopate', sans-serif;
	--color-green: #094;
	--color-lightgreen: #00D961;
	--color-darkgreen: #008940;
}

html {
	visibility: hidden;
}

html.wf-active,
html.wf-inactive {
	visibility: visible;
}

/*---------- reset end ----------*/
/**********************************************
 * 全ページ共通
 *********************************************/
#wrapper {
	overflow: hidden;
}
/*
.tablet_size {
	display: none !important;
}*/

.sp_size {
	display: none !important;
}

.table {
	overflow-x: auto;
}

.table::-webkit-scrollbar {
	height: 5px;
}

.table::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.table::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

a {
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

a,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a[target="_blank"] {
	padding-right: 20px;
	background: url(images/popup.svg) no-repeat center right / 15px;
	color: #0084DD;
}

a[href$=".pdf"] {
	padding-right: 20px;
	background: url(images/icon_pdf.svg) no-repeat bottom 3px right;
}

a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 20px;
	background: url(images/icon_word.svg) no-repeat bottom 3px right;
}

a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 20px;
	background: url(images/icon_excel.svg) no-repeat bottom 3px right;
}

a.none[target="_blank"],
a.none[href$=".pdf"],
a.none[href$=".doc"],
a.none[href$=".docx"],
a.none[href$=".xls"],
a.none[href$=".xlsx"] {
	padding-right: 0;
	background: none;
}

a[href^="tel:"] {
	text-decoration: none;
	pointer-events: none;
}

img {
	display: block;
	max-width: 100%;
	/*width:auto;*/
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a img {
	pointer-events: none;
}

@keyframes icon-arrow {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(0.8rem);
	}

	51% {
		transform: translateX(0.8rem);
	}

	100% {
		transform: translateX(0);
	}
}

@-webkit-keyframes arrow_l {

	0%,
	100% {
		background-position: center;
	}

	50%,
	60% {
		background-position: center right -10px;
	}

	61% {
		opacity: 0;
		background-position: center left -20px;
	}

	62% {
		opacity: 1;
		background-position: center left -10px;
	}
}

#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}

/*------------------------------------------------
	header
-------------------------------------------------*/
#header_wrap {
	width: 100%;
	height: 100px;
	z-index: 100;
	position: fixed;
	top: 0;
	transition: all .3s ease;
	padding: 20px 2.4%;
	background: #fff;
}

#header_wrap:after {
	content: "";
	clear: both;
	display: block;
}

#header_wrap.hide {
	transform: translateY(-100%);
}

#header_wrap.smallhead {
	padding: 20px 2.4%;
}

#header_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	margin: auto;
	padding: 0;
	transition: all .3s ease;
}

.logo_link {
	display: block;
	text-decoration: none;
}

#logo {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	max-width: 329px;
}

#logo img {
	display: block;
	width: auto;
}

#menu {
	display: flex;
}

#menu-box {
	z-index: 1;
}

#toggle {
	display: none;
}

#menu nav {
	display: flex;
	height: 100%;
}

.menu_list {
	display: flex;
	padding: 0;
	margin: 0;
	padding: 0 20px 0 20px;
}

.menu_item {
	position: relative;
	list-style: none;
	line-height: 1.5;
	margin: 0 0 0 40px;
	position: relative;
}

.menu_item:first-child {
	margin-left: 0;
}


#menu .h_sub_list_box {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	padding: 12px;
	opacity: 0;
	visibility: hidden;
	width: 320px;
}

.menu_link {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
	position: relative;
}

.menu_link:hover,
.menu_link.current {
	color: #0077C0;
}

/* 　hover 中身 */
/*
#menu .h_sub_list_box {
    position: absolute;
    left: -94px;
    top: 100%;
    z-index: 1000;
	padding:12px;
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
	width:320px;
}*/


#menu .menu_item:nth-child(5) .h_sub_list_box {
	left: -40px;
}

/*
#menu .h_sub_list {
	padding:25px 27px;
    margin: 0;
	border-radius:8px;
	background:#fff;
	display: flex;
    flex-direction: column;
    row-gap: 20px;
    box-shadow: 0 3px 14px rgba(0, 79, 200, 0.1);
}*/

#menu .h_sub_list {
	padding: 25px 27px;
	margin: 0;
	border-radius: 8px;
	background: #fff;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	box-shadow: 0 3px 14px rgba(0, 79, 200, 0.1);
}

#menu .menu_item:hover>.h_sub_list_box {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.3s ease-in-out;
}

#menu .menu_item .s_sub_item {
	list-style: none !important;
	margin-bottom: 0;
}

#menu .menu_item:hover .s_sub_item {
	overflow: visible;
	height: auto;
}

#menu .menu_item .s_sub_item.top_item {
	display: none;
}

#menu .h_sub_link {
	display: block;
	color: #333;
	white-space: nowrap;
	transition: all .3s ease;
	text-decoration: none !important;
	position: relative;
	padding-right: 30px;
	font-weight: 500;
}

/***
#menu .h_sub_link:after{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.8px;
    height: 6.62px;
    border: solid #1385DD;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
	transition: background 0.3s;
}
***/

#menu .h_sub_link:not([target="_blank"])::before {
	--dot: #0084DD;
	--arr: #fff;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	--size: 8px;
	background: radial-gradient(circle at center, var(--arr) var(--size), var(--arr) var(--size));
	-webkit-mask: url(images/arrow-right.svg) no-repeat center / var(--size) var(--size);
	mask: url(images/arrow-right.svg) no-repeat center / var(--size) var(--size);
	background-color: var(--arr);
	z-index: 1;
}

#menu .h_sub_link:not([target="_blank"])::after {
	--dot: #0084DD;
	--arr: #fff;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--dot);
}

#menu .h_sub_link:hover {
	color: #0077C0;
}

a.saiyou_site_link.menu_link {
	color: #333;
}

a.saiyou_site_link.menu_link:hover {
	color: #0077C0;
}

.contact_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 75px;
	font-family: var(--font-serif);
	font-size: 1.7rem;
	line-height: 1.7rem;
	font-weight: 500;
	text-decoration: none;
	color: #fff !important;
	background: transparent;
	transition: background-color .3s;
}

.contact_btn:hover {
	background-color: rgb(11, 130, 174);
}

.contact_btn::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(32, 179, 183), rgb(11, 130, 174));
	top: 0;
	left: 0;
	z-index: -1;
}

.modal_open {
	display: block;
	width: 45px;
	height: 50px;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.3s;
}

.modal_open:hover {
	opacity: .7;
}

.modal_txt {
	display: block;
	position: relative;
	height: 100%;
	background: url(images/icon_search.svg) no-repeat center / 16px;
	border-radius: 10px;
	font-size: 0;
	transition: opacity .3s;
}

.modal_content {
	position: fixed;
	display: none;
	z-index: 5000;
	text-align: center;
	width: 526px;
}

.search_box {
	position: relative;
	width: 100%;
	background: #fff;
}

.search_txt {
	display: block;
	width: 100%;
	padding: 20px 60px 19px 20px;
	background: none;
	border: none;
	box-sizing: border-box;
	font-size: 1.8rem;
}

.search_btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	width: 60px;
	height: 69px;
	background: url(images/icon_search.svg) no-repeat center;
	border: none;
	cursor: pointer;
}

#s_overlay {
	display: none;
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.85);
}

.h_entry_btn {
	display: none !important;
}

.h_sp_en {
	display: none;
}

/*------------------------------------------------
	footer
-------------------------------------------------*/
.cta_btn {
	position: fixed;
	max-width: 420px;
	right: 100px;
	bottom: 40px;
	height: 60px;
	z-index: 5;
}

#footer_wrap {
	position: relative;
	padding-top: 90px;
	z-index: 10;
}

.footer_curve_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	display: block;
	z-index: 1;
	pointer-events: none;
}

.return {
	clear: both;
	position: fixed;
	bottom: 40px;
	right: 17px;
	z-index: 9999;
	display: none;
	background: #0084DD;
	border: 2px solid #0084DD;
	width: 60px;
	height: 60px;
	/*
	transition-duration: 0.3s;
*/
	font-size: 0;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.return::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	/* border-top: 2px solid #fff; */
	/* border-right: 2px solid #fff; */
	top: 3%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	/* transform: rotate(315deg); */
	transition: all .3s ease;
	background: url(images/arrow-top.svg) no-repeat center;
}

.return:hover {
	/* 	background: #fff; */
	opacity: .8;
}

/* .return:hover::after {
	border-top: 2px solid #0077C0;
	border-right: 2px solid #0077C0;
} */

.f_main_area {
	max-width: 1260px;
	padding: 0 20px;
	margin: auto;
}

.f_logo {
	max-width: 300px;
}

.f_logo_link,
.f_logo_img {
	display: block;
	width: 100%;
	border-radius: 0;
}


.f_menu {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.f_menu_list {
	padding: 0;
	margin-bottom: 50px;
	margin-right: 5%;
}

.f_menu_list:last-child {
	margin-right: 0;
}

.f_menu_item {
	position: relative;
	list-style: none;
}

.f_menu_link,
.f_sub_link {
	display: block;
	text-decoration: none !important;
}

.f_menu_link {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
	transition: color 0.3s;
	font-weight: 700;
	font-size: 1.6rem;
	color: #0084DD !important;
	line-height: 1.625;
	display: inline-block;
}

.f_menu_link:hover {
	color: #0084DD !important;
}

.f_menu_link:hover::after {
	opacity: 1;
}

a[target="_blank"].f_sub_link {
	display: inline-block;
	color: #333;
}

.f_sub_list {
	padding: 0;
}


.f_sub_link:hover {
	color: #0685DD !important;
	text-decoration: underline !important;
}

.f_sub_item {
	list-style: none;
	margin: 0;
	line-height: 2rem;
}

.f_menu_list .f_sub_item {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 10px 0;
	padding: 0;
}


.f_sub_item.f_sub_ttl_link {
	position: relative;
	padding-left: 25px;
}

.f_sub_item.f_sub_ttl_link:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	background: #0084DD;
	left: 1px;
	top: calc(50% - 1px);
}


.footer_bottom {
	position: relative;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}

.footer_bottom>div {
	margin: 0 auto 20px;
	max-width: 1260px;
	padding: 0 20px;
}

.f_sub_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.f_sub_link_list .f_sub_item {
	position: relative;
	padding: 0 18px 0 18px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
}

.f_sub_link_list .f_sub_item:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 6.5px);
	width: 1px;
	height: 13px;
	background: #333;
}

.f_sub_link_list .f_sub_item:first-child {
	padding: 0 18px 0 0;
}

.f_sub_link_list .f_sub_item:last-child {
	padding: 0 0 0 18px;
	border-right: none;
}

.f_sub_link_list .f_sub_item:last-child:after {
	content: none;
}


#copyright {
	margin: 0;
	line-height: 1.2;
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

#copyright p {
	margin: 0;
	padding: 0;
}

.copy_txt {
	font-size: 1.3rem;
	/* 	font-family: "Poppins", sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.5;
}

.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

.fadein.from-top {
	opacity: 0;
	transform: translateY(-50px);
	transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

.fadein.on {
	opacity: 1;
	transform: translateY(0);
}

.link_btn a {
	--bg: #fff;
	--fg: #0084DD;
	--dot: #0084DD;
	--arr: #fff;

	position: relative;
	display: inline-block;
	min-width: 200px;
	max-width: 300px;
	padding: 20px 50px 20px 30px;
	border-radius: 9999px;
	background: var(--bg);
	color: var(--fg) !important;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	transition: background .2s, color .2s;
}

.link_btn a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--dot);
}

.link_btn a::before {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	--size: 8px;
	background:
		radial-gradient(circle at center, var(--arr) var(--size), var(--arr) var(--size));
	-webkit-mask: url("images/arrow-right.svg") no-repeat center / var(--size) var(--size);
	mask: url("images/arrow-right.svg") no-repeat center / var(--size) var(--size);
	background-color: var(--arr);
	z-index: 1;
}

.link_btn a:hover {
	--bg: #0084DD;
	--fg: #fff;
	--dot: #fff;
	--arr: #0084DD;
}

.link_btn.btn--blue a {
	--bg: #0084DD;
	--fg: #fff;
	--dot: #fff;
	--arr: #0084DD;
	border: 1px solid var(--bg);
	background: var(--bg);
	color: var(--fg) !important;
}

.link_btn.btn--blue a::before {
	--size: 8px;
	background:
		radial-gradient(circle at center, var(--arr) var(--size), var(--arr) var(--size));
	-webkit-mask: url("images/arrow-right.svg") no-repeat center / var(--size) var(--size);
	mask: url("images/arrow-right.svg") no-repeat center / var(--size) var(--size);
	background-color: var(--arr);
	z-index: 1;
}

.link_btn.btn--blue a:hover {
	--bg: #fff;
	--fg: #0084DD;
	--dot: #0084DD;
	--arr: #fff;
	border: 1px solid #0084DD;
}

.cta_btn {
	--bg1: #FFAA42;
	--bg2: #FFD377;
	--overlay-alpha: .35;
	--border: rgba(0, 0, 0, .08);
	--dot: #ffffff;
	--arr: #FFD377;
	display: inline-block;
	border-radius: 9999px;
	isolation: isolate;
	z-index: 2;
}

.cta_btn::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, var(--bg1), var(--bg2));
	z-index: 0;
	pointer-events: none;
}

.cta_btn::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: #fff;
	opacity: 0;
	transition: opacity .25s ease;
	z-index: 0;
	pointer-events: none;
}

.cta_btn:hover::after {
	opacity: var(--overlay-alpha);
}

.cta_btn a {
	position: relative;
	display: flex;
	z-index: 1;
	background: transparent;
	color: #ffffff;
	padding: 10px 50px 10px 30px;
	border-radius: inherit;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	height: 60px;
	align-items: center;
	justify-content: center;
}

.cta_btn a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--dot);
	pointer-events: none;
}

.cta_btn a::before {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	--size: 8px;
	background:
		radial-gradient(circle at center, var(--arr) var(--size), var(--arr) var(--size));
	-webkit-mask: url("images/arrow-right.svg") no-repeat center / var(--size) var(--size);
	mask: url("images/arrow-right.svg") no-repeat center / var(--size) var(--size);
	background-color: var(--arr);
	z-index: 1;
	pointer-events: none;
}

.cta_btn a:focus-visible {
	outline: 2px solid #0b5abf;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.cta_btn::after {
		transition: none;
	}
}


@media screen and (max-width: 1200px) {

	/*------------------------------------------------
        header
    -------------------------------------------------*/
	#logo {}

	.menu_list {
		/*padding:25px 40px;	*/
		padding: 0 40px;
	}

	.menu_item {
		margin-left: 25px;
	}

	.menu_link {}

}

@media screen and (max-width: 1024px) {
/*
	.pc_size {
		display: none !important
	}

	.tablet_size {
		display: block !important
	}

	.sp_size {
		display: none !important
	}
*/
	/**********************************************
 * 全ページ共通
 *********************************************/
	.cta_btn {
		max-width: 350px;
		right: 100px;
		bottom: 60px;
	}

	#wrapper.fixed {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#nojs {
		width: auto;
		background: #fff;
		color: #f00;
		padding: 10px;
		border: 5px solid #F00;
		text-align: center;
		margin: 10px auto;
	}

	.cta_btn a {
		padding: 22px 50px 22px 30px;
		font-size: 2.2rem;

	}

	/*------------------------------------------------
        header
    -------------------------------------------------*/
	header {
		position: static;
	}

	#header_wrap {
		padding: 0;
		height: auto;
		border-bottom: 0;
		position: fixed;
		background: #fff;
	}

	#header_wrap.smallhead {
		padding: 0;
	}

	#logo {
		padding: 0 13px;
		/* 		max-width: 37vw; */
		max-width: 250px;
	}

	#logo img {
		/* 		width: 110px;
		max-width: 100%; */
	}

	#menu nav {
		display: block;
	}

	#menu-box {
		overflow: auto;
		overflow: hidden;
		float: none;
		padding: 0;
		z-index: 10000;
		position: static;
		background: #fff;
		margin: 10px 10px;
		border-radius: 2px;
		width: 40px;
		height: 40px;
	}

	#toggle {
		display: block;
		position: relative;
		height: 40px;
		top: 0;
		right: 0;
		z-index: 1000;
		float: right;
	}

	#toggle a {
		display: block;
		background: none;
		color: #fff;
		text-decoration: none;
		font-size: 66.7%;
		width: 40px;
		height: 100%;
		text-align: center;
		box-sizing: border-box;
		position: relative;
	}

	#toggle a span,
	#toggle a::before,
	#toggle a::after {
		content: "";
		font-size: 0;
		position: absolute;
		display: block;
		background: #0073BD;
		/*width: 20px; */
		width: 30px;
		height: 2px;
		margin: auto;
		left: 0;
		right: 0;
		transition: top 0.3s;
	}

	#toggle a::before {
		top: 10px;
	}

	#toggle a span {
		top: 20px;
	}

	#toggle a::after {
		top: 30px;
	}

	#toggle a.open:before {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 20px;
		left: 0;
		right: 0;
	}

	#toggle a.open span {
		opacity: 0;
	}

	#toggle a.open:after {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		left: 0;
		right: 0;
	}

	.menu_dis {
		display: none !important;
	}

	#menu {
		display: block;
		clear: both;
		background: #FFF;
		position: absolute;
		z-index: 200;
		left: 0;
		top: 60px;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 30px 20px;
		margin: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.3s;
		opacity: 1;
		z-index: 1000;
		position: fixed;
		background: #FFF;
		background: linear-gradient(0deg, #0084DD 0%, #0084DD 100%), linear-gradient(0deg, #0073BD 0%, #0073BD 100%);
	}


	#menu-box .menu_list {
		display: block;
		overflow: hidden;
		/* 		padding: 0 0 25px; */
		padding: 0 0 44px;
		margin: 0;
		box-shadow: unset;
	}

	.menu_item {
		margin: 0 !important;
		border-bottom: 1px solid #DADEDC;
		padding: 0;
	}

	.menu_link {
		font-size: 1.8rem;
		font-weight: 500;
		/* 		color: #333 !important; */
		color: #fff !important;
		height: auto;
		/* 		padding: 15px 27px 20px 8px; */
		padding: 24px 27px 24px 0;
		position: relative;
	}

	#menu .menu_item .s_sub_item.top_item {
		display: block;
	}
	
	.s_sub_item:not(:first-child){
		position: relative;
		padding-left: 20px !important;
		left: 10px;
	}
	
	.s_sub_item:not(:first-child)::before{
		content: "";
		position: absolute;
		width: 12px;
		height: 1px;
		background: #fff;
		left: 1px;
		top: calc(50% - 1px);
	}
	
	a.saiyou_site_link.menu_link {
		background: none;
	}

	.menu_link::after {
		/*position: absolute;
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #0077C0;
		border-right: 2px solid #0077C0;
		top: calc(50% - 6px);
		right: 16px;
		transform: rotate(45deg);
		transition: all .3s;*/
	}

	.menu_link.parent_btn::before,
	.menu_link.parent_btn::after {
		content: '';
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		width: 15px;
		/*height: 1px;*/
		height: 2px;
		margin: auto;
		/*         background:#1385DD; */
		background: #fff;
	}

	.menu_link.open::after {
		opacity: 0;
	}

	.menu_link::after {
		transform: rotate(90deg);
		transition: opacity 0.3s;
	}


	.menu_link.saiyou_site_link::after {
		border: none;
		padding-left: 20px;
		background: url(images/popup.svg) no-repeat center right;
		width: 14px;
		height: 14px;
		transform: none;
	}

	.contact_btn_wrap {
		padding-bottom: 40px;
	}

	.contact_btn {
		width: 100%;
		padding: 0 10px;
		height: 60px;
		font-size: 1.6rem;
	}

	#search {
		display: none;
	}

	#menu .h_sub_list_box {
		display: none;
		overflow: hidden;
		padding: 0;
		left: 0;
		position: static;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none;
	}

	.parent_btn.open+.h_sub_list_box {
		display: block;
	}

	#menu .h_sub_list {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto;
		background: transparent;
		padding: 0;
		margin: 0;
		display: block;
	}

	.parent_btn.open+.h_sub_list_box {
		display: block;
	}

	#menu .h_sub_list_box {
		width: 100%;
		border-top: 1px solid #DADEDC;
	}

	#menu .h_sub_link {
		padding: 15px 27px 15px 8px;
		color: #fff !important;
	}

	#menu .h_sub_link:after {
		right: 20px;
	}
	
	#menu .h_sub_link:not([target="_blank"])::before {
		right: 8px;
		--arr: #0084DD;
	}

	#menu .h_sub_link:not([target="_blank"])::after {
		right: 8px;
		--dot: #ffffff;
	}

	#menu .h_sub_link[target="_blank"] {
		background: url(images/popup_white.svg) no-repeat center right 19px / 16px;
	}
	
	#menu .h_sub_list > .s_sub_item:not(:first-child) .h_sub_link:not([target="_blank"])::before{
		right: 18px;
	}
	
	#menu .h_sub_list > .s_sub_item:not(:first-child) .h_sub_link:not([target="_blank"])::after{
		right: 18px;
	}

	.h_entry_btn.cta_btn {
		position: relative;
		right: unset;
		bottom: unset;
		display: block !important;
		margin: 0 auto;
		max-width: 280px;
		width: 100%;
	}


	.h_entry_btn a {}

	.h_sp_en {
		display: inline-block;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		letter-spacing: 0.48px;
		margin-left: 15px;
		margin-top: 5px;
	}



	/*------------------------------------------------
        footer
    -------------------------------------------------*/
	.cta_item {
		font-size: 2.0rem;
	}



	/*.f_menu_item {
		margin: 0 0 0 30px;
	}*/

	.f_menu_list li:nth-child(1)::before,
	.f_menu_list li::after {
		right: -15px;
	}

	.f_menu_link {
		font-size: 1.4rem;
	}

}



@media screen and (max-width: 767px) {

	/**********************************************
    * 全ページ共通
    *********************************************/
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		font-size: 1.4rem;
		min-width: 0;
	}

	p {
		font-size: 1.6rem;
	}

	a[href^="tel:"] {
		text-decoration: underline;
		pointer-events: auto;
	}

	.pc_size {
		display: none !important
	}
/*
	.tablet_size {
		display: none !important;
	}*/

	.sp_size {
		display: block !important
	}

	/*------------------------------------------------
        header
    -------------------------------------------------*/
	#logo {
		max-width: 220px;
	}

	.cta_btn a {
		padding: 20px 50px 20px 30px;
		font-size: 1.7rem;

	}


	/*------------------------------------------------
        footer
    -------------------------------------------------*/
	.cta_btn {
		left: 0;
		right: 0;
		bottom: 50px;
		margin: 0 90px 0 10px;
		width: calc(100% - 90px);
	}

	#footer_wrap {
		padding: 70px 0 0 0;
	}

	#footer_wrap:after {
		top: 90px;
	}

	.footer_curve_top {
		height: 50px;
	}

	.f_main_area {
		padding: 0;
	}

	.f_main_area {
		display: block;
	}


	.f_logo {
		position: relative;
		/* 		 margin: 10px auto; */
		margin: 0 auto 0 0;
		padding: 0 20px;
	}

	.f_menu {
		padding: 25px 20px 20px 20px;
		/*border-bottom: 1px solid #ddd;*/
		display: block;
	}

	.f_menu_list {
		/* display: flex;*/
		display: block;
		padding: 0;
		margin: auto;
		/* border-top: 1px solid #ddd;*/
	}

	.f_menu_list:first-child {
		/* 		border-top: 1px solid #e5e5e5; */
	}

	.f_menu_item {
		margin: 0;
		border-bottom: 1px solid #333;
		width: 100%;
	}


	.f_menu_link {
		display: block;
		padding: 30px 20px 14px 0;
		font-size: 1.8rem;
		text-align: left;
		margin-bottom: 0;
	}


	.f_menu_link.f_parent_link::before,
	.f_menu_link.f_parent_link::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		bottom: 0;
		width: 12px;
		height: 2px;
		margin: auto;
		background: #333;
	}

	.f_menu_link.f_parent_link::after {
		transform: rotate(90deg);
		transition: opacity 0.3s;
	}



	.f_sub_list {
		justify-content: center;
		margin: 0;
		padding: 0 10px;
		padding: 0;
		display: none;
		border-top: 1px solid #333;
	}

	.f_menu_list .f_sub_item {
		padding: 12px 10px;
		margin: 0;
	}

	.f_sub_item {
		margin: 0 14px;
	}

	.f_sub_link {
		font-size: 1.3rem;
	}

	.f_menu_list li::before,
	.f_menu_list li::after {
		content: none;
	}

	.f_menu_list li:nth-child(1)::before {
		content: none;
	}

	.f_menu_item {
		transform: none;
	}

	.f_sub_item.f_sub_ttl_link:before {
		width: 12px;
	}

	.f_menu_item a[target="_blank"] {
		background: url(images/popup.svg) no-repeat center right;
		background-size: 14px;
	}

	.f_menu_list.f_menu_sub .f_menu_item {
		border: none;
		padding: 30px 20px 0 0;
		width: auto;
	}

	.f_menu_list.f_menu_sub .f_menu_link {
		padding: 0 18px 0 0;
		display: inline-block;
	}




	#copyright {
		padding: 0 0 20px;
		text-align: left;
		margin-top: 0;
	}

	.copy_txt {
		/* 		font-size:0.8rem; */
		font-size: 12px;
	}

	.f_parent_link.open::after {
		opacity: 0;
	}

	.footer_link_top.sp_size {
		padding: 15px 20px 12px 10px;
		/* border-top: 1px solid #ddd;*/
	}

	.footer_link_top.sp_size a {
		font-size: 1.4rem;
		font-weight: 500;
	}

	.sp_size .f_sub_link {
		display: block;
		padding: 15px 20px;
		font-size: 13px;
		text-align: center;
	}

	/* 	.f_sub_link_list .f_sub_item::after{
		content:none;
	} */

	.footer_bottom {
		border: none;
		padding-top: 31px;
	}

	.f_sub_link_list {
		padding-bottom: 20px;
		/* 		border-bottom:1px solid #ddd; */
		justify-content: flex-start;
	}

	.footer_menu_list .f_sub_link {
		display: block;
	}

	.f_sub_item {
		padding: 10px 20px 10px 0;
		margin: 0;
	}


	.f_sub_link_list .f_sub_item:first-child,
	.f_sub_link_list .f_sub_item {
		/*width:100%;
		padding:10px 18px;*/
		text-align: left;
		padding-left: 16px;
	}

	.f_sub_link_list .f_sub_item:first-child {
		padding: 0 16px 0 0;
	}

	.f_sub_item.f_sub_ttl_link {
		padding-left: 20px !important;
		left: 10px;
	}
}

/* =========================================
   CTA（.h_entry_btn.menu_cta_btn）
   - 1024px以下: 表示（.h_entry_btn.menu_cta_btn）
   - 見た目は元CSSと同一になるよう統合
========================================= */

.menu_cta_btn {
	/* 位置（元: footer側の .cta_btn） */
	/*   position: fixed;
  max-width: 420px;
  right: 100px;
  bottom: 40px; */
	height: 60px;

	--bg1: #FFAA42;
	--bg2: #FFD377;
	--overlay-alpha: .35;
	--border: rgba(0, 0, 0, .08);
	--dot: #ffffff;
	--arr: #FFD377;

	display: inline-block;
	border-radius: 9999px;
	isolation: isolate;

	z-index: 2;
}

/* 背景グラデ */
.menu_cta_btn::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, var(--bg1), var(--bg2));
	z-index: 0;
	pointer-events: none;
}

/* hoverの白オーバーレイ */
.menu_cta_btn::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: #fff;
	opacity: 0;
	transition: opacity .25s ease;
	z-index: 0;
	pointer-events: none;
}

.menu_cta_btn:hover::after {
	opacity: var(--overlay-alpha);
}

/* 中のリンク（ボタンの文字部分） */
.menu_cta_btn a {
	position: relative;
	display: flex;
	z-index: 1;
	background: transparent;

	/* 共通aの色/下線を上書きして「ボタン文字」を維持 */
	color: #ffffff;
	text-decoration: none;

	padding: 10px 50px 10px 30px;
	border-radius: inherit;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	height: 60px;
	align-items: center;
	justify-content: center;
}

/* 右の丸（ドット） */
.menu_cta_btn a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--dot);
	pointer-events: none;
}

/* 右の矢印 */
.menu_cta_btn a::before {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	--size: 8px;
	background: radial-gradient(circle at center, var(--arr) var(--size), var(--arr) var(--size));
	-webkit-mask: url("images/arrow-right.svg") no-repeat center / var(--size) var(--size);
	mask: url("images/arrow-right.svg") no-repeat center / var(--size) var(--size);
	background-color: var(--arr);
	z-index: 1;
	pointer-events: none;
}

/* キーボードフォーカス */
.menu_cta_btn a:focus-visible {
	outline: 2px solid #0b5abf;
	outline-offset: 3px;
}

/* motion軽減 */
@media (prefers-reduced-motion: reduce) {
	.menu_cta_btn::after {
		transition: none;
	}
}

@media screen and (max-width: 1024px) {

	.menu_cta_btn {
		max-width: 350px;
		right: 60px;
		bottom: 60px;
	}

	.menu_cta_btn a {
		padding: 22px 50px 22px 30px;
		font-size: 2.2rem;
	}

	.h_entry_btn.menu_cta_btn {
		position: relative;
		right: unset;
		bottom: unset;
		display: block !important;
		margin: 0 auto;
		max-width: 280px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {

	.menu_cta_btn a {
		padding: 20px 50px 20px 30px;
		font-size: 1.7rem;
	}

	.menu_cta_btn {
		left: 0;
		right: 0;
		bottom: 50px;
		margin: 0 90px 0 10px;
		width: calc(100% - 90px);
	}
}