@charset "UTF-8";
/* COMMON
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

br.sm_br {
  display: none;
}
@media only screen and (max-width:766px) {
  br.sm_br {
    display: inline;
  }
}

br.tb_br {
  display: none;
}
@media only screen and (max-width:1060px) {
  br.tb_br {
    display: inline;
  }
}

@media only screen and (max-width:766px) {
  br.pc_br {
    display: none;
  }
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

strong {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

a {
  text-decoration: none;
  outline: none;
  color: #333333;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #333333;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* LAYOUT
-------------------------------------------------------------- */
body {
  height: 100%;
  line-height: 1.8em;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #fff9e3;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

html {
  height: 100%;
}

div#wrapper {
  min-height: 100%;
  height: 100%;
}

main {
  display: block;
}

.link001 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  background: #f28127;
  border: 3px solid #fff;
  border-radius: 10px;
  max-width: 600px;
  padding: 20px 5px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 18px;
  font-size: 1.125rem;
}
.link001 a img {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width:766px) {
  .link001 a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.link002 {
  text-align: center;
}
.link002 a {
  display: inline-block;
  background: #ef544e;
  border-radius: 10px;
  max-width: 600px;
  padding: 20px 40px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width:766px) {
  .link002 a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.list001 li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.list001 li:last-child {
  margin-bottom: 0;
}
.list001 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* HEDDER
-------------------------------------------------------------- */
header {
  background: #ef544e;
  zoom: 1;
  height: 157px;
}
header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
@media only screen and (max-width:1060px) {
  header {
    height: 180px;
  }
}
header #header_inner h1 {
  width: 372px;
  height: 155px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width:1060px) {
  header #header_inner h1 {
    width: 254px;
    height: 180px;
    top: 20px;
  }
}
header #header_inner h1 a {
  display: block;
  text-indent: -999999px;
  background-image: url(../images/logo.png);
  background-size: 372px;
  background-repeat: no-repeat;
  width: 372px;
  height: 155px;
}
@media only screen and (max-width:1060px) {
  header #header_inner h1 a {
    background-size: 254px;
    width: 254px;
    height: 180px;
  }
}
header #header_inner ul#heaer_menu {
  text-align: center;
  padding-top: 50px;
}
@media only screen and (max-width:1060px) {
  header #header_inner ul#heaer_menu {
    padding-top: 120px;
  }
}
header #header_inner ul#heaer_menu li {
  display: inline-block;
}
header #header_inner ul#heaer_menu li:first-child {
  padding-right: 240px;
}
@media only screen and (max-width:1060px) {
  header #header_inner ul#heaer_menu li:first-child {
    padding-right: 10px;
  }
}
header #header_inner ul#heaer_menu li:last-child {
  padding-left: 240px;
}
@media only screen and (max-width:1060px) {
  header #header_inner ul#heaer_menu li:last-child {
    padding-left: 10px;
  }
}
header #header_inner ul#heaer_menu li a {
  display: block;
  font-weight: 700;
  color: #ef544e;
  width: 250px;
  padding: 8px 0;
  border-radius: 20px;
  text-align: center;
  line-height: 1em;
  background: #fff;
}
header #header_inner ul#heaer_menu li a span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  display: block;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width:1060px) {
  header #header_inner ul#heaer_menu li a span {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media only screen and (max-width:1060px) {
  header #header_inner ul#heaer_menu li a {
    font-size: 10px;
    font-size: 0.625rem;
    width: 155px;
  }
}

