@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------ */
/* 共通 */
/* ------------------------------ */
.sp_bl {
  display: none;
}

.sp_no {
  display: block;
}

.sp_in_no {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp_bl {
    display: block;
  }
  .sp_no {
    display: none;
  }
  .sp_in_no {
    display: none;
  }
}
.inner-w {
  width: min(1440px, 100vw);
  margin: 0 auto;
}

.inner {
  width: min(1440px, 100vw);
  margin: 0 auto;
  padding: 0 min(120px, 8.3333333333vw);
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5vw;
  }
}
.cm_ttl_box {
  color: #fff;
}
.cm_ttl_box h1 {
  font-size: min(66px, 4.5833333333vw);
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Lora", serif;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.cm_ttl_box p {
  font-size: min(18px, 1.25vw);
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-top: 2em;
  font-family: "Source Serif Pro", "Noto Serif", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.cm_ttl_box .ja {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .cm_ttl_box h1 {
    font-size: 8.5333333333vw;
  }
  .cm_ttl_box p {
    font-size: 3.7333333333vw;
    margin-top: 1em;
  }
  .cm_ttl_box .ja {
    font-size: 2.6666666667vw;
    margin-top: 1em;
  }
}
.cm_ttl_box-2 .en {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: min(36px, 2.5vw);
  line-height: 1;
  letter-spacing: 0.1em;
}
.cm_ttl_box-2 .ja {
  font-size: min(16px, 1.1111111111vw);
  line-height: 1;
  letter-spacing: 0.16em;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .cm_ttl_box-2 .en {
    font-size: 6.4vw;
  }
  .cm_ttl_box-2 .ja {
    font-size: 3.4666666667vw;
    margin-top: 0.8em;
  }
}
.line_ttl {
  font-size: min(21px, 1.4583333333vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.line_ttl::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999999;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .line_ttl {
    font-size: 4.2666666667vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
  }
  .line_ttl::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #999999;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cm_btn {
  position: relative;
  display: block;
  font-size: min(14px, 0.9722222222vw);
  line-height: 1;
  letter-spacing: 0.16em;
  padding: 1em min(40px, 2.7777777778vw);
  border: 1px solid #B0B0B0;
  border-radius: 100vw;
  text-align: center;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.cm_btn::after {
  display: block;
  content: "";
  width: min(14px, 0.9722222222vw);
  height: min(6px, 0.4166666667vw);
  background-image: url("../img/about/arrow_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(16px, 1.1111111111vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cm_btn:hover, .cm_btn:focus-visible {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  .cm_btn {
    font-size: 3.4666666667vw;
    padding: 1em 8vw;
  }
  .cm_btn::after {
    width: 3.2vw;
    height: 1.3333333333vw;
    right: 5vw;
  }
}
.breadcrumb-nav {
  font-family: "Source Serif Pro", "Noto Serif", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 1.3888888889vw 3.4722222222vw;
  text-align: right;
}
.breadcrumb-nav .breadcrumb-list {
  display: inline-block;
}
.breadcrumb-nav .breadcrumb-list li {
  display: inline-block;
  font-size: min(13px, 0.9027777778vw);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.breadcrumb-nav .breadcrumb-list li:last-child::after {
  display: none;
}
.breadcrumb-nav .breadcrumb-list li::after {
  margin-left: 0.5em;
  display: inline-block;
  content: "/";
}
.breadcrumb-nav .breadcrumb-list li a {
  display: inline-block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.breadcrumb-nav .breadcrumb-list li a:hover, .breadcrumb-nav .breadcrumb-list li a:focus-visible {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .breadcrumb-nav {
    display: none;
  }
}
/* ------------------------------ */
/* 会社概要 */
/* ------------------------------ */
.about_page {
  padding-top: 0;
}

.about_top {
  position: relative;
}
.about_top .cm_ttl_box {
  position: absolute;
  left: 3.4722222222vw;
  bottom: 5.5555555556vw;
}
.about_top .mv_img {
  width: 100%;
}
.about_top .mv_img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about_top .cm_ttl_box {
    left: 5vw;
    bottom: 15vw;
  }
}
.about_message {
  font-family: "Source Serif Pro", "Noto Serif", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
.about_message .ttl_box {
  padding: 0 min(120px, 8.3333333333vw);
}
.about_message .ttl_box h2 {
	line-height: 1.6;
  font-size: min(42px, 2.9166666667vw);
  font-weight: 500;
  letter-spacing: 0.25em;
}
.about_message .ttl_box h2 span {
  font-size: min(64px, 4.4444444444vw);
}
.about_message .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(48px, 3.3333333333vw);
  margin-top: min(24px, 1.6666666667vw);
  padding: 0 min(120px, 8.3333333333vw);
}
.about_message .flex_box .flex_ttl_box {
  padding-left: 0.5em;
}
.about_message .flex_box .flex_ttl_box .label_item {
  position: relative;
}
.about_message .flex_box .flex_ttl_box .label_item .bar_item {
  display: block;
  width: 1px;
  height: min(110px, 7.6388888889vw);
  background-color: #333333;
  margin: 0 auto;
}
.about_message .flex_box .flex_ttl_box .label_item .label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: min(12px, 0.8333333333vw);
  line-height: 1;
}
.about_message .flex_box .flex_ttl_box h3 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: min(32px, 2.2222222222vw);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
  line-height: 1;
}
.about_message .flex_box .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(48px, 3.3333333333vw);
}
.about_message .flex_box .content .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_message .flex_box .content .txt_box p {
  font-size: min(16px, 1.1111111111vw);
  line-height: 2;
  margin-top: 2em;
}
.about_message .flex_box .content .txt_box p:first-child {
  margin-top: 0;
}
.about_message .flex_box .content .representative_box {
  width: min(410px, 28.4722222222vw);
}
.about_message .flex_box .content .representative_box .img_box {
  width: min(410px, 28.4722222222vw);
}
.about_message .flex_box .content .representative_box .img_box img {
  width: 100%;
}
.about_message .flex_box .content .representative_box .box_cont {
  text-align: right;
  margin-top: 1.5em;
}
.about_message .flex_box .content .representative_box .box_cont .label {
  font-size: min(18px, 1.25vw);
  line-height: 1;
  letter-spacing: 0.1em;
}
.about_message .flex_box .content .representative_box .box_cont .name {
  font-size: min(28px, 1.9444444444vw);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
.about_message .pc_img_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(10px, 0.6944444444vw) 1fr min(10px, 0.6944444444vw) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: min(10px, 0.6944444444vw);
  margin-top: min(100px, 6.9444444444vw);
}
.about_message .pc_img_box figure {
  width: 100%;
}
.about_message .pc_img_box figure img {
  width: 100%;
}
.about_message .pc_img_box figure figcaption {
  font-size: min(14px, 0.9722222222vw);
  text-align: center;
  margin-top: 1em;
}
.about_message .profile {
  margin-top: min(100px, 6.9444444444vw);
  padding: 0 min(120px, 8.3333333333vw);
}
.about_message .profile .video_item {
  width: min(600px, 41.6666666667vw);
}
.about_message .profile .video_item .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.about_message .profile .video_item .youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.about_message .profile .video_item .und_txt {
  font-size: min(24px, 1.6666666667vw);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-top: 0.75em;
  padding-left: 0.5em;
}
.about_message .profile .video_item .und_txt::before {
  display: inline-block;
  content: "";
  width: min(32px, 2.2222222222vw);
  height: min(32px, 2.2222222222vw);
  background-image: url("../img/about/arrow_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.about_message .profile .content {
  width: min(630px, 43.75vw);
  margin: 0 0 0 auto;
  margin-top: max(-380px, -26.3888888889vw);
}
.about_message .profile .content h3 {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 500;
  line-height: 1.5;
  padding: 0 min(64px, 4.4444444444vw);
}
.about_message .profile .content .txt_box {
  width: 100%;
  background-color: #F2F2F2;
  padding: min(50px, 3.4722222222vw) min(70px, 4.8611111111vw);
  margin-top: min(24px, 1.6666666667vw);
}
.about_message .profile .content .txt_box p {
  font-size: min(14px, 0.9722222222vw);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 2em;
}
.about_message .profile .content .txt_box p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .about_message {
    padding-top: 15vw;
  }
  .about_message .ttl_box {
    padding: 0 5vw;
    text-align: center;
  }
  .about_message .ttl_box h2 {
    display: inline-block;
    text-align: left;
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
  .about_message .ttl_box h2 span {
    font-size: 8vw;
  }
  .about_message .flex_box {
    gap: 0;
    margin-top: 10vw;
    padding: 0;
  }
  .about_message .flex_box .flex_ttl_box {
    position: absolute;
    padding: 0;
    left: 7.5vw;
  }
  .about_message .flex_box .flex_ttl_box .label_item .bar_item {
    height: 26.6666666667vw;
  }
  .about_message .flex_box .flex_ttl_box .label_item .label {
    font-size: 2.6666666667vw;
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  .about_message .flex_box .flex_ttl_box h3 {
    font-size: 4.8vw;
  }
  .about_message .flex_box .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .about_message .flex_box .content .txt_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 5vw;
    margin-top: 10vw;
  }
  .about_message .flex_box .content .txt_box p {
    font-size: 3.4666666667vw;
  }
  .about_message .flex_box .content .txt_box .img_sp {
    margin-top: 7.5vw;
  }
  .about_message .flex_box .content .txt_box .name_box {
    text-align: right;
    margin-top: 7.5vw;
  }
  .about_message .flex_box .content .txt_box .name_box .label {
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .about_message .flex_box .content .txt_box .name_box .name {
    font-size: 5.6vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
  }
  .about_message .flex_box .content .representative_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .about_message .flex_box .content .representative_box .img_box {
    width: 80vw;
    margin: 0 0 0 auto;
  }
  .about_message .flex_box .content .representative_box .box_cont {
    display: none;
  }
  .about_message .pc_img_box {
    display: none;
  }
  .about_message .profile {
    margin-top: 15vw;
    padding: 0 5vw;
  }
  .about_message .profile .video_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_message .profile .video_item .youtube {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2vw;
  }
  .about_message .profile .video_item .und_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 4.2666666667vw;
    margin-top: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_message .profile .video_item .und_txt::before {
    width: 5.6vw;
    height: 5.6vw;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .about_message .profile .content {
    width: 100%;
    margin: 0 0 0 auto;
    margin-top: 5vw;
  }
  .about_message .profile .content h3 {
    font-size: 3.4666666667vw;
    padding: 0;
    text-align: center;
  }
  .about_message .profile .content .txt_box {
    width: 100%;
    padding: 7.5vw 5vw;
    margin-top: 5vw;
  }
  .about_message .profile .content .txt_box p {
    font-size: 3.2vw;
  }
}
.about_company {
  font-family: "Source Serif Pro", "Noto Serif", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  background-image: url("../img/about/info_bak.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: min(80px, 5.5555555556vw);
  padding: min(150px, 10.4166666667vw) 0;
}
.about_company .content {
  position: relative;
  background-color: #fff;
  width: min(1000px, 69.4444444444vw);
  margin: 0 auto;
  padding: min(40px, 2.7777777778vw) min(130px, 9.0277777778vw) min(40px, 2.7777777778vw) min(200px, 13.8888888889vw);
}
.about_company .content .ttl_box {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0.6;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  gap: 1em;
}
.about_company .content .ttl_box h2 {
  font-family: "Lora", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: 500;
  font-size: min(80px, 5.5555555556vw);
  letter-spacing: 0.1em;
  line-height: 1;
}
.about_company .content .ttl_box p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: 500;
  font-size: min(15px, 1.0416666667vw);
  letter-spacing: 0.4em;
  line-height: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.about_company .content .company_inner {
  width: 100%;
}
.about_company .content .company_inner dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(40px, 2.7777777778vw) 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
}
.about_company .content .company_inner dl:last-child {
  border: none;
}
.about_company .content .company_inner dl dt {
  font-size: min(16px, 1.1111111111vw);
  width: min(190px, 13.1944444444vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.about_company .content .company_inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: min(16px, 1.1111111111vw);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .about_company {
    margin-top: 15vw;
    padding: 15vw 5vw;
  }
  .about_company .content {
    position: relative;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .about_company .content .ttl_box {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    gap: 1em;
  }
  .about_company .content .ttl_box h2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 8.5333333333vw;
  }
  .about_company .content .ttl_box p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 4vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .about_company .content .company_inner {
    width: 100%;
    background-color: #fff;
    padding: 5vw;
    margin-top: 10vw;
  }
  .about_company .content .company_inner dl {
    padding: 2.5vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_company .content .company_inner dl dt {
    font-size: 3.4666666667vw;
    width: auto;
  }
  .about_company .content .company_inner dl dd {
    font-size: 3.4666666667vw;
  }
}
.about_ourteam {
  padding: min(100px, 6.9444444444vw) 0;
  font-family: "Source Serif Pro", "Noto Serif", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
.about_ourteam .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.7777777778vw);
}
.about_ourteam .flex_box .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_ourteam .flex_box .content .txt_box {
  margin-top: min(40px, 2.7777777778vw);
}
.about_ourteam .flex_box .content .txt_box p {
  font-size: min(16px, 1.1111111111vw);
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 1.5em;
}
.about_ourteam .flex_box .content .cm_btn {
  margin-top: min(40px, 2.7777777778vw);
}
.about_ourteam .flex_box .img_box {
  width: min(810px, 56.25vw);
}
.about_ourteam .flex_box .img_box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about_ourteam {
    padding: 15vw 0 10vw;
  }
  .about_ourteam .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.5vw;
  }
  .about_ourteam .flex_box .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: contents;
  }
  .about_ourteam .flex_box .content .ttl_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about_ourteam .flex_box .content .item_cont {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about_ourteam .flex_box .content .txt_box {
    margin-top: 0;
  }
  .about_ourteam .flex_box .content .txt_box p {
    font-size: 3.4666666667vw;
    margin: 0;
  }
  .about_ourteam .flex_box .content .txt_box p:first-child {
    margin-top: 0;
  }
  .about_ourteam .flex_box .content .cm_btn {
    margin: 7.5vw auto 0;
    width: 70vw;
  }
  .about_ourteam .flex_box .img_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.about_access {
  font-family: "Source Serif Pro", "Noto Serif", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  background-color: #F2F2F2;
  padding: min(100px, 6.9444444444vw) 0;
}
.about_access .content .access_item {
  margin-top: min(64px, 4.4444444444vw);
}
.about_access .content .access_item .item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(32px, 2.2222222222vw);
}
.about_access .content .access_item .item_flex .item_cont {
  width: min(450px, 31.25vw);
}
.about_access .content .access_item .item_flex .item_cont .img_box {
  width: 100%;
}
.about_access .content .access_item .item_flex .item_cont .img_box img {
  width: 100%;
}
.about_access .content .access_item .item_flex .item_cont .txt_box p {
  font-size: min(16px, 1.1111111111vw);
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 1em;
}
.about_access .content .access_item .item_flex .map {
  width: min(680px, 47.2222222222vw);
  height: min(440px, 30.5555555556vw);
}
.about_access .content .access_item .item_flex .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .about_access {
    padding: 15vw 0 10vw;
  }
  .about_access .content .access_item {
    margin-top: 15vw;
  }
  .about_access .content .access_item .item_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5vw;
  }
  .about_access .content .access_item .item_flex .item_cont {
    width: 100%;
  }
  .about_access .content .access_item .item_flex .item_cont .img_box {
    margin-top: 5vw;
  }
  .about_access .content .access_item .item_flex .item_cont .txt_box p {
    font-size: 3.4666666667vw;
    margin-top: 1em;
  }
  .about_access .content .access_item .item_flex .map {
    width: 90vw;
    height: 90vw;
    margin-top: 5vw;
  }
}
/* ------------------------------ */
/* プライバシーポリシー */
/* ------------------------------ */
.privacy_top {
  position: relative;
}
.privacy_top .cm_ttl_box {
  position: absolute;
  left: 50%;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.privacy_top .mv_img {
  width: 100%;
}
.privacy_top .mv_img img {
  width: 100%;
}

.privacy_content {
  font-family: "Source Serif Pro", "Noto Serif", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  padding-bottom: min(80px, 5.5555555556vw);
}
.privacy_content .privacy_inner {
  padding: 0 min(210px, 14.5833333333vw);
}
.privacy_content .privacy_inner .privacy_txt {
  font-size: min(16px, 1.1111111111vw);
  letter-spacing: 0.1em;
  line-height: 2;
}
.privacy_content .privacy_inner .privacy_list {
  margin-top: min(64px, 4.4444444444vw);
}
.privacy_content .privacy_inner .privacy_list dl {
  margin-top: min(80px, 5.5555555556vw);
}
.privacy_content .privacy_inner .privacy_list dl dt {
  font-size: min(20px, 1.3888888889vw);
  letter-spacing: 0.1em;
  line-height: 2;
}
.privacy_content .privacy_inner .privacy_list dl dd {
  font-size: min(16px, 1.1111111111vw);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: min(24px, 1.6666666667vw);
}

@media screen and (max-width: 768px) {
  .privacy_content {
    padding: 10vw 0;
  }
  .privacy_content .privacy_inner {
    padding: 0 5vw;
  }
  .privacy_content .privacy_inner .privacy_txt {
    font-size: 3.4666666667vw;
  }
  .privacy_content .privacy_inner .privacy_list {
    margin-top: 10vw;
  }
  .privacy_content .privacy_inner .privacy_list dl {
    margin-top: 10vw;
  }
  .privacy_content .privacy_inner .privacy_list dl dt {
    font-size: 4.2666666667vw;
  }
  .privacy_content .privacy_inner .privacy_list dl dd {
    font-size: 3.4666666667vw;
    margin-top: 2.5vw;
  }
}