@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


#lp-content .post_content, #main_content .post_content {
  font-size: 1em;
}

html:has(.wp-admin) {
  font-size: 16px !important;
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
  html {
    font-size: clamp(13px, 1.3vw, 16px);
  }

  body {
    font-size: 1rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  html {
    font-size: clamp(14px, 1.8vw, 18px);
  }
}

@media screen and (max-width: 960px) {
  /* font-size 3.6vw (14.4/400) */
}


/**********************************

  アニメーション

***********************************/
/**********************************
  スライダー基準
***********************************/
/*** 初期化前非表示 ***/
.swiper_slider {
  opacity: 0;
  transition: opacity 0.1s linear;
}

.swiper_slider.swiper-initialized {
  opacity: 1;
}

/*** button ***/
.swiper-button-wrapper {
  position: absolute;
  top: 35.9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0px;
  z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
  --swiper-nav-size: 3.0rem;
  padding: 0;
  background: transparent;
  color: #e60012;
}

body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  filter: brightness(1.3);
}

body .swiper-button-wrapper .swiper-button-prev,
body .swiper-button-wrapper .swiper-button-next {
  margin: 0 !important;
  transform: translateY(-50%);
}

body .swiper-button-wrapper .swiper-button-prev {
  left: 0;
}

body .swiper-button-wrapper .swiper-button-next {
  right: 0;
}

body .swiper-button-wrapper .swiper-button-prev::after,
body .swiper-button-wrapper .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  font-size: 1rem;
  width: 62%;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-width: 0.2rem;
  border-radius: 0.1rem;
}

body .swiper-button-wrapper .swiper-button-prev::after {
  left: 70%;
}

body .swiper-button-wrapper .swiper-button-next::after {
  left: 30%;
}

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

  .swiper-button-prev,
  .swiper-button-next {
    --swiper-nav-size: 2.5rem;
  }
}

/*** swiper-pagination ***/
body .swiper-pagination {
  margin: 3.0rem auto 1.0rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content !important;
  flex-wrap: wrap;
  column-gap: 1.0rem;
  row-gap: 1.0rem;
  position: relative;
  bottom: 0 !important;
  left: 0 !important;
}

body .swiper-pagination-bullet {
  width: 1.2rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 !important;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 100px;
  opacity: 1;
}

body .swiper-pagination-bullet-active {
  background: #e60012;
}

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

/**********************************

  parts

***********************************/
/**********************************
  table
***********************************/
.table01 {
  --table_color: #91c9e6;
  --border: 2px dotted var(--table_color);
  max-width: 760px;
  margin: 0 auto;
}

.table01 thead th {
  border: 2px solid var(--table_color);
  background: var(--table_color);
  padding: 1.2em 0.4em;
  font-size: 1.1em;
  line-height: 1.25;
}

.table01 tbody td {
  padding: 0.5em 0.4em;
  height: 3.8em;
  background: #fff;
  border: var(--border);
  color: #222;
  line-height: 1.5;
  font-weight: 700;
}

.table01 tbody tr:nth-of-type(2n) td:nth-of-type(2n+1),
.table01 tbody tr:nth-of-type(2n+1) td:nth-of-type(2n) {
  background: #f8f8f8;
}

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

@media screen and (max-width: 960px) {
  .table01 {
    max-width: 440px;
  }

  .table01 thead th {
    padding: 0.8em;
  }

  .table01 tbody td {
    align-content: center;
  }
}

/**********************************
  スライダー01
***********************************/
body .slider01_wrapper {
  position: relative;
}

body .slider01 {
  position: relative;
  overflow: hidden;
}

body .slider01__list {
  padding: 0;
  margin: 0;
}

body .slider01__list_item {
  list-style: none;
  width: 43.4%;
  opacity: 0.5;
}

body .slider01__list_item.swiper-slide-active {
  opacity: 1;
}

body .slider01__list_item img {
  width: 100%;
  cursor: default !important;
}

body .slider01 .swiper-button-wrapper {
  width: 54%;
}

