@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
body {
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  box-sizing: border-box;
  color: #212121;
  position: relative;
  letter-spacing: 0.03em;
  font-size: clamp(12px, 1.2vw, 18px);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

main {
  min-width: 320px;
  position: relative;
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content_block {
  width: 100%;
  padding: 3em 0 4em;
}
@media screen and (min-width: 969px) {
  .content_block {
    padding: 5em 0;
  }
}

.content_inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: min(86%, 1200px);
}

.col2_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 1em;
  margin: 0 auto;
  flex-direction: row;
  width: min(86%, 1200px);
}
@media screen and (max-width: 767px) {
  .col2_wrap {
    flex-direction: column;
  }
}
.col2_wrap .col2_item {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2_item {
    width: 100%;
  }
}
.col2_wrap .col2_item.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2_item.content {
    row-gap: 5px;
  }
}
.col2_wrap .col2_item.img {
  width: 52%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2_item.img {
    order: -1;
    width: 100%;
    flex: none;
  }
}
.col2_wrap .col2_item.img img {
  border-radius: 0.5em;
}

*, ::after, ::before {
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body.is-open {
  overflow: hidden;
}

header {
  position: fixed;
  transition: all 0.3s;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  height: 50px;
}
@media screen and (min-width: 969px) {
  header {
    height: 76px;
  }
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 0 0 3vw;
  border-radius: 10px;
}
@media screen and (min-width: 969px) {
  header .header_pc {
    padding: 0 0 0 3vw;
  }
}
header .header_pc .logo span {
  color: #fff;
}
header .header_pc .header_item {
  display: none;
  align-items: center;
  justify-content: end;
  flex: 1;
  height: 100%;
  column-gap: 0;
}
@media screen and (min-width: 969px) {
  header .header_pc .header_item {
    display: flex;
  }
}
header .header_pc .header_item .nav {
  align-self: center;
  flex: 1;
}
header .header_pc .header_item .nav ul {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0 2vw 0 0;
  list-style: none;
  flex: 1;
  justify-content: end;
}
header .header_pc .header_item .nav ul > li {
  margin-right: 0;
  align-items: center;
  display: flex;
  column-gap: 1vw;
}
header .header_pc .header_item .nav ul > li:not(:last-of-type) {
  padding-right: min(3vw, 25px);
}
header .header_pc .header_item .nav ul > li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
}
header .header_pc .header_item .nav ul > li a {
  display: flex;
  color: #fff;
  transition: all 0.5s;
  justify-content: center;
  font-weight: 500;
  align-items: center;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1em;
}
header .header_pc .header_item .head_cta {
  height: 100%;
}
header .header_pc .header_item .head_cta a {
  display: flex;
  height: 100%;
  flex-direction: row;
  background: #1E15C5;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0.5em 2.4em;
  font-size: clamp(12px, 1.6vw, 18px);
  position: relative;
  font-weight: 600;
}
header .header_pc .header_item .head_cta a span {
  color: #fff;
  flex: 1;
  text-align: center;
}
header .header_pc .header_item .head_cta a:hover span {
  color: #fff;
}
header .header_pc .header_item .head_cta a {
  /*&::before{
  	content: "";
  	width: 1em;
  	background: url(./assets/images/common/ico_mail_w.svg);
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
  	aspect-ratio: 22 / 17;
  	position: absolute;
  	left: 8%;
  	top: 50%;
  	transform: translateY(-50%);
  }*/
}
header.transform {
  background-color: rgba(255, 255, 255, 0.8);
}
header.transform .logo span {
  color: #212121;
}
header.transform .header_item .nav ul > li:not(:last-of-type)::after {
  background-color: #212121;
}
header.transform .header_item .nav ul > li a {
  color: #212121;
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
@media screen and (min-width: 969px) {
  #drawer {
    display: none;
  }
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer {
  /* :::::: toggle button :::::: */
}
#drawer #navTgl {
  display: none;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer label[for=navTgl] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer label[for=navTgl].open {
  background-color: #1E15C5;
  z-index: 12;
  position: inherit;
  width: 50px;
  height: 50px;
  transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer label[for=navTgl].open::before, #drawer label[for=navTgl].open::after {
  content: "";
}
#drawer label[for=navTgl].open::before, #drawer label[for=navTgl].open::after, #drawer label[for=navTgl].open span {
  content: "";
  position: absolute;
  top: 47%;
  right: 25%;
  width: 46%;
  border-bottom: 3px solid #fff;
  border-radius: 2px;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer label[for=navTgl].open::before {
  transform: translateY(-8px);
}
#drawer label[for=navTgl].open::after {
  transform: translateY(8px);
}
#drawer label[for=navTgl].close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
#drawer {
  /* :::::: drawer menu :::::: */
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow-y: scroll;
}
#drawer .menu .menu_btn {
  margin-bottom: 10px;
}
#drawer .menu .menu_btn span {
  font-weight: 500;
  font-size: 14px;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0 0 30px;
  padding: 0;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 2em;
  margin: 120px 0 30px;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_menu .header_nav_block ul li {
  width: 100%;
  margin-bottom: 20px;
}
.sp_menu .header_nav_block ul li a {
  transition: all 0.5s;
  display: block;
  text-align: center;
}
.sp_menu .header_nav_block ul li a span {
  font-weight: 500;
  font-size: clamp(13px, 1vw, 14px);
}
.sp_menu .head_cta {
  width: 80%;
  margin: 0 auto;
}
.sp_menu .head_cta a {
  display: flex;
  flex-direction: row;
  background: #1E15C5;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0.8em 2.4em;
  font-size: 15px;
}
.sp_menu .head_cta a span {
  color: #fff;
  flex: 1;
  text-align: center;
}
.sp_menu .head_cta a:hover span {
  color: #fff;
}

