@charset "UTF-8";
/***************************************
 * *
 * *style CSS
 * *
 * ****************************************** */
/*****************************
 * *
 * *settings
 * *
 * ***************************** */
:root {
  --color-primary: #6c191b;
  --color-secondary: #c6aa3f;
}
.trans_txt_parent .inner {
  overflow: hidden;
}
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px);
}

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0;
}

/***********************
 * *
 * *common
 * *
 * ********************** */
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

i,
em {
  font-style: normal;
}
html {
  scroll-padding-top: 120px;
}
body,
html {
  margin: 0px;
  padding: 0px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  color: #212121;
}

body {
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
ul li {
  padding: 5px 0;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
  letter-spacing: 0.05rem;
}

p {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0px;
}
p a {
  text-decoration: underline;
}

.ib {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  height: 100%;
}

.bg_grey {
  background: #ecfae5 !important;
}

table {
  border-collapse: collapse;
}

.pc_content {
  display: block !important;
}

.sp_content {
  display: none !important;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 120px;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .ib {
  padding: 16px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .ib .logo {
  align-items: center;
  display: flex;
  align-content: center;
  height: 100%;
}
header .ib .logo img {
  height: 100%;
  display: block;
  margin-right: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}
header .ib .logo span {
  font-size: 28px;
  font-weight: bold;
}
header .ib nav {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-right: 160px;
}
header .ib nav a {
  padding: 0px 15px;
  font-weight: bold;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  header .ib nav a:hover {
    /* color: #729b23; */
  }
}
header .ib a.contact {
  position: absolute;
  right: 0;
  top: 0;
  height: 120px;
  width: 140px;
  background: var(--color-primary);
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px;
  color: #fff;
}
header .ib a.contact:before {
  content: "\e0e1";
  font-family: "material icons";
  font-size: 40px;
  display: block;
  margin: 0 auto;
}
header .ib a.contact span {
  font-size: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

a.btn,
span.btn {
  padding: 10px 20px;
  font-size: 20px;
  border: 2px solid #000;
  background: #fff;
  margin: 40px auto;
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: var(--color-primary);
  font-weight: bold;
  min-width: 240px;
  text-align: center;
  position: relative;
}
a.btn.cn,
span.btn.cn {
  padding: 10px 40px;
}
a.btn.b,
span.btn.b {
  background: #16610e;
  color: #fff;
  padding: 13px 40px;
}
a.btn.b:after,
span.btn.b:after {
  content: "\e5e1";
  font-family: "material icons";
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

#fv {
  width: 100%;
  height: 720px;
  background: url(../img/main/ope-back-main.webp);
  background-size: cover;
  margin-top: 120px;
  padding-top: 50px;
}
#fv.page2 {
  background: url(../img/top2.jpg);
  background-size: cover;
}
#fv.page3 {
  background: url(../img/top3.jpg);
  background-size: cover;
}
#fv.page3 .ib {
  padding: 200px 0;
}
#fv.company {
  background: url(../img/s1.jpg);
  background-size: cover;
}
#fv.voice {
  background: #f1f1f1;
}
#fv.rec {
  height: 660px;
}
#fv.rec.page3 .ib {
  padding: 200px 0;
}
#fv.rec .ib {
  flex-wrap: wrap;
  padding: 160px 0;
}
#fv.rec .ib a {
  margin-top: 30px;
}
#fv.rec .ib p {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
#fv.rec .ib .title {
  font-size: 52px;
}
#fv.rec .ib .title:before,
#fv.rec .ib .title:after {
  display: none;
}
#fv .ib {
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
}
#fv .ib h3 {
  padding: 13px;
  font-size: 32px;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin: 30px 0;
}
#fv .ib h2 {
  color: #fff;
  font-size: 48px;
  margin: 40px 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#fv .ib h2 span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
#fv .ib .swiper .swiper-button-next,
#fv .ib .swiper .swiper-rtl .swiper-button-prev {
  width: 80px;
}
#fv .ib .swiper .swiper-button-next:after,
#fv .ib .swiper .swiper-rtl .swiper-button-prev:after {
  font-size: 80px;
  color: #fff;
  right: -20px;
  position: relative;
}
#fv .ib .swiper .swiper-button-prev:after,
#fv .ib .swiper .swiper-rtl .swiper-button-next:after {
  font-size: 80px;
  color: #fff;
}
#fv .ib .fv_slide .swiper-pagination-bullet {
  width: 100px;
  height: 5px;
  border-radius: 0;
  background: #fff;
}
#fv .ib .fv_slide .swiper-pagination {
  bottom: 20px;
}
#fv .ib .fv_slide {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-top: 50px;
}
#fv .ib .fv_slide .box {
  margin: 0 auto;
  /* width: 1160px; */
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
}
#fv .ib .fv_slide .box .l {
  width: 48%;
}
#fv .ib .fv_slide .box .l h3 {
  margin-top: 0;
}
#fv .ib .fv_slide .box .l p {
  color: #fff;
  font-size: 24px;
  line-height: 1.66;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#fv .ib .fv_slide .box .l h2 {
  margin-bottom: 20px;
}
#fv .ib .fv_slide .box .l h2 span {
  font-size: 32px;
}
#fv .ib .fv_slide .box .l .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/0.7;
}
#fv .ib .fv_slide .box .l .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#fv .ib .fv_slide .box .r {
  width: 48%;
}
#fv .ib .fv_slide .box .r .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/0.75;
}
#fv .ib .fv_slide .box .r .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#fv .ib .title {
  font-size: 38px;
  position: relative;
  width: 100%;
  font-weight: bold;
}
#fv .ib .title span {
  display: block;
  position: relative;
  display: table;
  margin: 0 auto;
  color: white;
}

