@charset "utf-8";

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

h1,h2,h3,h4,h5.h6 {
margin:0;
padding:0;
}

p {
margin:0 0 1em 0;
}

td,
th {
margin:0;
padding:0;
}

dl,dd,dt {
margin:0;
padding:0;
}

ul,li {
list-style-type:none;
margin:0;
padding:0;
}

a {
color:#4a1f4b;
}

a:hover {
text-decoration: none;
}

/*
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
*/

.clear {clear:both;}

.clearfix:after {
content:".";
display:block;
height:0;
clear: both;
visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac ￥*/
* html .clearfix {height:1%; }
.clearfix {display:block;}
/* End hide from IE-mac */


* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


/* ここから色指定
   ========================================================================== */
   
:root {
  --text-color: #0b0b0d;
  --text-color-white: #fff;
  --text-color-red: #CC0000;
  --text-color-purple: #4a1f4b;
  --text-color-light-purple: #b973aa;
  --text-color-gray: #9a97a0;
  --background-color: #f2f2f2;
  --background-color-white: #FFF;
  --background-color-purple: #4a1f4b;
  --background-color-light-purple: #b973aa;
  --background-color-green: #00bfb8;
  --background-color-black: #0b0b0d;
  --background-color-yellow: #FFD700;
  --background-color-gradation: linear-gradient(to right,  #4a1f4b, #b973aa);
  --border-color:#9a97a0;
  --border-color-white: #FFF;
  --border-color-purple: #4a1f4b;
  --border-color-light-purple: #b973aa;
--font-size-60-100: clamp(3.75rem, calc(2.61rem + 4.85vw), 6.25rem);
--font-size-40-80: clamp(2.5rem, calc(1.36rem + 4.85vw), 5rem);
--font-size-40-48: clamp(2.5rem, calc(2.2rem + 1vw), 3rem);
--font-size-36-48: clamp(2.25rem, calc(1.9rem + 1.5vw), 3rem);
--font-size-32-72: clamp(2rem, calc(0.86rem + 4.85vw), 4.5rem);
--font-size-26-48: clamp(1.625rem, calc(1rem + 2.67vw), 3rem);
--font-size-24-80: clamp(1.5rem, calc(-0.09rem + 6.79vw), 5rem);
--font-size-24-48: clamp(1.5rem, calc(0.82rem + 2.91vw), 3rem);
--font-size-24-36: clamp(1.5rem, calc(1.16rem + 1.45vw), 2.25rem);
--font-size-24-34: clamp(1.5rem, calc(1.216rem + 1.21vw), 2.125rem);
--font-size-24-32: clamp(1.5rem, calc(1.273rem + 0.97vw), 2rem);
--font-size-24-30: clamp(1.5rem, calc(1.33rem + 0.73vw), 1.875rem);
--font-size-24-26: clamp(1.5rem, calc(1.44rem + 0.24vw), 1.625rem);
--font-size-22-28: clamp(1.375rem, calc(1.2rem + 0.73vw), 1.75rem);
--font-size-20-120: clamp(1.25rem, calc(-1.59rem + 12.12vw), 7.5rem);
--font-size-20-64: clamp(1.25rem, calc(0rem + 5.33vw), 4rem);
--font-size-20-60: clamp(1.25rem, calc(0.11rem + 4.85vw), 3.75rem);
--font-size-20-50: clamp(1.25rem, calc(0.4rem + 3.64vw), 3.125rem);
--font-size-20-48: clamp(1.25rem, calc(0.46rem + 3.39vw), 3rem);
--font-size-20-40: clamp(1.25rem, calc(0.8rem + 2vw), 2.5rem);
--font-size-20-26: clamp(1.25rem, calc(1.1rem + 0.73vw), 1.625rem);
--font-size-18-28: clamp(1.125rem, calc(0.84rem + 1.21vw), 1.75rem);
--font-size-18-24: clamp(1.125rem, calc(0.95rem + 0.73vw), 1.5rem);
--font-size-16-24: clamp(1rem, calc(0.77rem + 0.97vw), 1.5rem);
--font-size-16-22: clamp(1rem, calc(0.83rem + 0.73vw), 1.375rem);
--font-size-16-20: clamp(1rem, calc(0.89rem + 0.48vw), 1.25rem);
--font-size-16-18: clamp(1rem, calc(0.94rem + 0.24vw), 1.125rem);
--font-size-15-30: clamp(0.938rem, calc(0.51rem + 1.82vw), 1.875rem);
--font-size-15-16: clamp(0.938rem, calc(0.91rem + 0.12vw), 1rem);
--font-size-14-36: clamp(0.875rem, calc(0.25rem + 2.67vw), 2.25rem);
--font-size-14-16: clamp(0.875rem, calc(0.82rem + 0.24vw), 1rem);
--font-size-13-14: clamp(0.813rem, calc(0.78rem + 0.12vw), 0.875rem);
--font-size-12-14: clamp(0.75rem, calc(0.69rem + 0.24vw), 0.875rem);
--font-size-10-15: clamp(0.625rem, calc(0.48rem + 0.61vw), 0.938rem);
--font-size-10-14: clamp(0.625rem, calc(0.51rem + 0.48vw), 0.875rem);
}


/* ここから共通の設定
   ========================================================================== */

*::selection {
color: var(--text-color-white);
background-color: var(--background-color-green);
}

html {
font-size: 100%;
height: 100%;
}

body {
font-family: 'Noto Sans JP', sans-serif;
color: var(--text-color);
font-size: 1rem;
font-weight: 400;
font-style: normal;
line-height: 1.8;
letter-spacing:-0.001em;
-webkit-text-size-adjust: 100%;
text-align:center;
margin: 0;
}

.font {
font-family: 'Noto Serif JP', sans-serif;
}

h1,h2,h3,h4,h5 {
font-family: 'Noto Serif JP', sans-serif;
font-weight: 600;
}

img {
}

#wrapper {
width: 100%;
margin: 0 auto;
}

.pc {}
.pc-tablet {}
.tablet {display: none;}
.sp {display: none;}

.display-inline {
display: inline;
}


/* ヘッダー
------------------------------------------------------------- */

#header {
width: 100%;
padding: 0;
top: 0;
position: relative;
z-index: 10;
}

