@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 4em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.home_title {
  position: relative;
  padding-bottom: 1em;
  font-size: clamp(1.5rem, 6.4vw, 2.063rem);
  margin-bottom: 1em;
  display: inline-block;
}
.home_title .ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: -0.1em;
  margin-bottom: 0.6em;
  display: inline-flex;
  letter-spacing: 0.1em;
}
.home_title .ja::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #0f2040;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_title .ja .text {
  position: relative;
  display: block;
}
.home_title .ja .text .row {
  display: block;
}
.home_title .ja .text .row + .row {
  margin-top: 0.3em;
}
.home_title .ja .echo_area {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  height: 104px;
  width: 170px;
  margin-top: -52px;
}
@media screen and (min-width: 1000px), print {
  .home_title .ja .echo_area {
    right: -130px;
  }
}
@media screen and (max-width: 999px) {
  .home_title .ja .echo_area {
    right: -150px;
  }
}
.home_title .ja .echo {
  display: block;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@media screen and (min-width: 1200px), print {
  .home_title .ja .echo {
    --echo-1-size: 50px;
    --echo-2-size: 80px;
    --echo-3-size: 104px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  .home_title .ja .echo {
    --echo-1-size: clamp(25px, 5vw, 50px);
    --echo-2-size: clamp(40px, 6vw, 80px);
    --echo-3-size: clamp(52px, 8vw, 104px);
  }
}
@media screen and (max-width: 575px) {
  .home_title .ja .echo {
    --echo-1-size: 25px;
    --echo-2-size: 40px;
    --echo-3-size: 52px;
  }
}
.home_title .ja .echo-1 {
  width: var(--echo-1-size);
  height: var(--echo-1-size);
  border-radius: calc(var(--echo-1-size) / 2);
  background: linear-gradient(to bottom, #c3cfe2 0%, #f5f7fa 100%);
}
.home_title .ja .echo-2 {
  width: var(--echo-2-size);
  height: var(--echo-2-size);
  border-radius: calc(var(--echo-2-size) / 2);
  background: linear-gradient(to bottom, #9bd2e0 0%, #f5f7fa 100%);
  margin-left: calc(var(--echo-1-size) / 2 * -1);
}
.home_title .ja .echo-3 {
  width: var(--echo-3-size);
  height: var(--echo-3-size);
  border-radius: calc(var(--echo-3-size) / 2);
  background: linear-gradient(to bottom, #5c86e6 0%, #f5f7fa 100%);
  margin-left: calc(var(--echo-2-size) / 2 * -1);
}
.home_title .en {
  font-size: clamp(0.813rem, 3vw, 1rem);
  line-height: 1;
  display: block;
}
.home_title.js-gsap_css_animation .echo-1 {
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}
.home_title.js-gsap_css_animation .echo-2 {
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}
.home_title.js-gsap_css_animation .echo-3 {
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
}
.home_title.js-gsap_css_animation .en {
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.home_title.js-gsap_css_animation .ja::after {
  transition: max-width 1.3s linear;
}
.home_title.js-gsap_css_animation-before .echo {
  opacity: 0;
}
.home_title.js-gsap_css_animation-before .en {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(10px);
}
.home_title.js-gsap_css_animation-before .ja::after {
  max-width: 0;
}
.home_title.js-gsap_css_animation-after .echo {
  opacity: 0.35;
}
.home_title.js-gsap_css_animation-after .en {
  opacity: 1;
  filter: none;
  transform: translateX(0);
}
.home_title.js-gsap_css_animation-after .ja::after {
  max-width: 100%;
}

.itexture {
  position: absolute;
  z-index: 1;
}
.itexture-left {
  left: 300px;
  top: -300px;
}
@media screen and (max-width: 575px) {
  .itexture-left {
    left: 0;
    top: -70px;
  }
}
.itexture-right {
  right: 600px;
  top: -100px;
}
@media screen and (max-width: 575px) {
  .itexture-right {
    right: 0;
  }
}
.itexture img {
  box-shadow: 0 2px 8px 2px rgba(94, 111, 128, 0.2);
  display: block;
}

@keyframes brink {
  0% {
    filter: brightness(1);
  }
  10% {
    filter: brightness(1.15) contrast(105%);
  }
  30% {
    filter: brightness(1.13);
  }
  100% {
    filter: brightness(1.13);
  }
}
.circle_banner:hover {
  animation-name: brink;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.js-foot_animation.js-gsap_css_animation {
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.js-foot_animation.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(10px);
}
.js-foot_animation.js-gsap_css_animation-after {
  opacity: 1;
}

.title_wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  z-index: 10;
}
.title_wrapper ._en {
  line-height: 1;
}
.title_wrapper ._ja {
  font-size: 39px;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .title_wrapper ._ja {
    font-size: 1.125rem !important;
    margin-top: 0;
  }
}

.home_btn {
  font-size: 1.125rem;
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .home_btn {
    position: absolute;
    top: 25px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .home_btn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_btn {
    margin-left: auto;
    font-size: 1rem;
  }
}
.home_btn a {
  transition: 0.2s all;
  position: relative;
  padding-right: 65px;
  z-index: 10;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home_btn a {
    padding-right: 40px;
  }
}
.home_btn a::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #073964;
  border-radius: 50%;
  background-image: url("/common/img/icon/arrow/white_arrow.webp");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
  pointer-events: all;
  cursor: pointer;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .home_btn a::after {
    width: 30px;
    height: 30px;
    top: -4px;
  }
}
.home_btn a:hover {
  opacity: 0.5;
  transition: 0.3s all;
  color: #18426a;
}
.home_btn a:hover::after {
  opacity: 0.7;
  transition: 0.3s all;
}
.home_btn._online {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .home_btn._online {
    left: 0;
  }
}
.home_btn._online a {
  color: #ffffff;
}
.home_btn._online a::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url("/common/img/icon/arrow/bigblue_arrow.webp");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .home_btn._online a::after {
    width: 30px;
    height: 30px;
    top: -4px;
  }
}

.section_01 {
  padding-bottom: 115px;
}

.section_03 {
  padding-top: 113px;
}

.btn_wrap .link {
  font-size: 1.125rem;
  padding-right: 0;
  padding-left: 40px;
  position: relative;
  margin-left: 30px;
}
.btn_wrap .link::before {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/arrow/circle.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.1s;
}
.btn_wrap .link::after {
  content: none;
  display: none;
}
.btn_wrap .link:hover {
  color: #313131;
  opacity: 0.7;
}
.btn_wrap .link:hover::before {
  left: 5px;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_search_show {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(64px);
  }
}
@keyframes header_search_hide {
  0% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1600px), print {
  :root {
    --hero-max-height: 1500px;
    --hero-height: 100svh;
    --hero-min-height: 800px;
  }
}
@media screen and (max-width: 1599px) {
  :root {
    --hero-height: 800px;
    --hero-min-height: auto;
    --hero-max-height: 1600px;
  }
}
@media screen and (max-width: 899px) {
  :root {
    --hero-height: 100svh;
    --hero-min-height: 750px;
    --hero-max-height: 1000px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --hero-height: 400px;
    --hero-min-height: 400px;
    --hero-max-height: 400px;
  }
}

.hero_area {
  position: relative;
  max-height: 900px;
}
@media screen and (min-width: 3500px), print {
  .hero_area {
    background-color: #cccccc;
  }
}
@media screen and (min-width: 768px), print {
  .hero_area ._pc_none {
    display: none;
  }
}

.hero,
.hero .swiper {
  height: var(--hero-height);
  min-height: var(--hero-min-height);
  max-height: var(--hero-max-height);
  max-height: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 3500px), print {
  .hero,
  .hero .swiper {
    max-width: 3000px;
  }
}

.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
}
.hero img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero::before {
  content: "";
  background-color: rgba(5, 34, 49, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  mix-blend-mode: multiply;
}
.hero .inner {
  position: absolute;
  inset: 0;
  padding-bottom: 100px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.hero .inner .label_wrap {
  background-color: #313131;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 575px) {
  .hero .inner .label_wrap {
    height: 40px;
  }
}
.hero__content {
  position: relative;
  height: 100%;
}
.hero__content .hero_deco {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 2000px;
}
.hero__content .hero_deco._01 {
  mix-blend-mode: soft-light;
}
.hero__inner {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.hero__inner .title_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 10;
  height: 100%;
}
.hero__inner .title_01 {
  display: flex;
  align-items: center;
  width: 375px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hero__inner .title_01 img {
  display: block;
}
.hero__inner .title_02 {
  display: flex;
  align-items: center;
  width: 375px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hero__inner .title_02 img {
  display: block;
}
.hero__inner .title_02 .line {
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.hero__inner .hero_btn_wrapper {
  color: #ffffff;
  font-size: 1rem;
  text-align: right;
  position: absolute;
  bottom: 94px;
  right: 50px;
}
@media screen and (max-width: 899px) {
  .hero__inner .hero_btn_wrapper {
    text-align: center;
    bottom: 60px;
    left: 0;
    right: 0;
  }
}
.hero__inner .hero_btn_wrapper .hero_btn {
  color: #ffffff;
  padding: 18px 56px;
  background-color: rgba(0, 71, 8, 0.6);
  mix-blend-mode: multiply;
  border-radius: 30px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  line-height: 1.2;
  margin-top: 30px;
  position: relative;
  display: inline-block;
  transition: 0.2s all;
  pointer-events: all;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .hero__inner .hero_btn_wrapper .hero_btn {
    padding: 10px 40px 10px 18px;
    font-size: 0.813rem;
  }
}
.hero__inner .hero_btn_wrapper .hero_btn span {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hero__inner .hero_btn_wrapper .hero_btn span {
    font-size: 14px;
  }
}
.hero__inner .hero_btn_wrapper .hero_btn:hover {
  opacity: 0.7;
  transition: 0.2s all;
}
.hero__inner .hero_btn_wrapper .hero_btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 13px;
  background-size: contain;
  background-image: url("/common/img/icon/arrow/white.webp");
}
@media screen and (max-width: 575px) {
  .hero__inner .hero_btn_wrapper .hero_btn::before {
    right: 10px;
  }
}
.hero .pagination_wrap {
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 100;
}
@media screen and (max-width: 999px) {
  .hero .pagination_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 899px) {
  .hero .pagination_wrap {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
}
.hero .pagination_wrap > .inner {
  width: 100%;
  text-align: left;
  z-index: 10;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .hero .pagination_wrap > .inner {
    text-align: right;
    height: 50px;
  }
}
.hero .pagination_wrap .swiper-pagination {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  text-align: left;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .hero .pagination_wrap .swiper-pagination {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 899px) {
  .hero .pagination_wrap .swiper-pagination {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
}
.hero .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 17px 0 0;
}
.hero .swiper-pagination-bullet {
  position: relative;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: none;
  opacity: 1;
}
.hero .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.hero .swiper-pagination-bullet svg.circle {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}
.hero .swiper-pagination-bullet svg.circle circle {
  cx: 15;
  cy: 15;
  r: 14;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-dasharray: 0 88;
}
.hero .swiper-pagination-bullet-active svg.circle circle {
  animation: animated-circle 6.7s linear forwards;
}
@media screen and (max-width: 575px) {
  .hero .swiper-pagination-bullet-active svg.circle circle {
    animation: animated-circle 5.5s linear forwards;
  }
}
.hero .swiper-pagination-bullet-active::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@keyframes animated-circle {
  from {
    stroke-dasharray: 0 88;
  }
  to {
    stroke-dasharray: 88 88;
  }
}
.hero .animated-circle {
  stroke-dasharray: 81.68; /* 円周の長さ (2 * π * 半径) */
  stroke-dashoffset: 81.68;
  transition: stroke-dashoffset 0.5s ease;
}
.hero .swiper-pagination-bullet-active .animated-circle {
  stroke-dashoffset: 0;
}

.js-hero-loaded {
  opacity: 0;
}
.js-hero-loaded .hero__content .title_ja .deco {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.36s;
}
.js-hero-loaded .hero__content .ja {
  transition: opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.66s, clip-path 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.66s;
  clip-path: inset(0 100% 0 0);
  opacity: 0.2;
}
.js-hero-loaded .hero__content .title_01 {
  transition: opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.9s, clip-path 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
  clip-path: inset(0 0 100% 0);
  opacity: 0.2;
}
.js-hero-loaded .hero__content .hero_deco {
  transition: opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.9s, clip-path 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
  clip-path: inset(0 0 100% 0);
  opacity: 0.2;
}
.js-hero-loaded .hero__content .title_02 {
  transition: opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.72s, clip-path 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.72s;
  clip-path: inset(0 0 100% 0);
  opacity: 0.2;
}
.js-hero-loaded .hero__content .text_2 {
  transition: opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1) 1.14s, clip-path 1.1s cubic-bezier(0.23, 1, 0.32, 1) 1.14s;
  clip-path: inset(0 100% 0 0);
  opacity: 0.2;
}
.js-hero-loaded-after {
  animation-name: _on_opacity;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
}
.js-hero-loaded-after .hero__content .title_ja .deco {
  opacity: 1;
}
.js-hero-loaded-after .hero__content .ja {
  clip-path: inset(0);
  opacity: 1;
}
.js-hero-loaded-after .hero__content .hero_deco {
  clip-path: inset(0);
  opacity: 1;
}
.js-hero-loaded-after .hero__content .title_01 {
  clip-path: inset(0);
  opacity: 1;
}
.js-hero-loaded-after .hero__content .title_02 {
  clip-path: inset(0);
  opacity: 1;
}
.js-hero-loaded-after .hero__content .hero_btn_wrapper {
  opacity: 1;
}
.js-hero-loaded-after .hero__content .text_2 {
  clip-path: inset(0);
  opacity: 1;
}
.js-hero-loaded-animation_complete {
  animation-name: none;
  opacity: 1;
}
.js-hero-loaded-animation_complete .hero__title .row-1 {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .row-2 {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .description {
  transition: none;
}

/* トグルボタン */
.swiper-toggle {
  color: #223040;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 12px; /* ページネーションとの間隔 */
  transition: background 0.25s;
}
@media screen and (max-width: 899px) {
  .swiper-toggle {
    margin-left: 0;
    width: 50px;
    height: 50px;
  }
}
.swiper-toggle:hover {
  opacity: 0.7;
}

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.inews_area {
  padding-top: clamp(30px, 5vw, 50px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .inews_area {
    padding-bottom: 0;
    margin-bottom: 110px;
  }
}
.inews_area .container {
  position: relative;
}
.inews_area .swiper-slide {
  overflow: 0;
}
.inews_area .swiper-slide-active {
  opacity: 1;
}
.inews_area .newsline_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .inews_area .newsline_list {
    position: relative;
    left: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list {
    flex-direction: column;
    left: 0;
    margin-bottom: 20px;
  }
}
.inews_area .newsline_list li {
  border-bottom: none;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list li {
    margin-right: 0;
    width: 100%;
  }
}
.inews_area .newsline_list li:first-of-type {
  border-top: none;
}
.inews_area .newsline_list .newsline {
  padding: 0;
  flex-direction: column;
  background-color: #ffffff;
  min-height: 350px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.2s all;
  box-shadow: 14.14px 14.14px 40px rgba(240, 248, 255, 0.2);
  mix-blend-mode: multiply;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .inews_area .newsline_list .newsline {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list .newsline {
    flex-direction: row;
    min-height: unset;
    align-items: stretch;
  }
}
.inews_area .newsline_list .newsline:hover {
  background-color: rgba(0, 149, 65, 0.1607843137);
}
.inews_area .newsline_list .newsline:hover img {
  transform: scale(1.1);
  transition: 0.2s all;
}
.inews_area .newsline_list .newsline__date {
  line-height: 1;
  font-size: 15px;
  margin-bottom: 4px;
}
.inews_area .newsline_list .newsline__ex {
  line-height: 1.7;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list .newsline__ex {
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list .newsline__head {
    margin-bottom: 0 !important;
  }
}
.inews_area .newsline_list .newsline .image_wrapper {
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list .newsline .image_wrapper {
    aspect-ratio: unset;
    height: auto;
    width: 100%;
    border-radius: unset;
  }
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list .newsline .image_wrapper {
    border-radius: unset;
    width: 100%;
    max-width: 140px;
  }
}
@media screen and (max-width: 575px) {
  .inews_area .newsline_list .newsline .image_wrapper {
    display: none;
  }
}
.inews_area .newsline_list .newsline .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: 0.2s all;
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list .newsline .image_wrapper img {
    border-radius: unset;
  }
}
.inews_area .newsline_list .newsline .text_wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inews_area .newsline_list .newsline .text_wrapper {
    padding: 12px 20px 12px;
    box-sizing: border-box;
  }
}
.inews_area .newsline_list .newsline__body {
  display: flex;
  flex-direction: column;
}
.inews_area .newsline_list .newsline__cate {
  margin-right: 0;
  flex-wrap: wrap;
}
.inews_area__content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .inews_area__content {
    flex-direction: column;
  }
}
.inews_area__head {
  padding-top: 20px;
  flex-shrink: 0;
  width: clamp(230px, 22vw, 240px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .inews_area__head {
    width: 100%;
  }
}
.inews_area__head .title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .inews_area__head .title {
    margin-bottom: 25px;
  }
}
.inews_area__head .title .en {
  position: absolute;
  top: 50%;
  left: -140px;
  transform: translateY(calc(-50% - 10px));
  z-index: -1;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .inews_area__head .title .en {
    left: 0;
  }
  .inews_area__head .title .en img {
    max-width: 100%;
    height: auto;
  }
}
.inews_area__head .title .ja {
  margin-left: 10px;
  font-weight: 600;
  letter-spacing: 0.3ex;
}
@media screen and (max-width: 767px) {
  .inews_area__head .title .ja {
    margin-right: 0;
    font-size: 26px;
  }
}
.inews_area__head .news_tab_list {
  box-sizing: border-box;
  padding-left: 10px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .inews_area__head .news_tab_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.inews_area__head .news_tab_list > li a {
  font-weight: 500;
  color: #959595;
  position: relative;
  display: inline-block;
  padding: 5px 6px;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .inews_area__head .news_tab_list > li a {
    min-width: 80px;
    border: 1px solid #dbd7e2;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 10px;
    line-height: 1.4;
  }
}
.inews_area__head .news_tab_list > li a._selected {
  color: #313131;
}
.inews_area__head .news_tab_list > li a._selected::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009540;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .inews_area__head .news_tab_list > li a._selected {
    border: 1px solid #009540;
  }
  .inews_area__head .news_tab_list > li a._selected::before {
    display: none;
  }
}
.inews_area__head .news_tab_list > li a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #009540;
  transform: scaleX(0);
  transition: 0.2s transform;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  .inews_area__head .news_tab_list > li a:hover::after {
    transform: scale(1);
  }
}
.inews_area__body {
  min-height: 300px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: calc(100% - clamp(240px, 30vw, 100px));
  right: -20px;
}
@media screen and (max-width: 999px) {
  .inews_area__body {
    max-width: unset;
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .inews_area__body {
    width: 100%;
  }
}
.inews_area__body .newsline {
  padding: 1em 20px 0.8em;
}
@media screen and (max-width: 575px) {
  .inews_area__body .newsline {
    padding: 0.8em 12px;
    border-radius: 5px;
  }
}
.inews_area__box .tab_cate {
  margin-bottom: 1rem;
}
.inews_area__box .news_tab_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
@media screen and (max-width: 575px) {
  .inews_area__box .news_tab_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .inews_area__box .news_tab_list {
    grid-gap: 10px;
  }
}
.inews_area__box .news_tab_list > li {
  text-align: center;
}
.inews_area__box .news_tab_list > li a {
  display: block;
  text-decoration: none;
  color: #2494b0;
  border: 1px solid #2494b0;
  background-color: #ffffff;
  border-radius: 15px;
  min-height: 31px;
  align-content: center;
  box-sizing: border-box;
  line-height: 1.2;
}
.inews_area__box .news_tab_list > li a .text {
  text-align: center;
}
.inews_area__box .news_tab_list > li a._selected {
  color: #ffffff;
  background-color: #2494b0;
}
.inews_area .btn_wrap {
  text-align: left;
  position: absolute;
  bottom: 77px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .inews_area .btn_wrap {
    bottom: -40px;
    width: 100%;
    text-align: center;
  }
}
.inews_area .btn_wrap .link {
  font-size: 1.125rem;
  padding-right: 0;
  padding-left: 40px;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 999px) {
  .inews_area .btn_wrap .link {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .inews_area .btn_wrap .link {
    margin-left: 0;
  }
}
.inews_area .btn_wrap .link::before {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/arrow/circle.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.1s;
}
.inews_area .btn_wrap .link::after {
  content: none;
  display: none;
}
.inews_area .btn_wrap .link:hover::before {
  left: 5px;
}
.inews_area .no_news {
  width: 100% !important;
}

.iabout_area {
  position: relative;
  min-height: 500px;
  z-index: 1;
}
.iabout_area .container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .iabout_area .container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .iabout_area .container {
    padding-top: 60px;
  }
}
.iabout_area__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 730px), print {
  .iabout_area__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 730px), print {
  .iabout_area__l {
    flex-grow: 10;
    position: relative;
    z-index: 1;
    display: flex;
  }
}
@media screen and (max-width: 729px) {
  .iabout_area__l {
    display: none;
  }
}
@media screen and (min-width: 730px), print {
  .iabout_area__r {
    flex: 600px 0 0;
  }
}
.iabout_area__r__content {
  padding-top: 10px;
}
@media screen and (min-width: 730px), print {
  .iabout_area__r__content {
    padding-left: 110px;
  }
}
.iabout_area__image {
  position: absolute;
  right: 0;
  top: 0;
  /**************************************************
   * gsap animation
   **************************************************/
}
.iabout_area__image.js-gsap_css_animation {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.iabout_area__image.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(-10px);
  filter: blur(10px);
}
.iabout_area__image img {
  display: block;
  max-width: inherit;
}
.iabout_area__foot {
  margin-top: clamp(30px, 4vw, 50px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 576px), print {
  .iabout_area__foot {
    justify-content: flex-end;
  }
  .iabout_area__foot::before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background-color: rgba(35, 52, 82, 0.35);
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area__foot {
    justify-content: center;
  }
}
@media screen and (min-width: 1250px), print {
  .iabout_area__foot .btn {
    margin-top: -15px;
  }
}
.iabout_area .interview_banner {
  text-align: right;
  box-sizing: border-box;
  width: 448px;
  max-width: 100%;
}
@media screen and (min-width: 1250px), print {
  .iabout_area .interview_banner {
    position: absolute;
    z-index: 2;
    top: 355px;
    left: 0;
  }
}
@media screen and (max-width: 1249px) {
  .iabout_area .interview_banner {
    margin-top: 50px;
    width: 368px;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area .interview_banner {
    margin-right: auto;
    margin-bottom: 50px;
  }
  .iabout_area .interview_banner .ex {
    display: none;
  }
}
.iabout_area .circle_banner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 448px;
  padding-top: 37.9464285714%;
  box-shadow: 2.868px 4.096px 20px 0 rgba(6, 21, 35, 0.3);
}
@media screen and (max-width: 1249px) {
  .iabout_area .circle_banner {
    max-width: 368px;
    padding-top: 36.6847826087%;
  }
}
.iabout_area .circle_banner .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.iabout_area .circle_banner .bg img {
  max-width: 100%;
}
.iabout_area .circle_banner .circle {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px), print {
  .iabout_area .circle_banner .circle {
    right: 3.3482142857%;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area .circle_banner .circle {
    right: clamp(2.6785714286%, 5vw, 7.5892857143%);
  }
}
@media screen and (max-width: 575px) {
  .iabout_area .circle_banner .circle {
    right: clamp(2.6785714286%, 3.3vw, 7.5892857143%);
  }
}

.igeneral_area {
  background: linear-gradient(0deg, rgb(72, 136, 188) 0%, rgb(79, 184, 218) 100%);
  position: relative;
  z-index: 2;
}
.igeneral_area::before, .igeneral_area::after {
  display: block;
  content: "";
  width: 250px;
  height: 250px;
  background: url("/common/img/home/general/general_corner_circle.webp") no-repeat;
  background-size: contain;
}
.igeneral_area::before {
  position: absolute;
  bottom: 0;
  left: 0;
}
.igeneral_area::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, -1);
}
@media screen and (max-width: 1599px) {
  .igeneral_area::before, .igeneral_area::after {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 799px) {
  .igeneral_area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("/common/img/home/general/general_sp_bg.webp") no-repeat;
    background-size: cover;
    background-position: center 0;
  }
  .igeneral_area::after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .igeneral_area {
    background-position: right 0;
  }
}
.igeneral_area__circle {
  position: absolute;
  inset: 0;
  margin: auto;
}
.igeneral_area__circle img {
  height: 100%;
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
  object-fit: cover;
}
.igeneral_area__content {
  height: 700px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__content {
    height: 590px;
  }
}
@media screen and (max-width: 999px) {
  .igeneral_area__content {
    height: 540px;
  }
}
@media screen and (max-width: 799px) {
  .igeneral_area__content {
    height: auto;
  }
}
.igeneral_area__l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1299px) {
  .igeneral_area__l {
    max-width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .igeneral_area__l {
    max-width: 230px;
  }
}
@media screen and (max-width: 799px) {
  .igeneral_area__l {
    position: static;
    width: 100%;
    max-width: none;
  }
}
.igeneral_area__l__content {
  position: relative;
}
.igeneral_area__l > * {
  color: #ffffff;
}
.igeneral_area__l .home_title .ja::before {
  display: block;
  content: "";
  width: 180px;
  height: 105px;
  background: url("/common/img/home/general/general_title_circle.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -140px;
}
.igeneral_area__l .home_title .ja::after {
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__l .home_title .ja::before {
    width: 120px;
    height: 70px;
    top: 0;
    right: -90px;
  }
}
@media screen and (max-width: 999px) {
  .igeneral_area__l .home_title .ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 430px) {
  .igeneral_area__l .home_title .ja::before {
    top: -5px;
  }
}
.igeneral_area__sub {
  font-size: 1.063rem;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}
.igeneral_area__sub::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.35);
  margin-right: 0.7em;
}
@media screen and (max-width: 999px) {
  .igeneral_area__sub {
    padding-bottom: 20px;
  }
}
.igeneral_area__btn {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .igeneral_area__btn {
    text-align: center;
  }
}
.igeneral_area__r {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .igeneral_area__r {
    display: none;
  }
}
.igeneral_area__r .serch_area {
  background: transparent;
  box-shadow: none;
  height: 100%;
}
.igeneral_area__r .serch_area .explanation_box,
.igeneral_area__r .serch_area .search_input_wrap {
  display: none;
}
.igeneral_area__r .serch_area__main {
  padding-top: 0;
}
.igeneral_area__r .serch_area__main__title {
  display: none;
}
.igeneral_area__r .serch_area__face {
  max-width: none;
  width: 1150px;
  left: auto;
  right: -240px;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__r .serch_area__face {
    right: -290px;
  }
}
@media screen and (max-width: 1099px) {
  .igeneral_area__r .serch_area__face {
    right: -340px;
  }
}
@media screen and (max-width: 999px) {
  .igeneral_area__r .serch_area__face {
    right: -300px;
  }
}
@media screen and (max-width: 899px) {
  .igeneral_area__r .serch_area__face {
    right: -370px;
  }
}
@media screen and (max-width: 899px) {
  .igeneral_area__r .serch_area__face {
    right: -370px;
  }
}
@media screen and (max-width: 850px) {
  .igeneral_area__r .serch_area__face {
    right: -390px;
  }
}
.igeneral_area__r .serch_area__face .icon .svg_wrap {
  width: 230px;
  height: 330px;
  top: 19%;
  left: 19%;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._pain svg {
  width: 240px;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._itch svg {
  width: 200px;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._ear_discharge {
  top: 14%;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._ear_discharge svg {
  width: 60px !important;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__r .serch_area__face .icon .svg_wrap._ear_discharge {
    top: 11%;
  }
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._inarticulate svg {
  width: 245px;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._resound {
  top: 14%;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._resound svg {
  width: 190px;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__r .serch_area__face .icon .svg_wrap._resound {
    top: 8%;
  }
}
@media screen and (max-width: 999px) {
  .igeneral_area__r .serch_area__face .icon .svg_wrap._resound {
    top: 5%;
  }
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._something svg {
  width: 130px !important;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__r .serch_area__face .icon .svg_wrap {
    width: 180px;
    height: 330px;
    top: 19%;
    left: 23%;
  }
  .igeneral_area__r .serch_area__face .icon .svg_wrap svg {
    width: 100% !important;
  }
}
.igeneral_area__r .serch_area__inner {
  height: 100%;
  align-items: center;
}
.igeneral_area__r .serch_area__symptoms {
  max-width: 300px;
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.igeneral_area__r .serch_area__symptoms::after {
  display: none;
}
.igeneral_area__r .serch_area__symptoms > .head {
  display: none;
}
@media screen and (max-width: 999px) {
  .igeneral_area__r .serch_area__symptoms {
    max-width: 270px;
  }
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms {
    min-height: 67px;
  }
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .text {
    font-size: 0.875rem;
  }
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .circle {
    height: 50px;
    width: 50px;
  }
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .circle .circle__content,
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .circle .disc,
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .circle .wave {
    height: 50px;
    width: 50px;
  }
}
.igeneral_area__r .serch_area__circle {
  display: none;
}

.icontact_area {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .icontact_area {
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .icontact_area {
    padding-top: clamp(50px, 10vw, 100px);
    padding-bottom: 80px;
  }
}
.icontact_area .container {
  position: relative;
  z-index: 2;
}
.icontact_area__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .icontact_area__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .icontact_area__l {
    flex-grow: 10;
    position: relative;
    z-index: 1;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .icontact_area__l {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .icontact_area__r {
    flex: 650px 0 0;
  }
}
.icontact_area__r__content {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .icontact_area__r__content {
    padding-left: 50px;
  }
}
.icontact_area__r__content__1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.icontact_area__r__content__2 {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
@media screen and (min-width: 768px), print {
  .icontact_area__r__content__2 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .icontact_area__r__content__2 {
    align-items: center;
  }
}
.icontact_area__ex {
  width: 430px;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: clamp(30px, 4vw, 60px);
}
.icontact_area__banner__width {
  max-width: 450px;
  width: 100%;
  margin: calc(clamp(30px, 3vw, 50px) * -1) auto auto;
}
.icontact_area__banner__content {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding-top: 37.7777777778%;
  box-sizing: border-box;
  line-height: 1;
}
.icontact_area .circle_banner {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #4fb8da 0%, #4888bc 100%);
  color: #ffffff;
  box-sizing: border-box;
  box-shadow: 2px 3px 15px 0 rgba(6, 21, 35, 0.2);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 520px), print {
  .icontact_area .circle_banner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 519px) {
  .icontact_area .circle_banner {
    padding-left: clamp(20px, 6.2vw, 60px);
    padding-right: clamp(20px, 6.2vw, 60px);
  }
}
.icontact_area .circle_banner::after {
  content: "";
  display: block;
  background: url("../img/icon/btn-top-right.webp") center center/cover no-repeat transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media screen and (min-width: 520px), print {
  .icontact_area .circle_banner::after {
    width: 136px;
    height: 136px;
  }
}
@media screen and (max-width: 519px) {
  .icontact_area .circle_banner::after {
    width: clamp(70px, 23vw, 136px);
    height: clamp(70px, 23vw, 136px);
  }
}
.icontact_area .circle_banner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}
.icontact_area .circle_banner .row,
.icontact_area .circle_banner .row .content {
  gap: 15px;
}
.icontact_area .circle_banner .row .content {
  display: flex;
  align-items: center;
}
.icontact_area .circle_banner .icon {
  position: relative;
}
@media screen and (min-width: 520px), print {
  .icontact_area .circle_banner .icon {
    top: 5px;
    width: 58px;
  }
}
@media screen and (max-width: 519px) {
  .icontact_area .circle_banner .icon {
    width: clamp(42px, 11vw, 58px);
  }
}
.icontact_area .circle_banner .icon img {
  max-width: 100%;
}
.icontact_area .circle_banner .text .ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.125rem, 4.4vw, 1.375rem);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.7em;
}
.icontact_area .circle_banner .text .en {
  font-size: clamp(13px, 3.5vw, 1rem);
  line-height: 1;
}
.icontact_area .photo1 {
  position: absolute;
  right: 0;
  /**************************************************
   * gsap animation
   **************************************************/
}
.icontact_area .photo1.js-gsap_css_animation {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.icontact_area .photo1.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(-10px);
  filter: blur(10px);
}
@media screen and (max-width: 550px) {
  .icontact_area .photo2 {
    width: 100vw;
    max-width: 550px;
  }
}
.icontact_area .photo2 img {
  display: block;
  max-width: 100%;
}

.i_search {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .i_search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.i_search .search_title {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  margin-top: 16px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .i_search .search_title {
    padding-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .i_search .search_title {
    padding-top: 84px;
  }
}
@media screen and (max-width: 575px) {
  .i_search .search_title {
    margin-bottom: 0;
  }
}
.i_search .search_title ._inner ._en {
  height: 44px;
  display: block;
}
@media screen and (max-width: 575px) {
  .i_search .search_title ._inner ._en {
    height: 30px;
    margin-bottom: 10px;
  }
}
.i_search .search_title ._inner ._en img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.i_search .search_title ._inner ._ja {
  color: #073964;
  font-size: 1.375rem;
  text-align: center;
  font-weight: 600;
  margin-top: 6px;
  display: block;
}
@media screen and (max-width: 575px) {
  .i_search .search_title ._inner ._ja {
    font-size: 1.125rem !important;
    margin-top: 0;
  }
}
.i_search .search_title ._deco {
  position: absolute;
  max-width: 292px;
  top: 2px;
  right: 140px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .i_search .search_title ._deco {
    top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .i_search .search_title ._deco {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .i_search .search_title ._deco {
    top: auto;
    bottom: -50px;
  }
}
.i_search .search_title ._deco img {
  width: 100%;
}
.i_search .search_q {
  color: #073964;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .i_search .search_q {
    font-size: 1.125rem;
  }
}
.i_search .search_q .q_icon {
  max-width: 50px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 575px) {
  .i_search .search_q .q_icon {
    max-width: 25px;
  }
}
.i_search .symptoms_container {
  padding-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .i_search .symptoms_container {
    padding-bottom: 50px;
  }
}
.i_search .symptoms_container .gray_pannel {
  position: absolute;
  width: 100vw;
  background-color: #f3f4f5;
  height: 100%;
  left: -380px;
  top: 30px;
}
@media screen and (max-width: 1439px) {
  .i_search .symptoms_container .gray_pannel {
    left: 0;
  }
}
.i_search .symptoms_list {
  display: grid;
  padding-left: 40px;
  padding-right: 40px;
  flex-wrap: wrap;
  gap: 40px 30px;
  position: relative;
  z-index: 10;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 896px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1199px) {
  .i_search .symptoms_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .i_search .symptoms_list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 1em;
  }
}
@media screen and (max-width: 575px) {
  .i_search .symptoms_list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.i_search .symptoms_list li a {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 190px;
  aspect-ratio: 200/190;
  color: #313131;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 7px 7px 24px 0 rgba(115, 130, 143, 0.12);
  transition: 0.3s all;
}
@media screen and (max-width: 999px) {
  .i_search .symptoms_list li a {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .i_search .symptoms_list li a {
    aspect-ratio: unset;
  }
}
.i_search .symptoms_list li a:hover {
  background-color: #f8f8f8;
  transition: 0.3s all;
  color: #eb9191;
}
.i_search .symptoms_list li a:hover .icon_wrapper {
  background-color: #ffffff;
  transition: 0.3s all;
}
.i_search .symptoms_list li a .icon_wrapper {
  background-color: #f8f8f8;
  max-width: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1;
  transition: 0.3s all;
}
.i_search .symptoms_list li a .icon_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  line-height: 1;
}
.i_search .symptoms_list li a ._text {
  text-align: center;
  line-height: 1.7;
  margin-top: 1em;
  font-size: 0.938rem;
  letter-spacing: 0.01ex;
}
@media screen and (max-width: 767px) {
  .i_search .symptoms_list li a ._text {
    font-size: 0.875rem;
  }
}
.i_search .actions_list {
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .i_search .actions_list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .i_search .actions_list {
    margin-top: 1em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .i_search .actions_list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 420px) {
  .i_search .actions_list {
    flex-direction: column;
  }
}
.i_search .actions_list li a {
  background-color: #ffffff;
  border-radius: 36px;
  padding: 23px 30px 23px 50px;
  position: relative;
  box-sizing: border-box;
  color: #313131;
  transition: 0.3s all;
  letter-spacing: 0.01ex;
  box-shadow: 7px 7px 24px 0 rgba(115, 130, 143, 0.12);
  line-height: 1.4;
  min-height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .i_search .actions_list li a {
    padding: 10px 20px 9px 40px;
  }
}
.i_search .actions_list li a:hover {
  background-color: #f3f4f5;
  transition: 0.3s all;
  color: #eb9191;
}
.i_search .actions_list li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  content: "#";
  color: #f17e80;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
}
.i_search .actions_list li a .text {
  font-size: 1rem;
}
.i_search .actions_list li._column2 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .i_search .actions_list li._column2 {
    width: 100%;
  }
}
.i_search .actions_list li._column4 {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 999px) {
  .i_search .actions_list li._column4 {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 420px) {
  .i_search .actions_list li._column4 {
    width: auto;
  }
}

.user_news_list_wrapper {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .user_news_list_wrapper {
    position: relative;
    margin-top: 30px;
  }
}
.user_news_list_wrapper ._inner {
  max-width: 1780px;
  margin: 0 auto;
  position: relative;
}

.user_news_list {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f8f8f8;
  padding-right: 230px;
}
.user_news_list::after {
  content: "";
  position: absolute;
  width: 100vw;
  background-color: #f8f8f8;
  height: 60px;
  left: 50%;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .user_news_list::after {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  .user_news_list {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .user_news_list {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
.user_news_list::before {
  position: absolute;
  content: "";
  left: -29px;
  bottom: -1px;
  z-index: 11;
  background-image: url("/common/img/home/user/before_user_list.webp");
  width: 30px;
  height: 61px;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .user_news_list::before {
    content: none;
  }
}
.user_news_list > li {
  position: relative;
}
.user_news_list > li:not(:last-of-type)::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url("/common/img/home/user/slash_user.webp");
  width: 17px;
  height: 43px;
  background-size: contain;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 999px) {
  .user_news_list > li:not(:last-of-type)::before {
    content: none;
  }
}
.user_news_list > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #f8f8f8;
  transition: 0.2s all;
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
  margin-left: 34px;
  line-height: 1;
  padding-top: 20px;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .user_news_list > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .user_news_list > li > a {
    font-size: 16px;
    padding-right: 0;
    margin-left: 0;
    padding-top: 0;
    min-height: unset;
  }
}
@media screen and (max-width: 520px) {
  .user_news_list > li > a {
    padding-left: 0;
    font-size: 14px;
  }
}
.user_news_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 5px;
  background-size: contain;
  background-image: url("/common/img/icon/arrow/green_s.webp");
}
@media screen and (max-width: 999px) {
  .user_news_list > li > a::before {
    top: 4px;
  }
}
@media screen and (max-width: 520px) {
  .user_news_list > li > a::before {
    content: none;
  }
}

.important_area {
  max-width: 1060px;
  margin: 30px auto 0;
  padding-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .important_area {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 70px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .important_area {
    margin-top: 30px;
  }
}
.important_area .important_news_warp {
  display: flex;
  border-radius: 27px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 14.14px 14.14px 40px rgba(190, 195, 200, 0.2);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .important_area .important_news_warp {
    max-height: unset;
    flex-direction: column;
    border-radius: 10px;
  }
}
.important_area .important_news_warp .image_wrapper {
  display: none;
}
.important_area .important_news_warp .newsline_list {
  width: 100%;
}
.important_area .important_news_warp .newsline_list li {
  min-height: unset;
  width: 100%;
}
.important_area .important_news_warp .newsline_list li:first-of-type {
  border-top: none;
  border-bottom: none;
}
.important_area .important_news_warp .newsline {
  width: 100%;
  min-height: unset;
  padding: 10px 30px;
}
.important_area .important_news_warp .newsline .text_wrapper {
  display: flex;
}
.important_area .important_news_warp .newsline__cate {
  display: none;
}
@media screen and (max-width: 767px) {
  .important_area .important_news_warp .newsline___head {
    margin-bottom: 0;
  }
}
.important_area .important_news_warp a {
  width: 100%;
  transition: 0.2s all;
}
.important_area .important_news_warp a:hover {
  background-color: #fde8df;
  transition: 0.2s all;
  color: #d0602f;
}
.important_area .important_news_warp a:hover .newsline__ex {
  color: #d0602f;
  transition: 0.2s all;
}
.important_area .important_news_warp .head {
  position: relative;
  min-width: 166px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d0602f;
}
@media screen and (max-width: 767px) {
  .important_area .important_news_warp .head {
    padding-left: 0;
  }
}
.important_area .important_news_warp .head .text {
  color: #ffffff;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .important_area .important_news_warp .head .text {
    padding-right: 0;
  }
}
.important_area .important_news_warp .body {
  display: flex;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.important_area .important_news_warp .body::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 5px;
  background-size: contain;
  background-image: url("/common/img/icon/arrow/black.webp");
  z-index: 2;
}
.important_area .important_news_warp .body .inewsline {
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.important_area .important_news_warp .body .inewsline__ex {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  line-height: 1.2;
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .important_area .important_news_warp .body .inewsline__ex {
    font-size: 90%;
    transition: 0.2s all;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .important_area .important_news_warp .body .inewsline {
    padding: 10px;
  }
}
.important_area .important_news_warp .body .newsline {
  line-height: 1.2;
  padding: 10px 50px 10px 30px;
}
.important_area .important_news_warp .body .newsline__date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d0602f;
  letter-spacing: 0.1ex;
  margin-right: 20px;
  font-weight: 500;
  transform: translateY(1px);
}

.ibrand_area {
  position: relative;
  max-width: 1780px;
  margin: 0 auto;
}
.ibrand_area .title_wrapper ._en {
  margin-bottom: 20px;
}
.ibrand_area .title_wrapper ._ja {
  font-size: 18px;
  color: #ffffff;
}
.ibrand_area .ibrand_bg {
  position: absolute;
  width: 81.25%;
  aspect-ratio: 1300/540;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  max-width: 1404px;
}
@media screen and (min-width: 1781px), print {
  .ibrand_area .ibrand_bg {
    border-radius: 10px;
  }
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibrand_bg {
    width: 100%;
    border-radius: 0;
    aspect-ratio: unset;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibrand_bg {
    height: 260px;
  }
}
.ibrand_area .ibrand_bg::before {
  content: "";
  display: block;
  background: url("/common/img/home/ibrand/ibrand_before.webp") 0 0 no-repeat transparent;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ibrand_area .ibrand_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  vertical-align: middle;
}
.ibrand_area > .container {
  position: relative;
}
.ibrand_area .ibrand_tittle {
  position: absolute;
  top: 80px;
  right: -80px;
  max-width: 142px;
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibrand_tittle {
    display: none;
  }
}
.ibrand_area .ibrand_tittle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}
.ibrand_area .ibarnd_wrapper {
  color: #ffffff;
}
.ibrand_area .ibarnd_wrapper > ._title {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: -0.02em;
  font-weight: normal;
  font-size: 60px;
  line-height: 1.2;
  margin-top: -10px;
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibarnd_wrapper > ._title {
    font-size: 28px;
  }
}
.ibrand_area .ibarnd_wrapper ._lead {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: -0.02em;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.2ex;
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibarnd_wrapper ._lead {
    font-size: 16px;
  }
}
.ibrand_area .ibarnd_wrapper > ._head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5.3em;
  text-shadow: 0 0 10px rgba(105, 115, 123, 0.8);
  font-weight: 700;
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper > ._head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibarnd_wrapper > ._head {
    margin-bottom: 60px;
    padding-top: 7em;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list li a {
  box-shadow: 14.14px 14.14px 30px rgba(240, 248, 255, 0.2);
}
.ibrand_area .ibarnd_wrapper .ibrand_list li a:hover ._head ._image {
  transform: scale(1.2);
  transition: 0.2s all;
  transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list li a:hover ._head ._image {
    transform-origin: center;
    transform: scale(1.1);
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._02 {
    margin-bottom: 30px;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01, .ibrand_area .ibarnd_wrapper .ibrand_list._02 {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01, .ibrand_area .ibarnd_wrapper .ibrand_list._02 {
    flex-direction: column;
    row-gap: 20px;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 img, .ibrand_area .ibarnd_wrapper .ibrand_list._02 img {
  width: 100%;
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li {
    width: 100%;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box {
  background-color: #ffffff;
  display: block;
  box-shadow: 14.14px 14.14px 40px rgba(190, 195, 200, 0.2);
  border-radius: 5px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box {
    display: flex;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head {
  position: relative;
  margin-bottom: 0;
  height: 140px;
}
@media screen and (max-width: 1200px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head {
    height: auto;
    display: flex;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image {
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s all;
  display: block;
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image {
    margin: auto;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 304/240;
  left: 0;
  top: -70px;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image::before {
    top: -50px;
  }
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image::before {
    top: -30px;
  }
}
@media screen and (max-width: 899px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image::before {
    top: 0;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image._kome::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image._kome::before {
  background-image: url("/common/img/home/ibrand/kome_dropshadow.webp");
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image._meat::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image._meat::before {
  background-image: url("/common/img/home/ibrand/meat_dropshadow.webp");
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image._asparagus::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image._asparagus::before {
  background-image: url("/common/img/home/ibrand/asparagus_dropshadow.webp");
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image._tomato::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image._tomato::before {
  background-image: url("/common/img/home/ibrand/tomato_dropshadow.webp");
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image._muscat::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image._muscat::before {
  background-image: url("/common/img/home/ibrand/muscat_dropshadow.webp");
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image._rindo::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image._rindo::before {
  background-image: url("/common/img/home/ibrand/rindo_dropshadow.webp");
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head span._image._kogiku::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head span._image._kogiku::before {
  background-image: url("/common/img/home/ibrand/kogiku_dropshadow.webp");
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head img._image, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head img._image {
  margin-top: -70px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1200px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head img._image, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head img._image {
    margin-top: -50px;
  }
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head img._image, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head img._image {
    margin-top: -30px;
  }
}
@media screen and (max-width: 899px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head img._image, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head img._image {
    margin-top: 0;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._head img._shadow, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._head img._shadow {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body {
  padding: 0 clamp(16px, 2vw, 35px) 95px;
  position: relative;
  box-sizing: border-box;
  height: calc(100% - 150px);
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body::before {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/arrow/circle_green.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  transition: left 0.1;
}
@media screen and (max-width: 1200px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body {
    height: calc(100% - 130px);
    padding-bottom: 60px;
  }
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body::before {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body {
    height: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 50px 20px 0;
  }
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body::before, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body::before {
    right: 10px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body ._title, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body ._title {
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.2ex;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: -0.02em;
  font-weight: normal;
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body ._title > span, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body ._title > span {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body ._title, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body ._title {
    font-size: 23px;
    letter-spacing: 0;
  }
}
.ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body ._ex, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body ._ex {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ibrand_area .ibarnd_wrapper .ibrand_list._01 li .ibrand_box ._body ._ex, .ibrand_area .ibarnd_wrapper .ibrand_list._02 li .ibrand_box ._body ._ex {
    font-size: 90%;
  }
}
.ibrand_area .btn_wrap {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .ibrand_area .btn_wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ibrand_area .btn_wrap .link {
    margin-left: 0;
  }
}

.iservice_area {
  padding-top: 90px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .iservice_area {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 899px) {
  .iservice_area {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .iservice_area {
    padding-bottom: 0;
    padding-top: 110px;
    margin-bottom: 160px;
  }
}
.iservice_area .container {
  position: relative;
}
.iservice_area__content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .iservice_area__content {
    flex-direction: column;
  }
}
.iservice_area__head {
  padding-top: 80px;
  flex-shrink: 0;
  width: clamp(400px, 22vw, 300px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .iservice_area__head {
    width: 260px;
  }
}
@media screen and (max-width: 999px) {
  .iservice_area__head {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .iservice_area__head {
    padding-top: 0;
  }
}
.iservice_area__head .title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .iservice_area__head .title {
    margin-bottom: 25px;
  }
}
.iservice_area__head .title .en {
  position: absolute;
  top: -80px;
  left: -170px;
  z-index: -1;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .iservice_area__head .title .en {
    left: -30px;
  }
  .iservice_area__head .title .en img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .iservice_area__head .title .en {
    font-size: 80px;
    left: 0;
    top: -50px;
  }
}
.iservice_area__head .title .ja {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .iservice_area__head .title .ja {
    padding-left: 10px;
    font-size: 26px;
  }
}
.iservice_area__head ._lead {
  max-width: 260px;
}
@media screen and (max-width: 999px) {
  .iservice_area__head ._lead {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .iservice_area__head ._lead {
    line-height: 1.7;
    font-size: 90%;
  }
}
.iservice_area__body {
  max-width: 900px;
  width: calc(100% - clamp(250px, 30vw, 300px));
  position: relative;
  z-index: 2;
  top: 30px;
}
@media screen and (max-width: 999px) {
  .iservice_area__body {
    width: 100%;
    max-width: unset;
  }
}
.iservice_area .iservice_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  background-color: #ffffff;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .iservice_area .iservice_list {
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .iservice_area .iservice_list {
    padding-left: 20px;
    padding-right: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .iservice_area .iservice_list {
    grid-template-columns: 1fr;
  }
}
.iservice_area .iservice_list li:last-of-type a {
  border-bottom: none;
}
.iservice_area .iservice_list li:nth-last-of-type(2) a {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .iservice_area .iservice_list li:nth-last-of-type(2) a {
    border-bottom: 2px solid rgba(210, 210, 210, 0.3);
  }
}
.iservice_area .iservice_list li a {
  display: flex;
  min-height: 170px;
  border-bottom: 2px solid rgba(210, 210, 210, 0.3);
}
@media screen and (max-width: 767px) {
  .iservice_area .iservice_list li a {
    min-height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.iservice_area .iservice_list li a:hover {
  color: #009ce6;
}
.iservice_area .iservice_list li a ._head {
  max-width: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .iservice_area .iservice_list li a ._head {
    padding-left: 20px;
  }
}
.iservice_area .iservice_list li a ._head img {
  -o-object-fit: contain;
  object-fit: contain;
}
.iservice_area .iservice_list li a ._body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iservice_area .iservice_list li a ._body ._title {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: -0.02em;
  font-weight: normal;
  font-size: 26px;
}
@media screen and (max-width: 999px) {
  .iservice_area .iservice_list li a ._body ._title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .iservice_area .iservice_list li a ._body ._ex {
    line-height: 1.4;
    font-size: 90%;
  }
}
.iservice_area .white_pannel {
  background-color: #ffffff;
  width: 100vw;
  height: calc(100% + 60px);
  position: absolute;
  top: 0;
  z-index: 1;
  margin-left: 400px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .iservice_area .white_pannel {
    margin-left: 280px;
  }
}
@media screen and (max-width: 999px) {
  .iservice_area .white_pannel {
    display: none;
  }
}
.iservice_area .btn_wrap {
  max-width: 260px;
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .iservice_area .btn_wrap {
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .iservice_area .btn_wrap .link {
    margin-left: 0;
  }
}

.ipick_area {
  background: url("/common/img/home/ipick/bg_pick.webp") 0 0 no-repeat transparent;
  background-size: cover;
  padding-bottom: 140px;
  padding-top: 170px;
}
@media screen and (max-width: 999px) {
  .ipick_area {
    padding-top: 40px;
  }
}
.ipick_area .container ._left {
  flex-basis: 420px;
  flex-shrink: 0;
}
.ipick_area .container ._right {
  flex-grow: 10;
}
.ipick_area .container .pickup_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .ipick_area .container .pickup_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  .ipick_area .container .pickup_list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
.ipick_area .container .pickup_list li a {
  background-color: #f8f8f8;
  display: flex;
  border: 1px solid #d7e0e7;
  border-radius: 6px;
  padding: 28px 30px 28px 20px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .ipick_area .container .pickup_list li a {
    padding: 20px 30px 20px 10px;
  }
}
.ipick_area .container .pickup_list li a::before {
  content: "";
  display: inline-block;
  background: url("/common/img/icon/arrow/circle_green.webp") 0 0 no-repeat transparent;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: left 0.1s;
}
.ipick_area .container .pickup_list li a:hover {
  color: #313131;
  opacity: 0.9;
}
.ipick_area .container .pickup_list li a ._head {
  line-height: 1;
  overflow: hidden;
  flex-basis: 100px;
}
.ipick_area .container .pickup_list li a ._bottom {
  min-height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.2ex;
  flex-grow: 10;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .ipick_area .container .pickup_list li a ._bottom {
    font-size: 16px;
  }
}
.ipick_area .container .pickup_list li a .image_wrapper {
  border-radius: 50%;
  width: 80px;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  overflow: hidden;
}
.ipick_area .container .pickup_list li a .image_wrapper img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s all;
  border-radius: 50%;
  line-height: 1;
}
.ipick_area .container .title_wrapper {
  align-items: center;
}
.ipick_area .container .title_wrapper ._ja {
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  .ipick_area .container .title_wrapper ._ja {
    margin-top: 10px;
  }
}