@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");
/*=======================
foundation
=======================*/
/*=================
フォント
=================*/
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/*=================
色
=================*/
/*=================
トップページ　画面回りの余白
=================*/
/*=================
コンテンツ幅
=================*/
/*=================
ブロック間余白
=================*/
/*=================
ベースフォントサイズ
=================*/
/*=================
メディアクエリ
=================*/
/*
remをpx感覚で使う
例）.class{font-size: rem(12);}
→　.class{font-size: 0.875rem;}
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  text-underline-position: under;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-family: "A1 Gothic M", "Noto Sans Japanese", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  /*line-height: 1.6;*/
  line-height: 2;/*20220117*/
  width: 100vw;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

body.ua-ie {
  font-family: "メイリオ", "Meiryo",sans-serif;
}

main {
  flex: 1;
}

p, dt, dd, tr, th, td, li {
  color: black;
}

a {
  text-decoration: none;
  color: #ED6103;
  cursor: pointer;
}

span, i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/*-------フォントサイズ---------*/
p, dt, dd,
tr, th, td,
li, a {
  font-size: 0.875rem;
}

@media screen and (min-width: 321px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 769px) {
  body, p, dt, dd,
  tr, th, td,
  li, a {
    font-size: 1rem;
  }
  h2 {
    font-size: 2.8125rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
}

/*--------文字間--------*/
p, dt, dd,
tr, th, td,
li, a {
  letter-spacing: .1em;
}

h2 {
  letter-spacing: .12em;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button :focus {
  outline: none;
}

input:focus {
  outline: none;
}

input {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  appearance: none;
  background-color: transparent;
  background-image: none;
}

textarea:focus {
  outline: none;
}

select {
  appearance: none;
  outline: none;
  border: 1px solid #ED6103;
}

[id^="accordion"] {
  display: none;
}

#mfp_thanks {
  display: none;
}

/*=======================
layout　接頭辞「l-」
=======================*/
/*=============================
基本のレイアウト
=============================*/
.l-wrapper {
  padding: 1.5rem 0 2.5rem;
  word-break: break-all;
}

.l-wrapper.-gr {
  background-color: #efeee9;
}

@media screen and (min-width: 769px) {
  .l-wrapper {
    padding: 3rem 0 2.5rem;
  }
}

.l-wrapper--editor {
  padding-top: 1.5rem;
  word-break: break-all;
}

@media screen and (min-width: 769px) {
  .l-wrapper--editor {
    padding-top: 3rem;
  }
}

[class*="l-inner"] {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

.l-inner {
  max-width: 1200px;
}

/*=============================
見出し
=============================*/
.l-h2 {
  color: black;
  font-size: 1.25rem;
}

@media screen and (min-width: 769px) {
  .l-h2 {
    font-size: 1.5625rem;
  }
}

/*=============================
セクション
=============================*/
.l-section {
  margin-top: 1rem;
}

/*=============================
横並びのレイアウト
=============================*/
/* 余白なし */
.l-map {
  max-width: 1200px;
  width: 90vw;
  height: 55vw;
}

@media screen and (min-width: 769px) {
  .l-map {
    width: 100vw;
    height: 30vw;
  }
}

.l-scroll-area--wide {
  overflow-x: scroll;
}

@media screen and (min-width: 769px) {
  .l-scroll-area--wide {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 769px) {
  .l-flex {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .l-column {
    display: flex;
    flex-wrap: wrap;
  }
  .l-column .l-column__main + .l-column__side {
    margin-left: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .l-column__main {
    width: calc(75% - 1.5rem);
  }
}

.l-column__side {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .l-column__side {
    margin-top: 0;
    width: 25%;
  }
}

/*=============================
header
=============================*/
.l-header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

@media screen and (min-width: 769px) {
  .l-header.ua_ie {
    padding: 0;
  }
}

.l-header .l-inner {
  max-width: 1200px;
  z-index: 1;
}

/*=============================
footer
=============================*/
/*=======================
object
　┗component　再利用可能なパーツ
　┗project　　ページ固有のパーツ　#pagename内に記述
　┗utility　　微調整のための汎用クラス 接頭辞「u-」
=======================*/
.c-title__news {
  color: #ED6103;
  font-size: 1rem;
}

.c-title__newscategory {
  color: #ED6103;
  font-size: 1.125rem;
  border-bottom: 1px solid;
}

@media screen and (min-width: 769px) {
  .c-title__newscategory {
    /*font-size: 1.25rem;*/
    font-size: 1.5rem;/*20220117*/
  }
}

.c-header {
  width: 100%;
  position: fixed;
  border-bottom: 1px solid white;
  z-index: 999;
  min-height: 50px;
}

.c-header__wrapp {
  display: flex;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .c-header__wrapp {
    display: block;
    width: 100vw;
    max-width: 100%;
  }
}

.c-header__parts {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
  position: relative;
  max-width: 86vw;
  padding: 0.5rem 0;
}

@media screen and (min-width: 1025px) {
  .c-header__parts {
    max-width: 100vw;
    padding: 0.55rem 0;
    margin: 0 auto;
  }
}

.c-header__logo {
  /*max-width: 85%;*/
  max-width: 65%;
}

@media screen and (min-width: 1025px) {
  .c-header__logo {
    width: auto;
  }
}

.c-header__logo .header-logo {
  padding: 0 1rem;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .c-header__logo .header-logo {
    width: auto;
  }
}

.c-header__mark__logo {
  /* border-left: 1px solid $gray; */
  margin-left: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.c-header__mark__logo:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 50px;
  background-color: #efeee9;
  position: absolute;
  top: -10%;
  left: -5%;
}

.c-header__bgpanel {
  height: 62px;
  background-color: #fff;
  width: 100vw;
  position: fixed;
  z-index: 0;
}

.c-header__contact {
  position: absolute;
  top: 10px;
  right: 0;
}
.c-header__line {
  position: absolute;
  top: 10px;
  right: 55px;
}
/* 20220509 */
.c-header__phone-pc{
  text-align:left;
  position: absolute;
  /*right: 210px;*/
  right: 300px;
  font-size:14px;
  font-weight: bold;
  color: #444;
  line-height: 1.2;
}
.c-header__phone-pc span.c-header__phone-pc--num{
  font-size: 30px;
  font-weight: bold;
}
.c-header__phone-pc span.c-header__phone-pc--txt{
  font-size:14px;
  letter-spacing: -0.01em;
  margin-left: -5px;
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  .c-header__phone-sp{display:none;}
}

@media screen and (min-width: 830px) and (max-width: 1024px) {
  .c-header__phone-pc{right: 110px;}
  .c-header__phone-sp{display:none;}
}
@media screen and (max-width: 829px) {
.c-header__logo {
  max-width: 75%;
}
  .c-header__phone-pc{display:none;}

  .c-header__phone-sp{
    text-align:center;
    padding:5px 0 10px;
    font-size:14px;
    font-weight: bold;
    color: #444;
    line-height: 1.3;
    position: fixed;
    bottom: 0;
    background-color:#fff;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #EFEEE8;
  }
  .c-header__phone-sp span.c-header__phone-sp--num a{
    font-size: 26px;
    font-weight: bold;
  }
  .c-header__phone-sp span.c-header__phone-sp--txt{
    font-size:14px;
    font-weight: normal;
    letter-spacing: -0.01em;
  }
  .c-footer{padding-bottom: 65px;}
}



@media screen and (min-width: 1025px) {
  .c-header__contact {
    right: 0;
    width: auto;
    top: 25%;
  }
.c-header__line {
    right: 170px;
    width: auto;
    top: 25%;
  }
}

@media screen and (min-width: 1201px) {
  .c-header__contact {
    right: 0;
    width: auto;
    top: 25%;
  }
  .c-header__line {
    right: 170px;
    width: auto;
    top: 25%;
  }
}

.c-header__contact--flex {
  border-left: 1px solid #efeee9;
  border-right: 1px solid #efeee9;
  padding: 0.25rem 0.5rem;
}
.c-header__line--flex {
  border-left: 1px solid #efeee9;
  padding: 0.25rem 0.5rem ;
}

@media screen and (min-width: 1025px) {
  .c-header__contact--flex {
    border: none;
    width: auto;
    padding: 0;
  }
  .c-header__line--flex {
    border: none;
    width: auto;
    padding: 0;
  }
}

.c-header__contact--text,
.c-header__line--text {
  display: block;
    text-align: center;
    line-height: inherit;
    font-size: inherit;
}

@media screen and (min-width: 1025px) {
  .c-header__contact--text {
    display: inline;
  }
  .c-header__line--text {
    display: inline;
  }
}

.c-header__contact--link {
  font-size: 0.625rem;
  letter-spacing: -1px;
}

.c-header__contact--link .c-header__contact--icon {
  margin: 0 auto;
}
.c-header__line--link {
  font-size: 0.625rem;
  letter-spacing: -1px;
    color: #59b53d;
    text-align: center;
}

.c-header__line--link .c-header__line--icon {
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .c-header__contact--link {
    border-radius: 49px;
    border: 1px solid #ED6103;
    /*padding: 0.3rem 1rem 0.5rem;*/
    /*padding:0.5rem 2rem 0.5rem 2.5rem; 20220117*/
    padding:0.5rem 1.3rem 0.5rem 1.3rem;/*20230512*/
    display: flex;
    border-radius: 3em;
    /*font-size: 20px;20220117*/
    font-size: 18px;/*20230512*/
    letter-spacing: 0;
    align-items: center;
    font-weight: bold;/*20220117*/
  }
  .c-header__contact--link .c-header__contact--icon {
    max-height: 35px;
    max-width: 36px;
  }
  .c-header__contact--link .c-header__contact--text {
    margin-left: 0.5rem;
  }
.c-header__line--link {
    border-radius: 49px;
    color: #59b53d;
    border: 1px solid #59b53d;
    padding:0.5rem 1.3rem 0.5rem 1.3rem;/*20230512*/
    display: flex;
    border-radius: 3em;
    font-size: 18px;/*20230512*/
    letter-spacing: 0;
    align-items: center;
    font-weight: bold;/*20220117*/
  }
  .c-header__line--link .c-header__line--icon {
    max-height: 35px;
    max-width: 36px;
  }
  .c-header__line--link .c-header__line--text {
    margin-left: 0.5rem;
  }
}

.c-header__navi {
  margin-left: 2%;
}

@media screen and (min-width: 1025px) {
  .c-header__navi {
    margin-left: 0;
  }
}

[id="toggle"],
[id^="header-accordion"] {
  display: none;
}

.c-header__bg,
.c-header__hamburger {
  cursor: pointer;
  position: fixed;
}

.c-header__bg {
  top: 0;
  left: 0;
}

.c-header__hamburger {
  width: 30px;
  height: 20px;
  top: 2%;
  right: 4%;
  z-index: 20;
}

.c-header__hamburger .line {
  background: #ED6103;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  transition: .5s ease;
  transform-origin: left;
}

.c-header__hamburger .line.-top {
  top: 0;
}

.c-header__hamburger .line.-middle {
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-header__hamburger .line.-bottom {
  bottom: 0;
}

.c-header__hamburger .line--menu {
  font-size: 10px;
  margin-top: 88%;
  display: block;
  color: #ED6103;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-header__hamburger {
    right: 1.5%;
  }
}

.p-index .c-header__hamburger .line {
  background: #fff;
}

.c-header__bg {
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  margin-top: 20%;
}

.c-header__nav {
  z-index: 1;
  transition: transform .6s;
  transform: translateY(-100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  margin-left: 2rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  .c-header__nav {
    margin-left: 0;
  }
}

/* ドロワー開いたとき */
[id="toggle"]:checked + .c-header__hamburger .line {
  width: calc(20px * 1.3);
  background: #ED6103;
}

[id="toggle"]:checked + .c-header__hamburger .line.-top {
  transform: rotate(45deg);
  margin-left: 0.3rem;
}

[id="toggle"]:checked + .c-header__hamburger .line.-middle {
  opacity: 0;
}

[id="toggle"]:checked + .c-header__hamburger .line.-bottom {
  transform: rotate(-45deg);
  margin-left: 0.3rem;
}

[id="toggle"]:checked ~ .c-header__bg {
  z-index: -2;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.8);
}

[id="toggle"]:checked ~ .c-header__nav {
  transform: translateY(0);
  overflow-y: scroll;
  height: 100vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/*-----------------------*/
.c-header__list {
  background: #ED6103;
}
.c-header__list .line_btn{
  background: #59b53d;
}
.c-header__list__link,
.c-header__list__nolink,
.c-header__sub-list__link,
.c-header__second-list__link {
  color: #fff;
}

.c-header__list__nolink {
  position: relative;
}

.c-header__list__nolink:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 8%;
}

@media screen and (min-width: 1025px) {
  .c-header__list__nolink:after {
    display: none;
  }
}

.c-header__list__link {
  position: relative;
}

.c-header__list__link:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 8%;
}

@media screen and (min-width: 1025px) {
  .c-header__list__link:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 7px 0 7px;
    border-color: white transparent transparent transparent;
    transform: none;
    right: 5%;
    top: 40%;
  }
}

/*-----------------------*/
.c-header__list__link {
  cursor: pointer;
  padding: 1em 2em;
  display: block;
  position: relative;
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1025px) {
  .c-header__list__link {
    text-align: center;
  }
}

.c-header__list__nolink {
  cursor: pointer;
  padding: 1em 2em;
  display: block;
  position: relative;
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1025px) {
  .c-header__list__nolink {
    text-align: center;
  }
}

/*-----------------------*/
.c-header__sub-menu {
  position: absolute;
  /*margin: .5em 0 1em;*/
  margin: 0 0 1em;/*20220117*/
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

@media screen and (min-width: 1025px) {
  .c-header__sub-menu {
    top: -25px;
  }
}

.c-header__sub-list {
  margin-left: 3rem;
}

@media screen and (min-width: 1025px) {
  .c-header__sub-list {
    margin-left: 0;
  }
}

.c-header__sub-list__item {
  /*border-bottom: 1px solid #fff;
  padding: 0.5rem 0;*/
  border-bottom: 1px dotted #fff;/*20220117*/
  padding: 0.8rem 0;/*20220117*/
}

.c-header__sub-list__link {
  display: block;
}

.c-header__sub-list__link:before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-bottom: 1px solid #fff;
  margin-bottom: .4em;
  margin-right: 0.5rem;
}

/* -------------------------------- */
/* サブメニュー開いたとき */
[id^="header-accordion"]:checked + .c-header__list__link:after {
  transform: rotate(-45deg);
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  [id^="header-accordion"]:checked + .c-header__list__link:after {
    transform: none;
  }
}

[id^="header-accordion"]:checked ~ .c-header__sub-menu {
  opacity: 1;
  visibility: visible;
  position: relative;
  background: #ff9045;/*20220117*/
}

/*-----------------------*/
@media screen and (min-width: 1025px) {
  .c-header__hamburger,
  .c-header__bg {
    display: none;
  }
  .c-header__list__link {
    margin-top: 0;
    border: none;
    color: white;
  }
  .c-header__list__nolink {
    margin-top: 0;
    border: none;
    color: white;
  }
  .p-index .c-header__list__link {
    color: #fff;
  }
  .p-index .c-header__list__nolink {
    color: #fff;
  }
  .c-header__nav {
    transform: translate(0);
    background: #ED6103;
    height: auto;
    width: auto;
    max-width: 100%;
    padding: 0;
    position: static;
  }
  .c-header__list__item {
    margin-left: 1.5em;
    position: relative;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-header__list__item {
    margin-left: 0;
    border-left: 1px solid #efeee9;
  }
  .c-header__list__item:nth-of-type(5) {
    border-right: 1px solid #efeee9;
  }
  .c-header__list__item:nth-child(n+2) {
    width: 24%;
  }
}

@media screen and (min-width: 1025px) {
  .c-header__sub-menu,
  .c-header__sub-list {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-header__sub-menu,
  .c-header__sub-list {
    left: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .c-header__sub-menu {
    /*top: 87%;*/
    top: 100%;/*20220117*/
    width: 100vw;
  }
  .c-header__sub-list {
    top: -24px;
    padding: 1em 1.5em 1em 1em;
    min-width: 18.5%;
    /*background: #ED6103;*/
    background: #ff9045;/*20220117*/
    color: #fff;
    transition: .4s ease-out;
  }
  .p-index .c-header__sub-list {
    background: rgba(255, 255, 255, 0.8);
    color: black;
  }
  .p-index .c-header__sub-list:before {
    border-bottom: 10px solid rgba(255, 255, 255, 0.8);
  }
  .c-header__list__link:hover ~ .c-header__sub-menu,
  .c-header__list__nolink:hover ~ .c-header__sub-menu,
  .c-header__sub-menu:hover {
    opacity: 1;
    visibility: visible;
  }
  .c-header__list__link:hover ~ .c-header__sub-menu .c-header__sub-list,
  .c-header__list__nolink:hover ~ .c-header__sub-menu .c-header__sub-list,
  .c-header__sub-menu:hover .c-header__sub-list {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .p-index .c-header__sub-list__link {
    color: black;
  }
  .p-index .c-header__sub-list__link:before,
  .c-header__sub-list__link:before {
    margin: 0;
    border: 0;
  }
}

/*-----------------------*/
.c-header__second-list {
  position: fixed;
  top: 5rem;
  right: 0;
  z-index: 99;
}

.c-header__second-list__item {
  margin-bottom: 0.25rem;
}

.c-header__second-list__link {
  writing-mode: vertical-rl;
  display: inline-block;
  padding: 3em 2em .7em .7em;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px 0 0 10px;
  transition: .3s ease;
  font-size: .8em;
  position: relative;
}

.c-header__second-list__link:hover {
  opacity: .8;
}

.c-header__second-list__link .c-icon {
  width: 2em;
  height: 2em;
  position: absolute;
  top: .8em;
  left: .5em;
}

.c-header__second-list__link .c-icon svg {
  width: 100%;
}

.c-header__second-list__link.-emergency {
  padding-top: 3.5em;
}

.p-index .c-header__second-list__link {
  background-color: transparent;
}

.p-index .c-header__second-list__link:hover {
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1025px) {
  .c-header__second-list {
    top: 55%;
    transform: translateY(-50%);
  }
  .c-header__second-list__link {
    padding-bottom: 1em;
    font-size: 1vw;
  }
  .p-index .c-header__second-list__link {
    padding-right: calc(1.25vw + .7em);
  }
  .p-index .c-header__second-list__link {
    border-width: 2px;
  }
}

@media screen and (min-width: 1025px) {
  .c-header__second-list__link {
    font-size: .9em;
  }
}

/*-----------------------*/
.c-header__third-list {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 99;
}

.c-header__third-list__item {
  margin: 0 .2em;
  filter: drop-shadow(0px 2px 1rem rgba(180, 198, 198, 0.5));
}

.c-header__third-list__link {
  color: #fff;
  display: block;
  min-width: 7em;
  padding: .7em;
  text-align: center;
  transition: .3s;
}

.c-header__third-list__link.-first {
  background: rgba(218, 223, 0, 0.8);
  border: 1px solid rgba(218, 223, 0, 0.8);
}

.c-header__third-list__link.-second {
  background: rgba(14, 162, 154, 0.8);
  border: 1px solid rgba(14, 162, 154, 0.8);
}

.c-header__third-list__link:hover {
  background: #fff;
  color: black;
}

.p-index .c-header__third-list__link {
  color: black;
  background: #fff;
  border: none;
}

.p-index .c-header__third-list__link:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .c-header__third-list__link {
    padding: 1em 3em;
  }
}

/*-----------------------*/
.c-header__fourth-list {
  position: fixed;
  left: 2vw;
  bottom: 2vw;
}

@media screen and (min-width: 321px) {
  .c-header__fourth-list {
    right: 2vw;
    left: auto;
  }
}

@media screen and (min-width: 1025px) {
  .c-header__fourth-list {
    display: flex;
  }
}

.p-index .c-header__fourth-list {
  left: calc(2.5vw + .5em);
  bottom: calc(2.5vw + .5em);
}

@media screen and (min-width: 321px) {
  .p-index .c-header__fourth-list {
    right: calc(2.5vw + .5em);
    left: auto;
  }
}

@media screen and (min-width: 1025px) {
  .p-index .c-header__fourth-list {
    right: calc(1.25vw + .5em);
    bottom: calc(1.25vw + .5em);
  }
}

.c-header__fourth-list__item {
  width: 10vw;
  height: 10vw;
  max-width: 50px;
  max-height: 50px;
  margin: 3px;
}

.c-header__fourth-list__item.-access {
  background: #000;
  border-radius: 50%;
  text-align: center;
}

.c-header__fourth-list__link {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 6vw;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (min-width: 1025px) {
  .c-header__fourth-list__link {
    font-size: 30px;
  }
}

/*-----------------------*/
@media screen and (min-width: 1025px) {
  .c-header__list {
    display: flex;
    margin: 0 auto;
  }
  #header .js-head {
    margin-top: 0 !important;
  }
}

.c-footer {
  border-top: 2px solid #efeee9;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .c-footer {
    margin-top: 80px;
  }
}

.c-footer__company_overview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0  0;
}

@media screen and (min-width: 769px) {
  .c-footer__company_overview {
    padding: 1rem 0;
  }
}

.c-footer__introduction {
  padding-bottom: 1rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .c-footer__introduction {
    width: 71%;
    padding-bottom: 0;
  }
}

.c-footer__introduction__list {
  display: block;
}

@media screen and (min-width: 769px) {
  .c-footer__introduction__list {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__introduction__list__item + .c-footer__introduction__list__item {
    border-left: 1px solid #ccc;
    margin-left: 1rem;
    padding-left: 1rem;
  }
}

.c-footer__company_introduction--img {
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .c-footer__company_introduction--img {
    width: 100%;
    margin-top: 0;
  }
}

.c-footer__company_add {
  width: 100%;
  padding-top: 1rem;
  padding-left: 5vw;
}

@media screen and (min-width: 769px) {
  .c-footer__company_add {
    margin-left: 1rem;
    padding-top: 0;
    width: calc(29% - 1rem);
  }
}

.c-footer__company_relation {
  width: 100%;
  margin-top: -1px;
}

@media screen and (min-width: 769px) {
  .c-footer__company_relation {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-footer__company__link {
  width: 100vw;
}

@media screen and (min-width: 769px) {
  .c-footer__company__link {
    width: 50vw;
  }
}

.c-footer__company__list {
  display: block;
  padding: 0 0 1rem;
}

@media screen and (min-width: 769px) {
  .c-footer__company__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: normal;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.c-footer__company__list__item {
  width: 55%;
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .c-footer__company__list__item {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .c-footer__company__list__item + .c-footer__company__list__item {
    margin-left: 2rem;
  }
}

.c-footer__otherlink {
  color: #000;
  letter-spacing: 0;
  margin-left: -15px;
}

@media screen and (min-width: 769px) {
  .c-footer__otherlink {
    margin-left: 0;
  }
}

.c-footer__company_relationflex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.5rem;
  margin-top: -1px;
}

@media screen and (min-width: 769px) {
  .copyright-wrapp {
    width: 50vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 867px) {
  .c-footer__company__link {
    width: 51vw;
  }
  .copyright-wrapp {
    width: 38vw;
  }
}

.copyright {
  text-align: center;
  color: white;
  font-size: 0.6875rem;
  display: block;
  padding: 0.5rem 0;
}

@media screen and (min-width: 769px) {
  .copyright {
    color: #000;
    text-align: right;
  }
}

.c-btn__list {
  position: relative;
}

.c-btn__list:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  transform: rotate(45deg);
  position: absolute;
  top: 37%;
  right: 7%;
}

.c-btn__list--link {
  background-color: #ED6103;
  color: white;
  display: block;
  text-align: center;
  /*padding: 0.5rem;*/
  padding: 0.8rem;/*20220117*/
}

.c-btn__editor {
  background-color: #ED6103;
  text-align: center;
  padding: 0.75rem 0;
  width: 100%;
  position: relative;
}

.c-btn__editor a {
  display: block;
}

.c-btn__editor:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 7%;
}

.btn01 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 50px 0;
}
.btn01 a + a {
  margin-left: .5rem;
}
.btn_register {
  background: #ED6103;
  color: white;
  font-size: 1.25rem;
  border-radius: 50px;
  padding: 0.5rem 4rem;
}

.btn_login {
  background: #ED6103;
  color: white;
  font-size: 1.25rem;
  border-radius: 50px;
  padding: 0.5rem 4rem;
}
@media screen and (max-width: 768px) {
  .btn01 {
    flex-direction: column;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .btn_register,.btn_login {
    padding: 0.5rem 2rem;
  }
  .btn01 a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__editor {
    width: 20em;
  }
}

.c-btn__editor--link {
  position: relative;
  color: white;
}

/*--------------------------*/
.c-pager-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.c-pager-button__parts + .c-pager-button__parts {
  margin-left: .5rem;
}

.c-pager-button__link {
  padding: .5em;
  border-radius: 6px;
  display: block;
  min-width: 3em;
  text-align: center;
  transition: transform .3s;
}

.c-pager-button__link.is-active {
  background: #ED6103;
  color: #fff;
}

.c-pager-button__link:not(.is-active) {
  color: black;
  background: #fff;
}

.c-pager-button__link:not(.is-active):hover {
  transform: scale(1.05);
}

@media screen and (min-width: 769px) {
  .c-pager-button__parts + .c-pager-button__parts {
    margin-left: 1rem;
  }
  .c-pager-button__link {
    padding: .5em 1em;
    min-width: 4em;
  }
}

.c-btn__basic {
  text-align: center;
  margin: 3rem 0;
}

.c-btn__basiclink {
  background: #ED6103;
  color: #fff;
  font-size: 1rem;
  border-radius: 50px;
  padding: 0.5rem 4rem;
}

.c-box {
  padding: 1.3rem;
}

.c-box.-radius {
  border-radius: 10px;
}

.c-box.-white {
  background: white;
}

.c-media {
  color: black;
}

.c-media--horizontal {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .c-media--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.c-media__text {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .c-media__text {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
}

.c-media__text p {
  white-space: nowrap;
}

.c-media__text--h3 {
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .c-media__text--h3 {
    margin-top: 0;
  }
}

.c-hover--opacity {
  transition: opacity .3s;
}

.c-hover--opacity:hover {
  opacity: .7;
}

.c-hover--letterspace {
  transition: .3s;
}

.c-hover--letterspace:hover {
  letter-spacing: 0.75rem;
}

/*=============================
見出し　テキスト
=============================*/
.c-editor__h2 {
  padding: 3rem;
  /*color: #ED6103;*/
  color: #fff;/*20220117*/
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}

@media screen and (min-width: 769px) {
  .c-editor__h2 {
    padding: 4rem;
    font-size: 1.5625rem;
    color: #fff;/*20220117*/
  }
}

.c-editor__h3 {
  color: black;
  padding-left: 1rem;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top:6px;/*20220117*/
  line-height: 1.2;/*20220117*/
}

@media screen and (min-width: 769px) {
  .c-editor__h3 {
    /*font-size: 1.75rem;*/
    font-size: 1.6rem;/*20220117*/
  }
}

.c-editor__h3:before {
  content: '';
  position: absolute;
  background-color: #ED6103;
  width: 8px;
  height: 30px;
  top: 8%;
  left: 0;
}

@media screen and (min-width: 769px) {
  .c-editor__h3:before {
    top: 22%;
  }
}

.c-editor__h4 {
  /*color: #ED6103;*/
  font-weight: bold;
  font-size: 1.375rem;
  border-bottom: 2px solid #ED6103;/*20220117*/
  padding-bottom: 4px;/*20220117*/
}

@media screen and (min-width: 769px) {
  .c-editor__h4 {
    font-size: 1.5rem;
  }
}

.c-editor__h5 {
  color: black;
  font-weight: bold;
  font-size: 1.25rem;
}

@media screen and (min-width: 769px) {
  .c-editor__h5 {
    font-size: 1.375rem;
  }
}

.c-editor__h6 {
  /*color: #ED6103;*/
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 1px dotted #ED6103;/*20220117*/
  padding-bottom: 4px;/*20220117*/
}

@media screen and (min-width: 769px) {
  .c-editor__h6 {
    font-size: 1.25rem;
  }
}

.c-editor__p {
  color: black;
  white-space: pre-wrap;
  font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
  .c-editor__p {
    font-size: 1rem;
  }
}

.c-editor__threepoint {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*=============================
画像
=============================*/
.c-editor__imgflex {
  display: block;
}

@media screen and (min-width: 769px) {
  .c-editor__imgflex {
    display: flex;
    justify-content: space-between;
  }
  .c-editor__imgflex li {
    width: 30% !important;
  }
}

.c-editor__imgflex li {
  width: 100%;
}

.c-editor__imgflex li:before {
  content: none !important;
}

.c-editor__imgflex li:after {
  content: none !important;
}

/*=============================
テキスト＆画像
=============================*/
@media screen and (min-width: 769px) {
  .c-editor__right {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .c-editor__right .c-editor__text {
    width: calc(70% - 2rem);
  }
  .c-editor__right .c-editor__img {
    margin-left: 2rem;
    width: 30%;
  }
}

.c-editor__right .c-editor__h4 {
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .c-editor__right .c-editor__h4 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .c-editor__left {
    display: flex;
    justify-content: space-between;
  }
  .c-editor__left .c-editor__text {
    margin-left: 2rem;
    width: calc(70% - 2rem);
  }
  .c-editor__left .c-editor__img {
    width: 30%;
  }
}

.c-editor__left .c-editor__h4 {
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .c-editor__left .c-editor__h4 {
    font-size: 1.25rem;
  }
}

.c-editor__gr {
  background: #efeee9;
  padding: 2rem;
  margin-top: 3px;
}

.c-editor__gr .c-editor__h3:first-child {
  margin-top: 0 !important;
}

.c-editor__gr .c-editor__h4:first-child {
  margin-top: 0 !important;
}

.c-editor__gr .c-editor__h5:first-child {
  margin-top: 0 !important;
}

.c-editor__gr .c-editor__h6:first-child {
  margin-top: 0 !important;
}

.c-editor__gr .c-editor__p:first-child {
  margin-top: 0 !important;
}

.c-editor__arrowtitle {
  display: flex;
  align-items: baseline;
}

.c-editor__arrowcont {
  margin-left: 1rem;
  margin-left: 2.15rem;
}

.c-editor__arrow {
  color: #ED6103;
  padding-right: 0.75rem;
}

.c-editor__oneimage img {
  display: block;
}

.c-editor__normal .c-editor__h3:first-child {
  margin-top: 0 !important;
}

.c-editor__normal .c-editor__h4:first-child {
  margin-top: 0 !important;
}

.c-editor__normal .c-editor__h5:first-child {
  margin-top: 0 !important;
}

.c-editor__normal .c-editor__h6:first-child {
  margin-top: 0 !important;
}

.c-editor__normal .c-editor__p:first-child {
  margin-top: 0 !important;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #efeee9;
  min-width: 700px;
}

.c-table.-fixed {
  table-layout: fixed;
}

.c-table.-wide {
  width: auto;
}

@media screen and (min-width: 769px) {
  .c-table.-wide {
    min-width: 1000px;
    width: 100%;
  }
}

.c-table__head {
  background: #ED6103;
}

.c-table__head__item {
  color: white;
  padding: 0.5rem 0.75rem;
}

.c-table__head__item + .c-table__head__item {
  border-left: 1px solid #efeee9;
}

.c-table__body__row td:first-child {
  padding: 0.5rem 0.75rem;
  background: #efeee9;
  border-bottom: 1px solid white;
  width: 20%;
}

.c-table__body__content {
  /*padding: 0.5rem 0.75rem;*/
  padding: 1rem;/*20220117*/
  border-bottom: 1px solid #efeee9;
  border-left: 1px solid #efeee9;
}

.c-border-list__item {
  padding: 1rem 0;
  /*border-bottom: 1px solid #ED6103;*/
  border-bottom:1px dotted #666;/*20220117*/
}

@media screen and (min-width: 769px) {
  .c-border-list__item {
    padding: 1.5rem 0.5em;
  }
}

.c-tag {
  font-size: 0.8125rem;
  border: 1px solid;
  color: white;
  padding: 0 0.5rem;
  margin-left: 1rem;
}

.c-tag.-tagall {
  background: #ED6103;
}

.c-tag.-emergency {
  background-color: #e01c24;
}

.c-tag.-tag1 {
  background-color: #6aacb8;
}

.c-tag.-tag2 {
  background-color: #5aaf6e;
}

.c-tag.-newscategory {
  font-size: 1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.c-tag__link {
  color: white;
  width: 100%;
  display: block;
}

.c-category-list__item {
  margin-top: 0.5rem;
}

.c-archive-list {
  margin-top: 0.5rem;
}

[id^="accordion"] {
  display: none;
}

.c-accordion__body {
  opacity: 0;
  visibility: hidden;
}

.c-accordion__body.-slide {
  height: 0;
  transition: .3s ease;
  overflow: hidden;
  transform: translate(0, -100%);
}

.c-accordion__body.-slide .c-accordion__body__inner {
  transform: translate(0, 100%);
  transition: transform ease .3s;
}

[id^="accordion"]:checked ~ .c-accordion__body {
  opacity: 1;
  visibility: visible;
}

[id^="accordion"]:checked ~ .c-accordion__body.-slide {
  height: auto;
  transform: translate(0, 0);
}

[id^="accordion"]:checked ~ .c-accordion__body.-slide .c-accordion__body__inner {
  transform: translate(0, 0);
}

.c-lead + .c-archive-list {
  margin-top: .5rem;
}

.c-archive-list__item + .c-archive-list__item {
  margin-top: .3em;
}

.c-archive-list__item {
  display: block;
  border: 1px solid #ED6103;
  border-radius: .2em;
  padding: .2em .5em;
}

.c-archive-list__head,
.c-archive-list__body__link {
  color: #ED6103;
  display: block;
}

.c-archive-list__head {
  color: #ED6103;
  display: block;
  position: relative;
  cursor: pointer;
}

.c-archive-list__head:before {
  content: "+";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: content .3s ease;
}

.c-archive-list__body {
  padding: .2em 0 .4em;
  border-top: 2px solid #ED6103;
  margin-top: .3em;
}

.c-archive-list__body__link {
  padding: .1em;
  border-bottom: 1px dotted;
}

[id^="accordion"]:checked + .c-archive-list__head:before {
  content: "－";
}

.c-flexible ul li {
  position: relative;
}

.c-flexible ul li::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ED6103;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 7px;
}

.c-flexible ul li::after {
  content: '';
  left: 3px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c-flexible img {
    width: 100%;
  }
}

.c-wysiwyg {
  /* == WordPress WYSIWYG Editor Styles == */
}

#wpmem_restricted_msg {
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
}
.link-text {
  text-align: center;
  margin-top: 20px;
}
#wpmem_login label {
  position: relative;
  float: left;
  width: 35%;
  padding-left: 0.75rem;
}
#wpmem_login label::before {
  content: '';
  position: absolute;
  background-color: #ED6103;
  width: 4px;
  height: 23px;
  top: 2px;
  left: 0;
}
#wpmem_login label[for=user_email] {
  width: 25%;
}
#wpmem_login label[for=user] {
  width: 25%;
}
#wpmem_login label[for=email] {
  width: 25%;
}
#wpmem_login {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#wpmem_login .div_text input {
  width: 55% !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wpmem_login label {
    float: inherit;
  }
  .div_text input {
    width: 85vw !important;
    margin-left: 0 !important;
  }
  #wpmem_login .div_text input {
    width: 85vw !important;
    margin-left: 0 !important;
  }
}
  .c-wysiwyg .entry-content img {
  margin: 0 0 1.5em 0;
}

.c-wysiwyg .alignleft, .c-wysiwyg img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.c-wysiwyg .alignright, .c-wysiwyg img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.c-wysiwyg .aligncenter, .c-wysiwyg img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.c-wysiwyg .alignnone, .c-wysiwyg img.alignnone {
  /* not sure about this one */
}

.c-wysiwyg .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.c-wysiwyg .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.c-wysiwyg .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.c-wysiwyg .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

.c-wysiwyg blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

.c-wysiwyg blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.c-wysiwyg li {
  list-style-type: disc;
  display: list-item;
  margin-left: 1.4em;
}

/*-------------------------------*/
.mainpc--slider {
  max-width: 1200px;
  margin: 0 auto;
}

.mainpc--slider .slick-list {
  padding: 0px 50px;
  overflow: visible;
  z-index: 100;
}

.mainpc--slider .slick-prev {
  left: -20px;
  z-index: 1000;
}

@media screen and (min-width: 769px) {
  .mainpc--slider .slick-prev::before {
    content: '';
    background: url(../images/index/mv_arrowL.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
  }
}

.mainpc--slider .slick-next {
  right: -20px;
  z-index: 1000;
}

@media screen and (min-width: 769px) {
  .mainpc--slider .slick-next:before {
    content: '';
    background: url(../images/index/mv_arrowR.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
}

.mainpc--slider .slick-slide {
  opacity: 0.6;
  /* 両サイドの画像を透過 */
}

.mainpc--slider .slick-slide.slick-active {
  opacity: 1;
  /* センター画像を非透過 */
}

.mainpc--slider .slick-dots {
  bottom: 10px;
  z-index: 1000;
}

.mainpc--slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '〇';
  color: white;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mainpc--slider .slick-dots li.slick-active button:before {
  opacity: 1;
  content: '●';
  top: -1.75px;
  font-size: 20px;
  color: white;
}

.p-index__mainslider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*=============================
中バナー
=============================*/
.p-index__bannerslider {
  width: 100%;
}

.p-index__br--slider--item img {
  width: 80%;
  margin: 0 auto;
  max-width: 360px;
}

@media screen and (min-width: 769px) {
  .p-index__br--slider--item img {
    width: 100%;
  }
}

.banner--slider .slick-list {
  z-index: 500;
}

.banner--slider .slick-initialized .slick-slide {
  text-align: center;
}

.banner--slider .slick-prev {
  z-index: 1000;
}

.banner--slider .slick-prev:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-bottom: solid 2px #ED6103;
  border-left: solid 2px #ED6103;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.banner--slider .slick-next {
  z-index: 1000;
}

.banner--slider .slick-next:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #ED6103;
  border-right: solid 2px #ED6103;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.banner--slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '〇';
  color: black;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner--slider .slick-dots li.slick-active button:before {
  opacity: 1;
  top: -1.75px;
  content: '●';
  font-size: 20px;
  color: #ED6103;
}

/*=============================
お知らせ
=============================*/
.p-index__newscategory {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .p-index__newscategory {
    position: relative;
    /*border-bottom: 1px solid #efeee9;*/
    border-bottom: 1px dotted #666;/*20220117*/
    margin-bottom: 30px;/*20220117*/
  }
}

.p-index__more {
  font-weight: bold;
  color: #333333;
  right: 0;
  top: 5px;
  position: absolute;
}

.p-index__more:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 39%;
  right: 120%;
}

.p-index__date--newscontents {
  border-bottom: 1px solid #efeee9;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.p-index__date--tag {
  display: flex;
}

.p-index__date {
  font-size: 0.8125rem;
}

.p-index__date--newstext {
  margin-top: 0.5rem;
}

.p-index__tab-wrapper {
  display: flex;
  margin-top: 1rem;
  border-bottom: 1px solid #ED6103;
}

.p-index__tab {
  cursor: pointer;
  /*padding: 0.25rem 0.5rem;*/
  padding: 0.5rem 0.5rem;/*20220117*/
  border: 1px solid #efeee9;
  border-radius: 5px 5px 0 0;
  text-align: center;
  width: 25%;
}

@media screen and (min-width: 769px) {
  .p-index__tab {
    width: 20%;
  }
}

.p-index__tab + .p-index__tab {
  margin-left: 0.5rem;
}

.p-index__tab.-all {
  color: #ED6103;
}

.p-index__tab.-all.is-active {
  color: white;
  background-color: #ED6103;
}

.p-index__tab.-tab1 {
  color: #6aacb8;
}

.p-index__tab.-tab1.is-active {
  color: white;
  background-color: #6aacb8;
}

.p-index__tab.-tab2 {
  color: #5aaf6e;
}

.p-index__tab.-tab2.is-active {
  color: white;
  background-color: #5aaf6e;
}

#js-filter2 {
  margin-top: 4rem;
}

@media screen and (min-width: 769px) {
  #js-filter2 {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-index__othernews {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .p-index__othernews--content {
    width: 100%;
  }
}

/*=============================
サイトマップ
=============================*/
@media screen and (min-width: 769px) {
  .p-index__sitemap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-index__sitemap--content {
    width: 33%;
  }
}

.p-index__sitemap--content + .p-index__sitemap--content {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .p-index__sitemap--content + .p-index__sitemap--content {
    margin-top: 0;
  }
}

.p-index__pagetitle {
  background-color: #ED6103;
  color: white;
  padding: 1rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-index__pagetitle {
    height: 155px;
  }
}

.p-index__pagelogo {
  margin: 0 auto;
}

.p-index__pagename {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: normal;
}

.p-index__pagesub {
  color: white;
  font-size: 0.875rem;
  letter-spacing: 0;
}

.p-index__toc {
  background-color: white;
  border: 1px solid #efeee9;
}

.p-index__pagecategory {
  border-bottom: 1px solid #efeee9;
}

.p-index__pagelink {
  display: flex;
}

.p-index__pagearrow {
  color: #ED6103;
  padding: 0.5rem 1rem;
  display: block;
}

.p-index__pagecategory--title {
  border-left: 1px solid #ccc;
  color: #000;
  padding: 0.5rem 1rem;
  display: block;
  font-weight: bold;
  font-size: 1.0625rem;
}

/*=============================
小バナー
=============================*/
.p-index__minbanner--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .p-index__minbanner--list {
    justify-content: start;
    margin-left: -1rem;
  }
}

.p-index__minbanner--list--item {
  width: 49%;
  margin-top: 1rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-index__minbanner--list--item {
    width: 23%;
    margin-left: 1rem;
  }
}

.p-index__minbanner {
  width: 100%;
}

.p-index__minbanner--description {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.p-content__form {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 2rem;
}
.p-content__form .wpmem_msg {
  text-align: center;
  margin-bottom: 20px;
}
.wpmem_msg {
  text-align: center;
}
.p-content__contents {
  margin-top: 1rem;
}

.p-content__label {
  color: #0f367a;
  position: relative;
  padding-left: 0.75rem;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .p-content__label {
    width: 25%;
  }
}

.p-content__label:before {
  content: '';
  position: absolute;
  background-color: #ED6103;
  width: 4px;
  height: 23px;
  top: 2px;
  left: 0;
}

@media screen and (min-width: 769px) {
  .p-content__label:before {
    top: 0;
  }
}

.p-content__input {
  border: 1px solid #ED6103;
  border-radius: 3px;
  padding: 0.45rem 0.5rem;
  margin-left: 1rem;
  width: 85vw !important;
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .p-content__input {
    width: 70% !important;
    margin-top: 0;
  }
}

.p-content__select {
  border: 1px solid #ED6103;
  color: #0f367a;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  width: 85vw;
  margin-top: 0.5rem;
}

.p-content__select:after {
  content: '';
  position: absolute;
  background-color: #0f367a;
  width: 4px;
  height: 23px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .p-content__select {
    width: 70%;
    margin-top: 0;
  }
}

.p-content__textarea {
  border: 1px solid #ED6103;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  width: 85vw !important;
  position: relative;
  min-height: 10vh;
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .p-content__textarea {
    width: 70% !important;
    margin-top: 0;
  }
}

.p-content__textarea {
  border: 1px solid #ED6103;
  color: #000;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  width: 85vw;
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .p-content__textarea {
    width: 70% !important;
    margin-top: 0;
  }
}

.p-content__radio {
  -webkit-appearance: checkbox;
  border-radius: 50px;
  margin: 0 0 0 1rem;
}

.p-content__radio--text {
  font-size: 15px;
  font-weight: normal;
  color: #0f367a;
}

.inputcheck {
  text-align: center;
}

input[type="submit"] {
  background: #ED6103;
  color: white;
  font-size: 1.25rem;
  border-radius: 50px;
  padding: 0.5rem 4rem;
}

input[type="reset"] {
  background: #ED6103;
  color: white;
  font-size: 1.25rem;
  border-radius: 50px;
  padding: 0.5rem 4rem;
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  input[type="reset"] {
    margin-left: 1rem;
    margin-top: 0;
  }
}

.p-content__inputcheck {
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .p-content__inputcheck {
    display: flex;
    justify-content: center;
  }
}

#p-content .mfp_err {
  margin-left: 5%;
  color: #c1405c;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  #p-content .mfp_err {
    margin-left: 28%;
  }
}