#content .ib {
  padding: 66px 0;
}
#content .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content h2 {
  text-align: center;
  margin: 42px 0;
  font-size: 40px;
  position: relative;
}
#content h2.mgt {
  margin-top: 80px;
}
#content h2 span {
  display: block;
  font-size: 28px;
  color: var(--color-secondary);
}
#content h2.bd.grey i {
  background: #ecfae5;
}
#content h2.bd:after {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: block;
  background: #16610e;
  height: 1px;
  left: 0;
  z-index: 2;
}
#content h2.bd i {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: 3;
  color: #16610e;
}
#content .tit {
  font-size: 48px;
}
#content .link_list {
  margin: 32px 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .link_list a {
  width: 49%;
  height: auto;
  margin-bottom: 24px;
}
#content .link_list a img {
  display: block;
  width: 100%;
}
#content .link_container .ib {
  padding: 32px 0 2px;
}
#content .link_container .ib p {
  font-size: 24px;
  /* display: table; */
  /* display: inline-block; */
  position: relative;
  margin: 20px auto;
  word-break: keep-all;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
#content .link_container .ib p:before,
#content .link_container .ib p:after {
  position: absolute;
  content: "";
  height: 120%;
  width: 1px;
  display: block;
  left: -20px;
  top: -10%;
  transform: rotate(-20deg);
  background: #212121;
}
#content .link_container .ib p:after {
  left: auto;
  right: -20px;
  transform: rotate(20deg);
}
#content .cont_why .dekiru {
  margin-top: 44px;
  display: flex;
  width: 100%;
  position: relative;
}
#content .cont_why .dekiru .l {
  width: 45%;
  position: relative;
  z-index: 3;
}
#content .cont_why .dekiru .l a.btn {
  position: relative;
  left: -40px;
}
#content .cont_why .dekiru .l p {
  font-size: 24px;
  font-weight: bold;
  padding-right: 120px;
}
#content .cont_why .dekiru .l h2 {
  display: block;
}
#content .cont_why .dekiru .l h2 span {
  display: block;
  padding: 12px;
  font-size: 40px;
  color: #fff;
  background: #000;
  margin-bottom: 5px;
}
#content .cont_why .dekiru .r {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  width: 63%;
  aspect-ratio: 1/0.76;
}
#content .cont_why .dekiru .r p {
  position: absolute;
  right: 20px;
  color: var(--color-primary);
  writing-mode: vertical-rl;
  top: calc(50% - 110px);
  font-size: 28px;
  font-weight: bold;
  transform: scale(-1, -1);
}
#content .cont_why .dekiru .r img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_popular {
  background: var(--color-primary);
  position: relative;
}
#content .cont_popular h2 {
  color: #fff;
}
#content .cont_popular .tit {
  color: #fff;
}
#content .cont_popular p {
  color: #fff;
}
#content .cont_popular.bg_w {
  background: #fff;
}
#content .cont_popular:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  left: 0;
  bottom: 0;
}
#content .cont_popular .ib {
  z-index: 2;
}
#content .cont_popular .df {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content .cont_popular .df.rev {
  flex-direction: row-reverse;
}
#content .cont_popular .df.rev .l {
  width: 42%;
  margin: 30px 0;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