/* FOOTER
-------------------------------------------------------------- */
footer {
  padding: 0 25px 20px 25px;
}
footer #footer_inner {
  text-align: center;
}
footer #footer_inner #footer_logo {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer_inner #footer_logo a {
  display: block;
  width: 50%;
}
footer #footer_inner #footer_logo a img {
  max-height: 120px;
}
footer #footer_inner #footer_logo a:first-child {
  text-align: right;
  padding-right: 20px;
}
footer #footer_inner #footer_logo a:last-child {
  text-align: left;
  padding-left: 20px;
}
footer #footer_inner #footer_text {
  background: #fff;
  max-width: 700px;
  padding: 20px 30px;
  margin: 0 auto 1em auto;
}
@media only screen and (max-width:766px) {
  footer #footer_inner #footer_text {
    padding: 10px 20px;
  }
}
footer #footer_inner #footer_text p {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width:766px) {
  footer #footer_inner #footer_text p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7em;
  }
}
footer #footer_inner #address {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width:766px) {
  footer #footer_inner #address {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
}
footer #footer_inner #business_person {
  margin-bottom: 50px;
}
@media only screen and (max-width:766px) {
  footer #footer_inner #business_person {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
}
footer #footer_inner .footer_copy {
  font-size: 11px;
  font-size: 0.6875rem;
}

/* MAIN
-------------------------------------------------------------- */
#background {
  background: url(../images/back_l_pc.png) repeat-y left top, url(../images/back_r_pc.png) repeat-y right top;
  background-size: 285px auto, 376px auto;
}
@media only screen and (max-width:766px) {
  #background {
    background: url(../images/back_l_sm.png) repeat-y left top, url(../images/back_r_sm.png) repeat-y right top;
    background-size: 180px auto, 243px auto;
  }
}

#mv .credit {
  text-align: right;
  padding-right: 1em;
  font-size: 12px;
  font-size: 0.75rem;
}

main {
  padding-top: 50px;
}
@media only screen and (max-width:766px) {
  main {
    padding-top: 30px;
  }
}

section {
  max-width: 850px;
  margin: 0 auto 130px auto;
  padding: 0 25px;
}
@media only screen and (max-width:766px) {
  section {
    margin: 0 auto 60px auto;
  }
}
section .ttl001 {
  position: relative;
  background: #fff;
  border: 3px solid #333333;
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width:766px) {
  section .ttl001 {
    padding: 20px 10px 10px 10px;
    margin-bottom: 30px;
  }
}
section .ttl001 .ttl001_number {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  width: 53px;
  height: 53px;
  border-radius: 60px;
  background: #f28127;
  border: 3px solid #333333;
  text-align: center;
  line-height: 47px;
  color: #fff;
}
@media only screen and (max-width:766px) {
  section .ttl001 .ttl001_number {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 41px;
    height: 41px;
    line-height: 37px;
  }
}
section .ttl001 h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  text-align: center;
  font-weight: 700;
  color: #f28127;
}
@media only screen and (max-width:766px) {
  section .ttl001 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1em;
  }
}
section .ttl001 h2 span {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width:766px) {
  section .ttl001 h2 span {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 5px;
  }
}
@media only screen and (max-width:766px) {
  section#concept {
    margin-bottom: 100px;
  }
}
section#concept img {
  max-width: 320px;
  float: right;
  margin-bottom: 30px;
}
@media only screen and (max-width:766px) {
  section#concept img {
    max-width: 215px;
    margin-bottom: 25px;
  }
}
section#concept #concept_text {
  margin-bottom: 45px;
}
section#concept #concept_text p {
  clear: both;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  color: #ef544e;
  margin-bottom: 1.5em;
}
section#concept #concept_text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:766px) {
  section#concept #concept_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