.headerbox {
width: 100%;
height: 100px;
margin: 0 auto;
position: relative;
}

#h_logo {
position: absolute;
top:0;
left: 3%;
bottom: 0;
height: 50px;
margin: auto 0;
}

#h_logo h1 {
font-size: var(--font-size-24-32);
text-align: left;
line-height: 40px;
}

#h_logo h1 span {
margin-right: 1rem;
}

#h_logo h1 a {
display: block;
color: var(--text-color-white);
text-decoration: none;
position: relative;
padding-top: 0.1rem;
padding-left: 70px;
}

#h_logo h1 a::after {
position: absolute;
content: "";
width: 60px;
height: 47px;
top: 0;
left: 0;
bottom:0;
margin: 0 ;
background-image: url("../images/logo.png");
background-repeat: no-repeat;
background-position: 0 0;
background-size: 60px 47px;
}

/*========= ナビゲーションのためのCSS ===============*/

html.is-fixed,
html.is-fixed body {
height: 100%;
overflow: hidden;
}

#g-nav{
position:fixed;
z-index: 90;
/*ナビのスタート位置と形状*/
top:0;
right: -120%;
width: 100%;
height: 100vh ;
background: rgb(0, 0, 0, 0.9);
transition: all 0.6s;
border: 3px solid var(--border-color-purple);
}

#g-nav.panelactive{
right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
position: fixed;
z-index: 100; 
width: 100%;
height: 100vh; /*表示する高さ*/
overflow: auto;
-webkit-overflow-scrolling: touch;
}

.g-nav-listbox {
position: relative;
width: 70%;
z-index: 100; 
top: 20%;
left: 0;
right: 0;
margin: 0 auto;
display: -webkit-flex;
display:flex;
-webkit-flex-wrap: wrap;
word-wrap: break-word;
}

.g-nav-list_menu1 {
width: 30%;
text-align: left;
margin-left: 5%;
}

.g-nav-list_menu1:first-child {
margin-left: 0;
}

.g-nav-list_menu1_title {
font-size: var(--font-size-18-24);
margin-bottom: 1rem;
border:1px solid var(--border-color-light-purple);
text-align: center;
}

.g-nav-list_menu1_title a {
display: block;
width: 100%;
font-weight: 600;
text-decoration: none;
line-height: 1.4;
padding: 0.6rem 2rem;
color: var(--text-color-white);
background-color:var(--background-color-purple);
}

.accordion-title {
font-weight: 600;
line-height: 1.4;
padding: 0.6rem 2rem;
color: var(--text-color-white);
background-color: var(--background-color-purple);
}

.g-nav-list_menu1 ul {
padding:0;
}

.g-nav-list_menu1 {
list-style: none;
text-align:left;
}

