@charset "UTF-8";

/* =====================================
reset
------------------------------------- */

* {
  margin: 0;
  border: none;
  padding: 0;
}


/* =====================================
base
------------------------------------- */

*, ::before, ::after {
  box-sizing: border-box;
}


/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */


/* Reset box-model and set borders */


/* ============================================ */

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}


/* Document */


/* ============================================ */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}


/* Sections */


/* ============================================ */


/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
	overflow-x: hidden;
}


/* Vertical rhythm */


/* ============================================ */

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}


/* Headings */


/* ============================================ */

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}


/* Lists (enumeration) */


/* ============================================ */

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* Lists (definition) */


/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}


/* Grouping content */


/* ============================================ */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}


/* Text-level semantics */


/* ============================================ */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Replaced content */


/* ============================================ */


/**
 * Prevent vertical alignment issues.
 */

svg, img, embed, object, iframe {
  vertical-align: bottom;
}


/* Forms */


/* ============================================ */


/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}


/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}


/**
 * Correct cursors for clickable elements.
 */

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}


/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}


/**
 * Remove padding
 */

option {
  padding: 0;
}


/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}


/* Interactive */


/* ============================================ */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}


/* Tables */


/* ============================================ */


/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}


/* ===========================
body
--------------------------- */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  overflow-wrap: break-word;
  font-size: 1.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック Medium", Meiryo, "メイリオ", sans-serif;
  color: #000000;
  line-height: 2;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  flex-grow: 1;
  object-fit: cover;
}

body img.news {
  width: 300px;
  height: 185px;
}

/* ===========================
Layout
--------------------------- */

.area-content-inner,
.area-content-inner-02{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 0 16px;
  margin-top: 80px;
}

.area-content-inner{
  display: flex;
}

.area-content-inner-02{
  display:inherit;
}


.area-content-inner .main {
  margin-right: 80px;
  width: 680px;
}

.area-content-inner .side {
  width: 240px;
}

@media screen and (max-width: 1024px) {
  #content-wrap {
	position: static;
  }


  .area-content-inner {
	display: inherit;
  }
  .area-content-inner .main {
	margin-right: 0;
	width: 100%;
  }
  .area-content-inner .side {
	width: 100%;
	margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .area-content-inner,.area-content-inner-02{
	margin-top: 48px;
  }
}


/* ===========================
module
--------------------------- */


/*----------column---------*/

.col2, .col3, .col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*
.col2>*,.col3>*,.col4>*{
  padding:0 16px;
  margin-left:-16px;
  margin-right:-16px;
}

.col2>* {
  width:calc((100% - .1px) / 2);
}

.col3>* {
  width:calc((100% - .1px) / 3);
}

.col4>* {
  width:calc((100% - .1px) / 4);
}

.col2 img, .col3 img, .col4 img {
  text-align: center;
  width: 100%;
}*/

.col2>* {
  width: calc((100% - 40px) / 2);
}

.col3>* {
  width: calc((100% - 80px) / 3);
}

.col4>* {
  width: calc((100% - 120px) / 4);
}

@media screen and (max-width: 768px) {
  .col3>*, .col4>* {
	width: calc((100% - 40px) / 2);
	/*padding:0 16px;*/
  }
}

@media screen and (max-width: 480px) {
  .col2, .col3, .col4 {
	display: inherit;
  }
  .col2>*, .col3>*, .col4>* {
	width: 100%;
	margin-top: 16px;
	/*padding:0;
	margin-left:0;
	margin-right:0;*/
  }
}


/*----------h1～h6---------*/

.top-hdg-01 {
  font-size: 3.96rem;
  line-height: 1.433;
  text-align: center;
  font-weight: bold;
}

.top-hdg-01 span {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  display: block;
  color: #009D59;
  font-family: 'Roboto', sans-serif;
}

.top-hdg-01 span span {
  color: #1E4C97;
  display: inline-block;
}

.top-hdg-02 {
  font-size: 3.125rem;
  line-height: 1.536;
  text-align: center;
  font-weight: bold;
}

.hdg-01 {
  font-size: 3.906rem;
  line-height: 1.433;
  padding: 72px 16px;
  font-weight: bold;
  background: #E5F5EE;
  position: relative;
}

.hdg-01 span {
  max-width: 1000px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.hdg-01::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 240px;
  height: 4px;
  background: #009D59;
  margin-left: -120px;
}

.hdg-02 {
  font-size: 3.125rem;
  line-height: 1.536;
  border-left: solid 4px #1E4C97;
  padding: 0 0 0 24px;
  font-weight: bold;
  position: relative;
  margin-top: 80px;
}

.hdg-02::before {
  position: absolute;
  content: " ";
  display: block;
  border-left: solid 4px #009D59;
  top: 0;
  height: 50%;
  left: -4px;
}

.hdg-03 {
  font-size: 2.5rem;
  line-height: 1.6;
  border-bottom: solid 4px #009D59;
  padding: 0 0 24px 0;
  font-weight: bold;
  margin-top: 64px;
  position: relative;
}

.hdg-03:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #2E58A0;
  width: 14%;
  bottom: -4px;
}

