/*===============================
reset
================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  word-break: break-all;
}

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;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #343534;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

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

table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

/*===============================
base
================================*/
html {
  font-weight: 500;
  letter-spacing: 2px;
  color: #343534;
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow: auto;
  height: 100%;
}

body {
  position: relative;
  z-index: 100;
  font-size: clamp(0.813rem, 0.787rem + 0.13vw, 0.938rem);
}

.wrap-s, .wrap, .wrap-l {
  width: calc(100% - 60px);
  margin-inline: auto;
}

.wrap-s {
  max-width: 1000px;
}

.wrap {
  max-width: 1200px;
}

.wrap-l {
  max-width: 1500px;
}

.palmtop {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .palmtop {
    display: none !important;
  }
}

.laptop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .laptop {
    display: block !important;
  }
}

.sclNone {
  overflow: hidden;
}

/*===============================
layout
================================*/
/*
header
================================*/
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  pointer-events: auto;
  border-bottom: 1px solid #f1f1f1;
}
.l-header .ctn {
  position: relative;
  padding: 15px 0;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .l-header .ctn {
    padding: 20px 0;
  }
}
.l-header .ctn .logo {
  text-align: center;
}
.l-header .ctn .logo img {
  height: 25px;
}
@media screen and (min-width: 1024px) {
  .l-header .ctn .logo img {
    height: 30px;
  }
}
.l-header .ctn .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
}
.l-header .ctn .icons .icon img {
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .l-header .ctn .icons .icon img {
    height: 20px;
  }
}
.l-header .ctn .icons .icon:first-child {
  margin-right: 12px;
}
@media screen and (min-width: 1024px) {
  .l-header .ctn .icons .icon:first-child {
    margin-right: 18px;
  }
}
.l-header .ctn .icons .menu {
  cursor: pointer;
  pointer-events: auto;
}

.is-hide {
  opacity: 0;
  pointer-events: none;
}

/*
main
================================*/
.l-main {
  margin-top: 55px;
}
@media screen and (min-width: 1024px) {
  .l-main {
    margin-top: 70px;
  }
}