footer .footer_inner {
  color: #1A3F5D;
  padding: 2em 6% 80px;
  display: flex;
  column-gap: 80px;
  flex-direction: column;
  column-gap: 0;
}
@media screen and (min-width: 969px) {
  footer .footer_inner {
    padding: 2em 3%;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
}
footer .footer_inner .logo_wrap {
  margin: 0 0 30px;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap {
    margin: 0;
  }
}
footer .footer_inner .logo_wrap .logo {
  margin: 0 auto 1em;
  justify-content: center;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .logo {
    margin: 0 0 1.5em;
    justify-content: start;
  }
}
footer .footer_inner .logo_wrap .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 0.5em;
  row-gap: 0.5em;
  color: #1A3F5D;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .tel {
    align-items: start;
  }
}
footer .footer_inner .logo_wrap .tel a {
  font-weight: 600;
  font-size: clamp(24px, 2vw, 42px);
  display: inline-flex;
  align-items: start;
  color: #1A3F5D;
  column-gap: 8px;
  align-items: center;
}
footer .footer_inner .logo_wrap .tel a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_b.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  aspect-ratio: 25/28;
  width: clamp(24px, 2vw, 42px);
  display: block;
}
footer .footer_inner .logo_wrap .tel span {
  line-height: 1em;
  font-size: 1em;
}
footer .footer_inner .logo_wrap p {
  font-size: clamp(12px, 2vw, 16px);
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap p {
    text-align: start;
  }
}
footer .footer_inner .logo_wrap .copy {
  font-size: 0.8em;
  padding: 2em 0 0;
  color: #1A3F5D;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .copy {
    display: none;
  }
}
footer .footer_inner .logo_wrap .cta {
  margin-top: 1em;
  display: none;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .cta {
    display: block;
  }
}
footer .footer_inner .logo_wrap .cta a {
  display: flex;
  flex-direction: row;
  background: #152F74;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0.5em 3.4em;
  font-size: clamp(12px, 1.6vw, 18px);
  position: relative;
  font-weight: 600;
  width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .cta a {
    margin: 0;
  }
}
footer .footer_inner .logo_wrap .cta a span {
  color: #fff;
  flex: 1;
  text-align: center;
}
footer .footer_inner .logo_wrap .cta a:hover span {
  color: #fff;
}
footer .footer_inner .logo_wrap .cta a::after {
  content: "";
  width: clamp(14px, 2vw, 24px);
  background: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
  aspect-ratio: 1/1;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 969px) {
  footer .foot_nav {
    display: flex;
  }
}
footer .foot_nav {
  flex-direction: column;
  flex: 1;
  align-items: end;
  justify-content: space-between;
}
footer .foot_nav .nav {
  column-gap: 40px;
  align-items: start;
}
footer .foot_nav .nav ul {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul {
    align-items: stretch;
    margin: 0;
    justify-content: end;
    flex-wrap: wrap;
    width: auto;
    flex-direction: row;
  }
}
footer .foot_nav .nav ul li {
  display: block;
  margin-bottom: 5px;
  line-height: 2.2em;
  font-size: 15px;
  background: #ECF0F7;
  text-align: center;
}
footer .foot_nav .nav ul li.contact {
  display: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li.contact {
    display: block;
  }
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li {
    display: flex;
    background-color: initial;
    margin-bottom: 0;
    text-align: left;
    line-height: 1em;
    margin-bottom: 1.4em;
    /*&:not(:last-of-type) {
    	&::after{
    		content: "";
    		width: 1px;
    		height: 100%;
    		background-color: $txt-color;
    	}
    }*/
  }
}
footer .foot_nav .nav ul li a {
  display: flex;
  transition: all 0.5s;
  font-size: clamp(12px, 1.2vw, 15px);
  display: block;
  color: #212121;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a {
    text-align: left;
    padding-right: min(5vw, 20px);
  }
}
footer .foot_nav > .copy {
  display: none;
  font-size: 0.9em;
  text-align: end;
  color: #053064;
}
@media screen and (min-width: 969px) {
  footer .foot_nav > .copy {
    display: block;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 969px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.pagetop_block .contact_sp a {
  background: #1E15C5;
  padding: 1em;
  height: 60px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block .contact_sp a span {
  letter-spacing: 0.09em;
  font-size: 20px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  flex: 1;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
}
.pagetop_block .contact_sp a {
  /*&::before{
  	content: "";
  	width: 25px;
  	aspect-ratio: 1 / 0.959;
  	background-image: url("./assets/images/common/ico_mail_w.svg");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 100% auto;
  }*/
}
.pagetop_block #pagetop {
  width: 68px;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  opacity: 1;
  color: #1A3F5D;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a {
    border-radius: 50%;
    width: 58px;
    aspect-ratio: 1/1;
    background: #053064;
  }
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 1;
  content: "\e800";
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a::before {
    transform: translateY(-20%);
    color: #fff;
  }
}
.pagetop_block #pagetop a span {
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a span {
    transform: translateY(-20%);
    color: #fff;
  }
}