.hdg-04 {
  font-size: 2.0rem;
  line-height: 2;
  padding-left: 24px;
  font-weight: bold;
  border-left: solid 4px #009D59;
  margin-top: 56px;
}

.hdg-05 {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  padding: 16px;
  background: #F5F5F5;
  margin-top: 56px;
}

.hdg-06 {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  margin-top: 56px;
  position: relative;
  padding-left: 24px;
}

.hdg-06::before {
  content: "";
  display: block;
  background: #d4d4d4;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.7rem;
  left: 0;
}

.hdg-06::after {
  content: "";
  display: block;
  background: #FFFFFF;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1.1rem;
  left: 0.4rem;
}

.hdg-07{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  margin-top: 56px;
  position: relative;
  padding-left: 24px;
}

.hdg-07::before {
  content: "";
  display: block;
  position: absolute;
  background: #d4d4d4;
  height: 3px;
  width: 12px;
  border-radius: 0%;
  top: 1.5rem;
  left: 0;
}
  
@media screen and (max-width: 480px) {
  .top-hdg-01 {
	font-size: 2.5rem;
	line-height: 1.44;
  }
  .top-hdg-01 span {
	font-size: 1.28rem;
  }
  .top-hdg-02 {
	font-size: 2.2rem;
	line-height: 1.455;
  }
  .hdg-01 {
	font-size: 2.5rem;
	line-height: 1.44;
	padding: 32px 16px;
  }
  .hdg-01::before {
	left: 50%;
	width: 100px;
	margin-left: -50px;
  }
  .hdg-02 {
	font-size: 2.2rem;
	line-height: 1.455;
	margin: 50px 0 20px 0;
  }
  .hdg-03 {
	font-size: 2.0rem;
	line-height: 1.6;
	margin: 50px 0 20px 0;
  }
  .hdg-04 {
	font-size: 1.8rem;
	line-height: 1.778;
	margin: 50px 0 20px 0;
  }
  .hdg-05 {
	font-size: 1.6rem;
	line-height: 2;
	margin: 50px 0 20px 0;
  }
  .hdg-06 {
	font-size: 1.6rem;
	line-height: 2;
	margin: 50px 0 20px 0;
  }
  .hdg-07 {
	font-size: 1.6rem;
	line-height: 2;
	margin: 50px 0 20px 0;
  }
}


/*



@media screen and (max-width: 1024px) {
  .hdg-01 span {
	margin: 0 15px;
  }
}



@media screen and (max-width: 480px) {
  .hdg-01 span {
	font-size: 2.8rem;
	padding: 30px 0;
  }
  .hdg-01.index span {
	font-size: 3.0rem;
	padding: 40px 0;
  }
  .hdg-02 {
	font-size: 2.6rem;
  }
  .hdg-03 {
	font-size: 2.4rem;
  }
  .hdg-04 {
	font-size: 2.2rem;
  }
  .hdg-05 {
	font-size: 2.0rem;
  }
  .hdg-06 {
	font-size: 1.8rem;
  }
}
*/


/*----------link---------*/

a {
  color: #215CA8;
}

a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  text-decoration: underline;
}

a:visited {
  color: #641978;
}

.g-nav ul li .nav-local ul li a, .footer-inner a, .side-nav li a {
  color: #1A1A1A;
}

.g-nav ul li .nav-local ul li a:hover, .footer-nav a:hover, .side-nav li a:hover {
  color: #009D59;
}

.btn-link {
  text-align: center;
  margin-top: 40px;
}

.btn-link a {
  position: relative;
  text-align: center;
  border-radius: 2em;
  font-weight: bold;
  padding: 12px 56px;
  display: inline-block;
}

.btn-link a:hover {
  text-decoration: none;
}

.btn-01 a {
  border: solid 1px #1A1A1A;
  background-color: #fff;
  color: #1A1A1A;
  display: inline-block;
}

#header .btn-access, #header .btn-inquiry, #footer .btn-access, #footer .btn-inquiry {
  margin-top: 0;
}

.btn-inquiry a {
  border: solid 1px #009D59;
  background-color: #fff;
  color: #009D59;
}

.btn-access a {
  border: solid 1px #1E4C97;
  background-color: #fff;
  color: #1E4C97;
}

.btn-inquiry a {
  border: solid 1px #009D59;
  background-color: #fff;
  color: #009D59;
}

.btn-link a span::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 44%;
  right: 1.4em;
  transform: rotate(45deg);
}

.btn-01 a span::after {
  border-top: solid 1px #1E4C97;
  border-right: solid 1px #1E4C97;
}

.btn-access a span::after {
  border-top: solid 1px #1E4C97;
  border-right: solid 1px #1E4C97;
}

.btn-inquiry a span::after {
  border-top: solid 1px #009D59;
  border-right: solid 1px #009D59;
}

.ico-link-01 {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 14px;
  margin-top: -0.2em;
}

.link-01, .link-02 {
  position: relative;
  padding-left: 16px;
  text-decoration: none;
}

.link-01::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #1E4C97;
  border-right: solid 1px #1E4C97;
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: rotate(45deg);
}

.link-02::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #1E4C97;
  border-right: solid 1px #1E4C97;
  position: absolute;
  top: 0.4em;
  left: 0;
  transform: rotate(45deg);
}

