@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # フォント設定
   # ================================================================= */
.m-plus-1-<uniquifier> {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}


/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  min-width: 320px
  font-family: "M PLUS 1", sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

/* Style select like a standard input */
select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
	/* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}



body {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 13px;
	letter-spacing: 1px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
	-webkit-overflow-scrolling: touch;
	padding: 0 10px 0 10px;
}
@media screen and (max-width:850px) {
	body {
	padding: 0 0px 0 0px;
	}
}

img, svg {
	vertical-align: middle
}

ol, ul {
	list-style: none
}

[data-whatinput=mouse] :focus, [data-whatinput=touch] :focus {
	outline: 0
}

body>img {
	display: block;
	height: 0 !important;
	font-size: 0
}



/* # =================================================================
   # 共通設定
   # ================================================================= */
/*-- 共通カラー --*/
:root {
  --blue1: #006AB1;
  --blue2: #42607A;
  --yellow1: #FFFCF2;
}


/**************************/
/* #wrapper */
/**************************/
#wrapper {
	border: 1px solid var(--blue1);
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.c-both {
	clear: both;
}




/* # =================================================================
   header
   # ================================================================= */
header {
	width: 100%;
	margin: 0 auto;
	padding: 10px 30px 10px 30px;
	position: relative;
	display: block;
	font-family: "M PLUS 1", sans-serif;
}
header h1 a:hover {
	text-decoration: none;
	color: var(--blue2);
}
header h1 {
	display: inline-block;
	margin: 10px 0 0px 0px;
	z-index: 2;
	color: var(--blue1);
	font-size: 12px;
	letter-spacing: 0.01em;
	font-weight: 500;
}
header h1 strong {
	font-size: 16px;
	font-size: clamp(0.875rem, 0.571rem + 0.57vw, 1rem);
	font-weight: bold;
	display: block;
	line-height: 1;
	padding: 7px 0 7px 0;
}
header h1 strong > span.small {
	font-size: 14px !important;
	text-decoration: none;
}

header nav {
position: absolute;
	top: 30%;
	right: 0;
}
header nav ul {
	display: flex;
}
header nav ul li {
	font-size: 14px;
	font-size: clamp(0.75rem, 0.446rem + 0.57vw, 0.875rem);
	padding: 0 0px 0 0px;
	margin: 0 10px 0 10px;
	margin-left: clamp(0.313rem, -3.229rem + 6.67vw, 0.938rem);
	margin-right: 0px;
}
header nav ul li.contact {
	margin-right: 20px;
	margin-right: clamp(0.625rem, -2.917rem + 6.67vw, 1.25rem);
}
header nav ul li a {
	display: block;
	width: 100%;
	padding: 10px 5px 10px 5px;
	position: relative;
	transition: .3s;
}
header nav ul li a::after {
  content: '';
  display: block;
  height: 1px;
  width: 80%;
  background: var(--blue1);
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: scale(0, 1);
  transition: .3s;
}
header nav ul li a:hover {
	color: var(--blue1);
}
header nav ul li a:hover::after {
  transform: scale(1, 1);
}
header nav ul li.contact a {
	background: var(--blue1);
	color: #FFF;
}
header nav ul li.contact a:hover {
	background: var(--blue2);
	color: #FFF;
	text-decoration: none;
}


/* # =================================================================
   # アニメ設定
   # ================================================================= */
.fadein{
	animation: fadeIn 0.2s ease 0.3s 1 normal;
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
        0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
        100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}












/* # =================================================================
   # 共通ボタン
   # ================================================================= */
a.btnA {
	display: inline-block;
  	background-color: var(--blue1);
	padding: 10px 45px 10px 25px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	border-radius: 50px;
}
a.btnA::after {
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
a.btnA:hover {
	color: #FFF;
}
a.btnA:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: var(--color-blue2);
  z-index:0;
  transition: .1s;
}
a.btnA:hover:before {
  width: 100%;
}

/* # =================================================================
   # ハンバーガーメニュー
   # ================================================================= */
/* overlay-styles.css */
@media screen and (max-width:850px) {
.hamburger-overlay {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  background: var(--blue1);
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #FFF;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--blue1);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
.nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.5s; }

header nav {
position: absolute;
	top: 30%;
	right: 0;
}
header nav ul {
	display: block;
}
header nav ul li {
	font-size: 14px;
	padding: 0 0px 0 0px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #FFF;
}
header nav ul li.contact {
	margin-right: 20px;
}
header nav ul li a {
	display: block;
	width: 100%;
	padding: 10px;
}
header nav ul li.contact a {
	background: var(--blue1);
	color: #FFF;
}
header nav ul li a:hover {
	text-decoration: underline;
	color: var(--blue1);
}
header nav ul li.contact a:hover {
	background: var(--blue2);
	color: #FFF;
	text-decoration: none;
}

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color .3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}
} /**** END media screen *****/