.logo {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
.logo img {
  width: clamp(35px, 6vw, 108px);
}
.logo span {
  font-weight: 600;
  font-size: clamp(11px, 3vw, 19px);
  line-height: 1em;
}
.logo span span {
  font-size: 0.7em;
  margin-right: 0.25em;
}

.breadcrumb_block {
  width: min(90%, 1200px);
  margin: 30px auto 70px;
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_block ul li, .breadcrumb_block ul a {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li, .breadcrumb_block ul a {
    font-size: 11px;
  }
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumb_block ul li::before {
  color: #152F74;
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.contact_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 969px) {
  .contact_list_wrap {
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
  }
}

.detail_btn_wrap {
  display: flex;
  margin-top: 2em;
  justify-content: center;
}
.detail_btn_wrap.center {
  justify-content: center;
}
@media screen and (min-width: 969px) {
  .detail_btn_wrap {
    justify-content: start;
  }
}

.detail_btn {
  margin: 0;
  transition: 0.5s;
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #152F74;
  padding: 0.5em 4em 0.5em 3em;
  column-gap: 1em;
  width: 100%;
}
@media screen and (min-width: 969px) {
  .detail_btn {
    width: auto;
  }
}
.detail_btn span {
  color: #fff;
  font-weight: 600;
  flex: 1;
  text-align: center;
  font-size: clamp(14px, 2vw, 18px);
}
.detail_btn::after {
  content: "";
  width: clamp(14px, 2vw, 24px);
  background: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
  aspect-ratio: 1/1;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}

.archive_btn_wrap {
  display: flex;
  margin-top: 2em;
}
.archive_btn_wrap.center {
  justify-content: center;
}

.archive_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  position: relative;
  color: #212121;
}
.archive_btn span {
  letter-spacing: 0.06em;
}
.archive_btn::after {
  content: "";
  width: clamp(14px, 2vw, 24px);
  background: url(./assets/images/common/ico_arrow_b.svg);
  background-repeat: no-repeat;
  background-size: 73% auto;
  background-position: center;
  aspect-ratio: 1/1;
}

.contact_btn_list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  max-width: 760px;
  align-items: center;
  margin: 0 auto 1.6em;
}
@media screen and (min-width: 969px) {
  .contact_btn_list {
    flex-direction: row;
    column-gap: 18px;
    justify-content: center;
  }
}
.contact_btn_list.center {
  justify-content: center;
}
.contact_btn_list .archive_btn {
  flex: 1;
}

.form_item input {
  width: auto;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

a[href*="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 969px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}
.pagination .pagination__body {
  display: flex;
  justify-content: center;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body {
    padding: 0 1em;
  }
}
.pagination .pagination__body li {
  list-style: none;
  background: #28874E;
  width: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body li {
    width: 30px;
    margin-right: 1em;
  }
}
.pagination .pagination__body li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
.pagination .pagination__body li:last-child {
  margin-right: 0;
}
.pagination .pagination__body li.current {
  background-color: #399f11;
  color: #fff;
}
.pagination .pagination__prev, .pagination .pagination__next {
  line-height: 40px;
}

.current::before {
  color: #212121 !important;
  font-size: 16px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadein {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  backface-visibility: hidden;
}
.fadein.active {
  animation: fadeIn 0.5s ease-out both;
  animation-delay: 0.5s;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.section_title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  row-gap: 0.3em;
  margin-bottom: 2em;
}
.section_title .sub {
  font-size: clamp(13px, 2vw, 29px);
  text-transform: capitalize;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  color: #152F74;
}
.section_title .main {
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 24px);
  font-family: "Noto Serif JP", serif;
  color: #152F74;
  line-height: 1.6em;
}
.section_title.center {
  align-items: center;
}

.section_title_border_g {
  margin-bottom: 0.7em;
  display: flex;
  color: #212121;
  align-items: center;
  font-size: clamp(16px, 2.5vw, 26px);
  font-weight: 600;
  padding-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #212121;
}
.section_title_border_g.center {
  justify-content: center;
}
.section_title_border_g.point::before {
  content: "";
  width: 0.9em;
  background-color: #19A752;
  margin-right: 0.4em;
  display: inline-block;
  aspect-ratio: 1/1;
}

.sub_title_fill_g {
  background-color: #195297;
  font-weight: 500;
  font-size: clamp(13px, 1.6vw, 20px);
  letter-spacing: 0.1em;
  margin: 0 0 1em;
  color: #fff;
  padding: 0.4em;
  text-align: left;
  line-height: 1.6em;
  font-family: "Noto Serif JP", serif;
}
.sub_title_fill_g.center {
  justify-content: center;
  text-align: center;
}

p {
  font-size: clamp(13px, 1.2vw, 16px);
  text-justify: inter-ideograph;
  line-height: 1.8em;
  margin: 0;
}

ol, ul {
  text-align: left;
}

ul {
  padding-left: 1em;
  list-style-position: inside;
}
ul li::marker {
  font-size: 0.8em;
}
ul li span {
  vertical-align: top;
}

a {
  color: #212121;
}
a:hover {
  color: rgb(7.5, 7.5, 7.5);
}

.txt_center {
  text-align: left;
}
@media screen and (min-width: 969px) {
  .txt_center {
    text-align: center;
  }
}

.note {
  display: flex;
  font-size: 0.8em;
  line-height: 1.7em;
}
.note::before {
  content: "※";
  line-height: 1.7em;
  padding-right: 0.2em;
}
.note span {
  flex: 1;
  line-height: 1.7em;
}
.note.center {
  justify-content: center;
}
.note.center span {
  flex: initial;
}

.site_link {
  color: #212121;
  text-decoration: underline;
}
.site_link:hover {
  color: rgb(7.5, 7.5, 7.5);
}

.loc_link a {
  display: inline-block;
  color: #212121;
}
.loc_link a::after {
  content: "";
  width: 1.2em;
  background-image: url(./assets/images/common/ico_loc_b.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  margin-left: 0.5em;
  display: inline-block;
  padding-right: 1.2em;
  line-height: 1em;
  font-size: 0.8em;
  aspect-ratio: 14/19;
}

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

@media screen and (min-width: 768px) and (max-width: 968px) {
  .md_none {
    display: none;
  }
}

@media screen and (min-width: 969px) {
  .lg_none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .xl_none {
    display: none;
  }
}

.loading {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .loading div {
    width: 180px;
  }
}

@keyframes fv-bg {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#toppage {
  padding-top: 0;
}

.main_visual {
  position: relative;
  opacity: 0;
  background-image: url(./assets/images/top/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: fv-bg 1s ease-out forwards;
}
.main_visual .main_visual_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  aspect-ratio: 820/846;
}
@media screen and (min-width: 969px) {
  .main_visual .main_visual_inner {
    aspect-ratio: auto;
    min-height: 620px;
  }
}
.main_visual .hero_copy {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0.5em;
  bottom: 2em;
  position: absolute;
  right: 2em;
}
@media screen and (max-width: 767px) {
  .main_visual .hero_copy {
    bottom: 1em;
    left: 4vw;
    gap: 0.3em;
  }
}
.main_visual .hero_copy span {
  background-color: rgba(255, 255, 255, 0.9);
  color: #212121;
  padding: 0.3em 0 0.3em 0.5em;
  font-size: clamp(14px, 3.5vw, 35px);
  font-family: "Noto Serif JP", serif;
}

.news_block {
  background: #EFF6FF;
  position: relative;
}
.news_block .news_block_inner {
  padding: 2em 6%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  row-gap: 2em;
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner {
    padding: 2em 3%;
  }
}
.news_block .news_block_inner .news_block_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.news_block .news_block_inner .news_block_head .archive_btn_wrap {
  margin: 0;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  display: flex;
}
.news_block .news_block_inner .news_block_head .archive_btn_wrap .archive_btn span {
  font-size: clamp(12px, 1.1vw, 15px);
}
.news_block .news_block_inner .news_block_head .archive_btn_wrap .archive_btn::after {
  width: clamp(12px, 1.1vw, 15px);
}
.news_block .news_block_inner .news_block_head .section_title {
  margin-bottom: 0;
}
.news_block .news_block_inner .article_list_wrap {
  flex-direction: column;
  justify-content: start;
  row-gap: 1em;
}
.news_block .news_block_inner .article_list_wrap .post_thumb {
  border-radius: 0 3em 0 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1em;
}
.news_block .news_block_inner .article_list_wrap .posts_item_inner {
  border-bottom: none;
  padding-bottom: 0;
  flex-direction: column;
}
.news_block .news_block_inner .article_list_wrap .post_content {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: start;
  column-gap: min(3%, 30px);
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 600;
  column-gap: 2em;
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #DCDCDC;
  width: 100%;
  flex-direction: row;
  row-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .article_list_wrap .post_content {
    flex-direction: column;
  }
}
.news_block .news_block_inner .article_list_wrap .post_content:not(:last-of-type) {
  margin-bottom: 1em;
}
.news_block .news_block_inner .article_list_wrap .post_content .date {
  grid-area: date;
  width: max-content;
  color: #152F74;
}
.news_block .news_block_inner .article_list_wrap .post_content .cat_wrap {
  grid-area: cat;
  width: max-content;
}
.news_block .news_block_inner .article_list_wrap .post_content .cat {
  font-size: clamp(11px, 1.2vw, 14px);
  color: #fff;
  font-weight: 500;
  padding: 0.1em 0.9em;
  border-radius: 999px;
}
.news_block .news_block_inner .article_list_wrap .post_content .cat:not(:last-of-type) {
  margin-right: 5px;
}
.news_block .news_block_inner .article_list_wrap .post_content .cat.cat01 {
  background-color: #107b36;
}
.news_block .news_block_inner .article_list_wrap .post_content .cat.cat02 {
  background-color: #17b79a;
}
.news_block .news_block_inner .article_list_wrap .post_content .cat.cat03 {
  background-color: #399f11;
}
.news_block .news_block_inner .article_list_wrap .post_content dt {
  font-size: clamp(12px, 1.5vw, 15px);
}
.news_block .news_block_inner .article_list_wrap .post_content .ttl {
  grid-area: ttl;
  line-height: 1.6em;
  flex: 1;
  font-size: clamp(13px, 1.5vw, 15px);
}
.news_block .news_block_inner .article_list_wrap .post_content:hover .post_thumb {
  overflow: hidden;
}
.news_block .news_block_inner .article_list_wrap .post_content:hover .post_thumb img {
  transform: scale(1.02);
  transition: all 0.8s;
}

#about {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 3em;
}
#about .section_title {
  margin-bottom: 1em;
}
#about .col2_wrap .col2_item.img {
  position: relative;
  aspect-ratio: 614/564;
}
@media screen and (max-width: 767px) {
  #about .col2_wrap .col2_item.img {
    order: -1;
  }
}
#about .col2_wrap .col2_item.img img {
  position: absolute;
}
#about .col2_wrap .col2_item.img img:first-of-type {
  width: 77%;
  top: 0;
  right: 0;
}
#about .col2_wrap .col2_item.img img:last-of-type {
  width: 55%;
  bottom: 0;
  left: 0;
}
#about .col2_wrap .col2_item h3 {
  color: #326544;
  margin-bottom: 1em;
  font-size: clamp(13px, 1.1vw, 20px);
}