.anc-01 {
  border: 1px solid #E4E4E4;
  padding: 16px 32px 32px 32px;
  margin-top: 40px;
}

.anc-01 .anc-link-01 {
  margin: 16px 32px 0 0;
  display: inline-block;
}

.anc-link-01::before {
  transform: rotate(135deg);
  top: 0.6em;
}

@media screen and (max-width: 480px) {
  .btn-link>a {
	max-width: 100%;
	display: block;
  }
}


/*


.col2>.link-btn-01>a, .col3>.link-btn-01>a {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .link-btn-01 {
	margin-top: 30px;
  }
}


}
*/


/*----------img---------*/

.img-content {
  text-align: center;
  margin-top: 40px;
}

/*.col2 .img-content, .col3 .img-content, .col4 .img-content{
  display: flex;
  flex-direction: column;
}*/

.caption {
  font-size: 1.28rem;
  line-height: 1.875;
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 480px) {
  .caption {
	font-size: 1.4rem;
  }
}


/*----------text + img---------*/

.lyt-txt-img {
  margin-top: 40px;
}

.lyt-txt-img .img-content {
  margin-top: 0;
}

.img-r .img-content {
  float: right;
  margin-left: 40px;
}

.img-l .img-content {
  float: left;
  margin-right: 40px;
}

.lyt-txt-img::after {
  clear: both;
  content: '';
  display: block;
}

@media screen and (max-width: 768px) {
  .img-r .img-content, .img-l .img-content {
	float: none;
	margin: 0 0 20px 0;
  }
}


/*----------list---------*/

.list {
  margin-top: 40px;
}

.list>li, .list>dt {
  margin-top: 8px;
}

.list-01>li, .list-link-01>li {
  padding-left: 16px;
  position: relative;
}

.list>li>.list {
  margin-top: 0px;
}

.list-01>li::before, .list-01>li>.list-01>li::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0;
}

.list-01>li::before {
  background: #009D59;
}

.list-01>li>.list-01>li::before {
  background: #d4d4d4;
}

.list-01>li>.list-01>li>.list-01>li::before {
  height: 2px;
  width: 8px;
  border-radius: 0%;
  top: 1.5rem;
  left: 0;
}

.list-link-01>li::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  position: absolute;
  top: 1.1rem;
  left: 0;
  transform: rotate(45deg);
  border-top: solid 1px #1E4C97;
  border-right: solid 1px #1E4C97;
}

.list-number-01 {
  list-style: decimal;
  margin-left: 1.75em;
}

.list-number-01>li::marker {
  font-weight: bold;
  color: #009D59;
}

.list-number-01>li>.list-number-01>li::marker {
  color: #7D7D7D;
}

.ex-list-01 dt {
  color: #009D59;
}


/*----------box---------*/

.text-box {
  margin-top: 40px;
  padding: 32px;
}

.text-box-01 {
  background-color: #FFFFFF;
  border: 1px solid #d4d4d4;
}

.text-box-02 {
  background-color: #F5F5F5;
}

.text-box-03 {
  background-color: #E5F5EE;
}

.text-box-04 {
  background-color: #FFFFF3;
}

/*----------table---------*/

.tbl-01 {
  background: #fff;
  border-collapse: separate;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  width: 100%;
  border-spacing: 0px;
  margin-top: 40px;
}

.tbl-01 thead th {
  background: #E5F5EE;
  text-align: center;
}

.tbl-01 th, .tbl-01 td {
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  padding: .7em 16px;
  text-align: left;
  vertical-align: top;
}

.tbl-01 th.bg-01 {
  background: #E5F5EE;
}

.tbl-01 th.bg-02 {
  background: #F5F5F5;
}

.tbl-01 th.bg-none {
  background: none;
}

.tbl-01 th {
  background: #F5F5F5;
  font-weight: bold;
  text-align: left;
}

.tbl-02 {
  border-collapse: separate;
  border-spacing: 0px 8px;
  width: 100%;
}

.tbl-02 th, .tbl-02 td {
  border-left: none;
  border-top: none;
  text-align: left;
  vertical-align: middle;
}

.tbl-02 th {
  font-weight: bold;
}

.tbl-txt-c th, .tbl-txt-c td {
  text-align:center;
}

.tbl-txt-c th, .tbl-txt-c td {
  text-align:center;
}

.tbl-txt-c th, .tbl-txt-c td {
  vertical-align: middle;
}

table .w-5 {
  width: 5%;
}

table .w-10 {
  width: 10%;
}

table .w-15 {
  width: 15%;
}

table .w-20 {
  width: 20%;
}

table .w-25 {
  width: 25%;
}

table .w-30 {
  width: 30%;
}

table .w-35 {
  width: 35%;
}

table .w-40 {
  width: 40%;
}

table .w-45 {
  width: 45%;
}

table .w-50 {
  width: 50%;
}

table .w-55 {
  width: 55%;
}

table .w-60 {
  width: 60%;
}

table .w-65 {
  width: 65%;
}

table .w-70 {
  width: 70%;
}

table .w-75 {
  width: 75%;
}

table .w-80 {
  width: 80%;
}

