@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');


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

body {
  margin: 0;
  font-size: 1em;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  width: 100%;
  max-width: 100%;
}

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

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media (min-width: 835px) {
  .sp {
    display: none;
  }
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}


main {
  padding: 0;
  margin: 0;
  color: #000;
  position: relative;
}
@media (max-width: 1024px) {
  main {
    padding: 0;
  }
}
@media (max-width: 834px) {
  main {
    padding: 0;
  }
}
@media (max-width: 680px) {
  main {
    padding: 0;
  }
}
main#toppage {
  padding: 0;
  background: url("/img/common/bg_dot.webp") top center repeat;
  background-size: auto;
}
main#cont {
  padding: 0;
}
@media (max-width: 680px) {
  main#cont {
    padding: 0;
  }
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.wrapper.tight {
  max-width: 1024px;
}
@media (max-width: 680px) {
	.wrapper.spwide {
	  width: 100%;
	}
}


.devide {
  display: block;
  margin: 5% auto;
  padding: 0;
  border: none;
  background: #000;
  width: 1px;
  height: 80px;
}
@media (max-width: 680px) {
  .devide {
    height: 40px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

p,
a,
dl,
ul,
ol,
th,
td {
  font-size: 16px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 680px) {
  p,
dl,
ul,
ol,
th,
td {
    font-size: 16px;
    line-height: 2;
  }
}

.txl {
  text-align: left !important;
}

.txc {
  text-align: center !important;
}

.txr {
  text-align: right !important;
}

.mgn5 {
  margin: 5% 0;
}


p {
  margin: 0 0 1em 0;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  /*リード文章*/
}
p .date {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 10px 0 0;
}
p .tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  background: #F7F5F1;
  color: #fff;
}
p .tag.emp {
  padding: 3px 9px;
  background: #DB2400;
  background: #fff;
  border: 1px solid #DB2400;
  color: #DB2400;
  margin: 0 5px 0 0;
}
p.lead {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 5% 0;
}
p.lead.lrg {
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 680px) {
  p.lead.lrg {
    font-size: 18px;
  }
}
p.lead.lh2 {
  line-height: 2;
}
@media (max-width: 834px) {
  p.lead {
    text-align: left;
  }
}
@media (max-width: 680px) {
  p.lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
p.sml {
  font-size: 14px;
  margin-bottom: 2em;
}

/*コンテンツタイトル*/
.ttl {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 0 2em 50px;
  letter-spacing: 0.1em;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
  color: #000;
}
@media (max-width: 680px) {
  .ttl {
    font-size: 30px;
    margin: 0 0 6% 0;
    padding: 0 0 50px;
  }
}
.ttl::after {
  content: "";
  display: block;
  height: 30px;
  width: 0.8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
@media (max-width: 834px) {

}
@media (max-width: 680px) {

}
.ttl span.en {
  display: block;
  font-weight: 400;
  font-style: normal;
  padding: 10px 0 5px 0;
  color: #FF2B45;
  font-size: 18px;
  text-indent: 5px;
  letter-spacing: 5px;
}
@media (max-width: 680px) {
  .ttl span.en {
      font-size: 16px;
  }
}

/*見出し*/
.mds {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  font-family: "Kiwi Maru", serif;
}
.mds .sp {
  display: none;
}
@media (max-width: 680px) {
  .mds .sp {
    display: block;
  }
}
.mds span {
  display: block;
  color: #000;
  margin: 0 0 6px 0;
}
.mds span.num {
  display: inline-block;
  background: #3162A5;
  color: #fff;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px 0 0;
  padding: 0.4em 0 0 0;
  line-height: 1;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .mds {
    font-size: 24px;
    line-height: 1.8;
  }
}
.mds.lrg {
  font-size: 36px;
}
@media (max-width: 680px) {
  .mds.lrg {
    font-size: 24px;
  }
}
.mds.mid {
  font-size: 26px;
}
@media (max-width: 680px) {
  .mds.mid {
    font-size: 22px;
  }
}
.mds.sml {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.mds.line {
  padding: 0 0 0 28px;
}
@media (max-width: 680px) {
  .mds.line {
    padding: 0 0 0 20px;
  }
}
.mds.line::before {
  content: "";
  display: inline-block;
  width: 6px;
  margin: 0;
  height: 100%;
  background: #1D2088;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.mds.box {
  padding: 5px 10px;
  margin-bottom: 3%;
  border: 1px solid #eee;
}
.mds.dot {
  text-align: center;
}
.mds.dot::before {
  content: "●";
  display: block;
  margin: 0 auto 10px auto;
  color: #3162A5;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 680px) {
  .mds.dot::before {
    margin: 0 auto 10px auto;
  }
}
.mds.rect {
  padding-left: 1.5em;
  text-align: left;
}
.mds.rect::before {
    content: "";
    display: block;
    height: 0.75em;
    width: 0.75em;
    background: #A3D4DF;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0.4em;
    left: 0;
    border-radius: 6px;
}
@media (max-width: 680px) {
  .mds.rect {
	    text-align: center;
	    margin: 0 0 50px;
	    padding: 0;
	}
  .mds.rect::before {
        top: auto;
        bottom: -25px;
        left: 0;
        right: 0;
        margin: auto;
  }
}
.mds.hyp {
  margin: 0 0 5% 0;
}
.mds.hyp::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #999;
  margin: 0 0 0 16px;
  vertical-align: middle;
}
.mds.txl {
  text-align: left;
}
.mds img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mds a {
  position: relative;
}
.mds a:hover {
  color: #3162A5;
}
.mds a::after {
  content: "";
  width: 18px;
  height: 12px;
  position: relative;
  display: inline-block;
  background: url("/img/common/arrow.png") center center no-repeat;
  background-size: 18px;
  margin: 0;
}

p + .mds,
p + .mds.rect,
p + .mds.hyp {
  margin: 6% 0 2% 0;
}

p + .mds.hyp {
  margin: 8% 0 8% 0;
}

/*強調*/
.emp {
  font-size: 18px;
  line-height: 1.6;
  margin: 3% 0;
  padding: 5px 20px;
  color: #fff;
  background: #DB2400;
  display: inline-block;
}
@media (max-width: 680px) {
  .emp {
    font-size: 20px;
  }
}
.emp.bdr {
  display: block;
  padding: 15px 20px;
  color: #000;
  background: #fff;
  border: 4px solid #eee;
}
.emp.sml {
  background: none;
  color: #DB2400;
  padding: 0;
  margin: 5px 0 0 0;
  display: block;
}
.emp .topics {
  margin: 0;
}
.emp .topics li {
  margin: 0;
  padding: 0;
}

/*注釈*/
.note {
  margin: 0 0 1em 0;
  line-height: 1.6;
  font-size: 14px;
}

ul.note {
  display: block;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
ul.note li {
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 14px;
  position: relative;
}
ul.note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media (max-width: 680px) {
  ul.note li {
    font-size: 14px;
  }
}

.maker {
  background: linear-gradient(transparent 50%, #fcffa7 50%);
}

.tel,
.fax {
  display: block;
  font-size: 18px;
  margin: 0;
}
.tel_num a,
a.tel_num,
.fax_num a,
a.fax_num {
	color: #000!important;
}
.tel .tel_num,
.fax .fax_num {
  font-size: 32px;
  margin: 0 0 0 5px;
}
.tel .tel_num a,
.fax .fax_num a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 680px) {
  .tel .tel_num,
  .fax .fax_num {
    font-size: 24px;
  }
}


/* -------------------------------------------
margin padding
-------------------------------------------*/


.mt0{ margin-top:0px !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }
.mt60{ margin-top:60px !important; }
.mt70{ margin-top:70px !important; }
.mt80{ margin-top:80px !important; }

.mb0{ margin-bottom:0px !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }


.pt0{ padding-top:0px !important; }
.pt5{ padding-top:5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt30{ padding-top:30px !important; }
.pt40{ padding-top:40px !important; }
.pt50{ padding-top:50px !important; }
.pt60{ padding-top:60px !important; }
.pt70{ padding-top:70px !important; }
.pt80{ padding-top:80px !important; }

.pb0{ padding-bottom:0px !important; }
.pb5{ padding-bottom:5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb20{ padding-bottom:20px !important; }
.pb30{ padding-bottom:30px !important; }
.pb40{ padding-bottom:40px !important; }
.pb50{ padding-bottom:50px !important; }
.pb60{ padding-bottom:60px !important; }
.pb70{ padding-bottom:70px !important; }
.pb80{ padding-bottom:80px !important; }



/*-------------------------------------------------------
リンクボタン
-------------------------------------------------------*/
a {
  transition: all 0.2s ease;
}
a:hover {
  color: #000;
}

p a {
  text-decoration: underline;
}
p a:hover {
  color: #3162A5;
}

.btns {
  margin: 3% 0;
  padding: 0;
}
@media (max-width: 680px) {
  .btns {
    margin: 5% 0 0 0;
  }
}
.btns.lft {
  text-align: left;
}
.btns.txl {
  text-align: left;
}
.btns ul {
  display: block;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0 -5% 0 0;
}
.btns ul li {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 0 5% 0 0;
  margin: 0 0 5% 0;
}
.btns ul li .btn {
  width: 100%;
  max-width: inherit;
}
@media (max-width: 680px) {
  .btns ul li {
    width: 100%;
    margin: 0 0 2% 0;
  }
}
.btns ul.wide li {
  width: 100%;
  margin-bottom: 2%;
}
.btns ul.wide li .btn {
  border-radius: 10px;
  font-size: 24px;
  padding: 16px 60px 16px 60px;
}

a.btn {
  display: inline-block;
  position: relative;
  padding: 14px 50px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  min-width: 300px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  transition: all 0.2s ease;
  background: #D993A7;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  a.btn {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  a.btn {
    display: block;
    min-width: auto;
  }
}
a.btn::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: relative;
  display: block;
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 18px;
  transform: translateY(50%);
  transition: all 0.2s ease;
}
a.btn::after {
  content: "";
  width: 6px;
  height: 6px;
  position: relative;
  display: block;
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 21px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #fff;
  transition: all 0.2s ease;
}
a.btn:hover::before {
  right: 10px;
}
a.btn:hover::after {
  right: 14px;
}

a.btn.tab {
  padding: 14px 28px 14px 14px;
  font-size: 17px;
}
a.btn.tab::before {
  width: 20px;
  height: 20px;
  background: transparent url(../img/common/ico_window.svg) no-repeat center center;
  background-size: 17px;
  transform: none;
  right: 8px;
}
a.btn.tab::after {
  content: normal;
}

a.btn_download {
  display: inline-block;
  position: relative;
  padding: 10px 50px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  min-width: 200px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  transition: all 0.2s ease;
  background: #D993A7 url(../img/common/ico_download.svg) no-repeat center right 25px;
  background-size: 24px;
  border-radius: 50px;
}
a.btn_download.exl {
  background: #D993A7 url(../img/common/icon_excel_w.webp) no-repeat center left 25px;
  background-size: 24px;
}
a.btn_download.pdf {
  background: #D993A7 url(../img/common/icon_pdf_w.webp) no-repeat center left 25px;
  background-size: 24px;
}
@media (max-width: 680px) {
	a.btn_download {
	    min-width: auto;
	    width: 100%;
	    box-sizing: border-box;
        font-size: 16px;
        padding: 10px 50px;
    }
}







/*-------------------------------------------------------
テキストリンク
-------------------------------------------------------*/
a.txtlink {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  height: inherit;
  color: #3162A5;
}
a.txtlink:hover {
  text-decoration: underline;
}
a.txtlink.ext {
  padding: 0 20px 0 0;
}
a.txtlink.ext::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  border: 2px solid #3162A5;
  background: #fff;
  position: absolute;
  bottom: 5px;
  right: 3px;
}
a.txtlink.ext::after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  border: 2px solid #3162A5;
  background: #fff;
  position: absolute;
  bottom: 8px;
  right: 0px;
}
.arrow {
	padding: 0 0 0 25px;
	position: relative;
}
.arrow::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 5px solid transparent;
	border-left: 7px solid #1D2088;
}



/*-------------------------------------------------------
ページトップへ戻る
-------------------------------------------------------*/
a.btn_pagetop {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 0;
  overflow: hidden;
  padding: 40px 0 0 0;
  margin: 0 auto;
  width: 40px;
  height: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0);
  background-color: #a3d4df;
  border-radius: 20px 0 0 20px;
}
a.btn_pagetop:hover {
  opacity: 0.7;
}
a.btn_pagetop::before {
  position: absolute;
  top: 42%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  content: "";
  transform: rotate(135deg);
}