#top_reason {
  padding: 0 0 3em;
}
#top_reason .content_inner {
  background-color: #152F74;
  color: #fff;
  border-radius: 1em;
  padding: 1.4em 5vw;
}
@media screen and (min-width: 969px) {
  #top_reason .content_inner {
    padding: 2em;
    text-align: center;
  }
}
#top_reason .content_inner .section_title {
  align-items: center;
  margin-bottom: 0.8em;
}
#top_reason .content_inner .section_title .main {
  color: #fff;
}

#top_farmer_recruit {
  padding: 0 0 3em;
}
#top_farmer_recruit .content_inner {
  background-color: #5FA857;
  color: #fff;
  border-radius: 1em;
  column-gap: 2em;
  padding: 2.4em 5vw 1.9em;
}
@media screen and (min-width: 969px) {
  #top_farmer_recruit .content_inner {
    padding: 2em;
  }
}
#top_farmer_recruit .content_inner .section_title_border_g {
  display: inline-flex;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #fff;
}
#top_farmer_recruit .content_inner .section_title_border_g span {
  color: #fff;
}

#top_service {
  padding: 0 0 5em;
}
#top_service .content_inner {
  background-color: #CAD8E9;
  color: #fff;
  border-radius: 1em;
  column-gap: 3em;
  padding: 2.4em 5vw 1.9em;
}
@media screen and (min-width: 969px) {
  #top_service .content_inner {
    padding: 3em 2em 2em;
  }
}
#top_service .col2_wrap {
  border-radius: 1em;
  background-color: #fff;
  padding: 2em;
  column-gap: 2em;
  width: 100%;
  padding: 1.4em 5vw;
}
@media screen and (min-width: 969px) {
  #top_service .col2_wrap {
    padding: 2em;
  }
}
#top_service .col2_wrap:first-of-type {
  margin-bottom: 2em;
}
@media screen and (min-width: 969px) {
  #top_service .col2_wrap .col2_item.img {
    width: 52%;
  }
}
#top_service .section_title {
  margin-bottom: 1em;
}
#top_service .section_title .sub {
  font-size: clamp(19px, 2vw, 29px);
}
#top_service p {
  color: #212121;
  line-height: 1.6em;
  font-weight: 400;
}