/*
footer
================================*/
.l-footer .contact .desc {
  letter-spacing: 1.5px;
}
.l-footer .contact .desc p {
  text-align: center;
}
.l-footer .contact .btn_list {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .l-footer .contact .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .contact .btn_list .item {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
.l-footer .contact .btn_list .item:nth-child(2n) {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .l-footer .contact .btn_list .item:nth-child(2n) {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .contact .btn_list .item:nth-child(2n) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .contact .btn_list .item a {
  display: block;
  background: #136a9d;
  color: #fff;
  padding: 20px 0;
  border-radius: 100vh;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer .contact .btn_list .item a {
    padding: 25px 0;
  }
}
.l-footer .contact .btn_list .item a .tel_num {
  text-align: center;
}
.l-footer .contact .btn_list .item a .tel_num img {
  width: auto;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .l-footer .contact .btn_list .item a .tel_num img {
    height: 26px;
  }
}
.l-footer .contact .btn_list .item a .time {
  text-align: center;
  margin-top: 15px;
}
.l-footer .contact .btn_list .item a .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .contact .btn_list .item a .mail .icon {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .l-footer .contact .btn_list .item a .mail .icon {
    margin-right: 15px;
  }
}
.l-footer .contact .btn_list .item a .mail .icon img {
  width: 24px;
}
.l-footer .contact .btn_list .item a .mail .txt {
  font-size: clamp(1rem, 0.797rem + 1.02vw, 1.75rem);
}
.l-footer .footer_menu {
  background: #eeece0;
}
@media screen and (min-width: 1024px) {
  .l-footer .footer_menu .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer .footer_menu .column .logo {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer .footer_menu .column .logo {
    text-align: initial;
    margin-right: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .footer_menu .column .logo {
    margin-right: 160px;
  }
}
.l-footer .footer_menu .column .logo img {
  width: 150px;
}
@media screen and (min-width: 1200px) {
  .l-footer .footer_menu .column .logo img {
    width: 200px;
  }
}
.l-footer .footer_menu .column .ctn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-footer .footer_menu .column .ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .footer_menu .column .ctn .menu_list:not(:first-child) {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer .footer_menu .column .ctn .menu_list:not(:first-child) {
    margin-left: 120px;
  }
}
.l-footer .footer_menu .column .ctn .menu_list .item:not(:first-child) {
  margin-top: 25px;
}
.l-footer .footer_menu .column .ctn .menu_list .item a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.l-footer .footer_menu .cp {
  margin-top: 60px;
  text-align: center;
  letter-spacing: 0;
  font-size: clamp(0.688rem, 0.65rem + 0.19vw, 0.875rem);
}
@media screen and (min-width: 1024px) {
  .l-footer .footer_menu .cp {
    margin-top: 80px;
  }
}

/*
dw
================================*/
.dw {
  position: fixed;
  z-index: 120;
  top: 0;
  right: -100%;
  width: calc(100% - 30px);
  max-width: 400px;
  height: 100vh;
  height: 100dvh;
  background: #eeece0;
  overflow-y: auto;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .dw {
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
}
.dw_menu {
  padding: 70px 30px;
}
.dw_menu_list .item:last-child a {
  border-bottom: 1px solid #ccc;
}
.dw_menu_list .item a {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  .dw_menu_list .item a {
    padding: 30px 0;
  }
}
.dw_menu .cp {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0;
  font-size: clamp(0.688rem, 0.65rem + 0.19vw, 0.875rem);
}
.dw .close-btn {
  position: absolute;
  top: 26px;
  right: 30px;
  cursor: pointer;
}
.dw .close-btn img {
  width: 14px;
}

.is-dw {
  right: 0;
  pointer-events: auto;
}

/*===============================
module
================================*/
/*
h-style
================================*/
.h-style1 {
  text-align: center;
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.75rem);
  margin-bottom: 40px;
}

/*
btn-style
================================*/
.btn-style1 a {
  display: block;
  background: #136a9d;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 100vh;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .btn-style1 a {
    padding: 15px 0;
  }
}

/*
page-style
================================*/
.p-thumb {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .p-thumb {
    margin-bottom: 50px;
  }
}

.p-h {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eeece0;
}
@media screen and (min-width: 1024px) {
  .p-h {
    padding-bottom: 50px;
  }
}
.p-h span {
  display: block;
  text-align: center;
}
.p-h .icon img {
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .p-h .icon img {
    width: 40px;
  }
}
.p-h .ttl {
  margin-top: 20px;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}
@media screen and (min-width: 1024px) {
  .p-h .ttl {
    margin-top: 30px;
  }
}

/*
news_list
================================*/
@media screen and (min-width: 1024px) {
  .news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news_list .item {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .news_list .item {
    width: calc(33.3% - 26.6px);
    margin-right: 40px;
  }
}
.news_list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .news_list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news_list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.news_list .item a {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 1px;
}
.news_list .item a .thumb {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
}
.news_list .item a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list .item a .noimg {
  border: 1px solid #343534;
}
.news_list .item a .date {
  position: relative;
  margin: 20px 0 14px;
  font-size: 12px;
  padding-left: 18px;
}
.news_list .item a .date:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url("../../images/common/icon_date.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 12px;
}
.news_list .item a .h {
  line-height: 1.6em;
}

/*
space
================================*/
.pad-tb {
  padding: 60px 0;
}

.pad-t {
  padding-top: 60px;
}

.pad-b {
  padding-bottom: 60px;
}

.mar-tb {
  margin: 60px 0;
}

.mar-t {
  margin-top: 60px;
}

.mar-b {
  margin-bottom: 60px;
}

/*
align
================================*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*
font
================================*/
.gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

/*
font-weight
================================*/
/*
color
================================*/
/*
paragraph
================================*/
.ps p {
  line-height: 2em;
}
.ps p:not(:first-child) {
  margin-top: 15px;
}