/*-------------------------------------------------------
コンテンツ
-------------------------------------------------------*/

.cnt {
  display: block;
  position: relative;
  margin: 0;
  padding: 5% 0 5% 0;
  text-align: left;
}
@media (max-width: 680px) {
  .cnt {
    padding: 10% 0;
  }
}
.cnt.nopad_top {
  padding: 0 0 5% 0;
}
.cnt.nopad_bot {
  padding: 5% 0 0 0;
}
.cnt.nopad {
  padding: 0;
}
.cnt.wht {
  background: #fff;
}
.cnt.grad {
  background-image: linear-gradient(160deg, #fff 0%, #eee 30%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 200% auto;
  transition: all 0.4s ease-out;
}
.cnt.dot {
  background: url("/img/common/bg_dot.webp") top center repeat;
  background-size: auto;
}
.cnt.darkgrad {
  background-image: linear-gradient(160deg, #666 0%, #2A2A2A 30%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 200% auto;
  transition: all 0.4s ease-out;
  color: #fff;
}
.cnt.darkgrad .ttl::before, .cnt.darkgrad .ttl::after {
  border-color: rgba(255, 255, 255, 0.6);
}
.cnt.dark {
  color: #fff;
  background: #2A2A2A;
}
.cnt.dark .ttl::before, .cnt.dark .ttl::after {
  border-color: rgba(255, 255, 255, 0.6);
}
.cnt.inq {
  padding: 5% 0;
  background-image: linear-gradient(160deg, #fff 0%, #eee 30%);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 200% auto;
  transition: all 0.4s ease-out;
}
.cnt.inq::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url("../img/top/bg_mainil.webp") 150% center no-repeat;
  background-size: 80%;
}
.cnt.inq .ttl.dot {
  color: #fff;
}
.cnt.ttlcol {
  padding: 120px 0 50px 0;
  margin: 0;
  background: #4B93C7;
  text-align: center;
}
@media (max-width: 1024px) {
  .cnt.ttlcol {
    padding: 60px 0 20px 0;
  }
}
@media (max-width: 680px) {
  .cnt.ttlcol {
    padding: 70px 0 20px 0;
  }
}
.cnt.ttlcol .ttl {
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 46px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  padding: 0.1em 1.8em 0.2em 2em;
  color: #fff;
}
.cnt.ttlcol .ttl span.en{
  text-align: center;
  color: #fff;
}
.cnt.ttlcol .ttl::after {
  content: normal;
}
@media (max-width: 834px) {
  .cnt.ttlcol .ttl {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  .cnt.ttlcol .ttl {
    font-size: 26px;
  }
}
.cnt.ttlcol .ttl + .lead {
  margin: 20px 0 0 0;
}


#contpage section{
	margin: 0 0 80px;
}


#cont_ttl{
    display: block;
    padding: 200px 0 0;
    text-align: center;
    position: relative;
}
@media (max-width: 680px) {
	#cont_ttl {
	    padding: 140px 0 0;
	    margin: 0 0 60px;
	}
}
#cont_ttl h2.mds{
    font-size: 40px;
}
#cont_ttl .wraps {
    width: 100%;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -50px;
    z-index: -1;
    margin: auto;
}
#cont_ttl .circle {
    padding-top: 150px;
    width: 150px;
    margin: 0 auto;
}