.top_cta {
  padding: 3em 0;
  position: relative;
  background: #195297;
}
@media screen and (min-width: 969px) {
  .top_cta {
    padding: 5em 0;
  }
}
.top_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./assets/images/top/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.top_cta .content_inner {
  padding: 0;
}
.top_cta .section_title {
  margin-bottom: 1em;
  align-items: center;
}
.top_cta .section_title .sub {
  color: #fff;
  font-size: clamp(17px, 2vw, 29px);
}
.top_cta .section_title .main {
  color: #fff;
}
.top_cta p {
  color: #fff;
  font-size: clamp(12px, 3vw, 14px);
  text-align: center;
}
.top_cta .contact_list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
  margin: 2em 0 0;
  flex-direction: column;
  row-gap: 1em;
}
@media screen and (min-width: 969px) {
  .top_cta .contact_list {
    flex-direction: row;
  }
}
.top_cta .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 0.5em 0;
  row-gap: 0.5em;
}
.top_cta .tel a {
  font-weight: 600;
  font-size: clamp(24px, 5vw, 40px);
  display: inline-flex;
  align-items: start;
  color: #fff;
  column-gap: 8px;
  line-height: 1em;
}
.top_cta .tel a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_w.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  aspect-ratio: 25/28;
  width: clamp(24px, 5vw, 40px);
  display: block;
}
.top_cta .tel span {
  line-height: 1em;
  font-size: 1em;
}
.top_cta .detail_btn {
  background-color: #fff;
}
.top_cta .detail_btn span {
  color: #053064;
}
.top_cta .detail_btn::after {
  background-image: url(./assets/images/common/ico_arrow_b.svg);
}