section .sec_text {
  margin-bottom: 60px;
  max-width: 600px;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width:766px) {
  section .sec_text {
    margin: 0 auto 40px auto;
  }
}
section#sec001 #sec001_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:766px) {
  section#sec001 #sec001_list {
    display: block;
  }
}
section#sec001 #sec001_list li {
  width: 50%;
  margin-bottom: 80px;
}
@media only screen and (max-width:766px) {
  section#sec001 #sec001_list li {
    width: 100%;
    border-bottom: 1px dotted #333333;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
  section#sec001 #sec001_list li:last-child {
    border: none;
  }
}
section#sec001 #sec001_list li:nth-child(odd) {
  padding-right: 35px;
}
@media only screen and (max-width:766px) {
  section#sec001 #sec001_list li:nth-child(odd) {
    padding-right: 0;
  }
}
section#sec001 #sec001_list li:nth-child(even) {
  padding-left: 35px;
}
@media only screen and (max-width:766px) {
  section#sec001 #sec001_list li:nth-child(even) {
    padding-left: 0;
  }
}
section#sec001 #sec001_list li .ttl002 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}
section#sec001 #sec001_list li .ttl002 span {
  font-size: 0.8em;
}
section#sec001 #sec001_list li .ttl002:before {
  content: "◉";
  display: inline-block;
  margin-right: 3px;
}
section#sec001 #sec001_list li .youtube {
  margin-bottom: 1em;
}
section#sec001 #sec001_list li .os_text001 {
  margin-bottom: 1em;
}
section#sec001 #sec001_list li .os_text001 span {
  font-size: 0.8em;
  line-height: 2em;
  display: inline-block;
}
section#sec001 #sec001_list li .os_text002 {
  font-size: 14px;
  font-size: 0.875rem;
  /* border: 1px solid #cccccc; */
  padding: 10px 20px;
  margin-bottom: 2em;
  line-height: 1.7em;
  background: #fff;
}
section#sec001 #sec001_list li .os_text002 h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
section#sec001 #sec001_list li .comment_wrap .comment_portrait {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#sec001 #sec001_list li .comment_wrap .comment_portrait .comment_portrait__img {
  width: 40%;
}
section#sec001 #sec001_list li .comment_wrap .comment_portrait .comment_portrait__img img {
  border-radius: 15px;
}
section#sec001 #sec001_list li .comment_wrap .comment_portrait .comment_portrait__img .credit {
  line-height: 1em;
  text-align: right;
  font-size: 11px;
  font-size: 0.6875rem;
}
section#sec001 #sec001_list li .comment_wrap .comment_portrait .comment_name {
  width: 60%;
  padding-left: 20px;
}
section#sec001 #sec001_list li .comment_wrap .comment_portrait .comment_name span {
  display: block;
  font-size: 80%;
  line-height: 1.2em;
  margin-left: -0.5em;
}
section#sec001 #sec001_list li .comment_wrap .comment_text .comment_text_inner {
  background: #ffe7c5;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.8em;
  font-size: 14px;
  font-size: 0.875rem;
}
section#sec001 #sec001_list li .comment_wrap .comment_text .comment_text_inner:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #ffe7c5;
  -webkit-transform: rotate3d(-90deg);
          transform: rotate3d(-90deg);
  bottom: -20px;
  left: 20px;
}
section#sec001 #sec001_list li .comment_wrap .comment_text .comment_text_inner .bt_more {
  margin-top: 0.5em;
  text-decoration: underline;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
section#sec001 #sec001_list li .comment_wrap .comment_text .comment_text_inner .bt_more:hover {
  cursor: pointer;
  opacity: 0.6;
}
section#sec001 #sec001_list li .comment_wrap .comment_text .comment_text_inner .none {
  display: none;
}
section#sec002 {
  margin-top: -80px;
}
@media only screen and (max-width:766px) {
  section#sec002 {
    margin-top: 0;
  }
}
section#sec002 #ot_text {
  max-width: 600px;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width:766px) {
  section#sec002 #ot_text {
    margin: 0 auto 40px auto;
  }
}
section#sec002 #ot_text figure {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
section#sec002 #ot_text figure .credit {
  font-size: 0.8em;
  text-align: right;
}
section#sec002 #ot_text p {
  margin-bottom: 1.5em;
}
section#sec002 #ot_text p:last-child {
  margin-bottom: 0;
}
section#sec002 #ot_schedule {
  max-width: 600px;
  margin: 0 auto 5em auto;
}
@media only screen and (max-width:766px) {
  section#sec002 #ot_schedule {
    margin: 0 auto 3em auto;
  }
}
section#sec002 #ot_schedule .ot_schedule__day {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  background: #fff;
  border: 3px solid #333333;
  border-radius: 10px;
  margin-bottom: 1em;
}
section#sec002 #ot_schedule .ot_schedule__day span {
  font-size: 0.8em;
}
section#sec002 #ot_schedule ul li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #333333;
}
section#sec002 #ot_schedule ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#sec002 #ot_schedule ul li .ot_schedule__time {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
section#sec002 #ot_schedule ul li .ot_schedule__time:before {
  content: "・";
}
section#sec002 #ot_schedule ul li h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #f28127;
  margin-bottom: 1em;
}
section#sec002 #ot_schedule ul li h3 span {
  font-size: 0.8em;
}
section#sec002 #ot_schedule ul li figure {
  margin-bottom: 0.5em;
}
section#sec002 #ot_schedule ul li figure .credit {
  font-size: 0.8em;
  text-align: right;
}
section#sec002 .youtube {
  margin-bottom: 50px;
}