/*-------------------------------------------------------
交互コラム
-------------------------------------------------------*/
.altcont {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
  margin: 0 auto 8% auto;
  padding: 0 0;
}
@media (max-width: 834px) {
  .altcont {
    margin: 0 auto 28% auto;
  }
}
.altcont .imgcol {
  display: inline-block;
  width: 47%;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.altcont .imgcol figure {
  display: block;
  padding: 0;
  margin: 0;
}
.altcont .imgcol figure img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  display: block;
  border-radius: 40px;
}
@media (max-width: 834px) {
  .altcont .imgcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
}
.altcont.rtimg {
  position: relative;
}
.altcont.rtimg .imgcol {
  display: block;
  margin: 0 0 0 auto;
}
.altcont.rtimg .txtcol {
    position: absolute;
    left: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
    width: 47%;
    height: fit-content;
}
@media (max-width: 834px) {
  .altcont.rtimg .txtcol {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
  }
}
.altcont .txtcol {
  display: inline-block;
  box-sizing: border-box;
  width: 47%;
  margin: 0 0 0 6%;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 834px) {
  .altcont .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    transform: none;
  }
}
.altcont .txtcol p{
  line-height: 2;
}
@media (max-width: 680px) {
	.altcont .txtcol p{
		font-size: 16px;
		margin-top: 30px;
	}
}
/*-------------------------------------------------------
コラム
-------------------------------------------------------*/
.column {
  display: block;
  box-sizing: content-box;
  margin: 2% -5% 2% 0;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
}
.column::after {
  content: "";
  display: block;
  clear: both;
}
.column.mgn {
  margin: 10% -5% 0 0;
}
.column.nomgn {
  margin: 0 -5% 0 0;
}
.column.nomgn .row {
  margin: 0;
}
@media (max-width: 680px) {
  .column + .column {
    margin-top: 10%;
  }
}
.column .row {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 5% 5% 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 680px) {
  .column .row {
    padding: 0 5% 0 0;
    margin: 0 0 30px;
  }
}
.column .row.vmid {
  vertical-align: middle;
}
.column .row.w1 {
  width: 100%;
}
@media (max-width: 680px) {
  .column .row.w1 {
    width: 100%;
  }
}
.column .row.w2 {
  width: 50%;
}
@media (max-width: 834px) {
  .column .row.w2 {
    width: 100%;
  }
}
.column .row.w3 {
  width: 33.33%;
}
@media (max-width: 834px) {
  .column .row.w3 {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .column .row.w3 {
    width: 100%;
  }
}
.column .row.w4 {
  width: 25%;
}
@media (max-width: 834px) {
  .column .row.w4 {
    width: 50%;
  }
}
.column .row.w3_2 {
  width: 66.66%;
}
@media (max-width: 834px) {
  .column .row.w3_2 {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .column .row.w3_2 {
    width: 100%;
  }
}
.column .row.imgcol {
  width: 30%;
}
@media (max-width: 1024px) {
  .column .row.imgcol {
    width: 40%;
  }
}
@media (max-width: 680px) {
  .column .row.imgcol {
    width: 100%;
  }
}
.column .row.txtcol {
  width: 70%;
}
@media (max-width: 1024px) {
  .column .row.txtcol {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .column .row.txtcol {
    width: 100%;
  }
}
.column .row.fltr {
  float: right;
}
@media (max-width: 680px) {
  .column .row.fltr {
    float: none;
  }
}
.column .row.fltl {
  float: left;
}
@media (max-width: 680px) {
  .column .row.fltl {
    float: none;
  }
}
.column .inner {
  display: block;
  padding: 40px;
  margin: 0;
  background: #fff;
  position: relative;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  .column .inner {
    padding: 5%;
  }
}
.column .inner.bggray {
  background: #fafafa;
  border: none;
}
.column .inner.bdr {
  border: 10px solid #ffdfce;
}
@media (max-width: 834px) {
  .column .inner.bdr {
    border: 5px solid #3162A5;
  }
}
.column .inner.mgntop {
  margin: 10% 0 0 0;
}
@media (max-width: 680px) {
  .column .inner.mgntop {
    margin: 5% 0 0 0;
  }
}
.column .inner.arw {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .column .inner.arw {
    margin-bottom: 30px;
  }
}
.column .inner.arw::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid #3162A5;
  border-bottom: 10px solid transparent;
  display: block;
  transform: translate(100%, -40%);
  position: absolute;
  top: 50%;
  right: -5%;
}
@media (max-width: 834px) {
  .column .inner.arw::after {
    border-top: 10px solid #3162A5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: none;
    position: absolute;
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: -13%;
    transform: translate(-50%, 0);
  }
}
.column .inner.pls {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .column .inner.pls {
    margin-bottom: 30px;
  }
}
.column .inner.pls::before {
  content: "＋";
  color: #3162A5;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  z-index: 5;
  display: block;
  transform: translate(100%, -50%);
  position: absolute;
  top: 50%;
  right: -1%;
}
@media (max-width: 834px) {
  .column .inner.pls::before {
    transform: translate(-50%, 100%);
    position: absolute;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 50%;
  }
}

.bdrcol {
  display: block;
  padding: 5%;
  margin: 5% 0;
  background: #fff;
  text-align: center;
  border: 10px solid #F7F5F1;
}
@media (max-width: 680px) {
  .bdrcol {
    padding: 8%;
    border: 6px solid #F7F5F1;
  }
}
.bdrcol p {
  margin: 0;
}
.bdrcol p.mgn {
  margin-bottom: 20px;
}
.bdrcol .column {
  margin-top: 0;
  margin-bottom: 0;
}
.bdrcol .column .col {
  padding-bottom: 0;
}

.empcol {
  display: block;
  padding: 5%;
  margin: 0 0 5% 0;
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
}
.empcol.vline {
  margin-top: 5%;
}
.empcol.vline::before {
  content: "";
  width: 1px;
  height: 60px;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.empcol.nomgn {
  margin-bottom: 0;
}
.empcol.mgnbot {
  margin-bottom: 10%;
}
.empcol p {
  margin: 0;
}
.empcol p.mgn {
  margin-bottom: 30px;
}
.empcol p + P {
  margin: 20px 0 0 0;
}
.empcol .column {
  margin-top: 0;
  margin-bottom: 0;
}
.empcol .column + .column {
  margin-top: 5%;
}
.empcol .column .row {
  padding-bottom: 0;
}


/*------------------------------------------------------------------------
イメージ
------------------------------------------------------------------------*/
figure {
  display: block;
  width: 100%;
  margin: 0 0 3% 0;
  position: relative;
}
figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
figure figcaption {
  font-size: 13px;
  margin: 10px 0 0 0;
}
figure figcaption.txr {
  text-align: right;
}
figure.mgn {
  margin: 0 0 10% 0;
}
figure.sml {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  figure.sml {
    width: 100%;
  }
}
figure.xsml {
  width: 50%;
  margin: 0 auto 3% auto;
}
@media (max-width: 680px) {
  figure.xsml {
    width: 100%;
  }
}
figure.mid {
  width: 85%;
  margin: 0 auto 3% auto;
}
@media (max-width: 680px) {
  figure.mid {
    width: 100%;
  }
}
figure.wide img {
  width: 110%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  figure.wide img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  figure.wide img {
    width: 100%;
  }
}
figure.circle {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 100% 0 0 0;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: #ddd;
  font-size: 0;
}
figure.circle img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  figure.circle {
    width: 50%;
    padding: 50% 0 0 0;
    margin: 0 auto;
  }
}
figure.oblique {
  display: block;
  padding: 0;
  margin: 0 0 2% 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 680px) {
  figure.oblique {
    transform: none;
  }
}
figure.oblique img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/*-------------------------------------------------------
メインイメージ
-------------------------------------------------------*/
#mainimg {
  display: inline-block;
  width: 100%;
  margin: 80px 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 680px) {
  #mainimg {
    margin: 80px 0 18%;
  }
}
#mainimg img.main{
  width: 80%;
  float: right;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 680px) {
  #mainimg img.main{
	  width: 92%;
	  float: right;
	  border-radius: 50px 0 0 50px;
	}
}
#mainimg .mainttl {
    display: inline-block;
    position: absolute;
    bottom: 10%;
    left: 10%;
    margin: 3em 0 0;
    padding: 0;
    z-index: 5;
    color: #333;
}
@media (max-width: 680px) {
  #mainimg .mainttl {
    left: 20px;
    bottom: -14%;
    margin: 0;
  }
}
#mainimg .mainttl h1 {
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    font-family: "Kiwi Maru", serif;
}
#mainimg .mainttl h1 span{
	display: block;
	font-size: 1.4em;
	margin: 0 0 2em;
}
@media (max-width: 1024px) {
	#mainimg .mainttl h1 {
	    font-size: 1.3em;
   }
}
@media (max-width: 680px) {
  #mainimg .mainttl h1 {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 2px;
  }
	#mainimg .mainttl h1 span{
		display: block;
		font-size: 1.3em;
		margin: 0 0 1em;
	}

}


@keyframes toLeft {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-10%, 0);
  }
}
@keyframes toRight {
  0% {
    transform: translate(-10%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomOut 14s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 680px) {
  .slide-img img {
    display: block;
    width: 150%;
    height: auto;
  }
}

@media (max-width: 680px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }
  .swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 14s linear 0s 1 normal both;
  }
}



/*-------------------------------------------------------
メインイメージ　アニメーション
-------------------------------------------------------*/

.wraps{
    width: 100%;
    height: fit-content;
    position: absolute;
    left: -5%;
    bottom: -47%;
    z-index: -1;
}
 
