@charset "UTF-8";
/* ----------------------------------
    reset
----------------------------------- */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
  *::before,
  *::after { 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
  }  
  body,h1,h2,h3,h4,h5{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
  }
  body {
    color: #452615;
    background-color: #ffffff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.3;
    font-size: 16px;
  }
  ol, ul {
    list-style: none;
  }
  img {
    max-width: 100%;
    height: auto; 
  }
  table {
    border-collapse: collapse;
  }
  a{
    cursor: pointer;
  }

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=esubmit],
  button,
  select,
  textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
  }
/* ----------------------------------
    基本レイアウト
----------------------------------- */
.main_width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1300px) {
  .main_width {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .main_width {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.narrow_width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.home_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home_section.bg_offwhite {
  background-color: #fcf7f0;
}

.home_section.bg_beige {
  background-image: url("../img/bg_grid.png");
  background-color: #f0ead7;
  background-size: 100%;
  background-repeat: repeat;
}

.home_section.bg_offwhite {
  background-color: #fcf7f0;
}

.home_section.bg_red {
  background-image: url("../img/bg_red.jpg");
  background-size: 100%;
  background-repeat: repeat;
}

@media only screen and (max-width: 768px) {
  .home_section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

/* ----------------------------------
    共通パーツ
----------------------------------- */
.section_title h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #049153;
  margin-bottom: 70px;
}

.section_title h2 span {
  display: inline-block;
}

.section_title2 h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #40210f;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .section_title h2 {
  font-size: 24px;
  margin-bottom: 0;
  }
  .section_title2 h2 {
  font-size: 24px;
  }
}

.link_btn {
  margin-top: 70px;
}

.link_btn a {
  width: 100%;
  max-width: 600px;
  height: 80px;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  background-color: #eb622d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 3px;
}

@media only screen and (min-width: 769px) {
  .link_btn a {
    transition: all 0.5s;
  }
  .link_btn a:hover {
    background-color: #ae4921;
    transition: all 0.5s;
  }
}

@media only screen and (max-width: 768px) {
  .link_btn {
    margin-top: 40px;
  }
  .link_btn a {
    height: 60px;
    max-width: 300px;
    font-size: 16px;
  }
}

/* ----------------------------------
header
----------------------------------- */
header {
  background-color: #fff;
  box-shadow: 0 2px 3px #ccc;
  width: 100%;
  height: 80px;
  border-top: 3px solid #0C9358;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

header #hd_logo {
  padding: 10px 80px;
  height: 100%;
  display: flex;
  align-items: center;
}

header #hd_logo h1 {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 768px) {
  header {
    height: 50px;
  }
  header #hd_logo {
    padding: 15px 20px 10px;
    width: 130px;
  }
}

/* ----------------------------------
    first_view
----------------------------------- */
#first_view {
  position: relative;
  margin-top: 80px;
  padding: 80px 20px;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  text-align: center;
}

.flag {
  position: absolute;
  top: 16px;
  right: 88px;
  width: 240px;
  z-index: 2;
}

.mv_tagline {
  font-size: 25px;
  font-weight: bold;
  color: #452615;
  margin-left: 72px;
  margin-bottom: 16px;
  text-align: left;
}

.mv_title {
  font-size: 96px;
  font-weight: bold;
  color: #eb622d;
  letter-spacing: 0.1em;
  margin-left: 72px;
  margin-bottom: 24px;
  text-align: left;
}

.mv_summary {
  display: flex;
  margin-top: 56px;
}

.summary_detail {
  margin-left: 72px;
  text-align: left;
}

.mv_date {
  font-size: 48px;
  font-weight: bold;
  color: #0b9458;
}

.mv_time {
  font-size: 40px;
  font-weight: bold;
  color: #0b9458;
}

.mv_place {
  font-size: 40px;
  font-weight: bold;
  color: #0b9458;
  margin-top: 48px;
}

.mv_info {
  font-size: 40px;
  font-weight: bold;
  color: #452615;
  margin-top: 48px;
}