#content .cont_popular .df.rev .l h3 {
  font-size: 45px;
  text-align: center;
}
#content .cont_popular .df.rev .l p {
  font-size: 32px;
  color: var(--color-primary);
}
#content .cont_popular .df.rev .r {
  width: 54%;
  height: auto;
  background: #f1f1f1;
  aspect-ratio: 1/0.66;
}
#content .cont_popular .df h2 {
  display: block;
}
#content .cont_popular .df h2 span {
  display: block;
  padding: 12px;
  font-size: 40px;
  color: #fff;
  background: #000;
  margin-bottom: 5px;
}
#content .cont_popular .df .l {
  width: 50%;
}
#content .cont_popular .df .l h2 {
  margin-top: 0;
}
#content .cont_popular .df .l p {
  font-size: 20px;
  font-weight: bold;
}
#content .cont_popular .df .r {
  width: 46%;
  position: relative;
}
#content .cont_popular .df .r p {
  position: absolute;
  right: 20px;
  color: #000;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: bold;
  transform: scale(-1, -1);
  top: 30%;
}
#content .cont_popular .df .r img {
  display: block;
  width: 100%;
}
#content .cont_kodawari h4 {
  font-size: 32px;
  margin: 66px 0;
  width: 100%;
  color: var(--color-primary);
  text-align: center;
}
#content .cont_kodawari .df {
  position: relative;
  margin-top: 78px;
}
#content .cont_kodawari .df:after {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-secondary);
  display: block;
  content: "";
  left: calc(50% - 12px);
  top: -10px;
}
#content .cont_kodawari .df:before {
  z-index: 2;
  content: "";
  width: 4px;
  height: calc(100% + 50px);
  top: 0;
  left: calc(50% - 2px);
  background: var(--color-secondary);
  display: block;
  position: absolute;
}
#content .cont_kodawari .df .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#content .cont_kodawari .df .row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#content .cont_kodawari .df .row:nth-of-type(2n) .r {
  padding-left: 0;
  padding-right: 40px;
}
#content .cont_kodawari .df .row:nth-of-type(2n) .r h3 {
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
}
#content .cont_kodawari .df .row:nth-of-type(2n) .r h3 span {
  text-align: right;
}
#content .cont_kodawari .df .row:nth-of-type(2n) .r h3 em {
  text-align: right;
}
#content .cont_kodawari .df .row .l {
  width: 50%;
  display: flex;
  align-items: center;
}
#content .cont_kodawari .df .row .l .img {
  width: 100%;
  aspect-ratio: 1/0.7;
}
#content .cont_kodawari .df .row .l .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_kodawari .df .row .r {
  width: 50%;
  padding-left: 40px;
}
#content .cont_kodawari .df .row .r h3 {
  margin-top: 0;
}
#content .cont_kodawari .df .row .r h3 span {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-secondary);
  display: block;
  width: 100%;
}
#content .cont_kodawari .df .row .r h3 .num {
  display: table;
  font-size: 72px;
  font-weight: bold;
  padding: 12px 0;
  line-height: 1;
  border-top: 2px solid var(--color-secondary);
  border-bottom: 2px solid var(--color-secondary);
  color: var(--color-secondary);
  margin: 24px 0;
}
#content .cont_kodawari .df .row .r h3 em {
  display: block;
  font-size: 32px;
  color: var(--color-primary);
  font-weight: bold;
  width: 100%;
}
#content .cont_kodawari .df .row .r p {
  font-size: 20px;
  font-weight: bold;
}
#content .tac {
  text-align: center !important;
}
#content .star_rank {
  position: relative;
  width: 260px;
  aspect-ratio: 1/0.2;
  /* margin: 0 auto; */
}
#content .star_rank:before {
  width: 100%;
  content: "";
  background: url(../img/same/star.svg) 0 50% no-repeat;
  background-size: auto 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#content .star_rank.s4h:before {
  width: 95%;
}
#content .cont_review {
  background: var(--color-primary);
}
#content .cont_review h2 {
  color: #fff;
}
#content .cont_review .tac {
  color: #fff;
}
/* #content .cont_review .hyoka {
  color: #fff;
} */
#content .cont_review .df {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
}
#content .cont_review .df.pt2 .box {
  width: 32%;
  background-color: #fff;
  padding: 20px;
}
#content .cont_review .df.pt2 .box .img {
  width: 100%;
  aspect-ratio: 1/0.7;
}
#content .cont_review .df.pt2 .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_review .df.pt2 .box p {
  font-size: 24px;
}
#content .cont_review .df.pt2 .box p b {
  display: block;
  text-align: center;
  font-size: 28px;
}
#content .cont_review .df.pt2 .box p.pr {
  line-height: 1.5;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: var(--color-primary);
  padding: 8px;
  text-align: center;
  margin: 10px 0;
}
#content .cont_review .df.pt2 .box p.cus {
  margin: 10px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 26px;
}
#content .cont_review .df:not(.pt2) .box {
  width: 23.6%;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont_review .df .box p {
  font-size: 18px;
  font-weight: bold;
}
#content .cont_review .df .box h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  margin: 15px 0;
}
#content .cont_review .df .box .star {
  width: 124px;
  height: 28px;
  margin: 10px auto;
}
#content .cont_review .df .box img.icon {
  display: block;
  margin: 0 auto 20px;
}
#content .cont_review .df .box img.g_icon {
  display: block;
  margin: 30px auto 0px;
  width: 100px;
  aspect-ratio: 1/1;
}
.c_icon {
  width: 50px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: block;
  margin-inline: auto;
}
#content .cont_review .df .box:nth-child(1) .star {
  width: 124px;
}
#content .cont_review .df .box:nth-child(2) .star {
  width: 156px;
}
#content .cont_review .df .box:nth-child(3) .star {
  width: 124px;
}
#content .cont_review .df .box:nth-child(4) .star {
  width: 108px;
}
#content .cont_review p.tac {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#content .cont_review .hyoka {
  color: #fff;
  margin: 20px auto;
  /* width: 440px; */
  /* max-width: 100%; */
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .cont_review .date {
  color: #fff;
  margin: 20px auto;
  /* width: 440px; */
  /* max-width: 100%; */
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .cont_review .hyoka span {
  display: block;
  font-size: 44px;
  font-weight: bold;
  margin-right: 12px;
}
#content .cont_review .date p {
  margin: 0;
  @media (max-width: 950px) {
    font-size: 12px !important;
  }
}
#content .cont_review .hyoka .star {
  width: 200px;
  position: relative;
  height: 40px;
}
#content .cont_video {
  background: 0 0 url(../img/sky.jpg) no-repeat;
  background-size: 100%;
  margin-top: 40px;
}
#content .cont_video .ib {
  padding-bottom: 20px;
}
#content .cont_video .ib h2 span {
  color: #fff;
}
#content .cont_video .video_box {
  word-wrap: 1000px;
  margin: 50px auto;
  position: relative;
}
#content .cont_video .video_box:before,
#content .cont_video .video_box:after {
  content: "";
  width: 160px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#content .cont_video .video_box:after {
  width: 2px;
  height: 160px;
}
#content .cont_video .video_box .inner {
  width: 100%;
  padding: 80px;
  position: relative;
}
#content .cont_video .video_box .inner:before,
#content .cont_video .video_box .inner:after {
  content: "";
  background: #bbb;
  width: 160px;
  bottom: 0;
  right: 0;
  height: 2px;
  display: block;
  position: absolute;
}
#content .cont_video .video_box .inner:after {
  height: 160px;
  width: 2px;
}
#content .cont_video .video_box iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.6;
}
#content .cont_philosophy {
  position: relative;
  height: 1420px;
}
#content .cont_philosophy.pt2 {
  height: auto;
  background: #ecfae5;
}
#content .cont_philosophy.pt2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 190px;
  background: #fff;
  top: 0;
  left: 0;
}
#content .cont_philosophy.pt2:after {
  display: none;
}
#content .cont_philosophy.pt2 .ib {
  z-index: 2;
}
#content .cont_philosophy.pt2 .ib .df {
  margin-top: 110px;
}
#content .cont_philosophy.pt2 .ib .df .row {
  width: 100%;
  margin-top: 60px;
}
#content .cont_philosophy.pt2 .ib .df .row .df {
  margin-top: 20px;
}
#content .cont_philosophy.pt2 .ib .df .row .l h3,
#content .cont_philosophy.pt2 .ib .df .row .r h3 {
  padding: 10px;
  width: 116%;
  margin-left: -16%;
  margin-top: 32px;
  background: #16610e;
  font-size: 30px;
  color: #fff;
}
#content .cont_philosophy.pt2 .ib .df .row .l .img,
#content .cont_philosophy.pt2 .ib .df .row .r .img {
  aspect-ratio: 1/1.2;
}
#content .cont_philosophy.pt2 .ib .df .l .img,
#content .cont_philosophy.pt2 .ib .df .r .img {
  aspect-ratio: 1/0.75;
}
#content .cont_philosophy:after {
  content: "";
  background: url(../img/main/ope-back.webp);
  width: 100%;
  background-size: cover;
  height: 610px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .cont_philosophy .ib {
  padding-top: 10px;
  z-index: 2;
}
#content .cont_philosophy .ib .df {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content .cont_philosophy .ib .df .l,
#content .cont_philosophy .ib .df .r {
  width: 48.2%;
}
#content .cont_philosophy .ib .df .l .img,
#content .cont_philosophy .ib .df .r .img {
  width: 100%;
  aspect-ratio: 1/1.2;
}
#content .cont_philosophy .ib .df .l .img img,
#content .cont_philosophy .ib .df .r .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_philosophy .ib .df .l h3,
#content .cont_philosophy .ib .df .r h3 {
  margin-top: -7px;
}
#content .cont_philosophy .ib .df .l h3 span,
#content .cont_philosophy .ib .df .r h3 span {
  display: block;
  font-size: 24px;
}
#content .cont_philosophy .ib .df .l h3 i,
#content .cont_philosophy .ib .df .r h3 i {
  display: block;
  font-size: 46px;
}
#content .cont_philosophy .ib .df .l h3 i em,
#content .cont_philosophy .ib .df .r h3 i em {
  display: inline-block;
  font-size: 32px;
  color: #969696;
  padding-left: 20px;
}
#content .cont_philosophy .ib .df .l p,
#content .cont_philosophy .ib .df .r p {
  font-size: 20px;
  font-weight: bold;
}
#content .cont_rinen {
  position: relative;
  z-index: 2;
}
#content .cont_rinen.mgt {
  margin-top: -230px;
}
#content .cont_rinen.mgt .ib {
  margin-top: 0;
}
#content .cont_rinen .eye {
  width: 100%;
  height: 440px;
}
#content .cont_rinen .eye img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_rinen .ib {
  margin-top: -260px;
  padding-bottom: 120px;
}
#content .cont_rinen .df {
  background: rgba(255, 255, 255, 0.8);
  padding: 44px;
  display: flex;
  border: 1px solid #ccc;
}
#content .cont_rinen .df .l,
#content .cont_rinen .df .r {
  width: 50%;
}
#content .cont_rinen .df .l h3,
#content .cont_rinen .df .r h3 {
  font-size: 32px;
  margin-top: 0;
  position: relative;
}
#content .cont_rinen .df .l h3:before,
#content .cont_rinen .df .r h3:before {
  content: "";
  position: absolute;
  width: 320px;
  top: 50%;
  height: 1px;
  display: block;
  background: var(--color-primary);
  right: 60px;
}
#content .cont_rinen .df .l .tit,
#content .cont_rinen .df .r .tit {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: bold;
  margin-top: 120px;
}
#content .cont_rinen .df .l p,
#content .cont_rinen .df .r p {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}
#content .img {
  height: auto;
  /*aspect-ratio: 1/0.7;*/
}
#content .cont_recommend {
  background: var(--color-primary);
}
#content .cont_recommend h2 {
  color: #fff;
}
#content .cont_recommend.bg_w {
  background: #fff;
}
#content .cont_recommend .ib {
  padding-bottom: 100px;
}
#content .cont_recommend .ib .df_buy {
  position: relative;
}
#content .cont_recommend .ib .df_buy .box {
  display: flex;
  justify-content: flex-end;
  min-height: 450px;
  position: relative;
}
#content .cont_recommend .ib .df_buy .img {
  position: absolute;
  background: #ddd;
  top: 0;
  left: 0;
  width: 800px;
  aspect-ratio: 1/0.6;
}
#content .cont_recommend .ib .df_buy .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_recommend .ib .df_buy .r {
  width: 480px;
  margin: 50px 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  position: relative;
  border: 1px solid #ccc;
}
#content .cont_recommend .ib .df_buy .r .tit {
  font-size: 24px;
  text-align: center;
}
#content .cont_recommend .ib .df_buy .r h2 {
  font-size: 32px;
  text-align: center;
  margin: 20px 0;
}
#content .cont_recommend .ib .df_buy .r p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
#content .cont_recommend .ib .df_buy .r a.btn {
  margin-top: 15px;
  margin-bottom: 0;
}
#content .cont_recommend .ib .df {
  justify-content: space-between;
  display: flex;
  margin: 44px 0;
}
#content .cont_recommend .ib .df .l,
#content .cont_recommend .ib .df .r {
  width: 54%;
}
#content .cont_recommend .ib .df .l .img,
#content .cont_recommend .ib .df .r .img {
  overflow: hidden;
}
#content .cont_recommend .ib .df .l .img img,
#content .cont_recommend .ib .df .r .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_recommend .ib .df .l .bullet_m .row h4,
#content .cont_recommend .ib .df .r .bullet_m .row h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
}
#content .cont_recommend .ib .df .l .bullet_m .row h4:before,
#content .cont_recommend .ib .df .r .bullet_m .row h4:before {
  content: "・";
  color: #16610e;
}
#content .cont_recommend .ib .df .l .bullet_m .row p,
#content .cont_recommend .ib .df .r .bullet_m .row p {
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 18px;
}
#content .cont_recommend .ib .df .r {
  width: 43%;
}
#content .cont_recommend .ib .box_list {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#content .cont_recommend .ib .box_list .box {
  margin-right: 24px;
  width: 30.6%;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