table .w-85 {
  width: 85%;
}

table .w-90 {
  width: 90%;
}

table .w-95 {
  width: 95%;
}

table .w-100 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table-scroll table {
	width: 100%;
  }
  .table-scroll {
	overflow-x: scroll;
	white-space: nowrap;
  }
  .table-scroll::-webkit-scrollbar {
	height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
  }
  .table-scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
  }
}


/*----------adjust---------*/

p {
  margin-top: 40px;
}

.txt-l {
  text-align: left !important;
}

.txt-c {
  text-align: center !important;
}

.txt-r {
  text-align: right !important;
}

.txt-t {
  vertical-align: top !important;
}

.txt-m {
  vertical-align: middle !important;
}

.txt-b {
  vertical-align: bottom !important;
}

.fs-s {
  font-size: 80% !important;
}

.fs-m {
  font-size: 100% !important;
}

.fs-l {
  font-size: 112.5% !important;
}

.fs-ll {
  font-size: 140.5% !important;
}

.fc-01 {
  color: #009D59 !important;
}

.fc-02 {
  color: #FF0000 !important;
}

.fw-nomal {
  font-weight: normal !important;
}

sup {
  font-size: 60%;
}

.mark {
  color: #707070;
  display: table;
  font-size: 1.2rem;
  width: 100%;
  margin-top: 8px;
}

.mark span {
  display: table-cell;
  padding-right: 6px;
  white-space: nowrap;
  width: 1em;
}

.mt-00 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-00 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-00 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-00 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pt-00 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-00 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-00 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-00 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.br-sp {
  display: none;
}

.disp-sp {
  display: none !important;
}

.disp-pc {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .br-sp {
	display: block;
  }

  .br-pc {
	display: none;
  }

  .disp-sp {
	display: block !important;
  }

  .disp-pc{
	display: none !important;
  }
}


/* ===========================
header
--------------------------- */

.header-inner {
  margin: 0 auto;
  padding: 16px;
  max-width: 1200px;
  display: flex;
  align-items: center;
}

.utility {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.utility ul {
  display: flex;
  align-items: center;
}

.utility ul li {
  display: block;
}

.utility ul li .btn-link {
  margin-right: 16px;
}

.btn-eng {
  background: #808080;
  color: #FFFFFF;
  padding: 8px;
}

.btn-eng:hover {
  text-decoration: none;
}

.btn-eng:visited {
  color: #FFFFFF;
}

#sp-menu {
  display: none;
  margin-top: 0px;
}

.g-nav {
  background: #009D59;
}

.g-nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.g-nav ul li {
  width: 100%;
}

.g-nav ul li .btn-nav button {
  border-right: 1px solid #62B692;
  text-align: center;
  width: 100%;
  padding: 16px 8px 16px 0;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
}

.g-nav ul li .btn-nav button:first-child {
  border-left: 1px solid #62B692;
}

.g-nav ul li .btn-nav button::before {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 24px;
  height: 24px;
  left: 45%;
}

.g-nav ul .nav-info .btn-nav button::before {
  background-image: url(/common/images/ico-nav-info.png);
}

.g-nav ul .nav-soshiki .btn-nav button::before {
  background-image: url(/common/images/ico-nav-soshiki.png);
}

.g-nav ul .nav-safety .btn-nav button::before {
  background-image: url(/common/images/ico-nav-safety.png);
}

.g-nav ul .nav-gender .btn-nav button::before {
  background-image: url(/common/images/ico-nav-gender.png);
}

.g-nav ul .nav-working .btn-nav button::before {
  background-image: url(/common/images/ico-nav-working.png);
}

.g-nav ul .nav-policy .btn-nav button::before {
  background-image: url(/common/images/ico-nav-policy.png);
}

.g-nav ul .nav-kyosai .btn-nav button::before {
  background-image: url(/common/images/ico-nav-kyosai.png);
}

.g-nav ul li .btn-nav button::after {
  background: #017241;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s;
  width: 100%;
  will-change: opacity;
}

.g-nav ul li .is-active button::after, .g-nav ul li .current button::after {
  opacity: 1;
}

.g-nav ul li .btn-nav button:hover, .g-nav ul li .is-active, .g-nav ul li .current {
  background: #3DB480;
  transition-duration: 0.3s;
}

.g-nav ul li .current {
  transition-duration: 0s;
}

.g-nav ul li .btn-nav button span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  transform: rotate(135deg);
  margin-left: 8px;
  top: 56%;
}

.g-nav ul li .is-active button span::after {
  transform: rotate(-45deg);
  top: 60%;
}

.g-nav ul li .nav-local {
  display: none;
  width: 100%;
  position: absolute;
  background: #E6E6E6;
  left: 0;
  padding: 0 24px 24px 24px;
  z-index: 9999;
}

.g-nav ul li .nav-local ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
}

.g-nav ul li .nav-local ul li {
  background: #FFFFFF;
  display: block;
  margin: 24px 24px 0 0;
  width: calc((100% - 24px * 3) / 4);
  position: relative;
}

.g-nav ul li .nav-local ul li:nth-child(4n) {
  margin-right: 0px;
}