.mv_speakers {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.speaker {
  text-align: center;
}

.speaker_img {
  width: 250px;
  height: 250px;
  position: relative;
  margin: 0 auto;
}

.speaker_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.speaker_flame {
  position: absolute;
  top: -5%;
  left: 0%;
  width: 110%;
  height: 110%;
  pointer-events: none;
  transform: rotate(75deg);
}

.speaker_label {
  font-size: 20px;
  color: #eb622d;
  margin-top: 8px;
}

.speaker_name {
  font-size: 24px;
  font-weight: bold;
  color: #452615;
}

@media only screen and (min-width: 1025px) {
  .main_width {
    position: relative;
  }

  #first_view > .main_width {
    max-width: 1000px;
    margin: 0 auto;
  }
  .flag {
    position: absolute;
    top: 0;
    right: 40px;
    width: 150px;
  }
  .mv_tagline {
    font-size: 20px;
  }
  .mv_title {
    font-size: 72px;
  }
  .mv_summary {
    margin-top: 32px;
  }
  .mv_date {
    font-size: 38px;
    font-weight: bold;
    color: #0b9458;
  }
  .mv_time {
    font-size: 32px;
  }
  .mv_place {
    font-size: 32px;
    margin-top: 32px;
  }
  .mv_info {
    font-size: 32px;
    margin-top: 32px;
  }
  .speaker {
    margin-top: auto;
    margin-bottom: auto;
  }
  .speaker_img {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #first_view > .main_width {
    max-width: 750px;
  }
  .flag {
    top: 32px;
    left: 80%;
    width: 140px;
  }
  .mv_tagline {
    font-size: 16px;
    margin-left: 0;
  }
  .mv_title {
    font-size: 60px;
    margin-left: 0;
  }
  .mv_summary {
    margin-top: 32px;
  }
  .summary_detail {
    margin-left: 0;
  }
  .mv_date {
    font-size: 30px;
    font-weight: bold;
    color: #0b9458;
  }
  .mv_time {
    font-size: 28px;
  }
  .mv_place {
    font-size: 24px;
    margin-top: 32px;
  }
  .mv_info {
    font-size: 24px;
    margin-top: 32px;
  }
  .mv_speakers {
    margin-right: 0;
  }
  .speaker {
    margin-top: auto;
    margin-bottom: auto;
  }
  .speaker_img {
    width: 120px;
    height: 120px;
  }
  .speaker_label {
    font-size: 14px;
  }
  .speaker > .speaker_name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #first_view {
    margin-top: 50px;
  }  
  #first_view > .main_width {
    padding: 0;
    margin-top: -40px;
    margin-bottom: -20px;
  }
  .flag {
    top: 0;
    right: 0;
    width: 15%;
  }
  .mv_tagline {
    font-size: 3vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .mv_title {
    font-size: 8.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    text-align: center;
  }
  .mv_summary {
    display: block;
  }
  .summary_detail {
    margin-left: 0;
    text-align: center;
  }
  .mv_date {
    font-size: 5vw;
  }
  .mv_time {
    font-size: 5vw;
  }
  .mv_place {
    font-size: 5vw;
    margin-top: 24px;
  }
  .mv_info {
    font-size: 5vw;
    margin-top: 24px;
  }
  .mv_speakers {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }
  .speaker_img {
    width: 120px;
    height: 120px;
  }
  .speaker_label {
    font-size: 3vw;
  }
  .speaker > .speaker_name {
    font-size: 4vw;
  }
}

/* ----------------------------------
    intro
----------------------------------- */
.intro_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.intro_box {
  width: 33.3333%;
}

@media only screen and (min-width: 769px) {
  .intro_box:nth-child(2n+1) {
    transform: translateY(50px);
  }
}

@media only screen and (max-width: 768px) {
  .intro_flex {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .intro_box {
    width: 100%;
    padding-top: 30px;
  }
}

.intro_box .fukidashi {
  background-color: #fff;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
}

.intro_box .fukidashi p {
  padding: 1.8em;
  font-size: 22px;
  font-weight: bold;
  color: #707070;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 1024px) {
  .intro_box .fukidashi p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .intro_box .fukidashi {
    margin-left: 0px;
    margin-right: 0px;
  }
  .intro_box .fukidashi p {
    font-size: 16px;
    padding: 1.5em;
  }
}

/* ふきだしの擬似要素 */
.intro_box .fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 50px;
  bottom: -24px;
  right: 32px;
}