#content .cont_recommend .ib .box_list .box:nth-of-type(3),
#content .cont_recommend .ib .box_list .box:nth-last-of-type(1) {
  margin-right: 0;
}
#content .cont_recommend .ib .box_list .box h4 {
  font-size: 24px;
  color: #16610e;
  margin-top: 0;
}
#content .cont_recommend .ib .box_list .box .bullet span {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
#content .cont_recommend .ib .box_list .box .bullet span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #16610e;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
}
#content .cont_recommend .ib .eat_list {
  margin: 60px 0;
}
#content .cont_recommend .ib .eat_list .row {
  margin: 20px 0;
  background: linear-gradient(90deg, #fff, #fff, #ddd, #ddd, #ddd, #fff, #fff);
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
#content .cont_recommend .ib .eat_list .row .num {
  color: #16610e;
  font-size: 90px;
  font-weight: bold;
  margin-right: 24px;
}
#content .cont_recommend .ib .eat_list .row .txt {
  width: 100%;
}
#content .cont_recommend .ib .eat_list .row .txt h4 {
  font-size: 32px;
  color: #16610e;
  margin-bottom: 0;
}
#content .cont_recommend .ib .eat_list .row .txt p {
  font-size: 20px;
  font-weight: bold;
}
#content .cont_recommend .ib .pr_list.pt2 .box p.emp {
  font-size: 24px;
  margin: 40px 0;
  padding: 0 60px;
  font-weight: bold;
}
#content .cont_recommend .ib .pr_list.pt2 .box .df .l {
  width: 54%;
}
#content .cont_recommend .ib .pr_list.pt2 .box .df .r {
  width: 42%;
  margin: 30px 0;
  border-top: 1px dashed #16610e;
  border-bottom: 1px dashed #16610e;
}
#content .cont_recommend .ib .pr_list.pt2 .box .df .r h3 {
  font-size: 32px;
  text-align: center;
  margin: 32px 0;
}
#content .cont_recommend .ib .pr_list.pt2 .box .df .r p {
  color: #16610e;
  line-height: 1.5;
}
#content .cont_recommend .ib .pr_list.pt2 .pr_point {
  background: #fff;
  border: none !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#content .cont_recommend .ib .pr_list .box {
  padding: 46px;
  background: #fff;
  margin-bottom: 24px;
}
#content .cont_recommend .ib .pr_list .box:last-child {
  margin-bottom: 0;
}
#content .cont_recommend .ib .pr_list .box h2 {
  text-align: left;
  margin-top: 0;
  font-size: 58px;
}
#content .cont_recommend .ib .pr_list .box h2 span {
  display: inline-block;
  padding: 5px 35px;
  font-size: 20px;
  color: #fff;
  background: #000;
}
#content .cont_recommend .pr_list h2 {
  color: var(--color-primary);
}
#content .cont_recommend .ib .pr_list .box h2 i {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #212121;
}
#content .cont_recommend .ib .pr_list .box .pr_point {
  padding: 40px;
  margin-top: 100px;
  border: 2px solid var(--color-primary);
  width: 820px;
  margin: 100px auto 40px;
  max-width: 100%;
}
#content .cont_recommend .ib .pr_list .box .pr_point .bullet {
  width: fit-content;
  margin-inline: auto;
}
#content .cont_recommend .ib .pr_list .box .pr_point .bullet span {
  display: block;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5px;
}
#content .cont_recommend .ib .pr_list .box .pr_point .bullet span:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-primary);
  margin-right: 20px;
}
#content .cont_recommend .ib .pr_list .box .pr_point h3 {
  padding: 0px 30px;
  background: #fff;
  display: table;
  font-size: 52px;
  color: var(--color-primary);
  margin: -80px auto 20px;
}
#content .cont_recommend .ib .pr_list .box .df {
  display: flex;
  justify-content: space-between;
}
#content .cont_recommend .ib .pr_list .box .df .l,
#content .cont_recommend .ib .pr_list .box .df .r {
  width: 52%;
}
#content .cont_recommend .ib .pr_list .box .df .l .img,
#content .cont_recommend .ib .pr_list .box .df .r .img {
  width: 100%;
  /*aspect-ratio: 1/0.7;*/
}
#content .cont_recommend .ib .pr_list .box .df .l .img img,
#content .cont_recommend .ib .pr_list .box .df .r .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_recommend .ib .pr_list .box .df .l p,
#content .cont_recommend .ib .pr_list .box .df .r p {
  margin-top: 0;
  font-size: 26px;
  font-weight: bold;
}
#content .cont_recommend .ib .pr_list .box .df .r {
  width: 45%;
}
.insta img {
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ib {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  height: 100%;
}
#content .cont_instagram .ib {
  padding: 80px 0 20px;
}
#content .cont_instagram .ib h2 {
  margin: 20px 0;
}
#content .cont_instagram .ib .ico_insta {
  width: 72px;
  display: block;
  margin: 20px auto;
}
#content .cont_instagram .ib p {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
#content .cont_instagram .ib a.btn_insta {
  max-width: 100%;
  width: 760px;
  padding: 20px;
  padding-bottom: 26px;
  border: 2px solid var(--color-primary);
  margin: 40px auto;
  display: block;
  display: flex;
  justify-content: space-between;
  transition: 0.4s ease;
}
#content .cont_instagram .ib a.btn_insta:hover {
  /* background: #dceefb; */
}
#content .cont_instagram .ib a.btn_insta .l {
  width: 76%;
}
#content .cont_instagram .ib a.btn_insta .l p {
  display: block;
  font-size: 32px;
  color: var(--color-primary);
  text-align: left;
  margin: 0;
}
#content .cont_instagram .ib a.btn_insta .l i {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#content .cont_instagram .ib a.btn_insta .r {
  width: 20%;
  padding-right: 20px;
  position: relative;
  padding-top: 10px;
}
#content .cont_instagram .ib a.btn_insta .r img {
  width: 100%;
}
/* insta */
.insta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  @media (max-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.insta img {
  border-radius: 10px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content table {
  width: 800px;
  margin: 50px auto;
  max-width: 100%;
  font-size: 20px;
}
#content table tr th {
  text-align: left;
  width: 25%;
  border-right: 4px solid #fff;
  padding: 20px;
  border-bottom: 2px solid #8f8f8f;
}
#content table tr td {
  padding: 20px;
  width: 75%;
  border-bottom: 2px solid #ccc;
}
#content .cont_company {
  overflow: hidden;
}
#content .cont_company .ib {
  padding-top: 20px;
  padding-bottom: 20px;
}
#content .cont_company .df {
  display: flex;
  justify-content: space-between;
}
#content .cont_company .df .l,
#content .cont_company .df .r {
  width: 48%;
}
#content .cont_company .df .l .img,
#content .cont_company .df .r .img {
  width: 50vw;
  height: 470px;
  overflow: hidden;
  margin-left: calc(0px - (50vw - 580px));
}
#content .cont_company .df .l .img img,
#content .cont_company .df .r .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_company .df .l h3,
#content .cont_company .df .r h3 {
  font-size: 46px;
  margin-top: 0;
  font-weight: bold;
}
#content .cont_company .df .l p,
#content .cont_company .df .r p {
  font-size: 20px;
  font-weight: bold;
}
#content .cont_company .df .r {
  padding-left: 20px;
}
#content .cont_company .comp_slide_outer {
  width: 100vw;
  margin-left: calc(0px - (50vw - 50%));
  margin-top: 32px;
}
#content .cont_company .comp_slide_outer .swiper .swiper-slide {
  width: 240px;
  aspect-ratio: 4/3;
}
#content .cont_seisan .kodawari_list .box {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 52px;
}
#content .cont_seisan .kodawari_list .box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#content .cont_seisan .kodawari_list .box .l {
  width: 48%;
}
#content .cont_seisan .kodawari_list .box .l .img {
  width: 100%;
  aspect-ratio: 1/0.75;
}
#content .cont_seisan .kodawari_list .box .l .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_seisan .kodawari_list .box .txt {
  width: 49%;
}
#content .cont_seisan .kodawari_list .box .txt .eye {
  height: 170px;
}
#content .cont_seisan .kodawari_list .box .txt .eye img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
#content .cont_seisan .kodawari_list .box .txt h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
#content .cont_seisan .kodawari_list .box .txt p {
  margin-top: 15px;
  font-size: 20px;
}
#content .w_m {
  width: 800px;
  max-width: 100%;
  margin: 40px auto;
  font-size: 22px;
  font-weight: bold;
}
#content .cont_koutei {
  background: #ecfae5;
}
#content .cont_koutei .ib .flow_list .box {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 36px;
  position: relative;
}
#content .cont_koutei .ib .flow_list .box:last-child:after {
  display: none;
}
#content .cont_koutei .ib .flow_list .box:after {
  width: 2px;
  height: calc(100% + 40px);
  position: absolute;
  content: "";
  left: calc(50% - 6px);
  background: #16610e;
  display: block;
}
#content .cont_koutei .ib .flow_list .box .img {
  width: 45%;
  height: auto;
  aspect-ratio: 1/0.66;
  background: #ddd;
}
#content .cont_koutei .ib .flow_list .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_koutei .ib .flow_list .box .txt {
  width: 47%;
  position: relative;
}
#content .cont_koutei .ib .flow_list .box .txt .num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  padding: 10px;
  font-size: 37px;
  text-align: center;
  justify-content: center;
  color: #fff;
  background: #16610e;
  left: -80px;
  top: 0;
  z-index: 3;
  position: absolute;
}
#content .cont_koutei .ib .flow_list .box .txt h3 {
  font-size: 26px;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #16610e;
  color: #16610e;
  padding-left: 16px;
}
#content .cont_koutei .ib .flow_list .box .txt p {
  font-weight: bold;
  margin-top: 90px;
}
#content .cont_kodawari_sub {
  background: #ecfae5;
  margin-top: 40px;
}
#content .cont_kodawari_sub .kodawari_list .box {
  margin-bottom: 54px;
}
#content .cont_kodawari_sub .kodawari_list .box .no {
  text-align: center;
  display: table;
  font-size: 32px;
  font-weight: bold;
  margin: 20px auto;
  position: relative;
}
#content .cont_kodawari_sub .kodawari_list .box .no:after,
#content .cont_kodawari_sub .kodawari_list .box .no:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #212121;
  position: absolute;
  left: -100px;
  top: 50%;
}
#content .cont_kodawari_sub .kodawari_list .box .no:after {
  left: auto;
  right: -100px;
}
#content .cont_kodawari_sub .kodawari_list .box .df {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont_kodawari_sub .kodawari_list .box .df .img {
  width: 48%;
  height: auto;
  aspect-ratio: 1/0.7;
}
#content .cont_kodawari_sub .kodawari_list .box .df .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_kodawari_sub .kodawari_list .box .df p {
  font-weight: bold;
  font-size: 20px;
  width: 48%;
  margin-top: 0;
}
#content .cont_kodawari_sub .kodawari_list .box .head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#content .cont_kodawari_sub .kodawari_list .box .head h3 {
  width: 50%;
  display: flex;
  justify-content: center;
}
#content .cont_kodawari_sub .kodawari_list .box .head h3 i {
  text-align: center;
  font-size: 40px;
}
#content .cont_kodawari_sub .kodawari_list .box .head h3 i span {
  display: block;
  font-size: 24px;
}
#content .cont_kodawari_sub .kodawari_list .box .head p {
  width: 50%;
  color: #8f8f8f;
  font-size: 20px;
}