.g-nav ul li .nav-local ul li.current a {
  font-weight: bold;
  color: #009D59;
}

.g-nav ul li .nav-local ul li a {
  padding: 16px 32px 16px 16px;
  display: block;
}

.g-nav ul li .nav-local ul li a span {
  display: block;
}

.g-nav ul li .nav-local ul li a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #009D59;
  border-right: solid 1px #009D59;
  transform: rotate(48deg);
  right: 4%;
  top: 46%;
}

.btn-nav-close {
  position: relative;
  top: 48px;
}

.btn-nav-close button {
  width: 48px;
  height: 48px;
  background: #B3B3B3;
  border-radius: 50%;
  font-size: 0px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.btn-nav-close button:hover {
  background: #CACACA;
  transition-duration: 0.3s;
}

.btn-nav-close span::before, .btn-nav-close span::after {
  content: "";
  display: block;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  width: 24px;
  top: 48%;
  left: 27%;
}

.btn-nav-close span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-nav-close span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .header-inner {
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	max-width: initial;
  }
  .header-inner .logo {
	margin: 0 20px 0 0;
	width: 100%;
  }
  .header-inner .logo img {
	width: 136px;
  }
  .header-inner #sp-menu {
	display: block;
	font-size: 0;
	position: relative;
  }
  #sp-menu button {
	width: 48px;
	padding-top: 48px;
	background: #009D59;
	padding-left: 12px;
  }
  #sp-menu button::before, #sp-menu button::after, #sp-menu button>span::before {
	background: #FFFFFF;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	width: 24px;
  }
  #sp-menu button::before {
	top: 14px;
  }
  #sp-menu button span::before {
	top: 22px;
  }
  #sp-menu button::after {
	top: 30px;
  }
  #sp-menu>button[aria-expanded="true"]::before, #sp-menu>button[aria-expanded="true"]::after {
	background: #FFFFFF;
	top: 22px;
  }
  #sp-menu>button[aria-expanded="true"]::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  #sp-menu>button[aria-expanded="true"]::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  #sp-menu>button[aria-expanded="true"]>span::before {
	opacity: 0;
  }
  #header .nav-wrap {
	width: 100%;
	z-index: 9999;
	overflow-y: hidden;
	height: 0;
	transition: height .7s;
  }
  
  #header .nav-open {
	   height: 100vh;
  }
  
  .g-nav ul {
	display: inherit;
	padding: 16px;
  }
  .g-nav ul li {
	border-bottom: 1px solid #62B692;
  }
  .g-nav ul li:last-child {
	border-bottom: none;
  }
  .g-nav ul li .btn-nav button {
	border-right: none;
	text-align: left;
	width: 100%;
	padding: 16px 0;
	display: flex;
	align-items: center;
  }
  .g-nav ul li .btn-nav button:hover, .g-nav ul li .is-active {
	background: #009D59;
  }
  .g-nav ul li .btn-nav button:first-child {
	border-left: none;
  }
  .g-nav ul li .btn-nav button::before {
	left: 0;
	margin-right: 8px;
  }
  .g-nav ul li .btn-nav button::after {
	display: none;
  }
  .g-nav ul li .is-active, .g-nav ul li .current {
	background: #009D59;
  }
  .g-nav ul li .btn-nav button span::before, .g-nav ul li .btn-nav button span::after {
	background: #FFFFFF;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	width: 16px;
	right: 0;
	top: 48%;
  }
  .g-nav ul li .btn-nav button span::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  .g-nav ul li .is-active button span::after {
	opacity: 0;
  }
  .btn-nav-close {
	display: none;
  }
  .g-nav ul li .nav-local {
	position: inherit;
	background: #03884E;
	padding: 0;
  }
  .g-nav ul li .nav-local ul {
	display: inherit;
	padding: 0 24px;
  }
  .g-nav ul li .nav-local ul li {
	background: #03884E;
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #30A874;
  }
  .g-nav ul li .nav-local ul li:last-child {
	border-bottom: none;
  }
  .g-nav ul li .nav-local ul li a {
	padding: 16px 0;
	color: #FFFFFF;
  }
  .g-nav ul li .nav-local ul li a:hover {
	color: #FFFFFF;
  }
  .g-nav ul li .nav-local ul li.current a {
	font-weight: normal;
	color: #FFFFFF;
  }
  .g-nav ul li .nav-local ul li a span {
	margin-right: 16px;
  }
  .g-nav ul li .nav-local ul li a span::after {
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	transform: rotate(48deg);
	right: 0;
  }
  
  .utility{
	display: none;
  }
  
  .nav-open .utility,.nav-open .utility ul {
	display: inherit;
  }
  
  .utility {
	padding: 32px 16px;
	border-bottom: 1px solid #E4E4E4;
  }
  .utility ul li a {
	display: block;
  }
  .utility ul li .btn-link {
	margin-right: 0;
  }
  .utility ul li .btn-link a {
	display: block;
	margin-right: 0;
	max-width: 100%;
	margin-bottom: 16px;
  }
  .utility ul li .btn-eng span {
	display: block;
	text-align: center;
  }
}


/* ===========================
list-breadcrumb
--------------------------- */