/* intro_woman */
.intro_woman {
  padding-top: 64px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .intro_woman {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .intro_woman img {
    width: 150px;
    height: auto;
  }
}

/* intro_catch */
.intro_catch {
  padding-top: 32px;
}

.intro_catch p {
  padding-bottom: 1.5em;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
}

.intro_catch p:nth-child(4n) {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .intro_catch p {
    font-size: 16px;
  }
  .intro_catch p > span {
    display: block;
  }
  .intro_catch p:nth-child(4n) {
    font-size: 18px;
  }
}

/* ----------------------------------
    speaker
----------------------------------- */
.speaker_flex {
  display: flex;
  justify-content: center;
  padding-top:  56px;
  padding-bottom: 56px;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 48px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .speaker_flex {
    padding-top:  20px;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    flex-wrap: wrap;
  }
}

.speaker_image {
  margin-left: 100px;
}

.speaker_prof {
  margin-right: 100px;
  margin-left: 56px;
}

.speaker_name {
  font-size: 32px;
  font-weight: bold;
  color: #452615;
}

.speaker_name .position {
  font-size: 24px;
  font-weight: bold;
  color: #452615;
}

.speaker_career {
  font-size: 16px;
  padding-top: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .speaker_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .speaker_image {
    width: 200px;
    height: auto;
    display: block;
    margin: 30px auto;
  }
  .speaker_prof {
    margin-left: 30px;
    margin-right: 30px;
  }
  .speaker_name {
    font-size: 24px;
    text-align: center;
  }
  .speaker_name .position {
    font-size: 16px;
    flex-wrap: wrap;
  }
  .speaker_name .position::before {
    content: "\A";
    white-space: pre;
  }  
  .speaker_career {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .speaker_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .speaker_image {
    width: 200px;
    height: auto;
    display: block;
    margin: 30px auto;
  }
  .speaker_prof {
    margin-left: 30px;
    margin-right: 30px;
  }
  .speaker_name {
    font-size: 24px;
    text-align: center;
  }
  .speaker_name .position {
    font-size: 16px;
    flex-wrap: wrap;
  }
  .speaker_name .position::before {
    content: "\A";
    white-space: pre;
  }  
  .speaker_career {
    font-size: 14px;
  }
}

/* ----------------------------------
    program
----------------------------------- */
.program_flex {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: 100px;
  margin-right: 100px;
  background-color: #cfe3c1;
}

@media screen and (max-width: 1300px) {
  .program_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .program_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.program_image {
  margin-left: 100px;
}

.img_title {
  font-size: 16px;
  font-weight: bold;
}

.program {
  padding: 40px;
  margin-right: 100px;
  margin-left: 56px;
  background-color: #fff;
  width: 50%;
  position: relative;
}

/* 左上のピンの擬似要素 */
.program_flex .program::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/pin_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 40px;
  top: -10px;
  left: 10px;
  pointer-events: none;
}

/* 右上のピンの擬似要素 */
.program_flex .program::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/pin_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 40px;
  top: -10px;
  right: 0px;
  pointer-events: none;
}

.program p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.0;
}

.program .program_supplement1 {
  margin-left: 50px;
  font-size: 12px;
  line-height: 1.5;
}

.program .program_supplement2 {
  margin-left: 50px;
  color: #eb622d;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .program_image {
    margin-left: auto;
    margin-right: auto;
  }
  .img_title {
    margin-bottom: 30px;
  }
  .program {
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 80%;
    position: relative;
  }
  .program p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .program p > span {
    display: inline-block;
    min-width: 60px;
    font-weight: bold;
  }
  .program .program_supplement1, .program .program_supplement2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .program_image {
    margin-left: 10%;
    margin-right: 10%;
  }
  .img_title {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .program {
    padding: 40px 30px 20px 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 80%;
    position: relative;
  }
  .program p > .time {
    display: block;
    font-weight: bold;
  }
  .program p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .program .program_supplement1 {
    font-size: 10px;
    margin-left: 0;
    padding-left: 1.5em;
    text-indent: 0;
    margin-top: -10px;
  }
  .program .program_supplement2 {
    font-size: 10px;
    margin-left: 0;
    padding-left: 2.5em;
    text-indent: -1em;
    margin-top: -10px;
  }
}

/* ----------------------------------
    review
----------------------------------- */
.review_catch p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

.under {
  background: linear-gradient(transparent 50%, yellow 50%);
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .review_catch {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .review_catch p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .review_catch {
    margin-top: 30px;
  }
  .review_catch p {
    font-size: 18px;
  }
}

.review_box {
  margin-top: 56px;
  margin-left: 200px;
  margin-right: 200px;
}

.review_flex {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  background-color: #fffbcd;
  position: relative;
}

.review_flex::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/shiori.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 48px;
  top: -15px;
  right: 15px;
  pointer-events: none;
}

.review_flex .person_comment {
  display: flex;
  align-items: center;
  padding: 24px;
  margin-left: 32px;
  height: 75px;
  width: 840px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px #e2dacc;
}

.person_comment p {
  font-size: 18px;
  font-weight: bold;
}