.grid_content {
  margin: 60px 0;
}
.grid_content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}
.grid_content .row:nth-of-type(2) .img {
  width: 32.6%;
}
.grid_content .row:nth-of-type(2) .img:last-child {
  margin-right: 0;
}
.grid_content .row .inner {
  justify-content: space-between;
  display: flex;
  width: 49.4%;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.grid_content .row .inner .img {
  margin-bottom: 12px;
  width: 49%;
  margin-right: 0;
}
.grid_content .row .img {
  background: #ddd;
  height: auto;
  aspect-ratio: 1/0.66;
  margin-right: 12px;
}
.grid_content .row .img.l {
  width: 49.4%;
}

a.pagetop {
  width: 100px;
  display: block;
  margin: 50px auto;
  position: relative;
}
a.pagetop:before {
  content: "\e5e1";
  display: block;
  margin: 0 auto 20px;
  font-size: 44px;
  height: 50px;
  font-family: "material icons";
  transform: rotate(-90deg);
}
a.pagetop span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

#content .product_lineup {
  background: #ecfae5;
}
#content .product_lineup .ib .lineup_list {
  width: 840px;
  margin: 40px auto;
}
#content .product_lineup .ib .lineup_list .row {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
#content .product_lineup .ib .lineup_list .row:after {
  position: absolute;
  right: 0;
  content: "\e037";
  font-family: "material icons";
  color: #16610e;
  font-size: 64px;
  transform: rotate(90deg);
  right: 0;
  top: calc(50% - 32px);
}
#content .product_lineup .ib .lineup_list .row .inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding-left: 40px;
  background: #ecfae5;
  position: relative;
  z-index: 2;
  align-items: center;
}
#content .product_lineup .ib .lineup_list .row .inner span {
  padding: 10px 20px;
  font-size: 24px;
  color: #16610e;
  border-right: 1px solid #16610e;
}
#content .product_lineup .ib .lineup_list .row .inner i {
  font-size: 36px;
  padding: 10px 20px;
}
#content .product_lineup .ib .lineup_list .row:before {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  border-bottom: 1px dashed #16610e;
  position: absolute;
  top: 50%;
  left: 0;
}
#content .product_lineup .ib .tit {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
#content .product_lineup .ib .tit:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #16610e;
}
#content .product_lineup .ib .tit span {
  display: block;
  padding: 0 30px;
  margin-left: 100px;
  font-size: 32px;
  color: #16610e;
  background: #ecfae5;
  z-index: 2;
  position: relative;
  display: inline-block;
  line-height: 1;
  top: -20px;
}
#content .product_lineup .ib .btn {
  margin-top: 20px;
  margin: 20px 0 0;
  padding: 10px 80px;
  font-size: 24px;
}