.circle{
    background: linear-gradient(180deg, #FECFD5 0%, #FFF7F8 100%);
    padding-top: 45%;
    width: 68%;
    animation-name: puyopuyo;
    animation-duration: 20.0s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
 
@keyframes puyopuyo{  
    0%{
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14%{
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28%{
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42%{
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56%{
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70%{
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84%{
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
    100%{
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
}

@media (max-width: 680px) {

	#toppage .wraps {
	    bottom: -40%;
	}
	#toppage .circle {
	    padding-top: 100%;
	    width: 88%;
	}

}



/*-------------------------------------------------------
リスト
-------------------------------------------------------*/
dl.detail_list {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  font-size: 0;
  border-bottom: 1px solid #999;
  text-align: center;
}
@media (max-width: 680px) {
	dl.detail_list {
	  border-bottom: 1px solid #e7e9d8;
	}
}
dl.detail_list.nomgn {
  margin: 0;
}
dl.detail_list dt {
  display: inline-block;
  padding: 20px 20px;
  margin: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  width: 14em;
  vertical-align: top;
  border-top: 1px solid #999;
  text-align: left;
  letter-spacing: 0.1em;
  background-color: #f6f8e8;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  dl.detail_list dt {
    display: block;
    width: inherit;
    padding: 5px 10px;
    border-top: none;
    font-size: 14px;
  }
}
dl.detail_list dt span {
  font-size: 14px;
}
dl.detail_list dd {
  display: inline-block;
  padding: 20px 20px;
  margin: 0;
  font-size: 18px;
  width: calc(100% - 14em);
  vertical-align: top;
  border-top: 1px solid #999;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  dl.detail_list dd {
    display: block;
    width: inherit;
    padding: 0 0 10px 0;
    font-size: 14px;
    border-top: none;
    padding: 5px 10px 10px;
  }
}
dl.detail_list dd .mds.sml {
  font-size: 16px;
  margin: 0;
  line-height: 2;
}
dl.detail_list dd .mds {
  margin: 0;
}
dl.detail_list dd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8 !important;
  margin: 5px 0;
}
@media (max-width: 680px) {
  dl.detail_list dd p {
    font-size: 14px;
  }
  dl.detail_list dd ul.txtlist li {
    font-size: 14px;
  }
}
dl.detail_list dd p.add {
  display: inline-block;
  padding: 0 30px 0 0;
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 680px) {
  dl.detail_list dd p.add {
    display: block;
    padding: 0;
  }
}
dl.detail_list dd p.mapbtn {
  display: inline-block;
  float: right;
}
@media (max-width: 680px) {
  dl.detail_list dd p.mapbtn {
    display: block;
    float: none;
    text-align: right;
  }
}
dl.detail_list dd p + .mds.sml {
  margin: 3% 0 0 0;
}
dl.detail_list dd

dl.detail_list.w14 dt {
  width: 14em;
}
dl.detail_list.w14 dd {
  width: calc(100% - 14em);
}
dl.detail_list.w10 dt {
  width: 10em;
}
@media (max-width: 680px) {
  dl.detail_list.w10 dt {
    width: inherit;
  }
}
dl.detail_list.w10 dd {
  width: calc(100% - 10em);
}
@media (max-width: 680px) {
  dl.detail_list.w10 dd {
    width: inherit;
  }
}
dl.detail_list.bdr dt {
  border-top: 1px solid #eee;
}
@media (max-width: 680px) {
  dl.detail_list.bdr dt {
    display: block;
    width: inherit;
    padding: 20px 0 0 0;
  }
}
dl.detail_list.bdr dd {
  border-top: 1px solid #eee;
}
@media (max-width: 680px) {
  dl.detail_list.bdr dd {
    border: none;
  }
}
@media (max-width: 680px) {
  dl.detail_list.bdr dd {
    display: block;
    width: inherit;
    padding: 0 0 20px 0;
  }
}
dl.detail_list.bdr dd.wide {
  width: 100%;
}
dl.detail_list.bdr_b {
  border-bottom: none;
}
dl.detail_list.bdr_b dt {
  border-bottom: 1px solid #eee;
}
dl.detail_list.bdr_b dd {
  border-bottom: 1px solid #eee;
}
/*-------------------------------------------------------
ボックス
-------------------------------------------------------*/

dl.text_box{
    position: relative;
    margin: 50px 0 0;
}
dl.text_box dt{
    font-family: "Kiwi Maru", serif;
    position: absolute;
    left: 30px;
    top: -1em;
    margin: auto;
    background: #fff;
    width: fit-content;
    padding: 0 30px;
    color: #D993A7;
    display: block;
    font-size: 1.4em;
}
@media (max-width: 680px) {
	dl.text_box dt {
	    left: 0;
	    right: 0;
    }
}
dl.text_box dd{
    border: 1px solid #D993A7;
    padding: 40px;
    margin: 0;
    border-radius: 20px;
}




/*-------------------------------------------------------
テキストリスト
-------------------------------------------------------*/
ul.txtlist {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 834px) {
  ul.txtlist {
    font-size: 14px;
  }
}
ul.txtlist li {
  display: block;
  margin: 0;
  padding: 0 0 5px 1.4em;
  position: relative;
  text-align: left;
  font-size: 16px;
}
ul.txtlist li::before {
  content: "●";
  position: absolute;
  left: 4px;
  top: 6px;
  font-size: 10px;
  color: #d993a7;
}
ul.txtlist li span {
  font-size: 13px;
  margin: 0 0 0 10px;
}
ul.txtlist li .mds {
  margin: 0 0 5px 0;
}
ul.txtlist li a {
  color: #3162A5;
  text-decoration: underline;
}
ul.txtlist li a:hover {
  color: #000;
}

ol.numlist {
  margin: 2% 0;
  padding: 0 0 0 2em;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 680px) {
  ol.numlist {
    padding: 0 0 0 1.5em;
    font-size: 16px;
  }
}
ol.numlist li {
  list-style-type: style;
  list-style-position: outside;
  margin: 0 0 10px 0;
  padding-left: 0;
  position: relative;
}
ol.numlist li p {
  margin: 10px 0 0 0;
}
ol.numlist li p .tel_num {
  line-height: 1;
}
ol.numlist.kakko {
  margin: 5% 0;
  padding-left: 3em;
}
ol.numlist.kakko li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.numlist.kakko li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

dl.progress_flow {
  display: block;
  padding: 0 0 0 50px;
  margin: 0 0 3% 0;
  font-size: 0;
  position: relative;
}
@media (max-width: 680px) {
  dl.progress_flow {
    padding: 0 0 0 30px;
  }
}
dl.progress_flow::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 11px;
  background: none;
  width: 1px;
  height: 100%;
  border: none;
  border-left: 2px dotted #999;
}
@media (max-width: 680px) {
  dl.progress_flow::before {
    left: 10px;
  }
}
dl.progress_flow.nomgn {
  margin: 0;
}
dl.progress_flow dt {
  display: inline-block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  width: 8em;
  vertical-align: top;
  position: relative;
  float: left;
}
@media (max-width: 834px) {
  dl.progress_flow dt {
    float: none;
  }
}
@media (max-width: 680px) {
  dl.progress_flow dt {
    font-size: 14px;
  }
}
dl.progress_flow dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: -45px;
  background: #3162A5;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
@media (max-width: 680px) {
  dl.progress_flow dt::before {
    left: -26px;
  }
}
dl.progress_flow dt span {
  font-size: 13px;
}
dl.progress_flow dd {
  display: block;
  padding: 0 0;
  margin: 0 0 40px 9em;
  font-size: 18px;
  vertical-align: top;
}
dl.progress_flow dd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 680px) {
  dl.progress_flow dd p {
    font-size: 14px;
  }
}
@media (max-width: 834px) {
  dl.progress_flow dd {
    margin: 0 0 20px 0px;
  }
}
@media (max-width: 680px) {
  dl.progress_flow dd {
    font-size: 14px;
  }
}

dl.itemlist {
  padding: 0;
  margin: 20px auto;
  list-style: none;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 834px) {
  dl.itemlist {
    padding: 0;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 680px) {
  dl.itemlist {
    padding: 0;
    margin: 0 auto 20px auto;
  }
}
dl.itemlist dt {
  padding: 0;
  margint: 0;
  position: relative;
  width: 8em;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}
dl.itemlist dt span {
  display: block;
  padding: 0.2em 0.4em;
  margint: 0;
  text-align: center;
}
@media (max-width: 680px) {
  dl.itemlist dt {
    float: none;
    width: auto;
    z-index: 1;
    position: relative;
  }
}
dl.itemlist dd {
  margin: 0 0 10px 0;
  padding: 0 0 0 9em;
  position: relative;
}
@media (max-width: 680px) {
  dl.itemlist dd {
    padding: 0;
  }
}
dl.itemlist.bdr {
  border-bottom: 2px solid #eee;
}
@media (max-width: 680px) {
  dl.itemlist.bdr {
    border-bottom: none;
    border-top: 2px solid #eee;
  }
}
dl.itemlist.bdr dt {
  padding: 12px 0 0 0;
  margint: 0;
}
@media (max-width: 680px) {
  dl.itemlist.bdr dt {
    padding: 10px 0 4px 0;
    float: none;
    width: auto;
    z-index: 1;
  }
}
dl.itemlist.bdr dd {
  border-top: 2px solid #eee;
  padding: 15px 0 15px 9em;
  margin: 0;
}
@media (max-width: 680px) {
  dl.itemlist.bdr dd {
    padding: 0 0 10px 0;
    border-top: none;
    border-bottom: 2px solid #eee;
  }
}
dl.itemlist.wspn dt {
  width: 14em;
}
@media (max-width: 680px) {
  dl.itemlist.wspn dt {
    width: auto;
  }
}
dl.itemlist.wspn dd {
  padding: 0px 0 10px 15em;
}
@media (max-width: 680px) {
  dl.itemlist.wspn dd {
    padding: 0 0 10px 0;
  }
}
dl.itemlist.wspn dd .column {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
dl.itemlist.wspn dd .column .row {
  padding-bottom: 0;
  margin-bottom: 0;
}
dl.itemlist.tspn dt {
  width: 5em;
  font-size: 14px;
  padding: 4px 0;
}
@media (max-width: 680px) {
  dl.itemlist.tspn dt {
    float: none;
    width: auto;
  }
}
dl.itemlist.tspn dd {
  padding: 4px 0 4px 6em;
  font-size: 14px;
}
@media (max-width: 680px) {
  dl.itemlist.tspn dd {
    padding: 0 0 10px 0;
  }
}
dl.itemlist + .mds {
  margin: 5% 0 0 0;
}
dl.itemlist p {
  margin: 0;
}
dl.itemlist .btns {
  text-align: left;
}
dl.itemlist .btns .btn.sml {
  margin: 10px 10px 10px 0;
}

/*-------------------------------------------------------
パンくずリスト
-------------------------------------------------------*/
.breadcrumb {
  display: block;
  padding: 10px 20px;
  margin: 0;
  position: relative;
}
@media (max-width: 680px) {
  .breadcrumb {
    padding: 8px 20px 0;
  }
}
.breadcrumb .aioseo-breadcrumbs {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 834px) {
  .breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 834px) {
  .breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
  color: #999;
}
.breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  display: inline-block;
  margin: 0 8px 4px 8px;
  vertical-align: middle;
  color: #eee;
}




/*-------------------------------------------------------
施設情報
-------------------------------------------------------*/


.floorplan_box{
}
.floorplan_box img{
	max-width: 680px;
	width: 100%;
}
ul.photolist{
	width: 100%;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.photolist li{
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}
ul.photolist.col5 li{
	width: calc((100% - 40px) / 5);
}
ul.photolist li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    border-radius: 5px;
}
ul.photolist li figure.img_box img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media (min-width: 681px) {
	.floorplan_box{
		border-radius: 30px;
	    border: 1px solid #ddd;
	    padding: 40px;
	    text-align: center;
	    box-sizing: border-box;
	}
	ul.photolist.col5 li:nth-child(5n + 5){
		margin-right: 0;
	}
}
@media (max-width: 680px) {
	ul.photolist.col5 li{
		width: calc((100% - 10px) / 2);
	}
	ul.photolist.col5 li:nth-child(2n + 2){
		margin-right: 0;
	}
}

/*-------------------------------------------------------
情報公開
-------------------------------------------------------*/

ol.disc{
	font-size: 1.2em;
    border-top: 1px solid #ddd;
}
ol.disc > li{
    padding: 30px 20px 30px 0;
    position: relative;
}
ol.disc > li::before{
    content: "";
    position: absolute;
    background: #ddd;
    bottom: 0;
    width: calc(100% + 2em);
    height: 1px;
    left: -2em;
    
}
ol.disc li span{
    display: inline-block;
    text-indent: 1em;
    font-family: "Kiwi Maru", serif;
}
ol.disc li span a{
	text-decoration: underline;
    font-size: 1em;
    font-family: "Kiwi Maru", serif;
    transition: all 0.2s ease;
}
ol.disc li span a:hover{
	text-decoration: none;
}
ol.disc li span.w30{
    width: 30%;
}
ol.disc li span.w40{
    width: 40%;
}
ol.disc li span.w100{
    width: 100%;
    margin: 0 0 30px;
}
ol.disc li .btns {
    margin: 0;
    text-align: right;
    display: inline-block;
    width: 70%;
}
ol.disc li span.w40 + .btns {
    width: 60%;
}
ol.disc li a.btn_download {
    margin: 0 0 0 20px;
    font-size: 16px;
}

ol.disc > li ol{
	font-size: 1em;
}
ol.disc > li ol li{
    padding: 10px 0;
    position: relative;
}



@media (max-width: 980px) {
	ol.disc > li {
	    padding: 20px 10px 30px 0;
	    position: relative;
	}
	ol.disc li span,
	ol.disc li span.w30,
	ol.disc li span.w40,
	ol.disc li span.w100{
	    width: 100%;
	    vertical-align: top;
        padding: 0 15px;
        text-indent: 0;
        box-sizing: border-box;
	}
	ol.disc li .btns,
	ol.disc li span.w40 + .btns {
	    width: 100%;
	    margin: 10px 0 0;
	}
	ol.disc li a.btn_download {
    	margin: 10px 0 0;
    }
}




/*-------------------------------------------------------
FAQ
-------------------------------------------------------*/
.acmenu {
  display: block;
  clear: both;
  margin: 0 0 2%;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.acmenu dt {
  display: block;
  margin: 0;
  position: relative;
  padding: 18px 35px 18px 55px;
  text-align: left;
  font-size: 20px;
  box-sizing: border-box;
  border-top: 2px solid #eee;
  cursor: pointer;
}
@media (max-width: 680px) {
  .acmenu dt {
    font-size: 16px;
  }
}
.acmenu dt:hover {
  background: #f8f8f8;
}
.acmenu dt:before {
  position: absolute;
  font-family: "Hiragino Sans";
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #3162A5;
  top: 22px;
  left: 15px;
  display: block;
  content: "Q";
}
.acmenu dt:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-left: 2px solid rgb(0, 0, 0);
  border-top: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(225deg);
}
.acmenu dt.active {
  background: #f8f8f8;
}
.acmenu dt.active:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-left: 2px solid rgb(0, 0, 0);
  border-top: 2px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(45deg);
}
.acmenu dd {
  position: relative;
  display: none;
  margin: 0;
  padding: 20px 0 20px 55px;
  text-align: left;
  border: none;
  font-size: 18px;
}
.acmenu dd:before {
  position: absolute;
  font-family: "Hiragino Sans";
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #4b93c7;
  top: 22px;
  left: 15px;
  display: block;
  content: "A";
}
.acmenu dd p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 680px) {
  .acmenu dd {
    font-size: 16px;
  }
}
.acmenu dd p.note {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.acmenu dd figure {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
  position: relative;
}
.acmenu dd figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.acmenu dd figure figcaption {
  font-size: 13px;
  margin: 10px 0 0 0;
}


/*-------------------------------------------------------
サムネール付き一覧
-------------------------------------------------------*/
.thumblist {
  display: block;
  padding: 0;
  margin: 3% -4% 0 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}
.thumblist.w3 li {
  width: 33.33%;
}
@media (max-width: 680px) {
  .thumblist.w3 li {
    width: 50%;
  }
}
.thumblist.w4 li {
  width: 25%;
}
@media (max-width: 680px) {
  .thumblist.w4 li {
    width: 50%;
  }
}
.thumblist.w5 {
  margin: 3% -3% 0 0;
}
.thumblist.w5 li {
  width: 20%;
  padding: 0 3% 1% 0;
  margin: 0 0 40px;
}
@media (max-width: 680px) {
  .thumblist.w5 li {
    width: 33.33%;
  }
}
.thumblist.w6 {
  margin: 3% -2% 0 0;
}
.thumblist.w6 li {
  width: 16.66%;
  padding: 0 2% 1% 0;
  margin: 0 0 40px;
}
@media (max-width: 680px) {
  .thumblist.w6 li {
    width: 50%;
  }
}

.thumblist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 4% 1% 0;
  margin: 0;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .thumblist li {
    width: 50%;
    margin: 0 0 5% 0;
  }
}
.thumblist li a {
  display: block;
  margin: 0;
  padding: 0;
}
.thumblist li a:hover {
  opacity: 0.6;
}
.thumblist li a figure {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 680px) {
  .thumblist li a figure {
    transform: none;
  }
}
.thumblist li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .thumblist li a figure img {
    transform: none;
  }
}
.thumblist li a figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  margin: 20px 0;
}
@media (max-width: 680px) {
  .thumblist li a figure figcaption {
    transform: none;
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.thumblist li a figure figcaption::after {
  content: "";
  width: 18px;
  height: 6px;
  background: url("/img/common/arrow.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.thumblist li p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 680px) {
  .thumblist li p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.thumblist li h3 {
	font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 15px 0 0;
}
@media (max-width: 680px) {
  .thumblist li h3 {
	font-size: 20px;
    margin: 10px 0 0;
  }
}
.thumblist li h3.arrow {
    display: inline-block;
}
.thumblist li h5 {
	font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 15px 0 0;
}




.pnavi {
    text-align: center;
    margin: 0 0 80px;
}
.pnavi .page-numbers {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    color: #3162A5;
    border: 1px solid #3162A5;
    background: #fff;
    font-size: 16px;
}
.pnavi a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
}
.pnavi .current {
    padding: 0;
    background: #3162A5;
    border: 1px solid #3162A5;
    color: #FFFFFF;
    font-size: 16px;
}
.pnavi .prev,
.pnavi .next {
    border: 1px solid #004BB1;
    color: #004BB1;
    position: relative;
    font-size: 12px;
}
.pnavi .prev{
    margin-right: 20px;
}
.pnavi .next{
    margin-left: 20px;
}

.pnavi a.next.page-numbers {
    margin-right: 20px;
}
.pnavi .next::before{
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
}
.pnavi .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}
.pnavi .dots {
    background: transparent;
    border: none;
}

#example{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
@media (max-width: 680px) {
    #example{
        padding-top: 80px;
        margin-top: -80px;
    }
}




/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#eventbnr {
  width: 90%;
  position: relative;
  display: block;
  margin: -100px auto 0 auto;
  padding: 0;
  z-index: 5;
}
@media (max-width: 1200px) {
  #eventbnr {
    width: 86%;
    margin: -50px auto 0 auto;
  }
}
@media (max-width: 834px) {
  #eventbnr {
    width: 86%;
    margin: 0 auto;
  }
}
@media (max-width: 680px) {
  #eventbnr {
    width: 86%;
    margin: 0 auto;
  }
}
#eventbnr .flexslider {
  margin: 0 0 5% 0;
}
@media (max-width: 1024px) {
  #eventbnr .flexslider {
    margin: 0 0 10% 0;
  }
}
#eventbnr .flexslider .slides li a {
  display: block;
  position: relative;
  padding: 10px;
  margin: 0;
}
#eventbnr .flexslider .slides li a p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
#eventbnr .flexslider .slides li a .category {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 36px;
  height: 100px;
  background: #000;
  text-align: center;
  color: #fff;
  margin: 0;
}
#eventbnr .flexslider .slides li a .category span {
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#eventbnr .flexslider .slides li a .category.cat_rest {
  background: #A3BC1E;
}
#eventbnr .flexslider .slides li a .category.cat_theater {
  background: #1E93C3;
}
#eventbnr .flexslider .slides li a .category.cat_learn {
  background: #B350AC;
}
#eventbnr .flexslider .slides li a .category.cat_Participate {
  background: #E75B5A;
}
#eventbnr .flexslider .slides li a .category.cat_use {
  background: #DF762C;
}

