@charset "UTF-8";
/* common
==========================================================*/
html {
  font-size: 14px;
  background: #fff;
}

body {
  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 0;
  color: #333;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

li,
.block {
  display: block;
}

.ilb {
  display: inline-block;
}

.ofh {
  overflow: hidden;
}

a,
button {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

.hoverset a:hover {
  opacity: 0.7;
}

.hoverbig:hover {
  transform: scale(1.03);
}

a.hoverbig {
  display: block;
}

a *,
:after,
:before,
.trans03 {
  transition: all 0.3s;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flex-center img,
.flex-aic img {
  vertical-align: middle;
}

video {
  vertical-align: bottom;
}

:focus {
  outline: 0;
}

dt {
  font-weight: inherit;
}

.wide {
  width: 100%;
  height: auto;
}

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

.txr {
  text-align: right;
}

.txc {
  text-align: center;
}

.txj {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 1001px) {
  .tellink {
    pointer-events: none;
  }
}
.nolink {
  opacity: 0.5;
  pointer-events: none;
}

a.txtlink {
  text-decoration: underline;
}

a.txtlink:hover {
  text-decoration: none;
}

.txtbreak {
  word-break: break-all;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.after,
.before {
  position: relative;
}

.after:after,
.before:before {
  content: "";
  position: absolute;
}

.sp-show,
.sp-show-flex,
.show-1000,
.show-800,
.show-700,
.show-600,
.show-500 {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  .hide-1100 {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 12px;
  }
  .sp-hide {
    display: none !important;
  }
  .sp-show {
    display: block !important;
  }
  .sp-show-flex {
    display: flex !important;
  }
  .hide-1000 {
    display: none !important;
  }
  .show-1000 {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .hide-800 {
    display: none !important;
  }
  .show-800 {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .hide-750 {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .hide-700 {
    display: none !important;
  }
  .show-700 {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-600 {
    display: none !important;
  }
  .show-600 {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 11px;
  }
  .hide-500 {
    display: none !important;
  }
  .show-500 {
    display: block !important;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
  display: flex;
}

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

.flex-jca {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex-jce {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-aic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-aie {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.flex-jcc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-fdc {
  display: flex;
  flex-direction: column;
}

.pore {
  position: relative;
}

.poab {
  position: absolute;
}

.sticky {
  position: sticky;
}

:has(.sticky) {
  position: relative;
}

.centerposi,
.centerposi-pc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centertate,
.centertate-pc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.centeryoko,
.centeryoko-pc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .centerposi-pc,
  .centeryoko-pc,
  .centertate-pc {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .centeryoko-sp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
ol.listol li,
.entry-content ol li {
  padding-left: 1.75em;
  position: relative;
}

ol.listol li:not(:last-child),
.entry-content ol li:not(:last-child) {
  margin-bottom: 5px;
}

ol.listol li::after,
.entry-content ol li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

ol.listol li:nth-child(1)::after,
.entry-content ol li:nth-child(1)::after {
  content: "1.";
}

ol.listol li:nth-child(2)::after,
.entry-content ol li:nth-child(2)::after {
  content: "2.";
}

ol.listol li:nth-child(3)::after,
.entry-content ol li:nth-child(3)::after {
  content: "3.";
}

ol.listol li:nth-child(4)::after,
.entry-content ol li:nth-child(4)::after {
  content: "4.";
}

ol.listol li:nth-child(5)::after,
.entry-content ol li:nth-child(5)::after {
  content: "5.";
}

ol.listol li:nth-child(6)::after,
.entry-content ol li:nth-child(6)::after {
  content: "6.";
}

ol.listol li:nth-child(7)::after,
.entry-content ol li:nth-child(7)::after {
  content: "7.";
}

ol.listol li:nth-child(8)::after,
.entry-content ol li:nth-child(8)::after {
  content: "8.";
}

ol.listol li:nth-child(9)::after,
.entry-content ol li:nth-child(9)::after {
  content: "9.";
}

ol.listol li:nth-child(10)::after,
.entry-content ol li:nth-child(10)::after {
  content: "10.";
}

.inner {
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner800 {
  max-width: 800px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.inner800max {
  max-width: 800px;
  margin: 0 auto;
}

.inner1100max {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .inner,
  .inner800,
  .inner1100 {
    width: calc(100% - 40px);
  }
}
.rad10 {
  border-radius: 10px;
  overflow: hidden;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.w100 {
  font-weight: 100;
}

.w600 {
  font-weight: 600;
}

.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.zen-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.zen-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.zen-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.zen-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

.lh1 {
  line-height: 1;
}

.lh2 {
  line-height: 2;
}

.lh15 {
  line-height: 1.5;
}

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

.ls1 {
  letter-spacing: 1em;
  padding-left: 1em;
}

.lc2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zind2 {
  z-index: 2;
}

.fc-lb {
  color: #00a1ff;
}

.exterior .fc-ls,
.fc-et {
  color: #7C8467;
}

.fc-ft {
  color: #BFBB99;
}

.fc-wh {
  color: #fff;
}

.txtshadowwrap * {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.fitwrap {
  position: relative;
  overflow: hidden;
}

.fitwrap img {
  transform: scale(1.003);
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-width: 1000px) {
  .fitwrap-sp {
    position: relative;
    overflow: hidden;
  }
  .fitwrap-sp img {
    transform: scale(1.003);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
a:hover .fitwrap img,
a.fitwrap:hover > img {
  transform: scale(1.05);
}

a.bg-gr:hover {
  background: #909090;
}

a.bg-bl:hover {
  background: #6D95A1;
}

.fs12 {
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 0.9285714286rem;
}

.fs16 {
  font-size: 1.1428571429rem;
}

.fs18 {
  font-size: 1.2857142857rem;
}

.fs20 {
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 1.5rem;
}

.fs24 {
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 1.8571428571rem;
}

.fs28 {
  font-size: 2rem;
  line-height: 1.5;
}

.fs30 {
  font-size: 2.1428571429rem;
  line-height: 1.5;
}

.fs32 {
  font-size: 2.2857142857rem;
  line-height: 1.5;
}

.fs36 {
  font-size: 2.5714285714rem;
  line-height: 1.5;
}

.fs40 {
  font-size: 2.8571428571rem;
  line-height: 1.5;
}

.fs50 {
  font-size: 3.5714285714rem;
  line-height: 1;
}

.fs64 {
  font-size: 4.5714285714rem;
  line-height: 1;
}

.fs70 {
  font-size: 5rem;
  line-height: 1;
}

.fs100 {
  font-size: 7.1428571429rem;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .rad10 {
    border-radius: 5px;
  }
  .fs12 {
    font-size: 11px;
  }
  .fs18 {
    font-size: 1.2rem;
  }
  .fs20 {
    font-size: 1.3333333333rem;
  }
  .fs21 {
    font-size: 1.3125rem;
  }
  .fs24 {
    font-size: 1.5rem;
  }
  .fs25 {
    font-size: 1.5625rem;
  }
  .fs26 {
    font-size: 1.625rem;
  }
  .fs28 {
    font-size: 1.75rem;
  }
  .fs30 {
    font-size: 1.7647058824rem;
  }
  .fs32 {
    font-size: 1.8823529412rem;
  }
  .fs36 {
    font-size: 2rem;
  }
  .fs40 {
    font-size: 2.3529411765rem;
  }
  .fs50 {
    font-size: 2.5rem;
  }
  .fs64 {
    font-size: 2.9090909091rem;
  }
  .fs70 {
    font-size: 2.9166666667rem;
  }
  .fs100 {
    font-size: 3.8461538462rem;
  }
}
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mt20 {
  margin-top: 20px;
}

.mt80 {
  margin-top: 80px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .mt20 {
    margin-top: 10px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
}
.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

@media screen and (max-width: 1000px) {
  .pt40 {
    padding-top: 20px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pt150 {
    padding-top: 70px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pb150 {
    padding-bottom: 70px;
  }
}
/* WP
==========================================================*/
/* 見出し */
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.entry-content h2 {
  font-size: 1.6em;
  margin: 2em 0 1em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #ddd;
}

.entry-content h3 {
  font-size: 1.3em;
  margin: 1.8em 0 0.8em;
  border-left: 5px solid #0d3785;
  padding-left: 0.5em;
}

.entry-content h4 {
  font-size: 1.2em;
  margin: 1.5em 0 0.5em;
  border-left: 4px solid #0d3785;
  padding-left: 0.5em;
}

.entry-content h5 {
  font-size: 1.1em;
  margin: 1.2em 0 0.4em;
  border-left: 3px solid #0d3785;
  padding-left: 0.5em;
}

.entry-content h6 {
  font-size: 1em;
  margin: 1em 0 0.3em;
  border-left: 2px solid #0d3785;
  padding-left: 0.5em;
}

/* 引用 */
.entry-content blockquote {
  border-left: 4px solid #ccc;
  padding: 1em;
  margin: 1.5em 0;
  color: #555;
  font-style: italic;
  background: #fafafa;
}

/* テーブル */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

.entry-content th,
.entry-content td {
  border: 1px solid #ddd;
  padding: 0.8em;
  text-align: left;
}

.entry-content th {
  background: #f2f2f2;
  font-weight: bold;
}

.entry-content ul,
.entry-content ol {
  margin: 0.5em 0;
}

.entry-content ul li {
  padding-left: 1em;
  position: relative;
}

.entry-content ul li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.post-navigation {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
}

.nav-previous,
.nav-next {
  width: calc(50% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-previous {
  padding-left: 1em;
}

.nav-next {
  padding-right: 1em;
  text-align: right;
}

.nav-previous::after,
.nav-next::after {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: calc(50% - 4px);
}

.nav-previous::after {
  border-bottom: 1px solid #0d3785;
  border-left: 1px solid #0d3785;
  left: 2px;
}

.nav-next::after {
  border-top: 1px solid #0d3785;
  border-right: 1px solid #0d3785;
  right: 2px;
}

.nav-all {
  margin-top: 40px;
}

.pagination {
  margin-top: 60px;
  text-align: center;
}

.pagination h2 {
  display: none;
}

.nav-links {
  line-height: 1;
}

.nav-links span,
.nav-links a {
  padding: 5px;
  display: inline-block;
}

.nav-links span {
  opacity: 0.5;
}

.nav-links a:hover {
  background: #fff;
}

.nav-links a.prev {
  margin-right: 10px;
}

.nav-links a.next {
  margin-left: 10px;
}

/* header
==========================================================*/
.head-t {
  height: 80px;
}

.headlogo {
  width: 320px;
  margin-left: 20px;
}

.headtel {
  width: 340px;
  margin-right: 20px;
}

.headmenuul li {
  width: 20%;
}

.headmenuul li a {
  height: 60px;
}

.headmenuul li a.after::after {
  width: 1px;
  height: 30px;
  top: 15px;
  right: 0;
  background: #ccc;
}

@media screen and (max-width: 1000px) {
  .head-t {
    height: 50px;
  }
  .headlogo {
    width: 200px;
  }
  .headtel {
    width: 212.5px;
  }
  .headmenuul {
    justify-content: center;
  }
  .headmenuul li {
    width: auto;
    line-height: 1.3;
  }
  .headmenuul li a {
    height: 50px;
    padding: 0 20px;
  }
  .headmenuul li a.after::after {
    top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .head-t {
    height: 40px;
  }
  .headlogo {
    width: 160px;
    margin-left: 10px;
  }
  .headtel {
    width: 170px;
    margin-right: 10px;
  }
  .headmenuul {
    font-size: 12px;
  }
  .headmenuul li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 450px) {
  .headlogo {
    width: 140px;
  }
  .headtel {
    width: 148.75px;
  }
  .headmenuul {
    font-size: 2.9vw;
    letter-spacing: 0;
  }
  .headmenuul li a {
    padding: 0 7px;
  }
}
/* footer
==========================================================*/
#footer {
  height: 80px;
}

/* index
==========================================================*/
.mainwrap {
  padding: 120px 0 160px;
  background: url(../images/bg01.jpg) no-repeat center bottom;
  background-size: cover;
}

.ttl {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
}

.ttlimg {
  margin-bottom: 50px;
}

.ttlcatch {
  line-height: 2.2222222222;
}

@media screen and (max-width: 1000px) {
  .mainwrap {
    padding: 60px 0 80px;
  }
  .ttl {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .ttlimg {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 550px) {
  .ttlimg {
    width: 110vw;
    margin-left: -10vw;
  }
}
.main img {
  mix-blend-mode: multiply;
}

.mainmid {
  margin-bottom: 30px;
}

.marker {
  background: linear-gradient(to bottom, transparent 50%, #e9d200 50%);
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.marker.fs70,
.fs70 .marker,
.marker.fs64,
.fs64 .marker {
  padding-bottom: 10px;
  background: linear-gradient(to bottom, transparent 60%, #e9d200 60%);
}

.marker.fs36,
.fs36 .marker {
  background: linear-gradient(to bottom, transparent 60%, #e9d200 60%);
}

.fill {
  background: #e9d200;
}

.maintxt {
  line-height: 1.7222222222;
}

.mainimg {
  margin-bottom: 25px;
}

.maindl dt {
  width: 250px;
}

.maindl dd {
  margin-left: 70px;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .mainmid {
    margin-bottom: 15px;
  }
  .maindl {
    flex-direction: column;
    align-items: center;
  }
  .maindl dt {
    width: 200px;
  }
  .maindl dd {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.lacking {
  padding: 100px 0 20px;
}

h2 span,
h3 span {
  display: inline-block;
}

h2 > .fs36:nth-child(1),
h3 > .fs36:nth-child(1) {
  margin-bottom: 15px;
}

h2 > span.fs36:last-child,
h3 > span.fs36:last-child {
  margin-top: 15px;
}

.catch {
  line-height: 2.1111111111;
}

.lackingul {
  margin: 80px 0 60px;
}

.lackingul li {
  max-width: 320px;
  width: calc(33.3333333333% - 20px);
}

.lackingulimg {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .lacking {
    padding: 50px 0 10px;
  }
  h2 > .fs36:nth-child(1),
  h3 > .fs36:nth-child(1) {
    margin-bottom: 10px;
  }
  h2 > span.fs36:last-child,
  h3 > span.fs36:last-child {
    margin-top: 8px;
  }
  .lackingul {
    margin: 40px 0 30px;
  }
  .lackingul li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 700px) {
  .lackingul {
    margin: 40px 0 20px -20px;
    justify-content: center;
  }
  .lackingul li {
    max-width: 250px;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.contactbtn {
  padding: 80px 0;
}

.contactbtncol {
  margin-left: -40px;
  margin-bottom: -30px;
}

.contactbtncol > div {
  max-width: 400px;
  margin-left: 40px;
  margin-bottom: 30px;
}

.contactbtncol > div div {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .contactbtn {
    padding: 40px 0;
  }
  .contactbtncol {
    margin-left: -20px;
  }
  .contactbtncol > div {
    margin-left: 20px;
  }
  .contactbtncol > div div {
    width: 300px;
    margin: 20px auto 0;
  }
}
.flow {
  padding: 100px 0;
  background: url(../images/bg02.jpg) no-repeat center;
  background-size: cover;
}

.flowul .slick-slide {
  padding: 0 80px;
}

.flowulimg {
  margin-bottom: 40px;
  max-width: 100%;
}

.flowul li .arrow {
  position: absolute;
  right: -20px;
  top: calc(50% - 100px);
  cursor: pointer;
}

.arrow {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 30px;
  height: 100px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 58.6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.arrow::before {
  transform: rotate(61.55deg);
}

.arrow::after {
  transform: rotate(-61.55deg);
}

.nextarrow {
  width: 230px;
  margin: 60px auto 40px;
}

@media screen and (max-width: 1300px) {
  .hide-1300 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .flow {
    padding: 50px 40px;
  }
  .flowul {
    margin-left: -40px;
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flowul li {
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
    max-width: 350px;
  }
  .flowulimg {
    margin-bottom: 20px;
  }
  .flowul li .arrow {
    display: none;
  }
  .arrow::before,
  .arrow::after {
    top: calc(50% - 2px);
    width: 29.5px;
  }
  .nextarrow {
    width: 150px;
    margin: 30px auto 20px;
  }
}
.show-550 {
  display: none;
}

@media screen and (max-width: 550px) {
  .show-550 {
    display: block;
  }
  .flowul {
    margin-bottom: -30px;
  }
  .flowul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .flowulimg {
    max-width: 250px;
    margin: 0 auto 20px;
  }
}
.whats {
  padding: 100px 0;
  background: url(../images/bg03.jpg) no-repeat center;
  background-size: cover;
}

.whatsul {
  margin-top: 100px;
}

.whatsul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.whatsul li:not(:last-child) {
  margin-bottom: 80px;
}

.whatsimg {
  width: 910px;
}

.whatsul li:nth-child(2n-1) {
  margin-left: -400px;
}

.whatsul li:nth-child(2n) {
  margin-right: -400px;
}

.whatstxt {
  width: 540px;
}

.whatstxt h3 {
  margin-bottom: 40px;
}

.whatstxt h3 .fs50 {
  margin-bottom: 20px;
}

.whatstxt p {
  line-height: 2;
}

@media screen and (max-width: 1800px) {
  .whatsimg {
    width: 700px;
  }
  .whatsul li:nth-child(2n-1) {
    margin-left: -200px;
  }
  .whatsul li:nth-child(2n) {
    margin-right: -200px;
  }
}
@media screen and (max-width: 1300px) {
  .whatsimg {
    width: calc(100% - 540px - 40px);
    height: 100%;
  }
  .whatsul li:nth-child(2n-1) {
    margin-left: -40px;
  }
  .whatsul li:nth-child(2n) {
    margin-right: -40px;
  }
}
@media screen and (max-width: 1000px) {
  .whats {
    padding: 50px 0;
  }
  .whatsul {
    margin-top: 50px;
  }
  .whatsul li {
    display: block;
  }
  .whatsul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .whatsimg {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 30px;
  }
  .whatsul li:nth-child(2n-1) {
    margin-left: 0;
  }
  .whatsul li:nth-child(2n) {
    margin-right: 0;
  }
  .whatstxt {
    width: 100%;
  }
  .whatstxt h3 {
    margin-bottom: 30px;
    text-align: center;
  }
  .whatsul li:nth-child(2n) h3 {
    text-align: center;
  }
  .whatstxt h3 .fs50 {
    margin-bottom: 15px;
  }
}
.craftsmanship {
  padding: 100px 0;
  z-index: 2;
}

.craftsmanshipbg {
  max-width: 1247px;
  width: 64.9479166667%;
  z-index: -1;
}

.craftsmanshipbg-r {
  top: 0;
  right: 0;
}

.craftsmanshipbg-l {
  left: 0;
  bottom: 0;
}

.craftsmanshipdl {
  margin-top: 60px;
}

.craftsmanshipdl dt {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.craftsmanshipdl dd:not(:last-child) {
  margin-bottom: 40px;
}

.craftsmanshipdl dd p {
  line-height: 2;
}

.craftsmanshipdl dd p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .craftsmanship {
    padding: 50px 0;
  }
  .craftsmanshipdl {
    margin-top: 30px;
  }
  .craftsmanshipdl dd:not(:last-child) {
    margin-bottom: 40px;
  }
  .craftsmanshipdl dd p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.faq {
  padding: 100px 0;
  overflow: hidden;
  z-index: 2;
}

.faqbg {
  width: 200%;
  top: 0;
  left: 0;
  z-index: -1;
}

.faqdl {
  margin-top: 60px;
  border-bottom: 1px solid #ccc;
}

.faqdl dt {
  padding: 20px 50px 15px 30px;
  cursor: pointer;
  border-top: 1px solid #ccc;
}

.faqdl dd {
  display: none;
  padding: 0 30px 20px;
}

.faqdl dt::before {
  width: 8px;
  height: 2px;
  top: 33px;
  right: 33px;
  background: #000;
}

.faqdl dt::after {
  width: 2px;
  height: 8px;
  top: 30px;
  right: 36px;
  background: #000;
}

.faqdl dt.active::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 1000px) {
  .faqbg {
    width: 1000%;
  }
  .faq {
    padding: 50px 0;
  }
  .faqdl {
    margin-top: 30px;
  }
  .faqdl dt {
    padding: 15px 30px 10px 0;
  }
  .faqdl dd {
    display: none;
    padding: 0 0 15px;
  }
  .faqdl dt::before {
    top: 23px;
    right: 10px;
  }
  .faqdl dt::after {
    top: 20px;
    right: 13px;
  }
}
.location {
  padding: 100px 0;
}

.locationcol {
  margin-top: 80px;
}

.location-l {
  width: calc(50% - 30px);
}

.locationtab {
  width: 100%;
  border-top: 1px solid #ccc;
}

.locationtab th,
.locationtab td {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.locationtab th {
  width: 150px;
}

.location-r {
  width: calc(50% - 30px);
}

.location-r p {
  margin-bottom: 15px;
}

.map {
  aspect-ratio: 6/5;
}

.map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .location {
    padding: 50px 0;
  }
  .locationcol {
    margin-top: 30px;
  }
  .location-l {
    width: 100%;
  }
  .locationtab th {
    padding: 10px 0 0;
    display: block;
    width: 100%;
    border: none;
  }
  .locationtab td {
    padding: 0 0 10px;
    display: block;
  }
  .location-r {
    width: 100%;
    margin-top: 20px;
  }
  .location-r p {
    margin-bottom: 15px;
  }
  .map {
    aspect-ratio: 3/2;
  }
}
.finish {
  padding: 100px 0;
  background: url(../images/bg06.jpg) no-repeat center;
  background-size: cover;
}

.bloglistul {
  margin-top: 60px;
  margin-left: -40px;
  margin-bottom: -40px;
}

.bloglistul li {
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}

.bloglistulimg {
  margin-bottom: 15px;
}

.bloglistulcat {
  padding: 5px 10px;
  margin-right: 10px;
  color: #0d3785;
  background: #fff;
  line-height: 1;
  border: 1px solid #0d3785;
}

.bloglistul li a:hover .bloglistulcat {
  background: #0d3785;
  color: #fff;
}

p.bloglisttxt {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.finishbtn {
  width: 400px;
  margin: 80px auto 0;
}

@media screen and (max-width: 1000px) {
  .finish {
    padding: 50px 0;
  }
  .bloglistul {
    margin-top: 40px;
    margin-left: -15px;
    margin-bottom: -20px;
  }
  .bloglistul li {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .bloglistulimg {
    margin-bottom: 15px;
  }
  .bloglistulcat {
    padding: 5px 10px;
  }
  p.bloglisttxt {
    margin-top: 10px;
  }
  .finishbtn {
    width: 300px;
    margin: 40px auto 0;
  }
}
.contactbtn.bg {
  background: url(../images/bg07.jpg) no-repeat center;
  background-size: cover;
}

.contactbtn.bg .fs28 {
  margin-bottom: 20px;
}

.contactbtn.bg .catch {
  line-height: 1.8;
  margin-bottom: 30px;
}

.contact {
  padding: 100px 0;
}

@media screen and (max-width: 1000px) {
  .contact {
    padding: 50px 0;
  }
}
/* contact
==========================================================*/
.wpcf7 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.wpcf7-form .wpcf7-radio label, .wpcf7-form .wpcf7-checkbox label {
  margin: 0 !important;
}

.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 5px !important;
}

.wpcf7 .w50 {
  width: calc(50% - 5px);
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  box-sizing: border-box;
}

/* 同意チェックボックスのスタイル */
.wpcf7-acceptance {
  margin-bottom: 20px;
}

/* ラジオボタン本体（未選択） */
.wpcf7-form .wpcf7-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: border-color 0.2s ease;
}

/* 選択されたときの外枠と中央の丸 */
.wpcf7-form .wpcf7-radio input[type=radio]:checked {
  border-color: #0d3785;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #0d3785;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* チェックボックス全体のラッパー */
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 10px;
}

/* ラベルで囲まれたチェックボックス */
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;
  gap: 10px;
}

/* 通常のチェックボックス本体（未選択） */
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

/* 通常のチェックボックス選択時の枠線とチェックマーク */
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked {
  border-color: #0d3785;
}

.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #0d3785;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* radiowrap内のチェックボックスをラジオ風に変更 */
.radiowrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  border-radius: 50%; /* 丸型に変更 */
}

.radiowrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #0d3785;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: none;
}

/* セレクト */
.wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 12px;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  /* カスタム矢印（#333に変更） */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
}

/* フォーカス時のアクセント */
.wpcf7-form select:focus {
  border-color: #0d3785;
  outline: none;
  box-shadow: 0 0 0 2px rgba(13, 55, 133, 0.2);
}

.wpcf7-submit {
  width: 420px;
  aspect-ratio: 420/100;
  background: url("../images/btn-send.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

.hissu {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}

.hissu::after {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  top: calc(50% - 10px);
  padding: 0 5px;
  right: 0;
  border-radius: 3px;
  font-weight: bold;
  content: "必須";
  background: #ff5000;
  color: #fff;
  position: absolute;
}

.douiwrap .hissu::after {
  top: -2px;
}

@media screen and (max-width: 1000px) {
  .wpcf7-submit {
    width: 300px;
  }
}
.screen-reader-response {
  color: red;
}

.screen-reader-response ul,
.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  display: block;
  margin: -5px 0 20px;
}

/* policy
==========================================================*/
.policy dt {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.policy dd:not(:last-child) {
  margin-bottom: 40px;
}

.policy dd p:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .policy dt {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .policy dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .policy dd p:not(:last-child) {
    margin-bottom: 5px;
  }
}
.commonbtn {
  width: 250px;
  height: 60px;
  border-radius: 30px;
  background: #333;
  color: #fff;
}/*# sourceMappingURL=style.css.map */