@charset "UTF-8";
.font12 {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .font12 {
    font-size: clamp(11px, 1vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .font12 {
    font-size: clamp(10px, 1.432vw, 11px);
  }
}
@media screen and (max-width: 480px) {
  .font12 {
    font-size: clamp(9px, 2.083vw, 10px);
  }
}

/* ==================================================================
BASIC
=====================================================================*/
.intro_inner {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro_inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .intro_inner p {
    font-size: 2.916vw;
  }
}

/* ---------------------------------------------------------------- */
.intro_title {
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #78C153;
  font-size: clamp(28px, 1.823vw, 35px);
  margin-bottom: 2em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .intro_title {
    font-size: clamp(24px, 3.645vw, 28px);
  }
}
@media screen and (max-width: 480px) {
  .intro_title {
    font-size: 5vw;
  }
}

.intro_inner p {
  font-size: min(3.75vw, 24px);
  font-family: "Cochin", "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  .intro_inner p {
    font-size: clamp(14px, 2.083vw, 16px);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro_inner p span {
    font-size: 1em;
  }
}

/* ---------------------------------------------------------------- */
.intro_img01 {
  aspect-ratio: 5/2.1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
  border-radius: 1em;
}

.intro_img02 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .intro_img {
    margin-bottom: 7vw;
  }
}

/* ---------------------------------------------------------------- */
.one_period p.min, .one_period p.min.line_break {
  font-size: clamp(14px, 1.562vw, 16px);
}
@media screen and (max-width: 768px) {
  .one_period p.min, .one_period p.min span {
    font-size: min(3.75vw, 23px);
    text-align: center;
  }
}

/*　特徴
===================================================================== */
.bg_blue {
  background-color: #F9FAFC !important;
}

/* ---------------------------------------------------------------- */
#criticalIllness {
  position: relative;
}

/* ---------------------------------------------------------------- */
.flower_top_right:after {
  background-image: url(../images/common/bg_flower-top_right04.webp);
}

.flower_bottom_left:after {
  background-image: url(../images/common/bg_flower-bottom_left04.webp);
}

/* ---------------------------------------------------------------- */
.flower_inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .flower_inner {
    padding: 20vw 0 10vw;
  }
}

/* ---------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .section_title {
    /* font-size: min(5.625vw, 35px); */
    font-size: clamp(24px, 3.645vw, 28px);
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  .section_title {
    font-size: 5vw;
  }
}

/* ---------------------------------------------------------------- */
.list {
  max-width: 910px;
  width: 80%;
  margin: 0 auto;
  font-size: clamp(16px, 0.937vw, 18px);
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .list {
    width: 90%;
    /* font-size: min(3.75vw, 23px); */
    font-size: clamp(14px, 2.083vw, 16px);
    margin-bottom: 15vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .list {
    font-size: 2.916vw;
  }
}

/* ---------------------------------------------------------------- */
.list_text {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .list_text {
    letter-spacing: 0;
    text-align: justify;
    padding-left: 1.1em;
  }
}
.list_text span {
  position: absolute;
  top: 0;
  left: 0;
  color: #78C153;
}

/*　社名とロゴ
===================================================================== */
.name_block {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .name_block {
    margin-bottom: 3em;
  }
}

/* ---------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .left {
    text-align: center !important;
  }
}

/* ---------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .contents_title {
    /* font-size: min(5.625vw, 35px); */
    font-size: clamp(24px, 3.645vw, 28px);
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  .contents_title {
    font-size: 5vw;
  }
}