.flexslider {
  position: relative;
  zoom: 1;
  z-index: 0;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0px;
  margin: -20px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a::before {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 6px;
  margin-left: 10px;
  border-left: 4px solid rgb(0, 0, 0);
  border-top: 4px solid rgb(0, 0, 0);
  content: "";
  transform: rotate(315deg);
}
.flex-direction-nav a.flex-next:before {
  margin-left: 0px;
  transform: rotate(135deg);
}
.flex-direction-nav .flex-prev {
  left: -40px;
}
@media (max-width: 680px) {
  .flex-direction-nav .flex-prev {
    left: -10px;
  }
}
.flex-direction-nav .flex-next {
  right: -40px;
  text-align: right;
}
@media (max-width: 680px) {
  .flex-direction-nav .flex-next {
    right: -10px;
  }
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.5;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -40px;
}
@media (max-width: 680px) {
  .flexslider:hover .flex-direction-nav .flex-next {
    right: -20px;
  }
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.5;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -40px;
}
@media (max-width: 680px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: -20px;
  }
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a::before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .flex-control-nav {
    bottom: -30px;
  }
}
.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  width: 20px;
  height: 6px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}

.flex-control-thumbs {
  margin: 15px 0 0;
  position: static;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.flex-control-thumbs li {
  display: inline-block;
  width: 80px;
  margin: 4px;
}
.flex-control-thumbs li img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  transition: all 1s ease;
}
.flex-control-thumbs li img:hover {
  opacity: 0.5;
}
.flex-control-thumbs .flex-active {
  opacity: 0.5;
  cursor: default;
}

