@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (360px <= width <= 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9;
  font-family: "A-OTF ゴシックMB101 Pro", "a-otf-gothic-mb101-pr6n", sans-serif;
  font-style: normal;
  color: #000;
}
@media screen and (360px <= width <= 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

section {
  position: relative;
  width: 100%;
}

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

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (360px <= width <= 767px) {
  a[href^="tel:"] {
    pointer-events: default;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pcnone {
  display: none !important;
}

.spnone {
  display: block;
}

@media screen and (360px <= width <= 767px) {
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: block !important;
  }
}
.en {
  font-family: "avenir";
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  position: relative;
  background-color: #FF6060;
}
.l-footer .l-footer-inner {
  padding: 8rem 2rem 2rem;
}
@media screen and (375px <= width <= 1020px) {
  .l-footer .l-footer-inner {
    padding: 4rem 2rem 2rem;
  }
}
.l-footer .l-footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.l-footer .copy {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.l-footerNav {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.l-footerNav .l-footerNav-item {
  width: 25%;
  padding: 0 6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.5;
}
.l-footerNav .l-footerNav-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.l-footerNav .l-footerNav-item h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (375px <= width <= 1020px) {
  .l-footerNav {
    margin-bottom: 4rem;
    flex-direction: column;
  }
  .l-footerNav .l-footerNav-item {
    width: 100%;
    font-size: 1.6rem;
    padding: 2rem 0;
  }
  .l-footerNav .l-footerNav-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .l-footerNav .l-footerNav-item h3 {
    font-size: 2rem;
    font-weight: bold;
  }
}

/* -------------------------------------------*/
header.l-header {
  position: relative;
  width: 100%;
  padding: 1.3rem 6% 1.6rem 2%;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.l-header__logo {
  transition: 0.2s;
  width: 330px;
  margin-right: auto;
  line-height: 1;
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
}
.l-header__logo a {
  display: block;
  line-height: 1;
}
@media screen and (375px <= width <= 1020px) {
  .l-header__logo {
    width: 170px;
    position: relative;
    z-index: 444;
  }
}

.l-header__toggle-btn {
  position: absolute;
  top: 5rem;
  right: 18px;
  width: 30px;
  height: 30px;
  z-index: 300;
  cursor: pointer;
  display: none;
}
.l-header__toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: all 0.5s;
  border-radius: 4px;
}
.l-header__toggle-btn span:nth-child(1) {
  top: 4px;
}
.l-header__toggle-btn span:nth-child(2) {
  top: 14px;
}
.l-header__toggle-btn span:nth-child(3) {
  bottom: 4px;
}

.l-header__nav.open {
  visibility: visible;
  position: fixed;
  background: rgb(255, 255, 255);
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 101;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: auto;
}
.l-header__nav.open + #mask {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
  z-index: 100;
}
.l-header__nav.open ~ .l-header__toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.l-header__nav.open ~ .l-header__toggle-btn span:nth-child(2) {
  opacity: 0;
}
.l-header__nav.open ~ .l-header__toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

.l-header__top-link {
  background-color: #FF6060;
  padding: 0.4rem 4rem;
}
.l-header__top-link a {
  display: block;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-size: 2.4rem;
}

.l-header__navlist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}

.l-header__navitem {
  display: flex;
  align-items: center;
  color: #000;
}
.l-header__navitem p {
  padding: 0 1rem;
  font-size: 1.2rem;
}
.l-header__navitem a {
  transition: 0.3s;
  font-size: 2.4rem;
  font-weight: bold;
}

.l-header__adress {
  padding: 2rem 2rem 0;
}
.l-header__adress .l-header__adress-title {
  font-size: 1.6rem;
  font-weight: bold;
}
.l-header__adress p {
  font-size: 1.4rem;
}

@media screen and (375px <= width <= 1020px) {
  .l-header__navWrap {
    padding: 9rem 6% 0;
  }
  .l-header__navlist {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .l-header__nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    pointer-events: none;
  }
  .l-header__nav.open {
    pointer-events: auto;
  }
  .l-header__navitem .ja {
    transition: 0.3s;
    font-size: 2rem;
    font-weight: bold;
  }
  .l-header__toggle-btn {
    display: block;
    top: 1.8rem;
  }
  .l-header__top-link a {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    font-size: 2.4rem;
  }
}
/* -------------------------------------------*/
/* -------------------------------------------*/
body {
  overflow-x: hidden;
}

.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: min(90rem, 94%);
  z-index: 1;
  margin: 0 auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-page-header {
  height: 74px;
  position: relative;
}
.c-page-header .c-page-header__title {
  position: absolute;
  top: 0;
  z-index: 6;
  right: 8vw;
  width: 13.4rem;
  height: 13.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "avenir";
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header {
    height: 4rem;
    font-size: 2.2rem;
    margin: 0 auto 3rem;
  }
  .c-page-header .c-page-header__title {
    right: 50%;
    transform: translateX(49%);
    top: 154px;
    width: 12rem;
    height: 10rem;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------*/
/* ------
breadcrumbs
-------------------------------------*/
.c-breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-left: 4vw;
  margin-bottom: 4rem;
  z-index: 7;
  position: relative;
}
.c-breadcrumbs a {
  color: #ee7800;
  font-size: 1.2rem;
}
.c-breadcrumbs span {
  font-size: 1.2rem;
}
@media screen and (360px <= width <= 767px) {
  .c-breadcrumbs {
    margin-bottom: 15rem;
  }
}

/* -------------------------------------------*/
.c-cta-btnWrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.c-cta-btnWrap .c-cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 300px;
  padding: 0.8rem 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
.c-cta-btnWrap .c-cta-btn.mail {
  background-color: #2c3a8a;
}
.c-cta-btnWrap .c-cta-btn.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #888889;
}
.c-cta-btnWrap .c-cta-btn .c-cta-btn__icon {
  display: inline-block;
}
@media screen and (360px <= width <= 767px) {
  .c-cta-btnWrap {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .c-cta-btnWrap .c-cta-btn {
    width: 100%;
  }
}
/* -------------------------------------------*/
/* ///////////////////////////////////
timeline
///////////////////////////////////*/
.p-interview__time-line {
  background-color: #DDDDDD;
  padding: 4rem 4rem 8rem;
}
@media (max-width: 1468px) {
  .p-interview__time-line {
    padding: 2rem 2vw 6rem;
  }
}

.timeline {
  list-style: none;
}
@media (max-width: 1468px) {
  .timeline {
    margin-top: 2rem;
  }
}

.timeline > li {
  position: relative;
}
.timeline > li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #FF6060;
  position: absolute;
  left: 0rem;
  top: 0.8rem;
  border-radius: 100%;
}
.timeline > li::after {
  background-color: #FF6600;
  content: "";
  height: calc(100% + 11px);
  left: 0.6rem;
  position: absolute;
  top: 23px;
  width: 3px;
}
@media (max-width: 768px) {
  .timeline > li:before {
    top: 0.5rem;
  }
  .timeline > li::after {
    top: 18px;
  }
}

.timeline-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
  position: relative;
}
.timeline-content p {
  letter-spacing: 1px;
  font-weight: 500;
}
.timeline-content .timeline-title {
  width: calc(100% - 14rem);
}
.timeline-content .timeline-list {
  margin-left: 14.2rem;
}
.timeline-content .timeline-list li {
  display: flex;
}
.timeline-content .timeline-list li::before {
  content: "-";
  margin-right: 0.8rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
}

.timeline > li:last-of-type .timeline-content::after {
  content: none;
}

.timeline-date {
  flex: 0 0 10rem;
  text-align: center;
  margin-left: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .timeline-date {
    flex: 0 0 9rem;
  }
}

.timeline-content {
  flex: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/*
top
-------------------------------------------*/
.p-hero {
  padding-top: 4rem;
}
@media screen and (375px <= width <= 1020px) {
  .p-hero {
    height: auto;
  }
}

.p-hero__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1100px) and (max-width: 1680px) {
  .p-hero__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 1100px) {
  .p-hero__inner {
    flex-direction: column;
    padding: 0 4vw;
  }
}

.p-hero__main-title {
  position: relative;
  flex: 1 1 360px;
}
.p-hero__main-title h1 {
  font-size: 12rem;
  font-weight: bolder;
  line-height: 1.2;
  white-space: nowrap;
  font-family:"Gothic MB101 Bold" ;
}
@media (max-width: 1580px) {
  .p-hero__main-title {
    flex-wrap: wrap;
    flex: 1;
    margin-left: 4vw;
  }
}
@media (max-width: 1100px) {
  .p-hero__main-title h1 {
    font-size: 6.4rem;
    white-space: normal;
  }
}

.p-hero__image {
  flex: 1 1 480px;
}
.p-hero__image img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (375px <= width <= 1020px) {
  .p-hero__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-hero__text {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: 10rem;
}
@media (max-width: 1580px) {
  .p-hero__text {
    flex-direction: row-reverse;
    gap: 4rem;
    margin-left: 4vw;
  }
}
@media (max-width: 767px) {
  .p-hero__text {
    flex-direction: column;
    margin-left: 0;
  }
}

.p-hero__text-title {
  margin-top: 7rem;
  font-size: 8rem;
  font-weight: bolder;
  line-height: 1.2;
  font-family:"Gothic MB101 Bold" ;
}
@media screen and (375px <= width <= 1020px) {
  .p-hero__text-title {
    font-size: 6.4rem;
    margin-top: 3rem;
  }
}

.p-hero__text-text {
  margin-top: 3rem;
  font-size: 3.6rem;
  line-height: 1.6;
  font-family:"Gothic MB101 Bold";
}
@media screen and (375px <= width <= 1020px) {
  .p-hero__text-text {
    font-size: 2.4rem;
  }
}

.p-hero__news {
  position: absolute;
  z-index: 1;
  left: 4rem;
  bottom: 4rem;
  width: 50rem;
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .p-hero__news {
    position: relative;
    left: 0;
    bottom: inherit;
    width: 100%;
    margin-top: 6rem;
  }
}
@media screen and (375px <= width <= 1020px) {
  .p-hero__news {
    position: relative;
    left: 0;
    bottom: inherit;
    width: 100%;
    margin-top: 6rem;
  }
}

.p-hero__news-title {
  font-family: "A-OTF ゴシックMB101 Pro";
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
}

.p-hero__news-item {
  display: flex;
  gap: 5rem;
  font-size: 1.8rem;
}
@media screen and (375px <= width <= 1020px) {
  .p-hero__news-item {
    gap: 2rem;
    font-size: 1.6rem;
  }
}

.p-section01 {
  position: relative;
}
.p-section01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #FF6060;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  z-index: -1;
}
@media screen and (375px <= width <= 1020px) {
  .p-section01 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .p-section01:before {
    -webkit-clip-path: polygon(0 2%, 100% 0, 100% 98%, -60% 100%);
            clip-path: polygon(0 2%, 100% 0, 100% 98%, -60% 100%);
  }
}

.p-section02 {
  position: relative;
}

.p-section03 {
  position: relative;
  z-index: 2;
  padding-bottom: 10rem;
}
.p-section03:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 107%;
  background-color: #FF6060;
  -webkit-clip-path: polygon(0% 6%, 100% 0%, 100% 95%, 0% 100%);
          clip-path: polygon(0% 6%, 100% 0%, 100% 95%, 0% 100%);
  z-index: -1;
}
@media screen and (375px <= width <= 1020px) {
  .p-section03 {
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding-bottom: 0;
  }
  .p-section03:before {
    height: 105%;
    -webkit-clip-path: polygon(0% 1.7%, 100% 1%, 100% 99%, 0% 100%);
            clip-path: polygon(0% 1.7%, 100% 1%, 100% 99%, 0% 100%);
  }
}