#overview {
  padding: 3em 0;
  background-color: #ECF0F7;
}
@media screen and (min-width: 969px) {
  #overview {
    padding: 6em 0;
  }
}
#overview .content_inner {
  width: min(86%, 900px);
}
#overview .overview_block {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
#overview .section_title {
  margin-bottom: 1em;
  align-items: center;
}
#overview .section_title .sub {
  font-size: clamp(17px, 2vw, 29px);
}
#overview .info_table .company-table > dl:not(.access_list) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  text-align: left;
  font-size: clamp(13px, 1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  #overview .info_table .company-table > dl:not(.access_list) {
    flex-direction: column;
  }
}
#overview .info_table .company-table > dl:not(.access_list) > dt {
  margin: 0;
  font-weight: 600;
  width: 12em;
  padding: 0 0.5em;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  color: #152F74;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  #overview .info_table .company-table > dl:not(.access_list) > dt {
    background-color: #152F74;
    margin-bottom: 0.5em;
    padding: 0.2em 0.4em;
    border-bottom: 0;
    width: 100%;
    text-align-last: left;
    color: #fff;
  }
}
#overview .info_table .company-table > dl:not(.access_list) > dd {
  margin: 0;
  border-bottom: 1px solid #C8C8C8;
  padding: 0 0.5em;
  padding-bottom: 1em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #overview .info_table .company-table > dl:not(.access_list) > dd {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#overview .info_table .company-table > dl:not(.access_list) > dd ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
#overview .info_table .company-table > dl:not(.access_list) > dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#overview .info_table .company-table > dl:not(.access_list) > dd ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
#overview .info_table iframe {
  margin-top: 1em;
  border-radius: 1em;
  overflow: hidden;
}

@keyframes subMV {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.subpage {
  min-width: 320px;
  overflow: hidden;
  background-color: #FBFBFB;
}
.subpage .sub_main_visual {
  height: 290px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./assets/images/common/sample_mv.jpg);
}
@media screen and (min-width: 969px) {
  .subpage .sub_main_visual {
    height: 390px;
  }
}
.subpage .content_block {
  margin: 0 auto;
  padding: 1em 0 4em;
}
@media screen and (min-width: 969px) {
  .subpage .content_block {
    padding: 6em 0 9em;
  }
}
.subpage .content_block .content_inner {
  width: min(86%, 1200px);
  margin: 0 auto;
  position: relative;
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}
.subpage .page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  row-gap: 0.3em;
  margin-bottom: 2em;
}
.subpage .page_title .sub {
  font-size: clamp(13px, 2vw, 29px);
  text-transform: capitalize;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  color: #152F74;
}
.subpage .page_title .main {
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 42px);
  font-family: "Noto Serif JP", serif;
  color: #152F74;
  line-height: 1.6em;
}

.infopage {
  padding-top: 0;
}
.infopage .blog_content_block {
  padding: 0px 0 70px;
}
@media screen and (min-width: 969px) {
  .infopage .blog_content_block {
    padding: 2em 0 9em;
  }
}

.info_title_wrap {
  background-color: #152F74;
  padding: 8em 0 3em;
}
@media screen and (min-width: 969px) {
  .info_title_wrap {
    padding: 10em 0 3em;
  }
}
.info_title_wrap .info_title_inner {
  margin: 0 auto;
  width: min(90%, 1200px);
}
.info_title_wrap .info_title_inner .posts_date {
  color: #fff;
}
.info_title_wrap .info_title_inner .info_title {
  color: #fff;
  margin: 0;
  font-size: clamp(12px, 3vw, 19px);
  line-height: 1.6em;
}

.page404 .sub_title_fill_g, #page_privacy .sub_title_fill_g {
  margin: 0 auto 1em;
}