/* # =================================================================
   # footer
   # ================================================================= */
footer {
	width: 100%;
	display: block;
	padding: 30px 50px 20px 50px;
	margin: 0;
	clear:both;
	border-top: 10px solid var(--blue1);
	font-family: "M PLUS 1", sans-serif;
	letter-spacing: 0.01em;
}
#footer {
	margin: 0 auto;
	position: relative;
}
footer .lside {
	display: inline-block;
	width: 350px;
	position: absolute;
	top:0px;
	left: 30px;
}
footer .lside h5 {
	display: block;
	width: 350px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}
footer .lside h5 span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
footer .lside p {
	position: relative;
	display: block;
	font-size: 14px;
	padding-left: 16px;
	line-height: 1.6;
}
footer .lside p.iconAccess::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 14px;
	height: 14px;
	background: url(../../img/icon_access2.svg) no-repeat;
}
footer .lside p.iconTel::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 14px;
	height: 14px;
	background: url(../../img/icon_tel.svg) no-repeat;
}
footer .lside p.iconFax::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 14px;
	height: 14px;
	background: url(../../img/icon_fax.svg) no-repeat;
}


footer ul.subMenu {
	width: 50%;
	margin: 0 0 0 30%;
	overflow: hidden;
	position: relative;
}
footer ul.subMenu li {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 15px 40%;
	text-align: left;
}
footer p.privacy {
	display: none;
}


footer ul.subMenu li a {
}
footer ul.subMenu li a:hover {
	color: var(--blue1);
	text-decoration: underline;
}



footer hr {
	margin-top: 50px;
	clear: both;
	border: none;
	border-bottom: 1px solid var(--blue1);
}

footer p.cright {
	width: 70%;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	padding: 0;
	margin-top: 10px;
}
footer p.pBtn {
	width: 28%;
	display: inline-block;
	text-align: right;
	font-size: 12px;
	padding: 0;
	margin-top: 10px;
}


/* # =================================================================
   # ページ共通設定
   # ================================================================= */
/* ふわっと設定 */
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/; }
.scroll-up{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/; }
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up1{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 1s/*処理にかかる時間*/; }
.scroll-up1.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up2{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/; }
.scroll-up2.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up3{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 3s/*処理にかかる時間*/; }
.scroll-up3.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(30px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}




/* --- pagetop --- */
.pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(0.8);
	transition: all .6s;
	z-index: 100;
	border-radius: 10px;
}

.pagetop a {
	display: table-cell;
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	background: var(--blue1);
	-webkit-border-radius: 0px;
	border: 1px solid #FFF;
	border-radius: 10px;
}
.pagetop a img {
	width: 100%;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all .6s;
}



/* PCとスマホの表示ON・OFF */
.pcLayer {
	display: block;
}
.spLayer {
	display: none;
}
/**** PC用の設定ここまで ****/






/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     スマホ用の設定　ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/
@media screen and (max-width:850px) {
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 14px;
	color: var(--color-gray1);
	letter-spacing: 1px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
	-webkit-overflow-scrolling: touch;
}

img, svg {
  vertical-align: middle
}

ol, ul {
  list-style: none
}

[data-whatinput=mouse] :focus, [data-whatinput=touch] :focus {
  outline: 0
}

body>img {
  display: block;
  height: 0!important;
  font-size: 0
}

header {
	width:100%;
	max-width: 100%;
	padding: 0px 30px 10px 10px;
}
header .header h1 {
	margin: 10px 0px 0px 10px;
	padding: 0;
	display: inline-block;
}
header h1 strong {
	padding: 5px 0 5px 0;
}












/* # =================================================================
   # footer
   # ================================================================= */
footer {
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 10px 0 20px 0;
	clear:both;
}
#footer {
	width: 96%;
	max-width: 96%;
	min-width: 96%;
	margin: 0 auto;
	position: relative;
}
footer .lside {
	display: block;
	width: 100%;
	position: relative;
	top:0px;
	left: 0px;
	margin-top: 50px;
	padding-left: 30px;
}
footer .lside h5 {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}
footer .lside h5 span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
footer .lside p {
	position: relative;
	display: block;
	font-size: 14px;
	padding-left: 16px;
	line-height: 1.6;
}

footer .lside p.iconAccess::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 14px;
	height: 14px;
	background: url(../../img/icon_access2.svg) no-repeat;
}
footer .lside p.iconTel::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 14px;
	height: 14px;
	background: url(../../img/icon_tel.svg) no-repeat;
}
footer .lside p.iconFax::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 14px;
	height: 14px;
	background: url(../../img/icon_fax.svg) no-repeat;
}