.review_flex + .review_flex {
  margin-top: 32px;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .review_box {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .review_flex {
    padding: 16px 16px;
  }
  .review_flex img {
    width: 50px;
    height: 100%;
  }
  .review_flex::before {
    width: 24px;
    height: 32px;
  }
  .review_flex .person_comment {
    margin-left: 14px;
    width: 100%;
  } 
  .person_comment p {
    font-size: 14px;
  }
  .person1_image {
    height: 100%;
  }
  .review_flex + .review_flex {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .review_box {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .review_flex {
    padding: 16px 16px;
  }
  .review_flex img {
    width: 100%;
    height: auto;
    max-width: 70px;
  }
  .review_flex::before {
    width: 24px;
    height: 32px;
  }
  .review_flex .person_comment {
    margin-left: 16px;
  } 
  .person_comment p {
    font-size: 12px;
  }
  .review_flex + .review_flex {
    margin-top: 24px;
  }
}

/* ----------------------------------
    recommend
----------------------------------- */
.recommend {
  position: relative;
  background: white;
  border: 2px solid #402110;
  padding: 88px 40px 48px;
  max-width: 800px;
  margin: 168px auto 40px;
  box-sizing: border-box;
}

.background-box {
  position: absolute;
  top: -20%;
  left: 2%;
  background-image: url('../img/bg_green.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  min-width: 120px;
  aspect-ratio: 11 / 7;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: start;
  font-size: clamp(12px, 2vw, 20px);
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .recommend {
    padding: 56px 32px 72px;
    max-width: 500px;
    margin-top: 100px;
  }
  .background-box {
    top: -70px;
  }
}

@media only screen and (max-width: 425px) {
  .background-box {
    top: -80px;
  }
}

.worry {
  text-align: center;
}

.worry ul {
  list-style: disc;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}

.worry li {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.8;
}

.recommend .worry::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/parents.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 184px;
  height: 145px;
  bottom: 0px;
  right: 20px;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .worry li {
    font-size: 14px;
  }
  .recommend .worry::after {
    width: 96px;
    bottom: -34px;
    }
}

/* ----------------------------------
    summary
----------------------------------- */
.table_area table {
  border-top: 1px solid #000;
  width: 100%;
  margin-top: -40px;
}

.table_area table th {
  color: #fff;
  text-align: center;
  background-color: #049153;
  height: 100%;
}

.table_area table th + td {
  padding-left: 80px;
}

.table_area table th,.table_area table td {
  padding: 1.5em;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  border-bottom: 1px solid #000;
  font-weight: bold;
  vertical-align: middle;
}

.summary_supplement1 {
  font-size: 14px;
  font-weight: normal;
}

.summary_supplement2 {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .table_area table th + td {
    padding-left: 40px;
  }
  .table_area table th,.table_area table td {
    font-size: 16px;
  }
  .summary_supplement1 {
    font-size: 12px;
  }
  .summary_supplement2 {
    font-size: 12px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 425px) {
  .table_area table th {
    height: 100%;
    vertical-align: middle;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    background-color: #049153;
  }
  .table_area table th + td {
    padding-left: 20px;
  }
  .table_area table th,.table_area table td {
    font-size: 14px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .table_area table tr {
    height: auto;
    min-height: 300px;
  }
  .summary_supplement1 {
    font-size: 12px;
  }
  .summary_supplement2 {
    font-size: 12px;
    font-weight: normal;
  }
}

/* ----------------------------------
    form
----------------------------------- */
.section_title3 h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #40210f;
  margin-bottom: 40px;
}

.form_detail {
  font-size: 20px;
  color: #40210f;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section_title3 h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #40210f;
    margin-bottom: 40px;
  }
  .form_detail {
    font-size: 14px;
  }
}

/* ----------------------------------
    contact
----------------------------------- */
.contact_title {
  color: #fff;
}

.contact_flex {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  margin-top: -30px;
}

.contact_image {
  width: 50%;
  max-width: 600px;
  display: flex;
  justify-content: center;
}

.contact_detail {
  width: 50%;
  max-width: 600px;
  margin-right: 0;
}

.contact_detail a {
  display: block;
}

.contact_detail p {
  color: #fff;
}

.contact_header {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 8px;
}

.contact_p {
  font-size: 24px;
  font-weight: bold;
  padding-left: 1em;
}

.line .contact_p {
  margin-top: 40px;
}

.line img {
  margin-left: 24px;
}

@media screen and (min-width: 769px) {
  .contact_detail a {
    transition: all 0.5s;
  }
  .contact_detail a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .contact_flex {
    margin-top: 0px;
  }
  .contact_image {
    width: 50%;
    max-width: 280px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .contact_header {
    font-size: 16px;
  }
  .contact_p {
    font-size: 20px;
    padding-left: 1em;
  }
  .line img {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 425px) {
  #contact > .main_width {
    padding: 0;
  }
  .contact_flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .contact_detail {
    width: 100%;
    padding: 0 40px;
    text-align: left;
  }
  .contact_image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 32px 0 0 0;
  }
  .contact_image img {
    max-width: 100%;
    height: auto;
  }
  .contact_header {
    font-size: 18px;
    text-align: center;
  }
  .contact_p {
    font-size: 22px;
    text-align: center;
  }
  .line img {
    display: block;
    margin: 0 auto;
  }
}

/* ----------------------------------
    footer
----------------------------------- */
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

footer .privacy_policy {
  text-align: center;
  margin-bottom: 40px;
}

footer .privacy_policy .jp {
  font-size: 14px;
  color: #000;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #000;
}

.privacy_policy a span .jp {
  font-size: 16px;
}