#page_service .sub_main_visual {
  background-image: url(./assets/images/sub/service_mv.jpg);
}
#page_service .content_block {
  margin: 0 auto;
  padding: 1em 0 4em;
}
@media screen and (min-width: 969px) {
  #page_service .content_block {
    padding: 1em 0 9em;
  }
}
#page_service .content_block .content_inner {
  width: min(86%, 1200px);
  margin: 0 auto;
  position: relative;
}
#page_service #service_item_list {
  padding: 0 0 5em;
}
#page_service #service_item_list .col2_wrap {
  border-radius: 1em;
  background-color: #e3ebf7;
  padding: 2em;
  column-gap: 2em;
  padding: 1.4em 5vw;
}
@media screen and (min-width: 969px) {
  #page_service #service_item_list .col2_wrap {
    padding: 2em;
  }
}
#page_service #service_item_list .col2_wrap:first-of-type {
  margin-bottom: 2em;
}
@media screen and (min-width: 969px) {
  #page_service #service_item_list .col2_wrap .col2_item.img {
    width: 52%;
  }
}
#page_service #service_item_list .section_title {
  margin-bottom: 1em;
}
#page_service #service_item_list .section_title .sub {
  font-size: clamp(19px, 2vw, 29px);
}
#page_service #service_item_list p {
  color: #212121;
  line-height: 1.6em;
  font-weight: 400;
}
#page_service #service_reason {
  padding: 1em 0 6em;
}
#page_service #service_reason .content_inner {
  text-align: center;
}
#page_service #service_reason .content_inner .sub_title_fill_g {
  text-align: center;
  display: inline-block;
  margin: 0 auto 2em;
  padding: 0.4em 0.6em;
}
#page_service #service_farmer_recruit {
  padding: 0 0 5em;
}
#page_service #service_farmer_recruit .content_inner {
  background-color: #5FA857;
  color: #fff;
  border-radius: 1em;
  column-gap: 2em;
  padding: 2.4em 5vw 1.9em;
}
@media screen and (min-width: 969px) {
  #page_service #service_farmer_recruit .content_inner {
    padding: 2em;
  }
}
#page_service #service_farmer_recruit .content_inner .section_title_border_g {
  display: inline-flex;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #fff;
}
#page_service #service_farmer_recruit .content_inner .section_title_border_g span {
  color: #fff;
}
#page_service .sub_cta {
  padding: 3em 0;
  position: relative;
  background: #195297;
}
@media screen and (min-width: 969px) {
  #page_service .sub_cta {
    padding: 5em 0;
  }
}
#page_service .sub_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./assets/images/top/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
#page_service .sub_cta .content_inner {
  padding: 0;
}
#page_service .sub_cta .section_title {
  margin-bottom: 1em;
  align-items: center;
}
#page_service .sub_cta .section_title .sub {
  color: #fff;
  font-size: clamp(17px, 2vw, 29px);
}
#page_service .sub_cta .section_title .main {
  color: #fff;
}
#page_service .sub_cta p {
  color: #fff;
  font-size: clamp(12px, 3vw, 14px);
  text-align: center;
}
#page_service .sub_cta .contact_list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  #page_service .sub_cta .contact_list {
    flex-direction: column;
    row-gap: 1em;
  }
}
#page_service .sub_cta .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 0.5em 0;
  row-gap: 0.5em;
}
#page_service .sub_cta .tel a {
  font-weight: 600;
  font-size: clamp(24px, 5vw, 40px);
  display: inline-flex;
  align-items: start;
  color: #fff;
  column-gap: 8px;
  line-height: 1em;
}
#page_service .sub_cta .tel a::before {
  content: "";
  background-image: url(./assets/images/common/ico_tel_w.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  aspect-ratio: 25/28;
  width: clamp(24px, 5vw, 40px);
  display: block;
}
#page_service .sub_cta .tel span {
  line-height: 1em;
  font-size: 1em;
}
#page_service .sub_cta .detail_btn {
  background-color: #fff;
}
#page_service .sub_cta .detail_btn span {
  color: #053064;
}
#page_service .sub_cta .detail_btn::after {
  background-image: url(./assets/images/common/ico_arrow_b.svg);
}

#page_contact .w90, #page_confirm .w90 {
  width: min(90%, 940px);
  margin: 0 auto;
  font-size: 14px;
}
#page_contact fieldset, #page_confirm fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#page_contact .form_wrap, #page_confirm .form_wrap {
  margin: 70px auto 0;
  background: #fff;
  padding: 3em 2em;
  border-radius: 0.5em;
}
#page_contact .contact_note_wrap, #page_confirm .contact_note_wrap {
  width: min(90%, 940px);
  margin: 2em auto;
}
#page_contact .privacy-consent, #page_confirm .privacy-consent {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_contact .privacy-consent .text_link, #page_confirm .privacy-consent .text_link {
  color: #212121;
  text-decoration: underline;
}
#page_contact .txt_center, #page_confirm .txt_center {
  text-align: center;
}

.label_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  flex: 1;
  max-width: 100%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
@media screen and (min-width: 969px) {
  .label_wrap {
    max-width: calc(100% - 14em);
  }
}
.label_wrap .wpcf7-form-control-wrap {
  margin-right: 5px;
  width: 100%;
  display: inline-block;
}
.label_wrap .wpcf7-form-control-wrap:not(:first-of-type) {
  margin-left: 10px;
}
.label_wrap .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: min(4vw, 20px);
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .label_wrap .wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 16px;
  }
}
.label_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
  justify-content: start;
  margin-bottom: 5px;
}