@media screen and (max-width: 960px) {
  body .slider01_wrapper {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  body .slider01__list_item {
    width: 85.6%;
  }

  body .slider01 .swiper-button-wrapper {
    width: 96.2%;
  }
}


/**********************************
  サムネイル付きスライダー
***********************************/
body .thumbnail_slider_box {
  display: block;
  max-width: 800px;
  padding: 2.0rem;
  padding-bottom: 1.0rem;
  margin: 2.0rem auto 2.2rem;
}

body .thumbnail_slider_box+h2 {
  margin-top: 3.5em;
}

body .thumbnail_slider_box:first-child {
  margin-top: -2.5rem !important;
}

body .thumbnail_slider_box .thumbnail_slider_box__heading {
  padding: 0;
  padding-left: 0.80rem;
  margin: 0 0 0.62rem;
  border: 0;
  border-left: 0.5rem solid #e60012;
  background: transparent;
  color: #000 !important;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}

.thumbnail_slider_box .thumbnail_slider_box__heading::before {
  display: none;
}

.thumbnail_slider_box .thumbnail_slider_box__text {
  margin-bottom: 1rem;
  padding-left: 1.3rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.post_content .thumbnail_slider_wrapper {
  opacity: 0;
}

.post_content .thumbnail_slider_wrapper .swiper_slider {
  opacity: 1;
}

.post_content .thumbnail_slider_wrapper:has(.swiper-initialized) {
  opacity: 1;
}

.post_content .thumbnail_slider {
  position: relative;
  overflow: hidden;
  display: none;
}

.post_content .thumbnail_slider .thumbnail_slider_next_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.post_content .thumbnail_slider.swiper_slider {
  display: block;
}

.post_content .thumbnail_slider__list {
  padding: 0 !important;
  margin: 0 !important;
}

.post_content .thumbnail_slider__list_item {
  position: relative;
  list-style: none;
  width: 100%;
  height: auto;
  aspect-ratio: 730/400;
  background: #000;
  line-height: 1;
  overflow: hidden;
}

.post_content .thumbnail_slider__list_item img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 82%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.post_content .thumbnail_slider__thumb_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 1.0rem;
  padding: 0;
  width: fit-content;
  margin: 1.25rem auto 0;
}

.post_content .thumbnail_slider__thumb_list_item {
  list-style: none;
  width: 3.2rem;
  height: auto;
  margin: 0;
  aspect-ratio: 1/1;
  cursor: pointer;
  border-radius: 100rem;
  overflow: hidden;
}

.post_content .thumbnail_slider__thumb_list_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer !important;
}


@media screen and (max-width: 960px) {
  body .thumbnail_slider_box {
    margin-bottom: 1.5rem;
    padding: 1.4rem;
    padding-bottom: 1.0rem;
  }

  body .thumbnail_slider_box+h2 {
    margin-top: 1.5em;
  }

  body .thumbnail_slider_box .thumbnail_slider_box__heading {
    padding-left: 0.80rem;
    border-width: 0.4rem;
    font-size: 1.3rem;
  }

  .thumbnail_slider_box .thumbnail_slider_box__text {
    margin-bottom: 0.82rem;
    padding-left: 1.2rem;
    font-size: 1rem;
  }


  .post_content .thumbnail_slider__thumb_list {
    margin-top: 0.92rem;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
  }

  .post_content .thumbnail_slider__thumb_list_item {
    width: 2.4rem;
  }

  .post_content .thumbnail_slider__list_item {
    height: 50vw;
  }

  .post_content .thumbnail_slider__list_item img {
    max-width: 96.2%;
  }
}


/***************************
* author_block01
****************************/
.l-mainContent__inner>.post_content:has(.author_block01) {
	margin-top: 2.2rem;
}
.author_block01 + * {
	margin-top: 0!important;
}
.author_block01 {
	margin: 2.0rem auto 2.8rem!important;
}
.author_block01 > .wp-block-group__inner-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 1.5rem;
	padding: 0.9375rem;
	padding-bottom: 0.625rem;
	border: 1px solid #e2e2e2;
	width: 100%;
	max-width: 44rem;
	margin: 0 auto;
}

.author_block01 .wp-block-image {
	width: 5.0rem;
}

.author_block01__contents {
	flex: 1;
}
body .author_block01__tit:first-child {
	display: block;
	margin: 0.3em 0 0.69em!important;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.4;
}
.author_block01__text {
	margin: 0;
	font-size: 0.90rem;
	line-height: 1.6;
	letter-spacing: 0;
}
.author_block01__text a {
	display: block;
	width: fit-content;
	margin: 0 0.2em 0 auto;
	line-height: 1.5;
	white-space: nowrap;
}

@media screen and (max-width: 600px) {
	.author_block01 {
		margin: 1.5rem auto 2.0rem!important;
	}
	body .author_block01__tit:first-child {
		margin-bottom: 0.62em!important;
	}
}




/**********************************

  TOPページ

***********************************/
/***   top-company_logo_block   ***/
body .top-company_logo_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 730px;
  margin: 2rem auto 4.0rem;
}

body .top-company_logo_block .wp-block-image {
  width: 100% !important;
  border: 1px solid #eee;
}

@media screen and (max-width: 960px) {
  body .top-company_logo_block {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
    gap: 0.54rem!important;
  }
}

/***   top-colums_block01   ***/
.top-colums_block01 {}

.top-colums_block01 .swell-block-columns {
  margin-bottom: 0.5em;
}

.top-colums_block01 .swell-block-columns__inner {
  gap: 0 !important;
  margin: 0 !important;
  border: 2px solid #dedede;
  border-radius: 0.34rem;
}

.top-colums_block01 .swell-block-column {
  width: 50%;
  margin: 0;
  padding: 1rem 1rem;
}

.top-colums_block01 .swell-block-column:nth-of-type(2) {
  border-left: 2px dashed #dedede;
  padding: 1.25rem 1.4rem;
  font-size: 1.06em;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .top-colums_block01 .swell-block-column {
    width: 100%;
    padding: 1rem 1rem 0.8rem;
    text-align: center;
  }

  .top-colums_block01 .swell-block-column:nth-of-type(2) {
    padding: 0.8rem 0.4rem 1.1rem;
    border: 0;
    border-top: 2px dashed #dedede;
    margin: 0 1em;
  }
}

