@charset "UTF-8";
.site-header_scroll, .site-header_txt, .font-min {
  font-family: "Noto Serif JP", serif;
}

/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/*
 * 基礎SCSS
 * @include common.css
 */
html {
  font-size: 62.5%;
  /* = 10px */
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #252525;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  box-sizing: border-box;
}

/*--------------------
 タグ汎用
 ---------------------*/
small {
  font-size: 0.9em;
  line-height: 1.5em;
}

.nocomments,
.postmetadata,
blockquote,
strike {
  color: #252525;
}

code {
  font: 1.1em "Courier New", Courier, Fixed;
}

abbr,
acronym,
span.caps {
  font-size: 0.9em;
  cursor: help;
}

a {
  color: #252525;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: none;
}

p span {
  display: inline-block;
}

blockquote {
  padding-left: 20px;
  border-left: 5px solid #dddddd;
  margin: 15px 30px 0 10px;
}
blockquote cite {
  display: block;
  margin: 5px 0 0;
}

.link_pink {
  color: #1E3D5C;
  display: inline-block;
}

.link_blank {
  color: #1E3D5C;
  padding-top: 10px;
  display: inline-block;
}
.link_blank:after {
  content: "\f08e";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  color: #1E3D5C;
  font-weight: 300;
  padding-left: 10px;
}

/*-------------
 汎用設定
--------------*/
img {
  height: auto;
  max-width: 100%;
}

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

ol {
  margin-left: 1.5em;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.txt_pink {
  color: #1E3D5C;
}

@media screen and (max-width: 639px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 639px) {
  .pc_none {
    display: block;
  }
}

/*===========================================
  width
===========================================*/
.wA {
  width: auto !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w50 {
  width: 50% !important;
}

.w75 {
  width: 75% !important;
}

.w100 {
  width: 100% !important;
}

/*===========================================
  margin & padding
===========================================*/
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.m10 {
  margin: 10px !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.m20 {
  margin: 20px !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.m50 {
  margin: 50px !important;
}

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

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

/* header */
.site-header {
  height: 100vh;
  position: relative;
  background-color: #f5f4ed;
}
@media screen and (max-width: 639px) {
  .site-header {
    height: 600px;
  }
}
.site-header_inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  z-index: 1000;
}
@media screen and (max-width: 639px) {
  .site-header_inner {
    height: 56px;
    padding: 0 12px;
  }
}
.site-header_bg {
  position: absolute;
  max-width: unset;
  width: 30vw;
  z-index: 0;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .site-header_bg {
    width: 40vw;
  }
}
@media screen and (max-width: 639px) {
  .site-header_bg {
    top: auto;
    transform: none;
    width: 50vw;
  }
}
.site-header_bg.is_left {
  left: -30px;
}
@media screen and (max-width: 1023px) {
  .site-header_bg.is_left {
    left: -40px;
  }
}
@media screen and (max-width: 639px) {
  .site-header_bg.is_left {
    left: -20px;
  }
}
.site-header_bg.is_right {
  right: -60px;
}
@media screen and (max-width: 639px) {
  .site-header_bg.is_right {
    right: -20px;
    bottom: 90px;
  }
}
.site-header_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(95%, 1000px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .site-header_copy {
    gap: 12px;
  }
}
.site-header_txt {
  font-size: 4rem;
}
@media screen and (max-width: 1280px) {
  .site-header_txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 639px) {
  .site-header_txt {
    font-size: 2.4rem;
    background: rgba(255, 255, 255, 0.7);
  }
}
.site-header_txt span {
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .site-header_lead {
    background: rgba(255, 255, 255, 0.7);
  }
}
.site-header_scroll {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .site-header_scroll {
    bottom: 140px;
  }
}
@media screen and (max-width: 639px) {
  .site-header_scroll img {
    width: 32px;
  }
}

/* ヘッダー下お知らせ */
.area-topic {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  background: #ffffff;
}
@media screen and (max-width: 639px) {
  .area-topic {
    padding: 0 10px;
  }
}
.area-topic .list-news {
  border-bottom: none !important;
}

.list-news {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  background: #ffffff;
}
@media screen and (max-width: 639px) {
  .list-news {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }
}
.list-news_txt {
  padding-left: 40px;
}
@media screen and (max-width: 639px) {
  .list-news_txt {
    padding: 10px 0;
  }
}

/* メインコンテンツ */
main {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  main {
    width: 95%;
  }
}

/* おなやみ */
@media screen and (max-width: 639px) {
  .area-feature {
    margin-top: 80px;
  }
}
.area-feature_item {
  max-width: min(100%, 300px);
}

.area-onayami {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .area-onayami {
    flex-direction: column;
  }
}
.area-onayami_item {
  width: 25%;
  height: 240px;
  background: url("../img/bg_feature.png") no-repeat center center/contain;
  margin: 0 15px;
  font-weight: bold;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .area-onayami_item {
    width: 60%;
    height: 140px;
    margin: 0;
  }
}
.area-onayami_item:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  .area-onayami_item:nth-child(2) {
    margin: 0 0 0 auto;
  }
}

.list-service {
  display: flex;
  width: calc(100% - 80px);
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .list-service {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .list-service {
    flex-direction: column;
  }
}
.list-service_item {
  width: calc(33.3333333333% - 40px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .list-service_item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 639px) {
  .list-service_item {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.list-service_item:last-child {
  margin-bottom: 0;
}
.list-service_img {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
}
.list-service_img img {
  height: 140px;
}
@media screen and (max-width: 1023px) {
  .list-service_img img {
    height: 100px;
  }
}
.list-service_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .list-service_ttl {
    font-size: 1.6rem;
    margin: 20px auto;
  }
}
.list-service .list-dot {
  margin: 0 auto;
}

/* アクセス */
.area-access_map {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .area-access_map iframe {
    width: 100%;
  }
}
.area-access_info {
  max-width: 680px;
  width: 100%;
  border: 1px solid #dddddd;
  margin-top: -200px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .area-access_info {
    width: 90%;
    margin: -40px auto 0;
  }
}
@media screen and (max-width: 639px) {
  .area-access_info {
    padding: 20px;
  }
}
.area-access_address {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .area-access_address {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .area-access_address {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

body {
  padding-top: 72px;
}
@media screen and (max-width: 639px) {
  body {
    padding-top: 56px;
  }
}