.wpcf7 {
  margin: 0 auto;
  width: min(96%, 900px);
}
.wpcf7 .wpcf7-response-output {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #FF9575;
  font-size: 13px;
}
.wpcf7 .form_row {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_row {
    margin-bottom: 40px;
    flex-direction: row;
  }
}
.wpcf7 .form_row .form_item.textarea {
  width: 14em;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_row .form_item.textarea label {
    margin: 0;
  }
}
.wpcf7 .form_row:last-child {
  margin-bottom: 0;
}
.wpcf7 .preview_none p:not(.note) {
  text-align: center;
}
.wpcf7 .btn_submit_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2em;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .wpcf7 .btn_submit_wrap {
    flex-direction: column;
  }
}
.wpcf7 .btn_submit_wrap .btn_submit {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-size: 1.125em;
  width: 100%;
  font-weight: 700;
  background-color: #2366BF;
  width: 374px;
  margin: 0 auto;
  transition: all 0.3s;
  padding: 0 0.5em 0 calc(clamp(15px, 2.2vw, 21px) + 0.5em);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .btn_submit_wrap .btn_submit {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.wpcf7 .btn_submit_wrap .btn_submit input {
  padding: 14px 0;
  width: 100%;
  background: inherit;
  border: none;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.07em;
  border-radius: 999px;
}
.wpcf7 .btn_submit_wrap .btn_submit:hover span::after {
  right: 10px;
}
.wpcf7 .btn_submit_wrap .btn_submit .wpcf7-spinner {
  display: none;
}
.wpcf7 .btn_submit_wrap .btn_submit::after {
  content: "";
  width: clamp(14px, 2vw, 18px);
  background: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 73% auto;
  background-position: center;
  aspect-ratio: 1/1;
}
.wpcf7 .btn_submit_wrap .btn_submit.back p::after {
  content: none;
}
.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  position: static;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 500;
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
    font-size: 16px;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #9b9b9b;
}
.wpcf7 .wpcf7-file {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-file {
    font-size: 12px;
  }
}
.wpcf7 select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #212121;
  background: #fff;
  font-size: 16px;
}
.wpcf7 .required {
  background-color: #F48D84;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 2px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

.input_none {
  display: none;
  speak: normal;
}

input[name=birth_year] {
  width: 150px;
}

.select .error {
  display: inline-block !important;
}

.reservation_note_wrap {
  margin-top: 50px;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

#page_confirm .wpcf7 label {
  margin-bottom: 0;
}
#page_confirm .form_row {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.posts_item_list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 969px) {
  .posts_item_list {
    row-gap: 50px;
  }
}
.posts_item_list a:hover .post_thumb img {
  transform: scale(1.02);
}
.posts_item {
  width: min(90%, 400px);
  margin: 0 auto 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 969px) {
  .posts_item {
    width: 100%;
  }
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_item_inner {
  display: flex;
  column-gap: 20px;
  margin-bottom: 0;
  flex-direction: row;
  text-align: left;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .posts_item_inner {
    flex-direction: column;
  }
}
.posts_item_inner .post_thumb {
  width: 300px;
  aspect-ratio: 161/97;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .posts_item_inner .post_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
.posts_item_inner .post_thumb img {
  transform: scale(1);
  transition: transform 0.8s ease;
  object-fit: cover;
  height: 100%;
}
.posts_date {
  color: #212121;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  align-self: start;
}
@media screen and (min-width: 969px) {
  .posts_date {
    font-size: 16px;
  }
}
.posts_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  flex: 1;
}
@media screen and (min-width: 969px) {
  .posts_title {
    font-size: 16px;
  }
}
.posts_cat span {
  border: 1px solid;
  color: #212121;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 0 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #212121;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}

.blog_content_block {
  width: min(86%, 900px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
}
@media screen and (min-width: 969px) {
  .blog_content_block {
    padding: 3em 0 9em;
  }
}
.blog_content_block .posts_wrapper {
  text-align: left;
}

.archive_content_block {
  width: min(86%, 980px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
}
@media screen and (min-width: 969px) {
  .archive_content_block {
    padding: 1em 0 9em;
  }
}
.archive_content_block .posts_wrapper {
  text-align: left;
}
.archive_content_block > .pagination {
  display: none;
}
@media screen and (min-width: 969px) {
  .archive_content_block > .pagination {
    display: flex;
  }
}

#posts_wrapper {
  display: flex;
  flex-direction: column;
  column-gap: min(3vw, 50px);
  align-items: start;
}
@media screen and (min-width: 969px) {
  #posts_wrapper {
    flex-direction: row;
  }
}

.article_list_wrap {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 1.5em;
  color: #212121;
  flex-direction: column;
  align-items: stretch;
  width: min(100%, 1200px);
}
.article_list_wrap .posts_item_inner {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1.5em;
  align-items: center;
}
.article_list_wrap .pagination {
  display: flex;
}
@media screen and (min-width: 969px) {
  .article_list_wrap .pagination {
    display: none;
  }
}

.post_content {
  padding: 0;
  list-style: none;
  column-gap: min(3%, 30px);
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 600;
  gap: 0.7em;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  justify-content: start;
  grid-template-areas: "date cat" "ttl ttl";
}
.post_content .date {
  grid-area: date;
  width: max-content;
  color: #152F74;
}
.post_content .cat_wrap {
  grid-area: cat;
  width: max-content;
}
.post_content .cat {
  font-size: clamp(11px, 1.2vw, 14px);
  color: #fff;
  font-weight: 500;
  padding: 0.1em 0.9em;
  border-radius: 999px;
}
.post_content .cat:not(:last-of-type) {
  margin-right: 5px;
}
.post_content .cat.cat01 {
  background-color: #107b36;
}
.post_content .cat.cat02 {
  background-color: #17b79a;
}
.post_content .cat.cat03 {
  background-color: #399f11;
}
.post_content .ttl {
  grid-area: ttl;
  line-height: 1.6em;
  flex: 1;
  font-size: clamp(11px, 1.5vw, 14px);
}
.post_content:hover .post_thumb {
  overflow: hidden;
}
.post_content:hover .post_thumb img {
  transform: scale(1.02);
  transition: all 0.8s;
}