/* ---------------------------------------------------------------- */
.content_basic_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------- */
dl.two_layot_bloc {
  width: 100%;
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
dl.two_layot_bloc dt {
  width: 50%;
  margin: initial;
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc dt {
    width: 100%;
  }
}
dl.two_layot_bloc dd {
  width: 40%;
  max-width: 472px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc dd {
    width: 100%;
    max-width: initial;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc dd p {
    margin-bottom: 2em !important;
    /* font-size: min(3.75vw, 23px); */
    font-size: clamp(14px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  dl.two_layot_bloc dd p {
    font-size: 2.916vw;
  }
}
dl.two_layot_bloc img {
  border-radius: 1em;
}
dl.two_layot_bloc.reverse dt {
  -ms-flex-line-pack: center;
      align-content: center;
  margin: initial;
  width: 45%;
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc.reverse dt {
    width: 90%;
    margin: 0 auto;
  }
}
dl.two_layot_bloc.reverse dd {
  width: 40%;
  max-width: 476px;
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc.reverse dd {
    width: 100%;
    max-width: initial;
  }
}

/* ---------------------------------------------------------------- */
.name_origin .one_period {
  width: 100%;
}

/* ---------------------------------------------------------------- */
.text-area {
  margin-top: 7em;
}

/* ---------------------------------------------------------------- */
/* pを基準にする */
p.has-president {
  position: relative;
  padding-bottom: 170px; /* 画像分の余白（重要） */
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  p.has-president {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  p.has-president {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  p.has-president {
    font-size: clamp(15px, 2.083vw, 16px);
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 480px) {
  p.has-president {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}

/* ---------------------------------------------------------------- */
/* 右下配置（p幅内） */
.president-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 上下中央 */
  gap: 12px;
}

/* ---------------------------------------------------------------- */
/* 社長名 */
.president-name {
  text-align: right !important;
  font-size: 18px !important;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .president-name {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .president-name {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .president-name {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .president-name {
    font-size: 2.916vw !important;
  }
}

/* ---------------------------------------------------------------- */
/* 写真 */
.president-box img {
  width: 150px; /* 適宜調整 */
  height: auto;
  display: block;
}

/*　会社概要
===================================================================== */
.name_block_00 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(100px, 22vw, 400px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .name_block_00 {
    display: block;
    margin-bottom: 95vw;
  }
}

/* ---------------------------------------------------------------- */
.name_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .name_block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* ---------------------------------------------------------------- */
.over_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .over_right {
    width: 100%;
    margin-bottom: 15vw;
  }
}

/* ---------------------------------------------------------------- */
.over_plus {
  width: 40.5%;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .over_plus {
    width: 100%;
    max-width: initial;
    margin-bottom: 70vw;
  }
}

/* ---------------------------------------------------------------- */
.over_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(16px, 0.937vw, 18px);
  /* background: #ccc; */
}
@media screen and (max-width: 768px) {
  .over_cont {
    /* font-size: min(4.68vw, 24px); */
    /* font-size: min(3.75vw, 23px); */
    font-size: clamp(14px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .over_cont {
    font-size: 2.916vw;
  }
}
.over_cont dt, .over_cont dd {
  height: auto;
}
.over_cont dt:before, .over_cont dd:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border: solid 1px #EBEBEB;
}
.over_cont dt {
  position: relative;
  width: 34%;
  padding: 0.5em 0 0.5em 0.5em;
  color: #78C153;
}
@media screen and (max-width: 768px) {
  .over_cont dt {
    width: 38%;
  }
}
.over_cont dd {
  position: relative;
  width: 66%;
  padding: 0.5em 0.5em 0.5em 0;
}
@media screen and (max-width: 768px) {
  .over_cont dd {
    width: 62%;
  }
}

/* ---------------------------------------------------------------- */
.over_cont_bottom {
  margin-bottom: 3em;
}

/* ---------------------------------------------------------------- */
.this_link {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 65%;
  background: #78C153;
  color: #fff;
  padding: 0.5em 2em;
  font-size: 18px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .this_link {
    width: 85%;
    /* font-size: min(4.68vw,25px); */
    font-size: clamp(16px, 2.5vw, 20px);
    padding: 1em 2.5em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .this_link {
    font-size: 4vw;
  }
}
.this_link:hover {
  opacity: 0.5;
}
.this_link p {
  font-family: "Cochin", "NotoSerif", serif !important;
  display: inline;
}
.this_link p:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1.2em;
  height: 1.2em;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  background: url(../images/company/allow_under.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .this_link p:before {
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
            transform: translate(-100%, -50%) rotate(-90deg);
  }
}

/* ---------------------------------------------------------------- */
.img_two {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 1000px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .img_two {
    top: initial;
    bottom: 0%;
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    width: 95%;
  }
}
.img_two img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------- */
.over_img {
  /* position: relative; */
  width: 50%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .over_img {
    width: 60%;
  }
}
.over_img img {
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  .over_img img {
    border-radius: 0.5em;
  }
}

/* ---------------------------------------------------------------- */
.over_100vw, .over_100vw_02 {
  position: relative;
  width: 100vw;
}

.over_100vw {
  max-width: 1600px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------- */
.over_100vw_02 {
  aspect-ratio: 3/1;
  /* background: #ccc; */
}

/* ---------------------------------------------------------------- */
.inner_over {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 45%;
  max-width: 600px;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}
@media screen and (max-width: 768px) {
  .inner_over {
    width: 60%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.inner_over img {
  aspect-ratio: 3/2.1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 1em 0 0 1em;
}
@media screen and (max-width: 768px) {
  .inner_over img {
    border-radius: 0.5em 0 0 0.5em;
  }
}

/* ---------------------------------------------------------------- */
.inner_over01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .inner_over01 {
    width: 95%;
    top: initial;
    bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
.sec_ti_p {
  text-align: left;
}

/* ---------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .contents_title span {
    text-align: center;
  }
}
.contents_title span.title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: clamp(24px, 2.734vw, 36px);
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .contents_title span.title_flex {
    /* font-size: min(5.625vw, 35px); */
    font-size: clamp(24px, 3.645vw, 28px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .contents_title span.title_flex {
    font-size: 5vw;
  }
}
.contents_title span.sub_title {
  font-size: clamp(18px, 2.34vw, 28px);
  color: #000;
  padding-left: 1em;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .contents_title span.sub_title {
    /* font-size: min(5.625vw, 35px); */
    font-size: clamp(24px, 3.645vw, 28px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .contents_title span.sub_title {
    font-size: 5vw;
  }
}

/* ---------------------------------------------------------------- */
.section_urgency .contents_title {
  text-align: left !important;
}

/* ---------------------------------------------------------------- */
/* 改行 */
.line_break {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .line_break00 {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .one_period span.line_break00 {
    /* font-size: min(3.75vw, 23px); */
    font-size: clamp(14px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .one_period span.line_break00 {
    font-size: 2.916vw;
  }
}