@charset "UTF-8";

.container::-webkit-scrollbar {
  display: none;
}

* {
  caret-color: transparent;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #343434;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  /* -webkit-font-smoothing: antialiased;
  overscroll-behavior: none; */
}

.all_wrap {
  width: 100%;
  height: auto;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
}

footer {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 960px) {
  .all_wrap {
    min-width: unset;
  }
}

/*-----------------------------------*/
/* 最初の読み込み */
/*-----------------------------------*/
body {
  animation: fadeIn 5s ease 0s 1 normal;
  -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {}

@media screen and (max-width: 768px) {

  .all_wrap {
    min-width: unset;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-weight: 400;
  }
}





@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
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,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  /* transition: .3s cubic-bezier(.4, .4, 0, 1);
  -webkit-backface-visibility: hidden;
  */
}

a {
  cursor: pointer;
  pointer-events: painted;
}

a.tel-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.btn {
  width: 100%;
  margin: 0;
  pointer-events: painted;
  cursor: pointer;
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: unset;
  font-size: unset;
}

.a_border a {
  padding-bottom: 0.1em;
  border-bottom: 1px solid #333;
  transition: opacity 0.3s;
}

.a_border.txt_white a {
  border-bottom: 1px solid #fff;
}

.a_border a:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.a_border a:visited {
  transition: opacity 0.3s;
}

.a_border.link_arrow a {
  border-bottom: 1px solid #333;
}