.p-section__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 4rem;
}
@media (max-width: 1480px) {
  .p-section__inner {
    flex-direction: column;
    padding: 0 4vw;
  }
}

.p-section03 .p-section__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 4rem;
}
@media (max-width: 1480px) {
  .p-section03 .p-section__inner {
    flex-direction: column;
    padding: 0 4vw 0 4vw;
  }
}

.p-section__text {
  flex: 1 1 48rem;
  position: relative;
  padding-right: 4rem;
  padding-bottom: 60rem;
}
.p-section__text .text {
  font-size: 2rem;
  line-height: 1.5;
    font-family:"Gothic MB101 Bold" ;
}
@media (max-width: 1480px) {
  .p-section__text {
    margin-bottom: 6rem;
    padding-right: 0;
    padding-bottom: 0;
  }
  .p-section__text .text {
    font-size: 1.6rem;
  }
}

.p-section__first-title {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.2;
  background-color: #000;
  color: #fff;
  padding: 1.2rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2.4rem -4rem;
}
@media screen and (375px <= width <= 1020px) {
  .p-section__first-title {
    font-size: 2.8rem;
    white-space: nowrap;
    margin: 0 0 2.4rem -4vw;
  }
}

.p-section__main-title {
  font-size: 14.4rem;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (375px <= width <= 1020px) {
  .p-section__main-title {
    font-size: 9.6rem;
    white-space: nowrap;
  }
}

.p-section__text-text {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.p-section__image {
  flex: 1 1 130rem;
  position: relative;
}
.p-section__image img {
  max-width: 100%;
}
@media screen and (375px <= width <= 1020px) {
  .p-section__image {
    width: 100%;
  }
}

.sec02-02 {
  position: absolute;
  bottom: -5rem;
  left: -4rem;
  z-index: calc(infinity);
}
@media (max-width: 1480px) {
  .sec02-02 {
    position: absolute;
    bottom: -5rem;
    right: inherit;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .sec02-02 {
    width: 50%;
  }
}

.p-section__interview {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  width: 40rem;
}
.p-section__interview > a{
  margin-bottom: 2.8rem;
  display: block;
}
@media (max-width: 1480px) {
  .p-section__interview {
    position: relative;
    left: 0;
    bottom: inherit;
    width: 100%;
    margin-top: 6rem;
  }
}

.p-section__interview-title {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 1.4rem;
  border-bottom: 2px solid #000;
  margin-bottom: 2rem;
  font-family:"Gothic MB101 Bold" ;
}

.p-section__interview-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-section__interview-content:not(:last-of-type) {
  margin-bottom: 2.8rem;
}
.p-section__interview-content .p-section__interview-content-image {
  width: 13.3rem;
  height: 13.3rem;
}
.p-section__interview-content .p-section__interview-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section__interview-content .p-section__interview-content-text {
  flex: 1;
}
.p-section__interview-content .p-section__interview-content-text p {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.p-section__interview-content .p-section__interview-content-text p span {
  display: block;
  font-size: 2rem;
}
.p-section__interview-content .p-section__interview-content-text em {
  border: 1px solid #000;
  border-radius: 2rem;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}

.p-section__image-block {
  overflow: hidden;
}
.p-section__image-block:not(:last-of-type) {
  margin-bottom: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 2px solid #000;
}

.p-section__image-block-text h2 {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.p-section__image-block-text p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.6rem;
  max-width: 20rem;
}
.p-section__image-block-text em {
  border: 1px solid #000;
  border-radius: 2rem;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  display: inline-block;
}

.block-image01 {
  margin-top: -17rem;
  float: right;
}

.block-image02 {
  margin-top: -33rem;
  float: right;
}

.block-image03 {
  margin-top: -27rem;
  margin-right: 3rem;
  float: right;
}

.block-image04 {
  margin-top: -26rem;
  float: right;
}

.block-image05 {
  margin-top: -39rem;
  margin-right: -6rem;
  width: 62%;
  float: right;
}

.block-image06 {
  margin-top: -28rem;
  width: 62%;
  float: right;
}

.block-image07 {
  margin-top: -16rem;
  width: 80%;
  float: right;
}

.block-image08 {
  width: 100%;
  float: none;
  margin-top: 0;
}

.block-image09 {
  margin-top: -36rem;
  width: 40%;
  float: right;
}

.p-data {
  position: relative;
  z-index: 3;
}

.p-data__inner {
  padding: 0 8rem;
}
@media screen and (375px <= width <= 1020px) {
  .p-data__inner {
    padding: 0 4vw;
  }
}

.p-data__title {
  font-size: 9.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media screen and (375px <= width <= 1020px) {
  .p-data__title {
    font-size: 5.6rem;
  }
}

.p-data__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (375px <= width <= 1020px) {
  .p-data__content {
    flex-direction: column;
  }
}

.p-data__content-item {
  width: 44%;
}
.p-data__content-item .block {
  margin-bottom: 4rem;
}
.p-data__content-item .title {
  font-size: 2.4rem;
  color: #FF6060;
    font-family:"Gothic MB101 Bold" ;
}
.p-data__content-item .text {
  font-size: 2.4rem;
}
.p-data__content-item .text ul {
  margin: 0 0 0 4rem;
  padding: 0;
  line-height: 1.2;
  list-style: none;
}
.p-data__content-item .text ul li {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  list-style: none;
}
@media screen and (375px <= width <= 1020px) {
  .p-data__content-item {
    width: 100%;
  }
  .p-data__content-item .title {
    font-size: 2rem;
    color: #FF6060;
  }
  .p-data__content-item .text {
    font-size: 1.8rem;
  }
  .p-data__content-item .text ul {
    margin: 0 0 0 2rem;
  }
}

.p-data__content-item-title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media screen and (375px <= width <= 1020px) {
  .p-data__content-item-title {
    font-size: 3.6rem;
  }
}

.map iframe {
  width: 100%;
  height: 550px;
}
/* -------------------------------------------*/
/*
interview
-------------------------------------------*/
.p-interview {
  padding: 10rem 0 10rem 4vw;
}
@media (max-width: 1468px) and (min-width: 768px) {
  .p-interview {
    padding: 10rem 4vw;
  }
}
@media (max-width: 768px) {
  .p-interview {
    padding: 5rem 4vw;
  }
}

.p-interview__inner {
  display: grid;
  justify-content: right;
  grid-template-columns: calc(100% - 70rem) 70rem;
}
@media (max-width: 1468px) {
  .p-interview__inner {
    display: block;
  }
}

.p-interview__header {
  grid-area: 1/1/2/2;
  margin-bottom: 4rem;
}

.p-interview__footer {
  grid-area: 2/1/3/2;
  padding-right: 6vw;
}

.p-interview__content {
  grid-area: 1/2/3/3;
}

.p-interview__name {
  font-size: 9rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-interview__name {
    font-size: 4rem;
  }
}

.p-interview__job {
  font-size: 3rem;
  font-weight: bold;
}
.p-interview__job span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 1.5rem;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  border-radius: 100vmax;
}
@media (max-width: 768px) {
  .p-interview__job {
    font-size: 2rem;
  }
  .p-interview__job span {
    font-size: 1.4rem;
    padding: 0.2rem 0.5rem;
  }
}

.p-interview__title {
  font-size: 4.4rem;
  line-height: 1.3;
  font-weight: 100;
  font-family: "A1 Mincho";
  margin-top: 2rem;
}
@media (max-width: 1468px) and (min-width: 768px) {
  .p-interview__title {
    font-size: 4rem;
  }
  .p-interview__title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-interview__title {
    font-size: 2.4rem;
  }
  .p-interview__title br {
    display: none;
  }
}

.p-interview__footer-text {
  padding: 2rem 4rem 2rem 0;
}
.p-interview__footer-text:not(:last-of-type) {
  border-bottom: 1px solid #FF6060;
}
.p-interview__footer-text h3 {
  color: #FF6060;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-interview__footer-text p {
  font-size: 2rem;
  font-family: "游ゴシック体", "Yu Gothic";
}
@media (max-width: 768px) {
  .p-interview__footer-text {
    padding: 2rem 0 2rem 0;
  }
  .p-interview__footer-text h3 {
    color: #FF6060;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .p-interview__footer-text p {
    font-size: 1.4rem;
    font-family: "游ゴシック体", "Yu Gothic";
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.text-right {
  text-align: right;
}

.row {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media screen and (max-width: 1080px) {
  .row {
    flex-wrap: wrap;
  }
}

.col-block {
  padding: 1rem 0;
}

.separetor {
  border-right: 1px solid #000;
}
@media screen and (max-width: 1080px) {
  .separetor {
    border-right: none;
  }
}/*# sourceMappingURL=style.css.map */