#content .cont_voice2 {
  position: relative;
}
#content .cont_voice2 h2 {
  position: relative;
  z-index: 2;
}
#content .cont_voice2 .voice_box_list .box h3 {
  font-size: 32px;
  text-align: center;
  border-bottom: 1px solid #16610e;
  color: #16610e;
  margin: 50px 0;
  padding-bottom: 0;
}
#content .cont_voice2 .voice_box_list .box p {
  font-size: 24px;
  font-weight: bold;
}
#content .cont_voice2 .voice_box_list .box .row {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  padding: 60px 0;
  margin-bottom: 80px;
  justify-content: space-between;
}
#content .cont_voice2 .voice_box_list .box .row p.f {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  color: #8f8f8f;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
#content .cont_voice2 .voice_box_list .box .row:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100vw;
  top: 0;
  background: #ecfae5;
  left: calc(0px - (50vw - 50%));
}
#content .cont_voice2 .voice_box_list .box .row .img,
#content .cont_voice2 .voice_box_list .box .row .txt {
  position: relative;
  z-index: 2;
}
#content .cont_voice2 .voice_box_list .box .row .img {
  width: 63%;
  height: auto;
  aspect-ratio: 1/0.6;
  background: #ddd;
}
#content .cont_voice2 .voice_box_list .box .row .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_voice2 .voice_box_list .box .row .txt {
  width: 34%;
}
#content .cont_voice2 .voice_box_list .box .row .txt h3 {
  font-size: 32px;
  text-align: center;
  color: #212121;
  border: none;
  padding-bottom: 0;
  margin-bottom: 32px;
  margin-top: 0;
}
#content .cont_voice2 .voice_box_list .box .row .txt h3 span {
  display: inline-block;
  font-size: 22px;
}
#content .cont_voice2 .voice_box_list .box .row .txt h4 {
  text-align: center;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #16610e;
}
#content .cont_voice2 .voice_box_list .box .row .txt p {
  font-size: 24px;
}