.g-nav-list_menu1 li {
margin-bottom: 0.6rem;
line-height: 1.4;
}

.g-nav-list_menu1 li a {
width: 100%;
font-weight: 400;
color: var(--text-color-white);
background-color: var(--background-color-purple);
text-decoration: none;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
padding: 0.6rem 2rem ;
transition: 0.6s;
}

.g-nav-list_menu1 li a:hover {
color: var(--text-color-light-purple);
transform: translateX(8px);
}

/*
.g-nav-list_menu1 li a:before {
content: "→";
position: absolute;
top:50%;
left:0;
width: 50px;
transform: translateY(-50%);
}*/

.g-nav-list_menu1 li ul {
margin-top: 0.6rem;
}

.g-nav-list_menu1 li ul li {
margin-bottom: 0.5rem;
}

.g-nav-list_menu1 li ul li a {
list-style-type: disc;
width: 100%;
font-weight: 400;
color: var(--text-color-white);
text-decoration: none;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
position: relative;
padding: 0.6rem 4rem ;
transition: 0.6s;
}

.g-nav-list_menu1 li ul li a:before {
content: "ー";
position: absolute;
top:50%;
left:2rem;
width: 50px;
transform: translateY(-50%);
}

#g-nav-listbox {
position:absolute;
bottom: 2rem;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
left:0;
right: 0;
margin: 0 auto;
height: 20vh;
color : var(--text-color-purple);
}

#g-nav-listbox img {
width: auto;
height: 90%;
vertical-align: bottom;
margin-right: 3rem;
}


/*========= ボタンのためのCSS ===============*/
.openbtn {
position:fixed;
z-index: 100;
top: 0;
right: 0;
cursor: pointer;
width: 100px;
height: 100px;
background-color: var(--background-color-purple);
}

.openbtn.active {
background-color: var(--background-color-purple);
}
	
.openbtn span {
display: inline-block;
transition: all .4s;
position: absolute;
left: 0;
right: 0;
margin: auto;
height: 1px;
background-color: var(--background-color-white);
width: 36px;
}

.openbtn.active span {
background-color: var(--background-color-white);
}

.openbtn span:nth-of-type(1) {top: 34%;}
.openbtn span:nth-of-type(2) {top: 47%; left: 14%;}
.openbtn span:nth-of-type(3) {top: 60%;}

.openbtn.active span:nth-of-type(1) {
top: 44%;
left: 0;
transform: translateY(6px) rotate(-45deg);
width: 40px;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
top: 56%;
left:0;
transform: translateY(-6px) rotate(45deg);
width: 40px;
}


/* -----------------------------------------------

ボタン：共通

----------------------------------------------- */

.btn {}

.btn a {
display: inline-block;
color: var(--text-color-white);
font-weight: 400;
padding: 2% 10%;
margin-bottom: 1em;
background-color: var(--background-color-green);
letter-spacing: 0.1em;
line-height: 1.4;
text-align: center;
text-decoration: none;
position: relative;
transition: 0.6s;
font-size: clamp(10px, 0.9vw, 14px);
}

.btn a:hover {
background-color: var(--background-color-black);
}


/* フッター
----------------------------------------------- */
#footer {
width: 100%;
color: var(--text-color-white);
background-color: var(--background-color-purple);
}

.footerbox {
width: 90%;
margin: 0 auto;
padding: 4rem 0;
overflow: hidden;
text-align: left;
display: -webkit-flex;
display:flex;
-webkit-flex-wrap: wrap;
word-wrap: break-word;
}

.footerbox_l {
width:40%;
}

#f_logo {
text-align: left;
margin-bottom: 0.5rem;
}

#f_logo h4 {
font-weight: 400;
line-height: 1.3;
letter-spacing: 0.1em;
margin-bottom: 0.8em;
}

#f_logo h4 span {
display: block;
}

#f_logo h4 a {
display: block;
color: var(--text-color-white);
text-decoration: none;
position: relative;
padding-left: 90px;
}

#f_logo h4 a::after {
position: absolute;
content: "";
width: 70px;
height: 55px;
top: 0;
left: 0;
bottom:0;
margin: 0 ;
background-image: url("../images/logo.png");
background-repeat: no-repeat;
background-position: 0 0;
background-size: 70px 55px;
}

.footerbox_l p {
font-weight: 300;
margin-left: 91px;
}

.footerbox_r {
width:60%;
}