footer ul.subMenu {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
footer ul.subMenu li {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 1px solid var(--blue1);
}
footer ul.subMenu li a {
	display: block;
	padding: 15px 0 15px 10px;
}
footer p.privacy {
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}





footer ul.subMenu li a {
}
footer ul.subMenu li a:hover {
	color: var(--blue1);
	text-decoration: none;
	background-color:var(--yellow1);
}
footer ul.subMenu li.privacy a:hover {
	background: none;
	text-decoration: none;
	color: var(--yellow2);
}



footer hr {
	border: none;
	border-bottom: 1px solid var(--blue1);
	width: 100%;
}

footer p.cright {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	padding: 0;
	margin-top: 10px;
	color: #000;
}
footer p.pBtn {
	display:none;
	width: 100%;
	text-align: right;
}





/* --- pagetop --- */
.pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(0.8);
	transition: all .6s;
	z-index: 100;
	border-radius: 10px;
}

.pagetop a {
	display: table-cell;
	width: 55px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	font-size: 12px;
	text-decoration: none;
	-webkit-border-radius: 0px;
	border: 1px solid #FFF;
	border-radius: 10px;
}

.pcLayer {
	display: none;
}
.spLayer {
	display: block;
}

} /**** END media screen *****/

.accordion-content {
    display: none;
}

.accordion-header {
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:12%;
  bottom:5px;
  width:12px;
  height:2px;
  margin:auto;
  background:#FFF;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);background:var(--yellow2);}

.accordion-content {
	text-align:left;
}

.accordion-header span,
.accordion-content span{
	color: #FFF;
	font-size: 18px;
	position: relative;
	text-align:left;
	display:block;
	border-bottom: 1px solid #FFF;
    margin: 0 auto 10px auto;
    width: 80%;
	padding:10px 0 20px 5px;
}
.active span{
	color: var(--yellow2);
}

ul.subMenu {
	width:80%;
}
ul.subMenu li.link {
	width:90%;
	padding:0 0 0 10%;
	margin-left:20%;
}

@media screen and (max-width:750px) {
	.accordion-header::before,
	.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:10%;
  bottom:5px;
  width:12px;
  height:2px;
  margin:auto;
  background:#FFF;
	}
.accordion-header span,
.accordion-content span{
	color: #FFF;
	font-size: 18px;
	position: relative;
	text-align:left;
	display:block;
	border-bottom: 1px solid #FFF;
    margin: 0 auto 10px auto;
    width: 90%;
	padding:10px 0 20px 5px;
}
.active span{
	color: var(--yellow2);
}

ul.subMenu {
	width:80%;
}
ul.subMenu li.link {
	width:100%;
	padding:0 0 0 0%;
	margin-left:20%;
}
} /**** END media screen *****/



summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}



/*--------------------------------------------------------
  アニメーション設定
--------------------------------------------------------*/
.left_to_right img {
    max-width: 100%;
}
.left_to_right img.active {
	animation-name: anime_left_to_right;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;

}


@keyframes anime_left_to_right {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.right_to_left img {
    max-width: 100%;
}
.right_to_left img.active {
	animation-name: anime_right_to_left;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-direction: normal;

}

@keyframes anime_right_to_left {
	0% {
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}





/*--------------------------------------------------------
  共通ボタン
--------------------------------------------------------*/
a.btnAL {
	background-color: #FFF;
	color: #666;
	text-align: center;
	border-radius: 5px;
	border: 1px solid var(--blue1);
	line-height: 1em;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 20px 8px 20px;
	position: relative;
	display: inline-block;
	margin-top: 5px;
}
a.btnAL::before {
	content: "";
	display: block;
	height: 14px;
	width: 14px;
	background-size: 100%;
	position: absolute;
	top: 28%;
	left: 5%;
}
a.btnAL:hover {
	background-color: var(--blue1);
	color: #FFF;
}



a.btnBL {
	background-color: #4D4D4D;
	color: #FFF;
	text-align: center;
	border-radius: 50px;
	line-height: 1em;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 20px 10px 40px;
	position: relative;
	display: inline-block;
	margin-top: 5px;
}
a.btnBL::before {
	content: "";
	display: block;
	height: 14px;
	width: 14px;
	background: url(../../img/icon_blank_white.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 28%;
	left: 5%;
}
a.btnBL:hover {
	background-color: var(--yellow2);
	color: var(--blue1);
}
a.btnBL:hover::before {
	content: "";
	display: block;
	height: 14px;
	width: 14px;
	background: url(../../img/icon_blank_blue1.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 28%;
	left: 5%;
}
