@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 80px 0 100px;
  position: relative;
}
main section.stb {
  padding: 100px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0 60px !important;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 15px;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
  .spfitc {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 53px;
  text-align: center;
  line-height: 0;
  position: relative;
  font-size: clamp(1.5rem, 1.26rem + 0.8533vw, 1.9rem);
  font-weight: 500;
}
.maintitle .mf {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.05;
  font-size: 57%;
  display: inline-block;
  margin-bottom: 9px;
  color: #06334F;
}
.maintitle .sf {
  line-height: 1.4;
}
/**/
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 30px !important;
}
@media (max-width: 550px) {
  .txtmgb {
    margin-bottom: 25px !important;
  }
  .maintitle {
    margin-bottom: 37px;
  }
}
/*02*/
.mtitle {
  line-height: 1.6;
  width: fit-content;
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-size: clamp(1.3rem, 1.24rem + 0.2133vw, 1.4rem);
  font-weight: 500;
  position: relative;
  color: #06334F;
}
.mtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #06334F;
  transition: 1.2s;
  transition-delay: 0.35s;
}
.mtitle.inview::after {
  width: 100%;
}
.white .mtitle {
  color: #fff;
}
.white .mtitle::after {
  background: #fff;
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.2rem, 1.14rem + 0.2133vw, 1.3rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #06334F;
}
.white .stitle {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.white .stitle::after {
  background: rgba(255, 255, 255, 0.55);
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 50px 0 25px;
  display: inline-block;
  width: fit-content;
  color: #06334F;
  text-align: left;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
}
.right {
  text-align: right;
}
.spcenter.mainbtn a {
  padding-left: 0;
}
.bg_gray .mainbtn a {
  text-shadow: #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px, #f5f5f5 0px 0px 5px;
}
.bg_blue .mainbtn a {
  text-shadow: none;
}
/* 丸 */
.mainbtn a::after {
  content: '';
  padding: 19px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -100;
  background: #06334F;
  border: 1px solid #06334F;
  transition: all 0.35s;
}
.mainbtn a:hover::after {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}
/* 矢印 */
.mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 7px;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: bold;
  line-height: 1;
  font-size: 0.8rem;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: none;
}
.mainbtn a:hover::before {
  color: #06334F;
  animation: arrow 0.35s linear;
}
@keyframes arrow {
  39% {
    transform: translate(-100%, -50%);
  }
  42% {
    opacity: 0;
    transform: translate(-150%, -50%);
  }
  39% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
  42% {
    opacity: 0;
    transform: translate(150%, -50%);
  }
  47% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/**/
.tbtn {
  margin-top: 33px;
}
.btnflex a {
  margin: 8px 12px;
  display: inline-block;
  padding-left: 0;
}
.btnflex a:first-of-type {
  margin-left: 0;
}
.btnflex a:last-of-type {
  margin-right: 0;
}
.center.btnflex a {
  padding-left: 25px;
}
@media (max-width: 750px) {
  .btnflex a {
    margin: 23px 0;
    display: block;
    min-width: 194px;
  }
  .center.btnflex a, .spcenter.btnflex a {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 4px;
  }
  .spright {
    text-align: right;
  }
  .spright.btnflex a {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 43px;
  }
  .rounded.spmgb {
    margin-bottom: 23px;
  }
  .spmgb02 {
    margin-bottom: 27px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1030px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w56 {
  width: 56%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 42.5%;
}
.w39 {
  width: 39%;
}
.w31 {
  width: 31%;
}
/* background */
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
.bg_blue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #06334F;
  z-index: -100;
}
/* white */
.white, .white span {
  color: #fff !important;
}
.white .mainbtn a {
  color: #fff;
}
.white .mainbtn a::after {
  background: #fff;
  border: 1px solid #fff;
}
.white .mainbtn a:hover::after {
  background: #06334F;
}
.white .mainbtn a::before {
  color: #06334F;
}
.white .mainbtn a:hover::before {
  color: #fff;
}
/* illust */
.bg01::before {
  background: url(../img/_bg/01.svg) no-repeat !important;
  background-position: bottom -170px right -20px !important;
}
.bg02::before {
  background: url(../img/_bg/02.svg) no-repeat !important;
  background-position: bottom -155px right -20px !important;
}
.bg01::before, .bg02::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.13;
  background-size: 370px !important;
  filter: invert(16%) sepia(25%) saturate(2018%) hue-rotate(165deg) brightness(97%) contrast(101%);
}
.bg_blue.bg01::before, .bg_blue.bg02::before, .bg_blue .bg01::before, .bg_blue .bg02::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 550px) {
  .bg01::before, .bg02::before {
    background-size: 215px !important;
  }
  .bg01::before {
    background-position: bottom -100px right -40px !important;
  }
  .bg02::before {
    background-position: bottom -90px right -20px !important;
  }
}
/*反転*/
.bgx::before {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* text animetions 下から上に */
@keyframes showTextFromBottom {
  0% {
    opacity: 0;
    transform: translateY(150%);
  }
  4% {
    opacity: 1;
    transform: translateY(150%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime-up {
  overflow: hidden;
}
.anime-up.displayed span {
  display: inline-block;
}
.anime-up.displayed > span > span {
  animation: showTextFromBottom 1.1s backwards;
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 17px 20px;
  transition: .6s all;
  background: #fff;
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  width: 280px;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  line-height: 1.6;
  font-size: 1rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 12px 5px;
  display: block;
  font-size: 0.97rem;
  color: #333;
  line-height: 1.2;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/**/
.header_item {
  display: flex;
  align-items: center;
}
.h_contact {
  margin-left: 25px;
}
.h_contact a {
  text-align: center;
  display: block;
  width: 145px;
  padding: 10px 0;
  border-radius: 100px;
  font-size: 0.77rem;
  color: #fff;
  background: #06334F;
  border: 2px solid #06334F;
}
.h_contact a:hover {
  color: #06334F;
  background: #fff;
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 50px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #06334F;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line:before {
  top: -12px;
}
.hamburger__line:after {
  top: 12px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hamdeco {
  position: fixed;
  z-index: -1;
  bottom: -9%;
  right: -9%;
  filter: invert(16%) sepia(25%) saturate(2018%) hue-rotate(165deg) brightness(97%) contrast(101%);
  opacity: 0.12;
  width: 65%;
  max-width: 380px;
}
/* menu */
.global-navigation {
  width: 84%;
  max-width: 500px;
  margin: auto;
  height: fit-content;
  position: relative;
  z-index: 1;
  padding: 70px 0 110px;
}
.global-navigation__list {
  margin-bottom: 30px;
}
.global-navigation__list li {
  border-bottom: 1px dashed #c9c9c9;
}
.global-navigation__list li a {
  font-size: 1.2rem;
  padding: 15px 5px;
  display: block;
  color: #333;
  line-height: 1.7;
  position: relative;
}
.global-navigation__list > li a span {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #06334F;
  font-size: 75%;
}
.global-navigation__list li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 0.6em;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  display: block;
  transition: .4s;
  color: #06334F;
}
.global-navigation__list li a:hover::after {
  right: 9px;
}
/* btn */
.header__nav-area .h_contact {
  margin: auto;
  width: 245px;
}
.header__nav-area .h_contact a {
  padding: 20px 0;
  width: 100%;
  font-size: 0.95rem;
}
@media (max-width: 1105px) {
  .header_sticky {
    padding: 17px 15px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
  .header_title a {
    width: 270px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 9px 10px;
  }
  .header_title a {
    width: 220px;
  }
  .global-navigation__list li a {
    font-size: 1.06rem;
  }
  .header__nav-area .h_contact {
    width: 215px;
  }
  .header__nav-area .h_contact a {
    padding: 18px 0;
  }
  .header__nav-area .h_contact a {
    font-size: 0.93rem;
  }
}
/* footer ================================================*/
.footer {
  position: relative;
  padding-top: 45px;
}
.footer .inner {
  max-width: 710px;
}
.fflex {
  display: flex;
  align-items: center;
}
/**/
.f_info {
  white-space: nowrap;
  margin-right: 50px;
}
/*logo*/
.flogo {
  display: inline-block;
  width: 290px;
  filter: brightness(0) invert(1);
}
.logoflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logoflex img:nth-child(1) {
  width: 16%;
}
.logoflex img:nth-child(2) {
  width: 80.5%;
}
/**/
.f_contact {
  width: 100%;
}
.f_contact a {
  display: block;
  width: 100%;
  margin-bottom: 7px;
  padding: 20px 0;
  background: #fff;
  color: #06334F;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 100px;
}
.f_contact a:hover {
  background: #06334F;
  color: #fff;
}
.f_contact a:last-of-type {
  margin-bottom: 0 !important;
}
/*copyright*/
.copyright {
  width: 95%;
  margin: auto;
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  font-size: clamp(0.87rem, 0.822rem + 0.1707vw, 0.95rem);
}
@media (max-width: 750px) {
  .footer {
    padding-top: 35px;
  }
  .fflex {
    display: block;
  }
  .f_info {
    text-align: center;
    white-space: normal;
    margin-right: 0;
  }
  .f_contact {
    max-width: 260px;
    margin: 20px auto 0;
  }
}
@media (max-width: 550px) {
  .flogo {
    width: 235px;
  }
  .f_info {
    font-size: 90%;
  }
  .f_info p .ib {
    display: block;
  }
  .f_info p br, .slash {
    display: none;
  }
  .f_contact {
    max-width: 220px;
  }
  .f_contact a {
    font-size: 91%;
    padding: 15px 0;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 73px;
  height: 73px;
  background: #06334F;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 8px;
  }
}
/* スライド ================================================================*/
.topslide {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 140px);
  min-height: 630px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.topslide::before {
  background-size: 400px !important;
  background-position: bottom 10% right -80px !important;
  opacity: 0.25;
}
/* img */
.slide_items {
  background: #fff;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  width: 82%;
  margin: 0 auto 0 0;
  height: 100%;
}
.slide_items .slick-list, .slide_items .slick-track {
  width: 100%;
  height: 100%;
}
.slide_items div {
  width: 100%;
  height: 100%;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 35px;
  color: #06334F;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 6px #fff);
  white-space: nowrap;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .catchcopy {
  filter: none;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
}
.catchcopy p > span {
  position: relative;
  padding-bottom: 0.1em;
  display: block;
  width: fit-content;
}
.catchcopy p > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #06334F;
  transition: 1.2s;
  transition-delay: 0.35s;
}
.inview.catchcopy p > span::after {
  width: 100%;
}
.inview.catchcopy p > span:nth-child(2)::after {
  transition-delay: 0.45s;
}
.inview.catchcopy p > span:nth-child(3)::after {
  transition-delay: 0.6s;
}
@media(max-width:1475px) {
  .slide_items {
    width: 77vw;
  }
}
@media(max-width:1095px) {
  .topslide {
    height: calc(100vh - 165px);
  }
  .catchcopy {
    font-size: 2.7rem;
  }
}
@media(max-width:900px) {
  .topslide::before {
    transform: scaleX(-1);
    background-position: bottom right -25px !important;
  }
  .slide_items {
    border-radius: 30px 0 0 30px;
    width: 80%;
    height: 88%;
    margin: 0 0 auto auto;
  }
  .catchcopy {
    bottom: 23px;
    transform: translateY(0);
    right: auto;
    left: 3%;
  }
}
@media (max-width: 750px) {
  .topslide {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .topslide::before {
    background-size: 180px !important;
  }
  .topslide {
    height: calc(100vh - 160px);
    min-height: 300px;
  }
  .catchcopy {
    font-size: 1.85rem;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff);
  }
}
/* 九州の木と暮らしをつなぐ、岩下製材所 ====================================*/
.abbr:nth-child(1) {
  display: none;
}
.aboutus .inner {
  max-width: 1118px;
}
.aboutus .spmgb {
  padding: 5px 0;
}
.aboutus .spmgb .ib {
  display: block;
}
@media(max-width:865px) {
  .abbr:nth-child(1) {
    display: block;
  }
  .abbr:nth-child(2) {
    display: none;
  }
}
@media(max-width:750px) {
  .aboutus .spmgb {
    padding: 0;
  }
  .aboutus .spmgb .ib {
    display: inline-block;
  }
}
/* 私たちの事業 ============================================================*/
.business .inner {
  max-width: 1060px;
}
/*
.business .flexbox {
  margin-bottom: 45px;
}
.business .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.business .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
*/
.business .flexbox .w48 {
  padding: 0 5px;
}
.business .flexbox .rounded {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .business .flexbox .w48 {
    margin-bottom: 45px;
    padding: 0;
  }
  .business .flexbox .w48:last-of-type {
    margin-bottom: 0 !important;
  }
  .business .flexbox .rounded {
    margin-bottom: 18px;
  }
}
/**/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* 用途事例 ================================================================*/
.cases .inner {
  max-width: 1053px;
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 130px 0;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
  margin: 0 3%;
}
.fv::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.25;
  background: url(../img/_bg/02.svg) no-repeat !important;
  background-position: bottom left -30px !important;
  background-size: 290px !important;
  filter: invert(16%) sepia(25%) saturate(2018%) hue-rotate(165deg) brightness(97%) contrast(101%);
}
.fv::after {
  content: '';
  width: 86%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: -1;
  border-radius: 30px 0 0 30px;
}
.fv h2 {
  color: #06334F;
  font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
  line-height: 1.35;
  z-index: 1;
  position: relative;
  font-weight: 700;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 6px #fff);
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .fv h2 {
  filter: none;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
}
.fv h2 > span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.fv h2 > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #06334F;
  transition: 1.2s;
  transition-delay: 0.35s;
}
.fv h2.inview > span::after {
  width: 100%;
}
@media(max-width:1505px) {
  .fv::before {
    background-size: 21% !important;
    background-position: bottom left -7% !important;
  }
}
@media(max-width:1105px) {
  .fv {
    padding: 110px 0;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 50px 0;
  }
  .fv::after {
    width: 73%;
  }
  .fv::before {
    background-size: 120px !important;
    background-position: bottom left -30px !important;
  }
  .fv .inner {
    margin-left: 3.3%;
  }
}
/* breadcrumb */
.binner {
  width: 96%;
  max-width: 1600px;
  font-size: clamp(0.7rem, 0.61rem + 0.32vw, 0.85rem);
  position: relative;
  margin-top: 3px;
  margin-bottom: 40px;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 0;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #06334F;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:550px) {
  .binner {
    margin-bottom: 35px;
  }
}
/* 岩下製材所の強みページ ===================================================================================================*/
.features .inner {
  max-width: 1049px;
}
.titleflex {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
.titleflex h2 {
  white-space: nowrap;
  margin-right: 55px;
  margin-bottom: 0;
  text-align: left;
}
.titleflex p {
  width: 100%;
  margin-bottom: 0;
}
@media(max-width:1070px) {
  .titleflex {
    display: block;
  }
  .titleflex h2 {
    white-space: normal;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .titleflex p {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:750px) {
  .titleflex {
    margin-bottom: 35px;
  }
}
/**/
.features .flexbox {
  margin-bottom: 50px;
}
.features .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.features .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.features .flexbox .mtitle {
  font-size: clamp(1.25rem, 1.13rem + 0.4267vw, 1.45rem);
}
/* 木と人をつなぐパートナーとして */
.partner .inner {
  max-width: 1075px;
}
.eff_imgs {
  position: relative;
  padding-bottom: 55px;
}
.eff_imgs div {
  width: 53% !important;
}
.eff_imgs div:nth-child(1) {
  margin-left: auto;
}
.eff_imgs div:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .eff_imgs div img {
    border-radius: 10px;
  }
  .eff_imgs {
    padding-bottom: 11%;
  }
}
/* 事業紹介ページ ===========================================================================================================*/
/* 九州の木を活かし、暮らしと産業を支える */
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
@media(max-width: 750px) {
  .twflex {
    display: block;
  }
  .twflex div {
    width: 100%;
  }
  .twflex div:last-of-type {
    margin-top: 20px;
  }
}
/* 製材・加工 */
.serlumber .inner {
  max-width: 1168px;
}
.serlumber .mtitle {
  margin-top: 30px;
  margin-bottom: 25px;
}
/* おがくず販売 */
.sersawdust .inner {
  max-width: 1010px;
}
.sersawdust .mtitle {
  margin-top: 30px;
  margin-bottom: 25px;
}
.sersawdust .usage > div {
  width: 47.6%;
}
/* 製材工程の流れ */
.flow .inner {
  max-width: 951px;
}
.flow .maintitle {
  margin-bottom: 23px;
}
.flow .fitc {
  margin-bottom: 35px;
}
/**/
.flows {
  position: relative;
  counter-reset: number 0;
}
.flows::before {
  content: "";
  width: 3px;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 40px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
  counter-increment: number 1;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 11px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #06334F;
  border-radius: 50%;
  top: 57px;
  left: -44px;
}
.flows > div::after {
  width: 40px;
  border-bottom: 2px dotted #06334F;
  position: absolute;
  top: 56px;
  left: -41px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows > div .stitle::before {
  content: "0"counter(number)".";
  font-weight: 700;
  color: #06334F;
  margin-right: 4px;
}
@media (max-width:750px) {
  .flows > div {
    margin-left: 30px;
    padding: 15px;
  }
  .flows > div::before {
    width: 9px;
    left: -33px;
    margin-top: -4px;
  }
  .flows > div::after {
    width: 23px;
    left: -24px;
  }
}
@media (max-width:550px) {
  .flow .fitc {
    margin-bottom: 30px;
  }
  .flows > div {
    margin-bottom: 13px;
  }
}
/* 木材を余すことなく活かす、岩下製材所の取り組み */
.efforts .inner {
  max-width: 1012px;
}
.efforts .maintitle .ib:first-of-type, .efforts .maintitle .ib:last-of-type {
  display: inline;
}
@media (max-width:750px) {
  .efforts .maintitle .ib:first-of-type, .efforts .maintitle .ib:last-of-type {
    display: inline-block;
  }
}
/* 用途事例ページ ===========================================================================================================*/
.casesPage .mtitle {
  font-size: clamp(1.3rem, 1.18rem + 0.4267vw, 1.5rem);
}
/* 木材の用途 */
.lumber .inner {
  max-width: 1200px;
}
.lumber .usage {
  margin: 25px 0 28px;
}
.usage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.usage > div {
  border-radius: 15px;
  width: 31.5%;
  margin: 0 0.9%;
  padding: 15px;
  background: #f5f5f5;
}
.bg_gray .usage > div {
  background: #fff;
}
.bg_blue .usage > div {
  background: rgba(255, 255, 255, 0.1);
}
.usage > div .stitle {
  font-size: clamp(1.15rem, 1.09rem + 0.2133vw, 1.25rem);
}
@media(max-width:950px) {
  .usage {
    display: block;
  }
  .usage > div {
    width: 100% !important;
    margin: 0 0 15px;
  }
  .usage > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .usage > div {
    margin-bottom: 13px;
  }
}
/**/
.diy {
  max-width: 1007px;
  padding: 25px;
  margin: 45px auto 0;
  background: #fff;
  border-radius: 15px;
}
@media(max-width:750px) {
  .diy .spmgb {
    margin-bottom: 15px;
  }
}
@media(max-width:550px) {
  .diy {
    padding: 15px;
  }
}
/* おがくずの用途 */
.sawdust .flexbox {
  margin-bottom: 50px;
}
.sawdust .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.sawdust .flexbox .acheck {
  margin: 17px 0;
}
/* 暮らしと産業を支える素材として */
.thrflex {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
}
.thrflex > div {
  width: 31%;
  position: relative;
}
@media(max-width: 750px) {
  .thrflex {
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .thrflex > div:nth-child(2) {
    width: 100%;
    order: -1;
    margin-bottom: 5%;
  }
  .thrflex > div:nth-child(2) img {
    object-fit: cover;
    width: 100%;
    height: 53vw;
  }
  .thrflex > div:nth-child(1), .thrflex > div:nth-child(3) {
    width: 47.5%;
  }
  .thrflex > div:nth-child(1) img, .thrflex > div:nth-child(3) img {
    border-radius: 10px;
  }
}
/* 会社案内ページ ===========================================================================================================*/
/* ご挨拶 */
.greeting .inner {
  max-width: 887px;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
/* 会社概要 */
.overview .inner {
  max-width: 1080px;
}
@media(max-width:750px) {
  .overview .maintitle {
    margin-bottom: 25px;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #dedede;
}
.info_table th, .info_table td {
  padding: 15px 5px;
  font-size: 95%;
}
.info_table th {
  font-weight: 500;
  background: #f5f5f5;
  width: 30%;
  border-right: 2px solid #dedede;
}
.info_table td {
  padding-left: 10px;
  background: #fff;
  width: 70%;
  border-right: 2px solid #dedede;
  border-left: 2px solid #dedede;
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #06334F;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/*map*/
.map {
  display: flex;
  flex-direction: column;
}
.map .stitle {
  margin-bottom: 12px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media(max-width:750px) {
  .map {
    margin-top: 35px;
  }
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせ・よくあるご質問ページ =======================================================================================*/
/* お問い合わせ */
.tels .inner {
  max-width: 580px;
}
.tels .maintitle {
  margin-bottom: 25px;
}
.contop {
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .tels .maintitle {
    margin-bottom: 20px;
  }
  .contop {
    margin-bottom: 23px;
  }
}
/**/
.telwrap {
  padding: 27px 27px 37px;
  border-radius: 15px;
  background: #f5f5f5;
  margin-bottom: 17px;
}
.telwrap:last-child {
  margin-bottom: 0 !important;
}
/*box*/
.telbox {
  text-align: center;
}
/**/
.telbox a {
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(1.5rem, 1.29rem + 0.7467vw, 1.85rem);
  color: #333;
}
.telbox i {
  color: #06334F;
}
.telbox a:hover {
  opacity: 0.6;
}
.telbox p {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .telwrap {
    padding: 22px 25px 25px;
  }
  .telbox {
    display: block;
  }
  .telbox a {
    margin-right: 0;
  }
  .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telwrap {
    padding: 15px 13px 17px;
  }
  .telbox p {
    font-size: 90%;
    margin-bottom: 7px;
  }
}
/* よくある質問 */
.faqs .maintitle {
  margin-bottom: 40px;
}
.faq {
  counter-reset: number 0;
}
.faq div:not(.answer) {
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.faq div:not(.answer):last-of-type {
  margin-bottom: 0 !important;
}
.faq div:not(.answer) h2 {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.faq div:not(.answer) h2, .answer {
  position: relative;
  padding-left: 44px;
}
.faq div:not(.answer) h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.15rem, 1.09rem + 0.2133vw, 1.25rem);
  font-weight: 700;
}
.faq div:not(.answer) h2::before {
  counter-increment: number 1;
  content: "Q"counter(number)".";
  top: -0.05em;
  left: 0;
  opacity: 0.7;
}
.answer::before {
  content: "A.";
  top: -0.25em;
  left: 0.5px;
  color: #06334F;
}
@media(max-width:550px) {
  .faqs .maintitle {
    margin-bottom: 25px;
  }
  .faq div:not(.answer) {
    padding: 15px 11px;
  }
  .faq div:not(.answer) h2::before {
    content: "Q.";
  }
  .faq div:not(.answer) h2, .answer {
    padding-left: 27px;
  }
}