.link_arrow {
  background-image: url("../img/common/btn_arrow_gray.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  margin-left: 0.5rem;
  font-size: 1.6rem;
}

.link_arrow a {
  border-bottom: 1px solid hsla(209, 87%, 35%, 0);
}

.link_arrow a:hover {
  border-bottom: 1px solid #0c5ca7;
}

a img {
  transition: 0.3s;
  opacity: 1.0;
}

a:hover img {
  opacity: 0.6;
}

a.img:hover {
  opacity: 0.7;
}

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

.img {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.photo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.img_wrap {
  display: flex;
  justify-content: center;
}

/* 装飾---------------*/
.kadomaru {
  border-radius: 5rem;
  overflow: hidden;
}

.shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
}

/* その他---------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.narrow {
  letter-spacing: 0;
}

.positionLR0 {
  position: absolute;
  left: 0;
  right: 0;
}

.lr0 {
  margin-left: 0;
  margin-right: 0;
}

.txt {
  font-weight: normal;
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

@media screen and (max-width: 600px) {
  .sp-txt_left {
    text-align: left;
  }
}

/*-------------------------------------------------
改行スタイル
-------------------------------------------------*/
br.br_pc {
  display: inline-block;
}

br.br_sp {
  display: none;
}

br.br_w960 {
  display: none;
}

br.br_w768 {
  display: none;
}

br.br_min-w768 {
  display: block;
}

br.br_w600 {
  display: none;
}

br.br_w400 {
  display: none;
}

br.br_w1200 {
  display: none;
}

@media screen and (min-width: 1200px) {
  br.br_minW1200 {
    display: inline-block;
  }
}

@media screen and (max-width: 1199px) {
  br.br_w1200 {
    display: inline-block;
  }
}

@media screen and (max-width: 959px) {
  br.br_w960 {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  br.br_min-w768 {
    display: none;
  }

  br.br_w768 {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  br.br_pc {
    display: none;
  }

  br.br_sp {
    display: inline-block;
  }

  br.br_w600 {
    display: inline-block;
  }
}

@media screen and (max-width: 399px) {
  br.br_w400 {
    display: inline-block;
  }
}

/*-------------------------------------------------
横並び
-------------------------------------------------*/
.flex {
  display: flex;
}

.clm {
  display: flex;
  justify-content: center;
  align-content: center;
  flex: none;
  flex-direction: row;
  gap: inherit;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.clm.gap0 {
  gap: 0;
}

.clm_lr {
  justify-content: space-between;
}

.clm>li {
  margin-left: 0;
  margin-right: 0;
}

.clm_item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
}

.clm .clm_item {
  flex-direction: column;
}

.clm.center {
  justify-content: center;
}

.clm.between {
  justify-content: space-between;
}

.clm.gap20 {
  gap: 2rem;
}

.clm.gap30 {
  gap: 3rem;
}

.clm.gap40 {
  gap: 4rem;
}


.clm.row,
.clm.row_wide {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 3rem;
}

.clm.row:nth-child(even) {
  flex-direction: row-reverse;
}

.clm.row_wide {
  width: auto;
  max-width: unset;
}

.clm.row .clm_txt,
.clm.row_wide .clm_txt {
  flex-direction: column;
  align-items: flex-start;
}

.row_wide.img-right {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}

.row_wide.img-left {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 1200px) {
  .row_wide.img-left {
    width: 100%;
  }

}

@media screen and (max-width: 960px) {
  .row_wide.img-right {
    flex-direction: column;
    margin: 0 auto;
  }

}

@media screen and (max-width: 600px) {
  .row_wide.img-right {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column !important;
  }

  .row_wide.img-left {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column !important;
  }

}

.clm_1 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.clm_1>.clm_item {
  flex: 0 0 100%;
}

.clm_1>.clm_item:last-child {
  margin-bottom: 0 !important;
}

.clm_1.gap10 {
  gap: 1rem;
}


.clm_2,
.clm_3,
.clm_4,
.clm_5,
.clm_6 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.clm_2.gap20>.clm_item {
  width: calc((100% - (2rem * 1))/ 2);
}

.clm_2.gap30>.clm_item {
  width: calc((100% - (3rem * 1)) / 2);
}

.clm_3.gap20>.clm_item {
  width: calc((100% - (2rem * 2)) / 3);
}

.clm_3.gap30>.clm_item {
  width: calc((100% - (3rem * 2)) / 3);
}

.clm_4.gap20>.clm_item {
  width: calc((100% - (2rem * 3)) / 4);
}

.clm_4.gap30>.clm_item {
  width: calc((100% - (3rem * 3)) / 4);
}

.clm_5.gap30>.clm_item {
  width: calc((100% - (3rem * 4)) / 5);
}

.clm_5.gap20>.clm_item {
  width: calc((100% - (2rem * 4)) / 5);
}

.clm_5>.clm_item {
  width: 19%;
}

.clm_6>.clm_item {
  width: 14%;
}

.clm.row_end {
  align-items: flex-end;
}

.clm.end_left {
  margin-right: 0;
}

@media screen and (max-width: 1259px) {
  .clm.gap30 {
    gap: 2rem;
  }

  .clm_2.gap30>.clm_item {
    width: calc((100% - (2rem * 1)) / 2);
  }

  .clm_3.gap30>.clm_item {
    width: calc((100% - (2rem * 2)) / 3);
  }

  .clm_4.gap30>.clm_item {
    width: calc((100% - (2rem * 3)) / 4);
  }
}

@media screen and (max-width: 600px) {
  .sp_clm1 {
    flex-direction: column;
  }

  .clm_2.gap30>.clm_item,
  .clm_3.gap30>.clm_item,
  .clm_4.gap30>.clm_item,
  .clm_5.gap30>.clm_item {
    width: 100%;
  }
}


/*-------------------------------------------------
スタイルベース
-------------------------------------------------*/
.section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  pointer-events: all;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.sec_wrap {
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 4rem);
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0 100px;
  position: relative;
}

.sec_wrap.max {
  max-width: 100%;
}

.sec_inr {
  width: 100%;
  max-width: 1240px;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
  flex-wrap: nowrap;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  display: none;
}

.row {
  display: flex;
  flex-direction: row;
}

.w {
  max-width: 100%;
}

.w1600 {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.w1240 {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w1120 {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.w900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.w750 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.w380 {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .sec_wrap.max {
    width: 100%;
    max-width: 100%;
  }

  .sec_wrap {
    max-width: calc(100% - 2rem);
  }

  .w {
    max-width: calc(100% - 4rem);
  }

  .w1600 {
    width: unset;
  }

  .w1240 {
    width: unset;
  }

  .w1200 {
    width: unset;
  }
}

@media screen and (max-width: 960px) {
  .sec_wrap {
    width: 100%;
    max-width: calc(100% - 4rem);
    padding: 8vw 0;
    position: relative;
  }

  .w1125 {
    width: unset;
  }

  .w1000 {
    width: unset;
  }
}

@media screen and (max-width: 600px) {
  .section {
    display: block;
  }

  /* .sec_wrap {display: block;} */
  .clm {
    display: flex;
  }

  .block {
    display: block;
  }

}

@media screen and (max-width: 600px) {
  .w900 {
    width: 100%;
  }

  .w750 {
    width: 100%;
  }

  .w600 {
    width: 100%;
  }

}

@media screen and (max-width: 460px) {
  .w360 {
    max-width: 100%;
  }
}



/*-------------------------------------------------
マージン、パディング
-------------------------------------------------*/
.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pb20 {
  padding-bottom: 2rem;
}

.pb30 {
  padding-bottom: 3rem;
}

.pb50 {
  padding-bottom: 5rem;
}

.pb80 {
  padding-bottom: 8rem;
}

.mt100 {
  margin-top: 10rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt0 {
  margin-top: 0;
}

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

.mb5 {
  margin-bottom: 0.5rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb100 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .mb30-sp {
    margin-bottom: 3rem;
  }
}





/*-------------------------------------------------
リストタグ、インデント
-------------------------------------------------*/
ul {
  list-style-type: none
}

ul.no-disc {
  list-style-type: none !important;
}

ul.no-disc li {
  list-style-type: inherit;
  margin-left: 1em;
  text-indent: -1em;
}

ul.disc {
  padding-left: 2rem;
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
  margin-left: 1em;
  text-indent: 0;
}

dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.txt.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/*-------------------------------------------------
テーブルタグ
-------------------------------------------------*/
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
  border-collapse: collapse;
  background-color: #fff;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
}

.table th,
.table td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-clip: padding-box;
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  border-spacing: 0;
  vertical-align: middle;
}

.table th {
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  table {
    display: block;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }
}

/**************************************
アコーディオン
**************************************/
@media screen and (max-width: 768px) {
  .ac-box {
    display: none;
    transition: 0.1s ease-out;
  }

  /* .ac2-box {
    display: none;
    transition: 0.1s ease-out;
  } */
  .ac2-box {
    display: none;
    transition: 0.3s ease-out;
  }

  .ac2-box.active {
    display: block;
    transition: 0.3s ease-out;
  }
}

/*-----------------------------------*/
/* フェードイン */
/*-----------------------------------*/

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease-out, transform 1.0s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/**************************************
リキャプチャ
**************************************/
.grecaptcha-badge {
  visibility: hidden;
}

/* .grecaptcha-badge { z-index: 999; } */