/**********************************

  contact

***********************************/
.contact_sec {
  padding: 2.2rem 2.8rem;
  background: #f9f6f1;
}

.contact_sec .wp-block-group__inner-container {
  max-width: 820px;
  margin: 0 auto;
}

.contact_sec h2 {
  background: transparent;
  border: 0;
  width: fit-content;
  padding: 1em 0.2em 0.2em;
  margin: 0 auto 1.4em;
  color: #340505 !important;
  border-bottom: 2px solid #be7c25;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.contact_sec h2::before {
  display: none !important;
}

.contact_sec .contact_sec__text {}

@media screen and (max-width: 960px) {
  .contact_sec {
    padding: 0.5rem 2.0rem;
    background: #f9f6f1;
  }

  .contact_sec h2 {
    padding-top: 1.2em;
    margin: 0 auto 1.1em;
    font-size: 1.8rem;
  }

  .contact_sec .contact_sec__text {
    font-size: 0.82rem;
  }
}


/**********************************
  contact_form
***********************************/
.contact_form {
  position: relative;
  width: 100%;
  padding: 1.0rem 1.1rem;
  margin: 2rem 0;
}

.contact_form__inner {
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.contact_form__inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 1.8rem;
}

.post_content .contact_form__inner dt {
  margin-top: 0.32em !important;
  width: 13rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 0.80em;
  row-gap: 0.4em;
  flex-wrap: wrap;
  line-height: 1.6;
}

.contact_form__inner.required dt::after {
  content: "必須";
  display: inline-block;
  width: fit-content;
  font-size: 0.92em;
  background: #F3A03A;
  color: #fff;
  border-radius: 0.2rem;
  margin-top: 0.1em;
  padding: 0.15em 0.5em;
  line-height: 1.1;
  white-space: nowrap;
}

.contact_form__inner dd {
  flex: 1;
}

.contact_form input:not([type="submit"]),
.contact_form select,
.contact_form textarea {
  width: 100%;
  height: 3.0em;
  padding: 0.4em 0.54em;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #c7d0d6;
  box-sizing: border-box;
  border-radius: 0.25rem;
}

.contact_form input {}

.contact_form select {
  min-width: fit-content;
  width: 16rem;
  max-width: 100%;
}

.contact_form textarea {
  height: 16em;
  padding: 0.4em 0.54em;
  line-height: 2.0;
}


@media screen and (max-width: 960px) {
  .contact_form {
    position: relative;
    padding: 0;
  }

  .contact_form__inner {
    margin-bottom: 1.4rem;
  }

  .contact_form__inner {
    flex-direction: column;
    row-gap: 0.44rem;
  }

  .post_content .contact_form__inner dt {
    margin-top: 0 !important;
    width: 100%;
    column-gap: 0.62em;
  }

  .contact_form__inner.required dt::after {}

  .contact_form input:not([type="submit"]),
  .contact_form select,
  .contact_form textarea {
    width: 100%;
    height: 3.2em;
  }

  .contact_form input {}

  .contact_form select {
    width: 14rem;
  }

  .contact_form textarea {
    height: 14em;
  }
}

.contact_form .wpcf7-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  max-width: 14em;
  height: 3.4em;
  margin: 2.0em auto 0.2em;
  padding: 0;
  padding-right: 0.5em;
  border: none;
  border-radius: 0.2rem;
  background: #F3A03A;
  background-image: url(./assets/img/design/arrow01.svg);
  background-repeat: no-repeat;
  background-position: 10.5em 1.3em;
  background-size: 0.70em;
  box-shadow: 0 0.4rem 0 #CD7F1D;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.25;
  text-decoration: none;
  font-weight: 700;
}

.contact_form .wpcf7-submit:hover {
  transform: translateY(0.2rem);
  box-shadow: 0 0.2rem 0 #CD7F1D;
  filter: brightness(1.1);
}

@media screen and (max-width: 960px) {
  .contact_form .wpcf7-submit {
    font-size: 1.1rem;
  }
}


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



/**********************************
  thanks
***********************************/
.post_content:has(.thanks_block) {
  margin: 0 !important;
}

body .thanks_block {
  min-height: 40vh;
}

body .thanks_heading {
  background: transparent;
  color: #e06f2b;
  padding: 0.8em 0.4em;
  margin-bottom: 0.1em;
  font-size: 2.6rem;
}

body .thanks_heading::before {
  display: none !important;
}

body .thanks_text {
  padding: 1em 1.0em 1.8em;
  border: 0.1rem dotted #000;
  margin: 0 auto;
  width: 100%;
  max-width: 44rem;
  border-left: 0rem;
  border-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.0;
}


@media only screen and (max-width: 768px) {
  body .thanks_heading {
    padding-top: 1.2em;
    font-size: 1.8rem;
  }

  body .thanks_block {
    min-height: 1px;
  }

  body .thanks_text {
    padding: 1em 2.2em 1.6em;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}