.list-breadcrumb {
  padding: 8px 16px;
  max-width: 1000px;
  font-size: 1.4rem;
  margin: 0 auto;
}

.list-breadcrumb ul {
  position: relative;
}

.list-breadcrumb ul li {
  display: inline-block;
  margin-right: 24px;
  position: relative;
}

.list-breadcrumb>ul>li::after {
  content: "";
  position: absolute;
  top: 0.65em;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1E4C97;
  border-right: 1px solid #1E4C97;
  transform: rotate(45deg);
  right: -16px;
}

.list-breadcrumb>ul>li:last-child::after {
  content: none;
}

.list-breadcrumb>ul>li:last-child {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .list-breadcrumb {
	border-top: 1px solid #E4E4E4;
  }
}

@media screen and (max-width: 480px) {
  .list-breadcrumb {
	padding: 8px 16px;
	font-size: 1.2rem;
  }
}


/* ===========================
side-nav
--------------------------- */

.side-nav-hdg-01 {
  padding: 16px;
  background: #009D59;
  font-size: 2.0rem;
  line-height: 2;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.side-nav {
  border-bottom: 1px solid #E4E4E4;
}

.side-nav li {
  border-top: 1px solid #E4E4E4;
}

.side-nav .link-01::before {
  top: 1.7em;
  border-top: solid 1px #009D59;
  border-right: solid 1px #009D59;
}

.side-nav li a {
  display: block;
  padding: 16px;
}

.side-nav li .current {
  font-weight: bold;
}


.side-nav li .side-nav-local {
  background: #F5F5F5;
  font-size: 1.4rem;
}

.side-nav li .side-nav-local a {
  margin-left: 24px;
}


/* ===========================
main-visual
--------------------------- */

.area-main-visual {
  text-align: center;
  max-width: 1960px;
  margin: 0 auto;
  position: relative;
/*	overflow-x: hidden;*/
}

.area-main-visual .slider-wrap{
  position:relative;
  max-width: 1168px;
  margin: 0 auto;
}

.area-main-visual span{
  position: absolute;
  left: 1em;
  bottom: 5em;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #009D59;
  color: #009D59;
  font-weight: bold;
}

/*.area-main-visual img {
  width: 100%;
  height: auto;
  max-width: 1960px;
}*/

.main-visual-txt01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.2rem;
  line-height: 1.78;
  font-weight: 500;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  padding: 7.5% 16px 0 16px;
  top: 0;
  text-shadow: 0 0 0.3em #FFFFFF, 0 0 0.3em #FFFFFF, 0 0 0.3em #FFFFFF, 0 0 0.3em #FFFFFF, 0 0 0.3em #FFFFFF, 0 0 0.3em #FFFFFF;
}

.main-visual-txt02 {
  font-family: 'Noto Serif JP', serif;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  padding: 16px;
  background-color: rgba(0, 60, 134, 0.8);
  font-weight: 500;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
}

/*@media screen and (max-width: 1200px) {
  .area-main-visual img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
  }
  .main-visual-txt01 {
	padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .area-main-visual img {
	height: 300px;
  }
  .main-visual-txt01 {
	padding-top: 80px;
  }
  .main-visual-txt01 {
	font-size: 3.2rem;
	padding-top: 60px;
  }
  .main-visual-txt02 {
	font-size: 1.4rem;
	line-height: 1.6;
  }
}*/



@media screen and (max-width: 768px) {
  .main-visual-txt02 {
	font-size: 1.4rem;
	line-height: 1.6;
  }
}


@media screen and (max-width: 480px) {
  .main-visual-txt01 {
	font-size: 2.5rem;
	line-height: 2;
	padding-top: 18%;
  }
  .main-visual-txt01 br {
	display: none;
  }
  .main-visual-txt02 {
	padding: 8px 16px;
  }
}


/* ===========================
area-news 
--------------------------- */

.area-news {
  background: url("/images/bg-news.png") no-repeat right;
  background-size: cover;
  margin-top: 150px;
  padding-top: 1px;
}

.area-news-inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 16px 80px 16px;
}

.area-news .top-hdg-01 {
  margin-top: -32px;
}

.list-news-01 {
  margin-top: 56px;
}

.list-news-01 li {
  font-weight: bold;
  margin-bottom: 40px;
}

.list-news-01 li .images {
  position: relative;
}

.list-news-01 li .label {
  font-size: 1.4rem;
  padding: 4px 8px;
  color: #FFFFFF;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.list-news-01 li .label-spring {
  background: #F15A24;
}

.list-news-01 li .label-activities {
  background: #009D59;
}

.list-news-01 li .ttl {
  margin-top: 16px;
}

.list-news-01 li .date {
  color: #808080;
  font-weight: normal;
  margin-top: 24px;
}

.list-news li a {
  display: block;
  padding: 20px 0 20px 20px;
  display: flex;
  color: #333333;
}

.list-news li:first-child {
  border-top: 1px solid #eaeaea;
}

.list-news li .date {
  font-weight: bold;
  margin: 0 10px 0 0;
  display: block;
}

.list-news li .txt {
  position: relative;
}

.list-news li a.arrow_r::before {
  top: 3.2rem;
}