.index_sec {
  margin-bottom: 240px;
}
@media only screen and (max-width:766px) {
  .index_sec {
    margin-bottom: 120px;
  }
}
.index_sec .sec_text .link001 {
  margin-top: 2em;
}

#p1_sec001 #p1_sec001_text {
  padding: 0 100px;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #p1_sec001 #p1_sec001_text {
    padding: 0px;
  }
}

.radius_30 {
  border-radius: 30px;
}

.radius_20 {
  border-radius: 20px;
}

#p1_sec002 {
  max-width: 1034px;
}
#p1_sec002 #p1_sec002_inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 120px;
}
@media only screen and (max-width:766px) {
  #p1_sec002 #p1_sec002_inner {
    padding: 30px 20px;
  }
}
#p1_sec002 #p1_sec002_inner #p1_sec002_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  margin-bottom: 55px;
}
@media only screen and (min-width:767px) and (max-width:1059px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_img {
    gap: 0 40px;
  }
}
@media only screen and (max-width:766px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_img {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:766px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img001 {
    text-align: center;
    margin-bottom: 30px;
  }
  #p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img001 img {
    max-width: 120px;
  }
}
#p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img002 {
  position: relative;
}
#p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img002 #gp_ill {
  max-width: 85px;
  position: absolute;
  right: -25px;
  top: -60px;
}
@media only screen and (max-width:766px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img002 #gp_ill {
    max-width: 70px;
    right: 0px;
    top: -50px;
  }
}
#p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img002 h3 {
  text-align: center;
  margin-top: 10px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width:1060px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img002 h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img002 h3 span {
  display: block;
  padding-top: 5px;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width:1060px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_img div#p1_sec002_img002 h3 span {
    padding-top: 0px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#p1_sec002 #p1_sec002_inner #p1_sec002_youtube {
  margin-bottom: 50px;
}
@media only screen and (max-width:1060px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_youtube {
    margin-bottom: 30px;
  }
}
#p1_sec002 #p1_sec002_inner #p1_sec002_comment {
  background-color: #ffe7c5;
  padding: 30px 40px;
}
@media only screen and (max-width:766px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_comment {
    padding: 30px;
  }
}
#p1_sec002 #p1_sec002_inner #p1_sec002_comment h4 {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #p1_sec002 #p1_sec002_inner #p1_sec002_comment h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#p1_sec003 > section {
  padding: 0;
}
#p1_sec003 > section h3 {
  background-color: #dba82a;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 35px;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 35px;
  }
}
#p1_sec003 > section .caution {
  text-align: right;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section .caution {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
  }
}
#p1_sec003 > section#p1_sec003_001 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 15px;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section#p1_sec003_001 ul {
    gap: 20px 12px;
  }
}
#p1_sec003 > section#p1_sec003_001 ul li {
  width: calc(33.333% - 10px);
  text-align: center;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section#p1_sec003_001 ul li {
    width: calc(50% - 6px);
  }
}
#p1_sec003 > section#p1_sec003_001 ul li h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section#p1_sec003_001 ul li h4 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#p1_sec003 > section#p1_sec003_001 ul li img {
  border-radius: 30px;
}
#p1_sec003 > section#p1_sec003_001 ul li p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section#p1_sec003_001 ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
#p1_sec003 > section#p1_sec003_001 ul li p span {
  display: block;
  font-size: 75%;
  letter-spacing: -1px;
}
#p1_sec003 > section#p1_sec003_002 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 0px 1fr;
  grid-template-columns: 200px 1fr; /* 左列固定幅、右列は残り */
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px; /* dt と dd の間 */
  row-gap: 14px; /* 行間 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; /* 上揃えにしたい場合は start、中央なら center */
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width:1060px) {
  #p1_sec003 > section#p1_sec003_002 dl {
    display: block;
  }
}
@media only screen and (max-width:1060px) {
  #p1_sec003 > section#p1_sec003_002 dl {
    font-size: 16px;
    font-size: 1rem;
  }
}
#p1_sec003 > section#p1_sec003_002 dl dt, #p1_sec003 > section#p1_sec003_002 dl dd {
  border: 1px solid #f28127;
  padding: 5px;
}
#p1_sec003 > section#p1_sec003_002 dl dt {
  background-color: #f28127;
  color: #fff;
  text-align: center;
}
#p1_sec003 > section#p1_sec003_002 dl dd {
  background-color: #fff;
}
@media only screen and (max-width:1060px) {
  #p1_sec003 > section#p1_sec003_002 dl dd {
    text-align: center;
    margin-bottom: 20px;
  }
}
#p1_sec003 > section#p1_sec003_003 #p1_sec003_003_img {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}
#p1_sec003 > section#p1_sec003_003 #p1_sec003_003_img img {
  margin-bottom: 10px;
  border-radius: 30px;
}
#p1_sec003 > section#p1_sec003_005 h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#p1_sec003 > section#p1_sec003_005 table {
  margin-bottom: 2em;
}
#p1_sec003 > section#p1_sec003_005 table th {
  white-space: nowrap;
}
#p1_sec003 > section#p1_sec003_005 #p1_sec003_005_text {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width:1060px) {
  #p1_sec003 > section#p1_sec003_005 #p1_sec003_005_text {
    margin-top: 20px;
  }
}
#p1_sec003 > section#p1_sec003_005 #p1_sec003_005_text span {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #333333;
}
#p1_sec003 > section#p1_sec003_006 .judge_list li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dba82a;
}
#p1_sec003 > section#p1_sec003_006 .judge_list li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#p1_sec003 > section#p1_sec003_006 .judge_list li .judge_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section#p1_sec003_006 .judge_list li .judge_img {
    display: block;
    text-align: center;
  }
}
#p1_sec003 > section#p1_sec003_006 .judge_list li .judge_img img {
  max-width: 177px;
  border-radius: 30px;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section#p1_sec003_006 .judge_list li .judge_img img {
    margin-bottom: 1em;
  }
}
#p1_sec003 > section#p1_sec003_006 .judge_list li .judge_img h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
#p1_sec003 > section#p1_sec003_006 .judge_list li .judge_img h4 span {
  font-size: 60%;
  display: block;
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner {
  background: #fff;
  padding: 60px;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner {
    padding: 25px;
  }
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text001 p {
  margin-bottom: 1.5em;
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text001 .bt_continu {
  text-align: center;
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text001 .bt_continu span {
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 30px;
  text-align: center;
  padding: 8px 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text001 .bt_continu span:hover {
  cursor: pointer;
  opacity: 0.6;
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text001 .bt_continu_cont {
  display: none;
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text002 {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #dba82a;
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text002 h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.5em;
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text002 h4 span {
  font-size: 60%;
}
@media only screen and (max-width:766px) {
  #p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text002 h4 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
  #p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text002 h4 span {
    display: block;
  }
}
#p1_sec003 > section#p1_sec003_007 #p1_sec003_007_inner #p1_sec003_007_text002 .list001 {
  margin-top: 1em;
}