/*-------------------------------*/
/*
Utility
hepler 汎用クラス
※濫用しない。一要素に対して、3つ以上使用する場合は、クラスの切り出しを検討する。
※内容はプロジェクトに合わせて調整する。
*/
/*=============================
表示・非表示
=============================*/
.u-sp {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

.u-pc {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-pc {
    display: block !important;
  }
}

.u-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.u-none {
  display: none;
}

/*
Utility
hepler 汎用クラス
※濫用しない。一要素に対して、3つ以上使用する場合は、クラスの切り出しを検討する。
※内容はプロジェクトに合わせて調整する。
*/
/*=============================
余白　margin padding
=============================*/
.u-mt-minus {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .u-mt-minus {
    margin-top: -2rem;
  }
}

.u-mt_xs {
  margin-top: 10px !important;
}

.u-mt_s {
  margin-top: 20px !important;
}

.u-mt_m {
  margin-top: 50px !important;
}

.u-mt_l {
  margin-top: 100px !important;
}

.u-m-center {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .u-mt_xs {
    margin-top: 20px !important;
  }
  .u-mt_s {
    margin-top: 50px !important;
  }
  .u-mt_m {
    margin-top: 80px !important;
  }
  .u-mt_l {
    margin-top: 120px !important;
  }
}

/*
Utility
hepler 汎用クラス
※濫用しない。一要素に対して、3つ以上使用する場合は、クラスの切り出しを検討する。
※内容はプロジェクトに合わせて調整する。
*/
/*=============================
フォント・テキスト
=============================*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-taj {
  text-align: justify !important;
}

.u-gothic {
  font-family: "A1 Gothic M", "Noto Sans Japanese", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

.u-mincho {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.u-f_bold {
  font-weight: bold !important;
}

.u-f_normal {
  font-weight: normal !important;
}

.u-ls0 {
  letter-spacing: 0 !important;
}

/*
Utility
hepler 汎用クラス
※濫用しない。一要素に対して、3つ以上使用する場合は、クラスの切り出しを検討する。
※内容はプロジェクトに合わせて調整する。
*/
/*=============================
色
=============================*/
.u-c_white {
  color: #fff !important;
}

.u-bg_white {
  background-color: #fff !important;
}

/*=============================
その他
=============================*/
.u-colorbl {
  color: #ED6103 !important;
}

.u-mxwidth {
  width: 100%;
}

.u-relative {
  position: relative !important;
}

.u-text--center {
  text-align: left !important;
}

@media screen and (min-width: 769px) {
  .u-text--center {
    text-align: center !important;
  }
}

.u-border--bl {
  border-bottom: 2px solid #ED6103;
}

.u-pc_hidden {
  display: block;
}

@media screen and (min-width: 769px) {
  .u-pc_hidden {
    display: none;
  }
}

.u-sp_hidden {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-sp_hidden {
    display: block;
  }
}

.u-tab_hidden {
  display: none;
}

@media screen and (min-width: 1025px) {
  .u-tab_hidden {
    display: block;
  }
}

.u-tab_display {
  display: block;
}

@media screen and (min-width: 1025px) {
  .u-tab_display {
    display: none;
  }
}

.u-noborder--bottom {
  border-bottom: none;
}

.u-bg--grey {
  background: #efeee9;
}

.u-bg--grey2 {
  background: #efeee9;
  background: url(/images/common/h2_bg.jpg);/*20220117*/
}

.u-bg--grey-white {
  background: #efeee9;
}

@media screen and (min-width: 769px) {
  .u-bg--grey-white {
    background: white;
  }
}

.u-bg--blue-grey {
  background: #ED6103;
}

@media screen and (min-width: 769px) {
  .u-bg--blue-grey {
    background: #efeee9;
  }
}

.u-bg-light_blue {
  /*background: #8cbbe3;*/
  background: #e4e2d9;/*20220117*/
}
.form_custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.form_custom .div_text {
  width: 80%;
}

.form_custom label{
    color: #0f367a;
    position: relative;
    padding-left: 0.75rem;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 768px){
  .form_custom {
    flex-direction: column;
  }
  .form_custom label{
    width: 100%;
  }
  .form_custom .div_text {
    width: 85vw;
  }
  .form_custom .div_text input {
    width: 85vw !important;
  }
}
@media screen and (min-width: 769px){
	.form_custom > label {
    width: 25%;
	}
}

.form_custom > label:before {
    content: '';
    position: absolute;
    background-color: #ED6103;
    width: 4px;
    height: 23px;
    top: 2px;
    left: 0;
}

.textbox {
    border: 1px solid #ED6103;
    border-radius: 3px;
    padding: 0.45rem 0.5rem;
    margin-left: 1rem;
    width: 85vw !important;
    margin-top: 0.5rem;
    display: inline-block
}

@media screen and (min-width: 769px){
.textbox {
    width: 70% !important;
    margin-top: 0;
    }
}

.button_div {
    text-underline-position: under;
    -webkit-text-size-adjust: 100%;
    font-family: "A1 Gothic M", "Noto Sans Japanese", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 1rem;
    word-break: break-all;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

fieldset legend{
	display:none;
}

.req-text{
	display:none;
}

.div_text input {
    border: 1px solid #ED6103;
    border-radius: 3px;
    padding: 0.45rem 0.5rem;
    margin-left: 1rem;
    width: 85vw !important;
    margin-top: 0.5rem;
    display: inline-block
}

@media screen and (min-width: 769px){
.div_text input {
    width: 70% !important;
    margin-top: 0;
    }
}

.button_div label{
	display:none;
}

/*
Utility
hepler 汎用クラス
※濫用しない。一要素に対して、3つ以上使用する場合は、クラスの切り出しを検討する。
※内容はプロジェクトに合わせて調整する。
*/
/*=============================
min-width
=============================*/
/*=============================
max-width
=============================*/
.u-max--vw {
  width: 100vw !important;
}
/*# sourceMappingURL=style.css.map */

.captcha {
    margin-left: auto;
    margin-right: auto;
}


/*20230512add*/
.m_img_r{
    float: right;
    text-align: right;
}
.m_txt_l{
    padding-right: 370px;
}
.m__cl{
    clear: both;
}
.topic_content ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
}
.topic_content li {
    width: 33.3%;
    box-sizing: border-box;
    margin: 0px 0;
}
.topic_inner{
    padding: 0px 20px;
}
.topic_inner img{
    width: 100%;
}
.topic_txt{
    padding: 15px 0px;
}
.topic_btn a{
    background: #ED6103;
    padding: 15px 0px;
    color: #ffffff;
    text-align: center;
    display:block;
}
@media screen and (max-width: 800px) {
.m_img_r{
    float: none;
    text-align: left;
}
.m_txt_l{
    padding-right: 0px;
    padding-top: 20px;
}
}

@media screen and (max-width: 600px) {
.topic_content ul {
    display:block;
}
.topic_content li {
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0;
}
.topic_btn a{
    padding: 10px 0px;
}
}