.list-news li a .icn-pdf-01 {
  padding: 3px 12px 20px 12px;
  height: 1rem;
}

@media screen and (max-width: 798px) {
  .area-news {
	margin-top: 100px;
  }
  .area-news .top-hdg-01 {
	margin-top: -30px;
  }
  .list-news-01 li .images {
	width: 100%
  }
  .list-news-01 li .images img {
	width: 100%
  }

.list-news-01 li .images img.news {
  width: 358px;
  height: 220px;
}

}

@media screen and (max-width: 480px) {
  .area-news .top-hdg-01 {
	margin-top: -16px;
  }
  .list-news-01 {
	margin-top: 40px;
  }
}


/* ===========================
area-banner
--------------------------- */

.area-banner {
  max-width: 1000px;
  padding: 56px 16px;
  margin: 0 auto;
}

.area-banner-inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-banner-inner .list-bnr li {
  margin-right: 30px;
  width: 180px;
}

.area-banner-inner .list-bnr li:last-child {
  margin-right: 0px;
}

.area-banner-inner .list-bnr li img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .area-banner-inner ul {
	display: inherit;
  }
  .area-banner-inner .list-bnr li {
	margin: 0 auto 20px auto;
  }
  .area-banner-inner .list-bnr li:last-child {
	margin: 0 auto;
  }
}


/* ===========================
area-campaign
--------------------------- */

.area-campaign {
  background: #ECF4FA;
  overflow: hidden;
}

.area-campaign-inner {
  max-width: 1000px;
  padding: 56px 32px 104px 32px;
  margin: 0 auto;
  background: #ECF4FA;
}

.area-campaign-inner .top-hdg-02 span {
  display: inline-flex;
  align-items: center;
}

.area-campaign-inner .top-hdg-02 span::before {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 46px;
  left: 0;
  top: 0;
  margin-right: 8px;
  background-image: url(/images/logo-rengo.png);
}


/* ===========================
footer
--------------------------- */

.top #footer {
  margin-top: 0px;
}

#footer {
  border-top: 6px solid #0074BE;
  margin-top: 80px;
}

#footer .footer-inner {
  max-width: 1000px;
  margin: auto;
  padding: 56px 16px 24px 16px;
}

#footer .link-01::before {
  border-top: solid 1px #009D59;
  border-right: solid 1px #009D59;
}

.footer-nav-wrap {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav-wrap .footer-nav {
  margin: 0 40px 40px 0;
  width: calc((100% - 40px * 3) / 4);
}

.footer-nav-wrap .footer-nav:nth-child(4n) {
  margin-right: 0;
}

.footer-nav-wrap .footer-nav button {
  cursor: auto;
  position: relative;
  display: inline-block;
  width: 100%;
  pointer-events: none;
  font-weight: bold;
}

.footer-nav-wrap .footer-nav button::before {
  content: '';
  border-right: solid 4px #009D59;
  margin-right: 8px;
}

.footer-nav-wrap .footer-local-nav .link-01 {
  display: block;
  margin: 8px 0;
}

.footer-nav-02 {
  margin-left: auto;
}

.footer-nav-02 ul {
  display: flex;
  justify-content: end;
}

.footer-nav-02 ul li:first-child{
  margin-right:24px;
}

.footer-utility {
  border-top: 1px solid #E4E4E4;
  padding: 32px 0;
  margin-top: 32px;
}

.footer-utility, .footer-utility ul {
  display: flex;
  align-items: center;
}

.footer-utility .logo, .footer-utility ul li {
  margin-right: 16px;
}

.footer-utility ul li .btn-link a {
  max-width: 100%;
}

.page-to-top {
  width: 99px;
  height: 98px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#footer .footer-inner .copyright {
  font-size: 1.2rem;
  margin-top: 0px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  #footer .footer-inner {
	padding: 0;
  }
  .footer-nav-wrap {
	display: block;
	flex-wrap: wrap;
  }
  .footer-nav-wrap .footer-nav {
	width: 100%;
	margin: 0;
  }
  .footer-nav-wrap .footer-nav button {
	cursor: pointer;
	pointer-events: all;
	padding: 16px;
  }
  .footer-nav-wrap .footer-nav button span::before, .footer-nav-wrap .footer-nav button span::after {
	background: #009D59;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	width: 16px;
	right: 16px;
	top: 46%;
  }
  .footer-nav-wrap .footer-nav button span::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  .footer-nav-wrap .footer-nav button.is-active span::after {
	opacity: 0;
  }
  .footer-nav .footer-local-nav {
	padding-bottom: 4px;
  }
  .footer-nav .footer-local-nav-wrap {
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
	margin: 0;
	padding: 0 16px;
	overflow-y: hidden;
	height: 0;
	will-change: height;
	transition: height .5s;
  }
  .footer-nav-wrap .footer-local-nav .link-01:first-child {
	margin-top: 0px;
  }
  .footer-nav-wrap .footer-local-nav .link-01:last-child {
	margin-bottom: 16px;
  }
  .footer-nav-02 ul {
	padding: 16px;
	display: inherit;
  }
  .footer-nav-02 ul li {
	display: block;
	margin: 8px 0;
  }
  .footer-utility, .footer-utility ul {
	display: inherit;
  }
  .footer-utility {
	padding: 0 16px;
	margin-top: 0;
  }
  .footer-utility .logo {
	margin: 24px auto;
	text-align: center;
  }
  .footer-utility .logo img {
	width: 200px;
  }
  .page-to-top {
	width: 70px;
	height: auto;
	right: 10px;
	bottom: 10px;
  }
  .page-to-top a img {
	width: 70px;
	height: auto;
  }
  .footer-utility ul li {
	margin-right: 0;
  }
  .footer-utility ul li .btn-link a {
	width: 100%;
  }
  .footer-utility ul li {
	margin-bottom: 16px;
  }
  .footer-utility ul li:last-child {
	margin-bottom: 0;
  }
  .footer-utility ul li .btn-link a {
	display: block;
	margin-right: 0;
	max-width: 100%;
	margin-bottom: 16px;
  }
  #footer .footer-inner .copyright {
	text-align: center;
	padding: 16px;
  }
}


/* ===========================
unique
--------------------------- */

/*----------g-map---------*/

.g-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 50px;
}

.g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*----------faq---------*/

.faq{
  margin-top: 16px;
}

.faq .question{
	position: relative;
	align-items: center;
	border: 1px solid #E4E4E4;
	padding: 24px 72px 24px 88px;
	background-color: #F5F5F5;
	cursor: pointer;
	font-weight: bold;
}

.faq .question[aria-expanded]::before,
.faq .question[aria-expanded]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	width: 24px;
	height: 4px;
	background-color: #009D59;
}

.faq .question[aria-expanded]::after {
	transform: rotate(90deg);
}

.faq .question[aria-expanded="true"]::after {
	opacity: 0;
}

.faq .question .faq-mark,
.faq .answer .faq-mark{
	position: absolute;
	top: 50%;
	left: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 2.2rem;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}

.faq .question .faq-mark {
	background-color: #009D59;
	color: #fff;
}

.faq .answer .faq-mark {
	border: 1px solid #009D59;
	background-color: #fff;
	color: #009D59;
}

.faq .answer {
	position: relative;
	display: none;
	align-items: center;
	border: 1px solid #E4E4E4;
	border-top: none;
	padding: 24px 24px 24px 88px;
	background-color: #FFFFFF;
}

.faq .answer[aria-expanded="true"] {
	display:block;
}

@media screen and (max-width: 480px) {
.faq .question{
	padding: 16px 48px 16px 64px;
}

.faq .question[aria-expanded]::before,
.faq .question[aria-expanded]::after {
	right: 16px;
}

.faq .question .faq-mark,
.faq .answer .faq-mark{
	left: 16px;
	width: 32px;
	height: 32px;
	font-size: 2.0rem;
}

.faq .answer {
	padding: 16px 16px 16px 64px;

}
}

/*----------img-Clickable---------*/

@media screen and (max-width: 1024px) {
  .img-Clickable{
	pointer-events: none;
  }
  }

/*----------Instagram---------*/

.insta .col-inner{
  margin-top: 56px;
}

.insta .col-inner{
  border: 1px solid #E4E4E4;
  padding: 0;
}

.insta .col-inner .insta-inner{
  border-top: 4px solid;
  border-image: linear-gradient(to right, #6A21F5 0%, #D82DBF 25%, #E9325F 50%, #ED783E 75%, #F6CF45 100%);
  border-image-slice: 1;
  padding: 20px;
}

.insta .col-inner .insta-inner .insta-ttl .hdg-03{
  font-size: 2.0rem;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
  text-align: center;;
}

@media screen and (max-width: 480px) {
  .insta .col-inner .insta-inner .insta-ttl .hdg-03{
      margin:0;
  }
}

.insta .col-inner .insta-inner .insta-ttl .hdg-03:after {
  content: none;
}

.insta .col-inner .insta-inner .insta-ttl .hdg-03::before {
  background-image: url(/common/images/ico-instagram.png);
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 36px;
  height: 36px;
  left: 44%;
  margin-bottom: 10px;
}

.insta .col-inner .insta-inner .insta-ttl p{
  margin: 0;
  color: #B5B5B5;
  font-weight: bold;
  text-align: center;
}

.insta .col-inner .insta-inner .img-content {
  margin-top: 20px;
}

/*----------女性---------*/
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.insta_list li{
    position: relative;
    width: calc((100% - 20px)/3);
}

@media screen and (max-width: 750px){
    .insta_list li{
        width: calc((100% - 10px)/2);
    }
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-insta{
  margin-top: 0;
  width: 100%;
}

.btn-insta a{
  background: -webkit-gradient(to right, #6A21F5 0%, #D82DBF 25%, #E9325F 50%, #ED783E 75%, #F6CF45 100%);
  background: linear-gradient(to right, #6A21F5 0%, #D82DBF 25%, #E9325F 50%, #ED783E 75%, #F6CF45 100%);
  color: #FFFFFF;
  border:none;
  width: 100%;
}

/*
.insta_btn{
    background-color: #000;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s
}

.insta_btn a{
    color: #fff;
    text-decoration: none;
}

.insta_btn:hover{
    background-color: #999;
}*/