/* Slider */
.slick-loading .slick-list {
  background: url("/img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0;
  margin: -20px 0 0;
  position: absolute;
  left: 45px;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
}
.slick-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  transform: rotate(315deg);
}
.slick-prev:hover {
  opacity: 0.4;
  left: 35px;
}

.slick-next {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  right: 45px;
  z-index: 1;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
}
.slick-next::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  transform: rotate(135deg);
}
.slick-next:hover {
  opacity: 0.4;
  right: 35px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
  font-size: 16px;
}

/*--------------------------------------------------------------------
メニュー一覧
--------------------------------------------------------------------*/
#navpanel {
  position: fixed;
  right: 0;
  top: 0;
  width: 380px;
  height: 100%;
  z-index: 8;
  text-align: left;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #F6F8E8;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: scroll;
  transform: translateX(100%);
  transition-property: transform;
  transition-duration: 0.4s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 680px) {
  #navpanel {
    transform: translateY(-100%);
    width: 100%;
  }
}
#navpanel::-webkit-scrollbar {
  display: none;
}
#navpanel.is-visible {
  transform: translateY(0);
}
#navpanel .inner {
  margin: 100px auto 0 auto;
  width: 90%;
  max-width: 1200px;
  position: relative;
  background: none;
  font-size: 0;
  color: #fff;
}
@media (max-width: 680px) {
  #navpanel .inner {
    margin: 80px auto 0 auto;
    padding: 5% 0 10% 0;
  }
}
#navpanel .inner .navcol {
  display: block;
  font-size: 16px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0;
  border-bottom: 1px solid rgba(110, 110, 110, 0.4);
}
#navpanel .inner .navcol + .navcol {
  margin: 10% 0 0 0;
  border-bottom: none;
}
#navpanel .inner .navcol + .navcol li {
  border: none;
}
#navpanel .inner .navcol li {
  display: inline-block;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
  width: 100%;
  border-top: 1px solid rgba(110, 110, 110, 0.4);
}
@media (max-width: 680px) {
  #navpanel .inner .navcol li {
    width: 100%;
    font-size: 16px;
  }
}
#navpanel .inner .navcol li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px 12px 20px;
  margin: 0;
  transition: background 0.2s;
  border: none;
  color: #333;
  position: relative;
}


/*--------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
table.tbl {
  border-collapse: collapse;
  margin: 0 0 5% 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  display: table;
}
table.tbl.mgn5 {
  margin: 5% 0;
}
table.tbl.mgn10 {
  margin: 10% 0;
}
table.tbl caption {
  caption-side: bottom;
  text-align: right;
  padding: 10px 0 0 0;
  font-size: 14px;
}
@media (max-width: 680px) {
  table.tbl thead {
    display: none;
  }
}
table.tbl tr {
  border-bottom: 1px solid #eee;
}
table.tbl tr.bggray {
  background: #F8F8F8;
}
table.tbl tr th {
  padding: 6px 6px;
  border-right: 1px solid #eee;
}
table.tbl tr td {
  padding: 6px 6px;
  border-right: 1px solid #eee;
}
table.tbl tr th,
table.tbl tr td {
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.4;
  font-size: 14px;
}
table.tbl tr th .mds,
table.tbl tr td .mds {
  margin: 0;
}
@media (max-width: 680px) {
  table.tbl tr th .mds,
table.tbl tr td .mds {
    font-size: 16px;
  }
}
table.tbl tr th p,
table.tbl tr td p {
  margin: 10px 0 0 0;
  font-size: 18px;
}
@media (max-width: 680px) {
  table.tbl tr th p,
table.tbl tr td p {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}
table.tbl tr th p.note,
table.tbl tr td p.note {
  margin: 10px 0 0 0;
}
@media (max-width: 680px) {
  table.tbl tr th p.note,
table.tbl tr td p.note {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
table.tbl tr th p + .mds,
table.tbl tr td p + .mds {
  margin: 20px 0 0 0;
}
table.tbl tr th a,
table.tbl tr td a {
  color: #3162A5;
}
table.tbl tr th .btns,
table.tbl tr td .btns {
  text-align: left;
  padding: 0;
}
@media (max-width: 680px) {
  table.tbl tr th .btns,
table.tbl tr td .btns {
    margin: 10px 0;
  }
}
table.tbl tr th .btns .btn,
table.tbl tr td .btns .btn {
  display: inline-block;
  text-align: left;
  padding: 6px 36px 6px 15px;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 680px) {
  table.tbl tr th .btns .btn,
table.tbl tr td .btns .btn {
    display: block;
    max-width: inherit;
  }
}
table.tbl tr th.txc,
table.tbl tr td.txc {
  text-align: center;
}
table.tbl tr th.txl,
table.tbl tr td.txl {
  text-align: left;
}
table.tbl tr th.w15,
table.tbl tr td.w15 {
  width: 15em;
}
@media (max-width: 680px) {
  table.tbl tr th.w15,
table.tbl tr td.w15 {
    width: 100%;
  }
}
table.tbl tr th.w25,
table.tbl tr td.w25 {
  width: 25%;
}
@media (max-width: 680px) {
  table.tbl tr th.w25,
table.tbl tr td.w25 {
    width: 100%;
  }
}
table.tbl tr th.w35,
table.tbl tr td.w35 {
  width: 35%;
}
@media (max-width: 680px) {
  table.tbl tr th.w35,
table.tbl tr td.w35 {
    width: 100%;
  }
}
table.tbl tr th.nwrp,
table.tbl tr td.nwrp {
  white-space: nowrap;
}
table.tbl tr th span,
table.tbl tr td span {
  font-size: 13px;
}
table.tbl tr th span.areanum,
table.tbl tr td span.areanum {
  display: none;
}
table.tbl tr th.bggray,
table.tbl tr td.bggray {
  background: #F8F8F8;
}
table.tbl.nobdr {
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
}
table.tbl.nobdr tr,
table.tbl.nobdr th,
table.tbl.nobdr td {
  border: none;
  vertical-align: middle;
  text-align: left;
}
table.tbl.nobdr tr .mark,
table.tbl.nobdr th .mark,
table.tbl.nobdr td .mark {
  margin: 0;
}

.scrl {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .scrl::-webkit-scrollbar {
    height: 10px;
  }
  .scrl::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scrl::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
}

table.tbl tr.photo td{
  vertical-align: middle;
}
table.tbl tr.photo td figure{
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px 0px 0;
  margin: 0;
}
table.tbl tr th.units {
  width: 4em;
}
@media screen and (max-width: 680px) {
  table.tbl tr.photo td figure {
    width: calc(100% - 6px);
    padding: 5px 3px 0;
  }
}





/*--------------------------------------------------------------------
テーブル
--------------------------------------------------------------------*/
table.ftbl {
  border-collapse: collapse;
  margin: 3% 0;
  padding: 0;
  width: 100%;
  display: table;
  border-top: 1px solid #eee;
}
@media (max-width: 680px) {
  table.ftbl {
    display: block;
  }
}
table.ftbl tr {
  border-bottom: 1px solid #eee;
}
table.ftbl tr th {
  padding: 20px 20px 0 0;
}
@media (max-width: 680px) {
  table.ftbl tr th {
    display: block;
    padding: 10px 0 0 0;
  }
}
table.ftbl tr td {
  padding: 20px 0;
}
@media (max-width: 680px) {
  table.ftbl tr td {
    display: block;
    padding: 0;
  }
}
table.ftbl tr th,
table.ftbl tr td {
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.4;
  font-size: 18px;
}
table.ftbl tr th p,
table.ftbl tr td p {
  margin: 10px 0 0 0;
  font-size: 18px;
}
@media (max-width: 680px) {
  table.ftbl tr th p,
table.ftbl tr td p {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}
table.ftbl tr th p.note,
table.ftbl tr td p.note {
  margin: 10px 0 0 0;
  font-size: 14px;
}
@media (max-width: 680px) {
  table.ftbl tr th p.note,
table.ftbl tr td p.note {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}
table.ftbl tr th.txc,
table.ftbl tr td.txc {
  text-align: center;
}
table.ftbl tr th.txl,
table.ftbl tr td.txl {
  text-align: left;
}
table.ftbl tr th.nwrp,
table.ftbl tr td.nwrp {
  white-space: nowrap;
}

/*-------------------------------------------------------
コンテンツページヘッダー
-------------------------------------------------------*/
#header {
  position: absolute;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*--------------------------------------------------------------------
  バーガーメニュー
  --------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
  トリガー
  --------------------------------------------------------------------*/
}
@media (max-width: 680px) {
  #header {
    padding: 4px 0;
  }
}
#header.fix {
  position: fixed;
  top: -100px;
  left: 0;
  transition-duration: 1s;
  transition-property: transform;
  transform: translate(0, 100px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  #header.fix {
    padding: 4px 0;
  }
}
#header .sitettl {
  display: inline-block;
  padding: 0px 20px 0 0;
  margin: 0;
  width: 250px;
  vertical-align: middle;
  font-size: 0;
  
}
#header .sitettl a {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    font-family: "Kiwi Maru", serif;
    margin: 0;
}
@media (max-width: 680px) {
	#header .sitettl a {
	    font-size: 20px;
	    margin: 7px 0;
	}
}