#content .w100_img {
  display: block;
  width: 100%;
  height: 440px;
  margin-bottom: 60px;
}
#content .w100_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content .cont_history .history_list {
  position: relative;
  margin: 60px 0;
}
#content .cont_history .history_list:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  background: #ccc;
  display: block;
  top: 45px;
  left: 95px;
}
#content .cont_history .history_list .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#content .cont_history .history_list .row .year {
  font-size: 32px;
  font-weight: bold;
  margin-right: 30px;
}
#content .cont_history .history_list .row .txt {
  padding-left: 200px;
  position: relative;
}
#content .cont_history .history_list .row .txt p {
  font-size: 22px;
  font-weight: bold;
}
#content .cont_history .history_list .row .txt:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #ccc;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  left: -20px;
}
#content .cont_history .history_list .row .txt:before {
  position: absolute;
  content: "";
  width: 180px;
  top: 50%;
  left: 0;
  height: 1px;
  background: #ccc;
  display: block;
}

footer {
  background: var(--color-primary);
  margin-top: 40px;
}
footer .ib {
  padding: 80px 0 40px;
}
footer .ib .social_btn {
  display: flex;
}
footer .ib .social_btn a {
  padding-right: 10px;
}
footer .ib .social_btn i {
  font-size: 32px;
}
footer .ib .df {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 40px;
}
footer .ib .df .l {
  width: 40%;
}
footer .ib .df .l h3 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  color: #fff;
}
footer .ib .df .l p {
  font-size: 22px;
  font-weight: bold;
}
footer .ib .df .r {
  width: 54%;
  justify-content: space-between;
  display: flex;
  align-items: start;
}
footer .ib .df .r .box {
  width: 48%;
  border-left: 2px solid #fff;
  padding: 0 32px;
}
footer .ib .df .r .box a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
footer .ib p.copy {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.form__container {
  background: var(--color-primary);
  padding-block: 100px;
}

.form__wrap {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-one {
  margin-top: 160px;
  @media (max-width: 950px) {
    margin-top: 120px;
  }
}
.contact__title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.contact__text {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.form__table {
  width: 100%;
}

.form__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.form__label {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.form__label .required {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  background: #c00000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 2px;
}
.form__button {
  text-align: center;
  margin-top: 20px;
}

.form__privacy p {
  margin-bottom: 10px;
}
.form__privacy p a {
  color: #fff;
  font-size: 16px;
}
.form__privacy-text {
  color: #fff;
  font-size: 16px;
}
/* Form Parts */
/*各フォーム部品の基本スタイルを上書きします*/
input:is([type="text"], [type="email"], [type="tel"]),
textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  color: #616161;
  background: white;
  border: 1px solid #cfcfcf;
  border-radius: 0.1rem;
  font-size: 16px;
  line-height: 1.5;
}

input:is([type="submit"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--color-secondary);
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-size: 20px;
  width: min(100%, 200px);
  border-radius: 0.1rem;
  cursor: pointer;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/*フォーカス時*/
input:is([type="text"], [type="email"], [type="tel"]):focus,
textarea:focus,
select:focus {
  outline: 2px solid rgb(77, 144, 254);
}

.thanks {
  margin-top: 120px;
  @media (max-width: 950px) {
    margin-top: 80px;
  }
}

.thanks__container {
  padding-block: 200px;
  padding-inline: 10px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.thanks__title {
  font-size: 20px;
}

.thanks__text {
  font-size: 16px;
}

/* Privacy */
.privacy {
  margin-top: 160px;
  @media (max-width: 950px) {
    margin-top: 120px;
  }
}
.privacy__container {
  max-width: 1200px;
  margin-inline: auto;
  padding-block: 50px;
  background: #efefef;
}
.privacy__title {
  text-align: center;
  margin-top: 50px;
}
.privacy__list {
  padding-top: 30px;
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 20px;
}
.privacy__item {
  margin-bottom: 40px;
}

/* バナーのcomming soon */
.link_list a {
  position: relative;
  pointer-events: none;
  cursor: default;
}
.link_list a::before {
  content: "Coming soon";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_recommend .link_list2::before {
  content: "Coming soon";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */
