@charset "UTF-8";

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  header {
    padding: 0px !important;
  }
  body {
    font-size: 14px;
    line-height: 30px;
  }
  .eesm {
    font-size: 80%;
  }
  .esm {
    /* font-size: 60%; */
    font-size: 85%;
  }
  .sm {
    /* font-size: 80%; */
    font-size: 90%;
  }
  .lsm {
    font-size: 95%;
  }
  .lllg {
    font-size: 110%;
  }
  .llg {
    font-size: 120%;
  }
  .lg {
    /* font-size: 120%; */
    font-size: 160%;
  }
  .elg {
    /* font-size: 140%; */
    font-size: 220%;
  }
  .wrap_white {
    width: 768px;
  }
  h1 {
    font-size: 260%;
    text-decoration-thickness: 14px;
    text-underline-offset: 10px;
  }
  h2 {
    font-size: 32px;
    font-weight: 700;
    border-bottom: solid 6px #e47822;
    padding-top: 60px;
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
    padding: 40px 0;
  }
  #top > img {
    width: 768px;
    height: auto;
    margin-top: 20px;
  }
  .interview_column {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 25%;
    margin: 50px 0;
  }
  .interviewer {
    height: auto;
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif, serif;
  }
  #textarea > img {
    margin: auto;
    display: block;
    width: 80%;
    height: auto;
    padding: 40px 0 80px;
  }
  .writer {
    color: #4b2727;
    text-align: end;
    padding: 60px 20px;
    font-weight: 500;
  }
  .banner_image {
    display: inline-flex;
    justify-content: center;
    padding: 120px 0 20px !important;
  }
  .blue_area {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  header {
    padding: 0px !important;
  }
  .wrap_white {
    width: 768px;
  }
}

/* Base */
body {
  /* font-family: "MS Pゴシック"; */
  font-family: "Noto Serif JP", sans-serif, serif;
  margin: 0;
  padding: 0;
  background-image: url("../images/background.jpg");
  background-size: cover;
  color: #4b2727;
  font-size: 18px;
  font-weight: Regular;
  line-height: 1.2;
  box-sizing: border-box;
}

a {
  color: #3a1a22;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul li {
  list-style: none;
}

a:hover {
  opacity: 0.8;
}
a {
  text-decoration: none;
}
.link-in-text {
  text-decoration: underline;
}

p {
  line-height: 25px;
  padding-bottom: 30px;
}

/* ------追記------ */
.eesm {
  font-size: 60%;
}
.esm {
  /* font-size: 60%; */
  font-size: 75%;
}
.sm {
  /* font-size: 80%; */
  font-size: 90%;
}
.lsm {
  font-size: 95%;
}
.lllg {
  font-size: 110%;
}
.llg {
  font-size: 120%;
}
.lg {
  /* font-size: 120%; */
  font-size: 160%;
}
.elg {
  /* font-size: 140%; */
  font-size: 220%;
}
/* header */
header {
  width: 100%;
  background-color: #124e79;
  /* min-height: 40px; */
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header a {
  color: #ffffff;
  font-size: 15px;
}
header img {
  width: 100%;
}
header div {
  /* width: 1170px; */
  /* width: 1024px; */
  width: 900px;
  margin: 0 auto;
}

.blue_area {
  position: relative;
  width: 50%;
  height: 45px;
  /* background-color: #124E79; */
  margin-top: 100px;
}

.title_main {
  position: absolute;
  top: auto;
  left: auto;
  color: #fff;
  margin: 0 auto;
  width: 1024px;
}
.title_main span {
  background-color: #124e79;
  padding: 2px 0;
  font-size: 28px;
}

.title_text {
  height: 32px;
}

.blue_band {
  position: absolute;
  background-color: #124e79;
  right: 50%;
  top: -5px;
  height: 44px;
  width: 50vw;
  z-index: -10;
}

.page_title {
  position: relative;
}
.blue_underline {
  position: absolute;
  height: 14px;
  background-color: #124e79;
  top: 58px;
  left: 50%;
  width: 50vw;
  /* bottom: -13px; */
}

.wrap_white {
  margin: 0 auto;
  z-index: 10;
  /* background-image: url("../images/wrap_white.jpg?20230210"); */
  /* background-color: rgba(255, 255, 255, 0.4); */
  flex-direction: column;
  flex-wrap: nowrap;
  /* width: 1170px; */
  width: 1024px;
  display: flex;
}
section {
  padding: 60px 20px;
}

h1 {
  color: #124e79;
  text-align: end;
  font-size: 260%;
  text-decoration: underline;
  text-decoration-thickness: 14px;
  text-decoration-color: #124e79;
  /* -webkit-text-decoration: underline 14px #124e79; */
  text-underline-offset: 10px;
  z-index: 10;
}
h2 {
  font-size: 32px;
  font-weight: 700;
  color: #707070;
  border-bottom: solid 6px #e47822;
  padding-top: 60px;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 40px 0;
}

#top > img {
  width: 1024px;
  height: auto;
  margin-top: 20px;
}

.interview_column {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 15%;
  margin: 50px 0;
}
.interviewer {
  height: auto;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif, serif;
}
.interviewer > img {
  width: 250px;
  height: auto;
  border: 3px solid #707070;
  border-radius: 130px;
}
#textarea {
  font-family: "Noto Sans JP", sans-serif, serif;
}

#textarea > img {
  margin: auto;
  display: block;
  width: 80%;
  height: auto;
  padding: 40px 0 80px;
}

.t_green {
  color: #348347;
  font-weight: bold;
}
.t_blue {
  color: #345286;
  font-weight: bold;
}

.attention {
  color: #707070;
  text-align: end;
}
.writer {
  color: #4b2727;
  text-align: end;
  padding: 60px 20px;
  font-weight: 500;
}
.banner_image {
  display: inline-flex;
  justify-content: center;
  padding: 120px 0 20px !important;
}

/* menu */
#menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#menu .inactive {
  /*color: #adadad;*/
  color: #a9ceec;
  font-size: 15px;
  padding-top: 3px;
}
/* ドロワーメニュー */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
  height: 40px;
  width: 40px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 6px;
  width: 45px;
  border-radius: 3px;
  /* background: #ffffff; */
  background: #124e79;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 10px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 10px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #ffffff;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #ffffff;
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%;
  z-index: 99;
  background: #124e79;
  transition: 0.5s;
  text-align: center;
  padding-top: 80px;
  font-size: 100%;
}
/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}
.nav_list li {
  margin-top: 20px;
}
.nav_item a {
  color: #fff;
  text-decoration: none;
}

#drawer_input:checked ~ .nav_content {
  left: 0;
}

/* アクセントカラー */
.text_green {
  color: #175729;
}

/* モーダル */
/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.modaal-video-wrap {
  margin: auto 20px !important;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  /* background: #3a1a22; */
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/* ------追記------ */
@media screen and (max-width: 700px) {
  .wrap_white {
    width: 100%;
  }
  .wrap_content {
    width: 100%;
  }
  .space {
    display: none;
  }
  header {
    padding: 0;
    /* position: relative; */
  }
  header div {
    width: 100%;
  }
  #top > img {
    width: 100%;
  }
  .title_main {
    max-width: 100vw;
  }
  .title_main span {
    font-size: 18px;
  }
  .blue_band,
  .blue_underline {
    display: none;
  }
  h1 {
    font-size: 18px;
    text-decoration-thickness: 5px;
    text-underline-offset: 5px;
  }
  .interview_column {
    margin: 20px 5% 0 0;
    gap: 15%;
  }
  .interviewer > img {
    width: 100px;
    height: auto;
    border-radius: 130px;
  }
  .banner_image img {
    max-width: 80vw;
  }
  .blue_area {
    margin-top: 40px;
  }
  h2 {
    font-size: 24px;
    padding-top: 20px;
  }
  h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 10% 0;
  }
  #top > img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .interviewer {
    height: auto;
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif, serif;
  }
  #textarea > img {
    padding: 30px 0;
  }
  .writer {
    color: #4b2727;
    text-align: end;
    padding: 60px 20px;
    font-weight: 500;
  }
  .banner_image {
    display: inline-flex;
    justify-content: center;
    padding: 120px 0 20px !important;
  }
  .blue_area {
    margin-top: 45px;
  }
  body {
    font-size: 14px;
    line-height: 30px;
  }
  p {
    line-height: 20px;
    padding-bottom: 10px;
  }
  .attention {
    font-size: 11px;
    text-align: start;
    line-height: 15px;
  }
  .writer {
    color: #4b2727;
    text-align: end;
    padding: 20px 20px;
    font-weight: 500;
  }
  .banner_image {
    display: inline-flex;
    justify-content: center;
    padding: 20px 0 !important;
  }
}