#header .sitettl a span {
  font-size: 15px;
  display: block;
}
@media (max-width: 680px) {
	#header .sitettl a span {
	    font-size: 14px;
	}
}


#header .mainmenu {
  display: inline-block;
  padding: 0 0;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 256px);
}
@media (max-width: 680px) {
  #header .mainmenu {
    padding: 0;
  }
}
#header .mainmenu ul {
  display: block;
  width: 100%;
  padding: 18px 0;
  margin: 0 0 0 auto;
  list-style: none;
  font-size: 0;
  text-align: right;
}
@media (max-width: 1024px) {
  #header .mainmenu ul {
    padding: 0;
  }
}
@media (max-width: 680px) {
  #header .mainmenu ul {
    padding: 0;
  }
}
#header .mainmenu ul li {
  display: inline-block;
  padding: 0 0 0 5px;
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  #header .mainmenu ul li.menu {
    display: none;
  }
}
#header .mainmenu ul li a {
  display: block;
  position: relative;
  padding: 10px 15px;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  height: inherit;
  color: #000;
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
#header .mainmenu ul li.menu a::before {
  background: #D993A7;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
  border-radius: 3px;
}
#header .mainmenu ul li.menu a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#header .mainmenu ul li.menu.active a::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
@media (max-width: 1024px) {
  #header .mainmenu ul li a {
    font-size: 14px;
    padding: 4px 10px;
  }
}
#header .mainmenu ul li li a {
  padding: 10px 35px;
}
#header .mainmenu ul li.tel{
  padding: 0 0 0 25px;
}
@media (max-width: 1024px) {
  #header .mainmenu ul li.tel{
    padding: 0;
  }
}
#header .mainmenu ul li.tel a{
	padding: 0 0 0 45px;
	position: relative;
	font-size: 13px;
	text-align: left;
}
@media (max-width: 1024px) {
  #header .mainmenu ul li.tel a{
    padding: 0;
	position: relative;
	font-size: 0;
	text-align: left;
	margin: 0 20px 0 0;
    width: 70px;
    height: 40px;
    border-radius: 0;
    background: linear-gradient(135deg, #446fc4 0%, #1e2289 100%);
  }
}
#header .mainmenu ul li.tel a::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	background: #1D2088;
	width: 33px;
	height: 33px;
	border-radius: 30px;
}
@media (max-width: 1024px) {
  #header .mainmenu ul li.tel a::before {
    content: "TEL";
    position: absolute;
    top: 0.7em;
    left: 0;
    margin: auto;
    background: transparent;
    width: 33px;
    height: 33px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 0 0 35px;
    letter-spacing: 1px;
  }
}
#header .mainmenu ul li.tel a::after {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 33px;
	height: 33px;
	background: url(../img/common/ico_tel.svg) no-repeat top 8px center;
    background-size: 18px;
}
@media (max-width: 1024px) {
  #header .mainmenu ul li.tel a::after {
    height: 40px;
    background: url(../img/common/ico_tel.svg) no-repeat top 10px center;
    background-size: 18px;
  }
}
#header .mainmenu ul li.tel a span {
    font-size: 32px;
    letter-spacing: 1px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
@media (max-width: 1024px) {
  #header .mainmenu ul li.tel a span {
    display: none;
  }
}



#header .mainmenu ul li.nav {
  display: none;
  padding: 0;
  margin: 0 0 0 auto;
  width: 50px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1024px) {
  #header .mainmenu ul li.nav {
    display: inline-block;
  }
}
#header.dark .mainmenu ul li a {
  color: #fff;
}
#header.dark .mainmenu ul li.has-child a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg) translate(0%, 80%);
}

#header.dark .mainmenu ul li.nav .navtriger .trigerbar {
  background: #fff;
}
#header.dark .mainmenu ul li.nav .navtriger .trigerbar.is-clicked {
  background-color: transparent;
}
#header.dark .mainmenu ul li.nav .navtriger .trigerbar::before,
#header.dark .mainmenu ul li.nav .navtriger .trigerbar:after {
  background: #fff;
}
#header.dark.dark.fix .mainmenu ul li a {
  color: #000;
}
#header.dark.dark.fix .mainmenu ul li.has-child a::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg) translate(0%, 80%);
}
#header.dark.dark.fix .mainmenu ul li.has-child a ul li a {
  color: #fff;
}
#header.dark.dark.fix .mainmenu ul li.nav .navtriger .trigerbar {
  background: #000;
}
#header.dark.dark.fix .mainmenu ul li.nav .navtriger .trigerbar.is-clicked {
  background-color: transparent;
}
#header.dark.dark.fix .mainmenu ul li.nav .navtriger .trigerbar::before,
#header.dark.dark.fix .mainmenu ul li.nav .navtriger .trigerbar:after {
  background: #000;
}
#header *,
#header *:after,
#header *:before {
  box-sizing: border-box;
}
#header body.overflow-hidden {
  overflow: hidden;
}
#header body.overflow-hidden::after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  cursor: pointer;
}
#header body::after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  transition-duration: 0.2s;
}
#header .menubar {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: none;
}
#header .menubar.is-visible {
  transform: translate3d(0, 100%, 0);
}
#header .menubar.menu-is-open {
  background-color: #3162A5;
}
#header .menubar .navtriger {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transform: translateY(0%);
}
#header .menubar .navtriger .trigerbar {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 28px;
  height: 2px;
  background: #000;
  transition: background-color 0.3s;
}
@media (max-width: 680px) {
  #header .menubar .navtriger .trigerbar {
    width: 28px;
  }
}
#header .menubar .navtriger .trigerbar::before,
#header .menubar .navtriger .trigerbar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  right: 0;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}
#header .menubar .navtriger .trigerbar::before {
  top: -10px;
}
#header .menubar .navtriger .trigerbar::after {
  top: 10px;
}
#header .menubar .navtriger .trigerbar.is-clicked {
  background-color: transparent;
}
#header .menubar .navtriger .trigerbar.is-clicked::before {
  top: 0;
  transform: rotate(135deg);
}
#header .menubar .navtriger .trigerbar.is-clicked::after {
  top: 0;
  transform: rotate(225deg);
}


/*-------------------------------------------------------
フッター
-------------------------------------------------------*/
footer {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  color: #fff;
  background: #D993A7;

}
@media (max-width: 680px) {
  footer {

  }
}


footer .info {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
footer .info a{
  color: #fff;
}
@media (max-width: 680px) {
  footer .info {
    display: block;
    width: 100%;
    margin: 10% 0 10% 0;
    position: relative;
    padding: 0;
    float: none;
    text-align: center;
  }
}
footer .info .org{
    font-family: "Kiwi Maru", serif;
    margin: 50px 0 10px;
    font-size: 34px;
    display: inline-block;
    line-height: 1.6;
}
@media (max-width: 680px) {
	footer .info .org{
	    font-size: 32px;
	}
}
footer .info .org span{
    margin: 0;
    font-size: 22px;
    display: block;
}

footer .info .tel,
footer .info .fax{
    margin: 0 10px;
    font-size: 30px;
    display: inline-block;
    color: #fff;
}
footer .info .tel a,
footer .info .fax a{
    color: #fff;
}
footer .info .tel span,
footer .info .fax span{
    font-size: 0.7em;
}

footer .info .ma img{
	height: 1.1em;
    width: auto;
    margin: 20px 0 0;
}


footer .fmenu {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #F6F8E8;
}
@media (max-width: 680px) {
  footer .fmenu {
    width: 100%;
    display: block;
    margin: 0;
    padding: 6% 0;
    border-left: none;
  }
}
footer .fmenu nav {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: center;
}

footer .fmenu nav ul {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}
@media (max-width: 680px) {
  footer .fmenu nav ul {
    width: auto;
    margin: 0;
  }
}
footer .fmenu nav ul li {
  position: relative;
  margin: 0 15px;
  display: inline-block;
}
@media (max-width: 680px) {
  footer .fmenu nav ul li {
    margin: 0 10px;
  }
}



footer .fmenu nav ul li a {
  color: #333;
  font-size: 17px;
}

footer .copyright{
	color: #fff;
	text-align: center;
	padding: 20px;
	font-size: 12px;
}


/*-------------------------------------------------------
トップページ
-------------------------------------------------------*/

#toplead{
    text-align: left;
    color: #333;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
#toplead::before{
    content: "";
    background: url(../img/top/bg_dot.svg) no-repeat right bottom;
    background-size: contain;
    width: 260px;
    height: 180px;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
}
@media (max-width: 680px) {
    #toplead{
        padding: 15% 0;
        width: 90%;
        margin: auto;
        display: block;
    }
    #toplead::before {
	    width: 240px;
	    height: 135px;
    }
}
#toplead .lead_area{
    width: 80%;
    float: right;
    position: relative;
}
@media (max-width: 1024px) {
	#toplead .lead_area {
	    float: none;
	    margin: 0 auto;
	}
}
@media (max-width: 680px) {
	#toplead .lead_area{
	    width: 100%;
	}
}
#toplead .lead_area img{
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1024px) {
	#toplead .lead_area img {
	    width: 110px;
	    display: block;
	    vertical-align: middle;
	    margin: 20px auto 0;
	}
}
#toplead p{
	display: inline-block;
    width: auto;
    text-align: left;
    font-size: 19px;
    margin: 0 30px 0 0;
    line-height: 2.2;
    vertical-align: middle;
    
}
@media (max-width: 680px) {
  #toplead p{
    font-size: 16px;
    margin: 0;
  }
}
#toppage #lineup{
	background: url(../img/top/bg_drawing01.webp) no-repeat top -5% right -6%;
    background-size: 32%;
}
@media (max-width: 680px) {
	#toppage #lineup{
	  background: url(../img/top/bg_drawing01.webp) no-repeat top 2% right -11%;
      background-size: 48%;
      padding: 20% 0 0;
	}
}
#lineup .thumblist li{
	background: #fff;
}
@media (max-width: 680px) {
  #lineup .thumblist {
    padding: 0;
    margin: 40px 0 0;
    text-align: center;
  }
  #lineup .thumblist.w3 li {
    width: 82%;
    margin: 0 auto 40px;
    padding: 0;
  }
}
@media (max-width: 680px) {
	#cont.cnt{
	    padding: 10% 0 0;
	}
}