.footerbox_r_menu {
width: 100%;
display: -webkit-flex;
display:flex;
-webkit-flex-wrap: wrap;
word-wrap: break-word;
}

.footerbox_r_menu1 {
width: 25%;
}

.footerbox_r_menu1:nth-of-type(2) {
width: 35%;
}

.footerbox_r_menu1:last-child {
width: 40%;
}


.footerbox_r_menu1:last-child {
margin:0;
}

.footerbox_r_menu1 h5 {
margin-top: 0.8em;
margin-bottom: 0.8em;
}

.footerbox_r_menu1 ul {
}

.footerbox_r_menu1 li {
font-size: 15px;
font-weight: 300;
letter-spacing: 0.1em;
}

#f_logo h4 {font-size: var(--font-size-18-28);}
#f_logo h4 span  {font-size: var(--font-size-16-18);}
.footerbox_l p {font-size: var(--font-size-14-16);}
.footerbox_r_menu1 h5 {font-size: 1.2rem;}
.footerbox_r_menu1 li {font-size: var(--font-size-14-16);}

.footerbox_r_menu1 a {
color :var(--text-color-white);
text-decoration: none;
transition: 0.6s;
}

.footerbox_r_menu1 a:hover {
color: var(--text-color-light-purple);
}

.footerbox_r_menu1 li a {
padding-left: 1rem;
position: relative;
}

.footerbox_r_menu1 li a:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}

#copyright_area {
padding: 2rem 0;
text-align: center;
color :var(--text-color-white);
background-color: var(--background-color-black);
}

.copyright_txt {
font-size: var(--font-size-10-14);
width: 96%;
max-width: 1440px;
font-weight: 400;
margin: 0 auto;
text-align: right;
}

@media screen and (max-width: 1400px) {
	.g-nav-listbox {
	width: 80%;
	}
}

@media screen and (max-width: 1140px) {
	.g-nav-listbox {
	width: 90%;
	top:10%;
	}
	/* メニューボタン */
	.openbtn {
	width: 60px;
	height: 60px;
	}
	.openbtn span {
	width: 26px;
	}
	.openbtn span:nth-of-type(1) {top: 38%;}
	.openbtn span:nth-of-type(2) {top: 50%; left: 14%;}
	.openbtn span:nth-of-type(3) {top: 62%;}
	.openbtn.active span:nth-of-type(1) {
	top: 40%;
	width: 30px;
	}
	.openbtn.active span:nth-of-type(3){
	top: 60%;
	width: 30px;
	}
}

@media screen and (max-width: 1023px) {
    .pc {display:none;}
	/* ヘッダー */
	.headerbox {
	height: 60px;
	}
	/* メニュー部分 */
	#g-nav{
	height: 100%;
	}
	.g-nav-list_menu1_title {
	margin-bottom: 1rem;
	}
	.g-nav-list_menu1 li {
	margin-bottom: 0.5rem;
	}
	#g-nav-listbox img {
	height: 50%;
	}
	#g-nav-listbox p {
	font-size: 16px;
	font-weight: 600;
	line-height: 0.8;
	margin: 10px 0 0 80px;
	text-align: left;
	}
	#g-nav-listbox p span {
	font-size: 24px;
	line-height: 1.0;
	display: block;
	margin:0;
	}
	.g-nav-list_menu1 li a {
	color: var(--text-color-white);
	background-color:var(--background-color-light-purple);
	}
  .g-nav-list_menu1 li a:hover {
  color: rgb(255, 255, 255, 0.5)
  }
	#g-nav-listbox {
	display: none;
	}
  /* スマホ版：開閉　*/
	.accordion {
	position: relative;
	width: 100%;
	}
	.accordion-title {
	cursor: pointer; 
	font-weight: 600;
	line-height: 1.4;
	padding: 0.6rem 2rem;
	color: var(--text-color-white);
	background-color: var(--background-color-purple);
	}
	.accordion-content {
	display: none;
	}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
	/* フッター */
	.footerbox {
	padding-bottom: 2rem;
	}
	.footerbox_l {
	width: 100%;
	}
	.footerbox_r {
	width: 100%;
	display: none;
	}
	.copyright_txt {
	text-align: center;
	}
}

@media screen and (max-width: 960px) {
	.pc-tablet {display:none;}
    .sp {display:block;}
	#h_logo h1 {
	font-size:18px;
	line-height: 1.3;
	}
	#h_logo h1 span {
	display: block;
	}
	.g-nav-list_menu1 {
	width: 100%;
	display: block;
	margin:0 0 2rem 0;
	}
}