/*-------------------------------------------------------
マップ
-------------------------------------------------------*/
.map {
  display: block;
  text-align: center;
  margin: 0;
}
.map iframe {
  display: block;
  width: 100%;
  height: 40vw;

}
@media screen and (max-width: 680px) {
  .map iframe {
    height: 100vw;
  }
}




/*-------------------------------------------------------
お知らせ一覧
-------------------------------------------------------*/
ul.topics {
  display: inline-block;
  min-width: 760px;
  max-width: 100%;
  padding: 0;
  margin: 0 0 2% 0;
  list-style: none;
}
ul.topics:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 834px) {
  ul.topics {
    font-size: 16px;
    min-width: 100%;
    margin: 0 0 10% 0;
  }
}
ul.topics li {
  display: block;
  margin: 0 0 5px 0;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  background: #fff;
}
@media (max-width: 680px) {
  ul.topics li {
    padding: 10px;
  }
}
ul.topics li:not(:last-child){
	border-bottom: 1px solid #ddd;
}


ul.topics li p {
  margin: 0 0 0 -10em;
  padding: 0 0 0 10em;
  width: 100%;
  box-sizing: border-box;
  display: block;
  float: left;
  font-size: 18px;
}
@media (max-width: 680px) {
  ul.topics li p {
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
}
ul.topics li a{
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin: 0;
     box-sizing: border-box;
}
ul.topics li .date {
  width: 10em;
  display: block;
  float: left;
  color: #000;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media (max-width: 680px) {
  ul.topics li .date {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0;
    font-size: 14px;
    padding: 0;
  }
}


.pagination {
  display: block;
  padding: 0;
  margin: 5% 0 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 680px) {
  .pagination {
    font-size: 12px;
  }
}
.pagination .screen-reader-text{
  display: none;
}

.pagination li {
  display: inline-block;
  padding: 0;
  margin: 0 2px;
}
@media (max-width: 680px) {
  .pagination li {
    margin: 0;
  }
}
.pagination li a,
.pagination li span {
  display: block;
  width: 42px;
  height: 38px;
  background: #F8F8F8;
  padding: 2px 0;
  border: 1px solid #F8F8F8;
  text-decoration: none;
}
.pagination li a:hover {
  background: #eee;
  border: 1px solid #eee;
}
@media (max-width: 680px) {
  .pagination li a,
  .pagination li span {
    width: 30px;
  }
}
.pagination li span[aria-current] {
  background: #eee;
  border: 1px solid #eee;
}
.pagination li a.prev,
.pagination li a.next {
  display: block;
  width: 38px;
  background: none;
  padding: 2px 0;
  border: none;
  text-decoration: none;
}
.pagination li a.prev:hover,
.pagination li a.next:hover {
  background: none;
  opacity: 0.6;
}


/*-------------------------------------------------------
バナー
-------------------------------------------------------*/
.bnr {
  display: block;
  padding: 0;
  margin: 10% auto;
}
@media (max-width: 680px) {
  .bnr {
    margin: 10% 0 20% 0;
  }
}
.bnr ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bnr ul li {
  display: block;
  padding: 0;
  margin: 0 0 5% 0;
}
.bnr ul li a {
  display: block;
  padding: 0;
  margin: 0;
}
.bnr ul li a figure {
  display: block;
  padding: 0;
  margin: 0;
}
.bnr ul li a figure img {
  display: block;
  width: 100%;
  height: auto;
}
.bnr ul li a:hover {
  opacity: 0.6;
}



/*-------------------------------------------------------
お知らせ詳細
-------------------------------------------------------*/

.wp-block-columns {
    gap: 40px;
}
@media (max-width: 680px) {
  .wp-block-columns {
    gap: 20px;
  }
}

a.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 14px 50px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  min-width: 300px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  border-radius: 0;
  transition: all 0.2s ease;
  background: linear-gradient(135deg,  #446fc4 0%,#1e2289 100%);
}
@media (max-width: 1024px) {
  a.wp-block-button__link {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  a.wp-block-button__link {
    display: block;
    min-width: auto;
  }
}
a.wp-block-button__link::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: relative;
  display: block;
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 10px;
  border-radius: 0;
  transform: translateY(50%);
  transition: all 0.2s ease;
}
a.wp-block-button__link::after {
  content: "";
  width: 6px;
  height: 6px;
  position: relative;
  display: block;
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 13px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #fff;
  transition: all 0.2s ease;
}
a.wp-block-button__link:hover::before {
  right: 5px;
}
a.wp-block-button__link:hover::after {
  right: 8px;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border-color: #999;
}

/*-------------------------------------------------------
お問い合わせ
-------------------------------------------------------*/

.cnt.contact {
	background: #E1E1E1;
}
.cnt.contact ul.telnum_list{
	list-style: none;
    margin: 15px 0 0;
    padding: 0;
    display: inline-block;
    width: auto;
}
@media (max-width: 1024px) {
	.cnt.contact ul.telnum_list {
		width: 100%;
	}
}
.cnt.contact ul.telnum_list .mds{
	text-align: center;
    border-bottom: 3px solid #ddd;
    color: #1d2088;
    font-size: 34px;
}
@media (max-width: 680px) {
	.cnt.contact ul.telnum_list .mds{
		font-size: 30px;
		margin: 0 0 16px;
	}
}
.cnt.contact ul.telnum_list li{
	width: 440px;
	background: #fff;
	float: left;
	margin: 0 10px;
	padding: 0 0 16px;
	text-align: left;
	box-sizing: border-box;
	font-size: 1em;
}
@media (max-width: 1024px) {
	.cnt.contact ul.telnum_list li{
		width: calc(50% - 20px);
	}
}


@media (max-width: 680px) {
	.cnt.contact ul.telnum_list li{
		width: 100%;
        box-sizing: border-box;
        margin: 0 0 10px;
	}
}
.cnt.contact ul.telnum_list li:first-child{
	line-height: 1.3;
}
.cnt.contact ul.telnum_list li:first-child a{
	line-height: 1.3;
	display: inline-block;
    margin: 0;
}
.cnt.contact ul.telnum_list li span.tel,
.cnt.contact ul.telnum_list li span.fax{
    color: #fff;
    width: 70px;
    height: 70px;
    display: block;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 2px;
    text-indent: 2px;
    float: left;
    text-align: center;
    margin: 0 20px 0 20px;
}
@media (max-width: 680px) {
	.cnt.contact ul.telnum_list li span.tel,
	.cnt.contact ul.telnum_list li span.fax{
	    width: 64px;
	    height: 64px;
	    padding: 38px 0 0;
	    font-size: 13px;
	}
}
.cnt.contact ul.telnum_list li span.tel{
	background: #1D2088 url(../img/common/ico_tel.svg) no-repeat center center;
	background-size: 42px;
	line-height: 1.8;
}
@media (max-width: 680px) {
	.cnt.contact ul.telnum_list li span.tel{
		background: #1D2088 url(../img/common/ico_tel.svg) no-repeat center center;
		background-size: 34px;
		line-height: 1.8;
	}
}
.cnt.contact ul.telnum_list li span.fax{
	background: #1D2088 url(../img/common/ico_fax.svg) no-repeat center center;
	background-size: 44px;
}
@media (max-width: 680px) {
	.cnt.contact ul.telnum_list li span.fax{
		background: #1D2088 url(../img/common/ico_fax.svg) no-repeat center center;
		background-size: 36px;
	}
}
.cnt.contact ul.telnum_list li span.num{
	font-size: 40px;
    letter-spacing: 1px;
    font-family: "Inter", sans-serif;
}
@media (max-width: 1024px) {
	.cnt.contact ul.telnum_list li span.num {
        font-size: 3.8vw;
	}
}
@media (max-width: 680px) {
	.cnt.contact ul.telnum_list li span.num {
	    font-size: 8.5vw !important;
	}
}



.contact_pg .telnum{
	margin: 20px 0 0;
}

.contact_pg .telnum span.tel,
.contact_pg .telnum span.fax{
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.contact_pg .telnum span.tel{
	background: #1D2088 url(../img/common/ico_tel.svg) no-repeat center center;
	background-size: 26px;
	line-height: 1.8;
}
.contact_pg .telnum a,
.contact_pg .telnum a:hover{
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.contact_pg .telnum span.fax{
	background: #1D2088 url(../img/common/ico_fax.svg) no-repeat center center;
	background-size: 30px;
}

.contact_pg .telnum span.num{
	font-size: 40px;
    letter-spacing: 1px;
    font-family: "Inter", sans-serif;
    vertical-align: middle;
}
@media (max-width: 680px) {
	.contact_pg .telnum span.num {
	    font-size: 9vw;
	}
}







/*-------------------------------------------------------
サイトのご利用について
-------------------------------------------------------*/

p.about_txt{
    padding: 0 0 0 38px;
}

@media (max-width: 680px) {
	p.about_txt{
	    padding: 0 0 0 32px;
	}
}