/* 
 * Reset
 * colors
 * fontsize
 * align
 * spacer
 * general
 * form
 */
/* Reset
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

body,
p,
figure {
  padding: 0px;
  margin: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

li,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc);
}

img {
  border: none;
  display: block;
  max-width: 100%;
}

a {
  color: #767676;
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease
}

input[type="text"],
select {
  height: 30px;
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  margin: 0;
}

textarea {
  resize: none;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans CJK JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  /* 1 */
  line-height: 150%;
  margin: 0;
  padding: 0;
}

/* -- colors -- */
.red {
  color: #e84c3d;
}

.orange {
  color: #e66e2e;
}

.black {
  color: #000;
}

/* -- fontsize -- */
.fs10 {
  font-size: 1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2rem;
}

.font-weight-bold {
  font-weight: 600 !important;
}

/* -- align -- */
.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.pleft {
  float: left;
}

.pright {
  float: right;
}

/* -- spacer -- */
.line-10 {
  clear: both;
  display: table;
  height: 10px;
  width: 100%;
}

.line-20 {
  clear: both;
  display: table;
  height: 20px;
  width: 100%;
}

.line-50 {
  clear: both;
  display: table;
  height: 50px;
  width: 100%;
}

.m-r15 {
  margin-right: 15px;
}

.m-l15 {
  margin-left: 15px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-t15 {
  margin-top: 15px;
}

.p-r15 {
  padding-right: 15px;
}

.p-l15 {
  padding-left: 15px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-t15 {
  padding-top: 15px;
}

/* -- mode -- */
.sp {}

.pc {}

/* $general */
.clr:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  clear: both;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0;
  width: 100%;
}

/* - header - */
.header {
  background-color: #fff;
  padding: 0 1rem 8px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header .logo {
  margin-right: 1.5rem;
  max-width: 145px;
}

.header .logo a {
  display: block;
  width: 100%;
}

.header .logo a picture,
.header .logo a picture * {
  display: block;
  width: 100%;
}

.header .slogan {
  color: #000;
  font-family: 'Noto Sans CJK JP';
  padding-top: .72rem;
}

.header .slogan span {
  display: block;
  font-weight: 600;
}

.header .slogan .slogan-01 {
  font-size: 1.4rem;
  margin-bottom: .2rem;
}

.header .slogan .slogan-02 {
  font-size: 2rem;
}

.header .head-contact {}

.header .head-contact .head-contact-phone {
  margin-right: 1rem;
  max-width: 220px;
}

.header .head-contact .head-contact-phone .phone-call {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 2.5rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: -1px;
  margin-bottom: .5rem;
}
.header .head-contact .head-contact-phone .phone-call picture {
  margin-right: .8rem;
  max-width: 21.5px;
}

.header .head-contact .head-contact-phone .phone-sub {
  color: #000;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.header .head-contact .head-contact-mail {
  background-color: #f22800;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 8px #a61c00;
  max-width: 202px;
}
.header .head-contact .head-contact-mail:hover {
  background-color: #f45232;
  box-shadow: 0px 8px #b74932;
}

.header .head-contact .head-contact-mail a {
  align-items: center;
  display: flex;
  padding: 1rem 1.8rem;
  width: 100%;
}

.header .head-contact .head-contact-mail a picture {
  margin-right: 1.4rem;
}

.header .head-contact .head-contact-mail p {
  text-align: justify;
}

.header .head-contact .head-contact-mail p span {
  display: block;
  font-weight: 600;
  width: 100%;
}

.header .head-contact .head-contact-mail p .mail-sub-01 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: .2rem;
}

.header .head-contact .head-contact-mail p .mail-sub-02 {
  color: #ffff00;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.head-nav {
  background-color: #ffffe6;
  position: fixed;
  top: 88.78px;
  width: 100%;
  z-index: 10;
}

.head-nav ul {
  background-color: #ffffe6;
}

.head-nav ul li.nav-item {
  background: url(../img/lp-icon-menu-arrow-down.png) no-repeat center 94% transparent;
  border-bottom: 4px solid #fff;
  padding: .8rem 0;
  width: 16.66%;
}
.head-nav ul li.nav-item:hover,
.head-nav ul li.nav-item.current {
  border-color: #e66e2e;
}

.head-nav ul li.nav-item a {
  align-items: center;
  border-right: 2px dotted #707070;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 64px;
  padding: 0 .2rem 1rem;
  width: 100%;
}

.head-nav ul li.nav-item:last-child a {
  border: none;
}

.head-nav ul li.nav-item a picture {
  margin-right: .8rem;
}

.head-nav ul li.nav-item a span {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

/* - Float Block - */
.float-block {
  background: rgba(255,255,255,.8);
  border-radius: 10px;
  bottom: 2rem;
  box-shadow: 5px 5px 15px #cbcbcb;
  max-width: 380px;
  padding: 4rem 1rem 3rem;
  position: fixed;
  right: 2rem;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.float-block-sp {
  display: none;
}
.float-block .close-btn {
  cursor: pointer;
  font-size: 2rem;
  left: 1rem;
  position: absolute;
  top: 1rem;
}
.float-block .float-title {
  margin: 0 auto 1.5rem;
}
.float-block .float-title span {
  color: #1a1a1a;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .8rem;
}
.float-block .float-title h5 {
  background: url(../img/lp-icon-float-title.png) no-repeat center center transparent;
  color: #e66e2e;
  font-size: 2.4rem;
  font-weight: 600;
}
.float-block .float-title h5 span {
  color: #e66e2e;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}
.float-block .float-mail {
  align-items: center;
  background-color: #f22800;
  border-radius: 10px;
  box-shadow: 0px 8px #a61c00;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 2.8rem;
  max-width: 270px;
  padding: 1.5rem;
}
.float-block .float-mail:hover {
  background-color: #f45232;
  box-shadow: 0px 8px #b74932;
}
.float-block .float-mail picture,
.float-block .float-mail picture * {
  max-width: 45px;
  width: 100%;
}
.float-block .float-mail span {
  color: #ffff00;
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
}
.float-block .float-phone {
  margin: 0 auto;
  max-width: 250px;
}
.float-block .float-phone p {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .8rem;
}
.float-block .float-phone a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 1rem;
}
.float-block .float-phone a picture {
  margin-right: .5rem;
}
.float-block .float-phone a b {
  color: #e66e2e;
  font-size: 2.7rem;
  font-weight: 600;
}
.float-block .float-phone span {
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 600;
}

/* - Main visual - */
.banner {
  clear: both;
  margin: 172px auto 0;
  overflow: hidden;
  width: 100%;
}

.banner picture,
.banner picture * {
  margin: 0 auto;
  width: 100%;
}
.banner .banner-sp {
  display: none;
}

/* - Title Block - */
.title-block {
  background-color: #e97934;
  margin: 0 auto;
  padding: 3.2rem 0;
  text-align: center;
  width: 100%;
}

.title-block picture,
.title-block picture * {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 80px;
  width: 100%;
}

.title-block picture * {
  margin: 0 auto;
}

.title-block h5 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto .8rem;
  width: 100%;
}

.title-block h4 {
  color: #ffff00;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 30px;
  margin: 0 auto;
  width: 100%;
}

/* - Info Block - */
.info-block {
  background-color: #fff1d2;
  clear: both;
  margin: 0 auto;
  padding: 6rem 0;
  width: 100%;
}

.inner-cont {
  margin: 0 auto;
  max-width: 996px;
  width: 100%;
}

.info-block .info-tbl {
  border-collapse: separate;
  margin: 0 auto 3rem;
  overflow: hidden;
  width: 100%;
}

.info-block .info-tbl tr {
  width: 100%;
}

.info-block .info-tbl tr th {
  background-color: #e66e2e;
  padding: .55rem 0;
  text-align: center;
}

.info-block .info-tbl tr th:first-child {
  border-radius: 14px 0 0 0;
}

.info-block .info-tbl tr th:last-child {
  border-radius: 0 14px 0 0;
}

.info-block .info-tbl tr th p {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  padding: .5rem 0;
  width: 100%;
}

.info-block .info-tbl tr th p.no-bdr {
  border: none;
}

.info-block .info-tbl tr td {
  background-color: #fff;
  border-bottom: 2px dotted #e97934;
  border-right: 2px dotted #e97934;
}

.info-block .info-tbl tr td.bdr-right {
  border-right: 3px solid #e66e2e;
}

.info-block .info-tbl tr td.info-col-01 {
  background-color: #fff7f2;
  border-left: 3px solid #e66e2e;
}

.info-block .info-tbl tr td.info-col-01,
.info-block .info-tbl tr td.info-col-02 {
  text-align: center;
}

.info-block .info-tbl tr td.info-col-01 p {
  color: #e66e2e;
  font-size: 1.5rem;
  font-weight: 600;
}

.info-block .info-tbl tr td.info-col-01 span {
  color: #000;
  display: block;
  font-size: 1.15rem;
  width: 100%;
}

.info-block .info-tbl tr td.info-col-01 picture,
.info-block .info-tbl tr td.info-col-01 picture *,
.info-block .info-tbl tr td.info-col-02 picture,
.info-block .info-tbl tr td.info-col-02 picture * {
  margin: 0 auto;
}

.info-block .info-tbl tr td.info-col-02 p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
}

.info-block .info-tbl tr td.info-col-02 p.orange {
  color: #e66e2e;
}

.info-block .info-tbl tr td.info-col-03 {
  padding: 1.5rem;
}

.info-block .info-tbl tr td.info-col-03 p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: .5rem;
}

.info-block .info-tbl tr td.info-col-03 p:last-child {
  margin-bottom: 0;
}

.info-block .info-tbl tr td.info-col-03 p span.orange {
  display: inline-block;
  font-weight: 600;
  margin: 0 .5rem 0 2rem;
}

.info-block .info-tbl tr td.info-col-03 p span:not(.orange) {
  font-size: 1.1rem;
  font-weight: 600;
}

.info-block .info-tbl tr td.info-col-04 {
  color: #e66e2e;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.bdr-top {
  border-top: 3px solid #e66e2e;
}

.info-block .info-tbl tr td.info-lst {
  border-bottom: 3px solid #e66e2e;
  border-left: 3px solid #e66e2e;
  border-right: 3px solid #e66e2e;
  border-radius: 0 0 14px 14px;
  padding: 1.5rem;
  text-align: justify;
}

.info-block .info-tbl tr td.info-lst p {
  color: #000;
  font-size: 1.35rem;
  margin-bottom: .5rem;
}

.info-block .info-tbl tr td.info-lst p span {
  display: inline-block;
  vertical-align: top;
}

.info-block .info-tbl tr td.info-lst p span:first-child {
  margin-right: 1rem;
}

.info-block .info-tbl tr td.info-lst p span:last-child {
  width: calc(100% - 40px);
}

.info-block .info-schedule {
  clear: both;
  margin: 0 auto;
  width: 100%;
}

.info-block .info-schedule .info-schedule-tags {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.8rem;
  width: 100%;
}

.info-block .info-schedule .info-schedule-tags .info-schedule-tag {
  align-items: center;
  border-bottom: 2px dotted #ec843b;
  display: flex;
  min-width: 240px;
  padding-bottom: .65rem;
}

.info-block .info-schedule .info-schedule-tags .info-schedule-tag h6 {
  background-color: #e66e2e;
  border-radius: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 26px;
  margin-right: .5rem;
  padding: .1rem 1.5rem;
  text-align: center;
}

.info-block .info-schedule .info-schedule-tags .info-schedule-tag span {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.info-block .info-schedule .info-schedule-tags .info-schedule-tag blockquote {
  font-size: 1.1rem;
}

.info-block .info-schedule .info-schedule-txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: justify;
  width: 100%;
}

.info-block .info-point {
  align-items: center;
  background-color: #fcd51a;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 2rem;
  padding: 2.2rem 2rem;
  width: 100%;
}

.info-block .info-point picture {
  width: 88px;
}

.info-block .info-point figcaption {
  background-color: #fff;
  border-radius: 14px;
  max-width: 850px;
  padding: 3rem;
  text-align: justify;
}

.info-block .info-point figcaption h6 {
  color: #000;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 1.5rem;
  width: 100%;
}

.info-block .info-point figcaption p {
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 22px;
  width: 100%;
}

/* - Power Intro Block - */
.power-intro-cont {
  background-color: #fffbef;
  clear: both;
  margin: 0 auto;
  padding: 6rem 0;
  width: 100%;
}

.title-sqr {
  align-items: center;
  background-color: #e66e2e;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  font-weight: 600;
  height: 212px;
  justify-content: center;
  margin: 2rem auto 6rem;
  max-width: 212px;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.title-sqr span {
  color: #ffff00;
  display: block;
  font-size: 1.6rem;
  width: 100%;
}

.title-sqr b {
  color: #ffff00;
  display: block;
  font-size: 3.2rem;
  margin: -.5rem auto .5rem;
  width: 100%;
}

.power-intro-item {
  align-items: center;
  background-color: #ffeecc;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 4rem;
  padding: 3rem;
  width: 100%;
}
.power-intro-item figcaption {
  margin-left: 2.2rem;
  max-width: 410px;
}
.power-intro-item figcaption h6 {
  color: #e66e2e;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 32px;
  margin: 0 auto 3rem;
  width: 100%;
}
.power-intro-item figcaption p {
  color: #000;
  font-size: 1.6rem;
  line-height: 26px;
  width: 100%;
}
.power-intro-item picture,
.power-intro-item img {
  max-width: 447px;
  width: 100%;
}
.power-intro-note {
  align-items: center;
  background-color: #ffd9b3;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 3rem;
  width: 100%;
}
.power-intro-note .note-01 {
  max-width: 402px;
}
.power-intro-note .note-01 h6 {
  color: #e66e2e;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 24px;
  margin: 0 auto 1rem;
}
.power-intro-note .note-01 p {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
.power-intro-note picture {
  max-width: 18px;
}
.power-intro-note .note-02 {
  color: #000;
  font-size: 1.6rem;
  line-height: 24px;
  max-width: 412px;
  width: 100%;
}

/* - Rank Block - */
.rank-cont {
  background-color: #ffefcc;
  clear: both;
  margin: 0 auto;
  padding: 6rem 0;
  width: 100%;
}
.title-circle-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5rem;
  width: 100%;
}
.title-circle-wrap .title-circle {
  background-color: #e66e2e;
  border-radius: 50%;
  min-height: 250px;
  text-align: center;
  width: 250px;
}
.title-circle-wrap .title-circle a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  text-align: center;
}
.title-circle-wrap .title-circle a b {
  color: #ffff00;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
.title-circle-wrap .title-circle a span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: .5rem;
}
.title-circle-wrap .title-circle a picture {
  display: block;
  margin-top: 3rem;
}
.rank-cont .rank-item {
  background-color: #fff;
  border-radius: 14px;
  clear: both;
  margin: 0 auto 3rem;
  overflow: hidden;
  padding: 4rem 3rem;
  width: 100%;
}
.rank-cont .rank-item h6 {
  color: #e66e2e;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto 4rem;
  text-align: center;
  width: 100%;
}
.rank-cont .rank-item h6 b {
  display: block;
  font-size: 4rem;
  width: 100%;
}
.rank-cont .rank-item figure {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rank-cont .rank-item figure figcaption {
  color: #000;
  font-size: 1.6rem;
  line-height: 30px;
  margin-left: 2rem;
  max-width: 436px;
  text-align: justify;
}
.rank-cont .rank-item figure picture,
.rank-cont .rank-item figure picture *,
.rank-cont .rank-item figure img {
  max-width: 427px;
}
.rank-cont .rank-item .man-lst-title {
  color: #e66e2e;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 5rem auto 2rem;
  width: 100%;
}
.rank-cont .rank-item .man-lst {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.rank-cont .rank-item .man-lst li {
  margin: 0 1.5rem 2rem;
}

/* - Map Block - */
.map-cont {
  background-color: #fffaed;
  clear: both;
  margin: 0 auto;
  padding: 6rem 0;
  width: 100%;
}
.map-cont img {
  margin: .5rem auto;
  max-width: 526px;
  width: 100%;
}

/* - Timeline Block - */
.timeline-cont {
  background-color: #ffefcc;
  clear: both;
  margin: 0 auto;
  padding: 6rem 0;
  width: 100%;
}
.timeline-lst {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.timeline-lst li {
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 2rem;
  max-width: 234px;
  min-height: 280px;
  padding: 2rem 2rem 1.5rem;
}
.timeline-lst li h6 {
  color: #e66e2e;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: .5rem;
  text-align: center;
  width: 100%;
}
.timeline-lst li h5 {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  justify-content: center;
  margin-bottom: .5rem;
  min-height: 44px;
  text-align: center;
  width: 100%;
}
.timeline-lst li p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  width: 100%;
}
.timeline-lst li span {
  color: #000;
  display: flex;
  font-size: 1.15rem;
  margin-top: .5rem;
}
.timeline-lst li span:before {
  content: "※";
  margin-right: .5rem;
}

/* - Question Block - */
.question-cont {
  background-color: #fffaed;
  clear: both;
  margin: 0 auto;
  padding: 6rem 0;
  width: 100%;
}
.question-cont .accordion {}
.question-cont .accordion .accordion-item {
  background-color: #fff;
  border: none;
  border-radius: 14px;
  margin-bottom: 1rem;
}
.question-cont .accordion .accordion-item .accordion-header {}
.question-cont .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 14px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.6rem;
}
.question-cont .accordion .accordion-item .accordion-header .accordion-button::before {
  align-items: center;
  background-color: #e66e2e;
  border-radius: 50%;
  color: #ffff00;
  content: "Q";
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  height: 36px;
  margin-right: 2rem;
  padding-bottom: .5rem;
  width: 36px;
}
.question-cont .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  color: #676767;
  content: "+";
  font-size: 2rem;
  height: 28px;
}
.question-cont .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background-color: #ffff00;
  color: #e66e2e;
}
.question-cont .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #e66e2e;
  border: none;
  border-radius: 14px 14px 0 0;
  color: #fff;
}
.question-cont .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: #fff;
  content: "ー";
}
.question-cont .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.question-cont .accordion .accordion-item .accordion-body {
  background-color: #ffdccc;
  border-radius: 0 0 14px 14px;
  display: flex;
  padding: 3rem 1.6rem;
}
.question-cont .accordion .accordion-item .accordion-body p {
  font-size: 1.6rem;
  line-height: 24px;
  width: calc(100% - 80px);
}
.question-cont .accordion .accordion-item .accordion-body:before {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #e66e2e;
  content: "A";
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: center;
  height: 36px;
  margin-right: 2rem;
  padding-bottom: .5rem;
  width: 36px;
}

/* - footer - */
.footer {
  background-color: #e66e2e;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 6.2rem 0 0;
  width: 100%;
}
.footer .footer-note {
  margin: 0 auto 5.2rem;
  text-align: center;
  width: 100%;
}
.footer .footer-note h6 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto 2rem;
}
.footer .footer-note h6::before,
.footer .footer-note h6::after {
  color: #fff;
  display: inline-block;
}
.footer .footer-note h6::before {
  content: "|";
  margin-right: 2rem;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.footer .footer-note h6::after {
  content: "|";
  margin-left: 2rem;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.footer .footer-note a {
  align-items: center;
  background-color: #ffff00;
  border-radius: 2rem;
  box-shadow: 0px 10px #b3b300;
  color: #e66e2e;
  display: flex;
  font-size: 3.2rem;
  font-weight: 600;
  justify-content: center;
  margin: 0 auto;
  max-width: 740px;
  padding: 3.8rem .2rem;
  width: 100%;
}
.footer .footer-note a:hover {
  background-color: #fbe906;
  box-shadow: 0px 10px #baa806;
}
.footer .footer-note a picture {
  margin-right: 2rem;
}
.footer .footer-phone {
  margin: 0 auto 6rem;
  text-align: center;
  width: 100%;
}
.footer .footer-phone h6 {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto 2rem;
  max-width: 275px;
  padding-bottom: .5rem;
  width: 100%;
}
.footer .footer-phone a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 1.5rem;
  max-width: 410px;
  width: 100%;
}
.footer .footer-phone a picture {
  margin-right: 1rem;
}
.footer .footer-phone a span {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -1px;
}
.footer .footer-phone p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.footer .copyright {
  background-color: #cc6229;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2.2rem 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .inner-cont {
    padding: 0 1rem;
  }
  .header .slogan .slogan-01 {
    font-size: 1.3rem;
  }
  .header .slogan .slogan-02,
  .header .head-contact .head-contact-mail p .mail-sub-02 {
    font-size: 1.6rem;
  }
  .head-nav {
    top: 83.97px;
  }
  .safari .head-nav {
    top: 78px;
  }
  .safari .head-nav ul li.nav-item:hover {
    border-color: #fff;
  }
  .safari .head-nav ul li.nav-item.current {
    border-color: #e66e2e;
  }
  
  .head-nav ul li.nav-item a span {
    font-size: 1.3rem;
  }
  .title-block h5 {
    font-size: 2rem;
  }
  .title-block h4 {
    font-size: 3rem;
  }
  .power-intro-item figcaption h6 {
    font-size: 2rem;
  }
  .power-intro-item picture,
  .power-intro-item img {
    max-width: 410px;
  }
  .rank-cont .rank-item .man-lst li {
    margin: 0 1.2rem 2rem;
  }
}

@media (max-width: 991.98px) {
  .inner-cont {
    max-width: 100%;
    padding: 0;
    width: 96%;
  }
  .head-nav ul li.nav-item a {
    flex-direction: column;
    min-height: 112px;
    text-align: center;
  }
  .head-nav ul li.nav-item a picture {
    margin: 0 0 .5rem 0;
  }
  .head-nav ul li.nav-item a span {
    display: block;
    font-size: 1.2rem;
    width: 100%;
  }
  .banner {
    margin: 216px auto 0;
  }
  .title-block h4 {
    font-size: 2.6rem;
  }
  .info-block .info-schedule .info-schedule-tags,
  .power-intro-note {
    flex-wrap: wrap;
  }
  .info-block .info-schedule .info-schedule-tags .info-schedule-tag {
    margin-bottom: 1rem;
    max-width: 420px;
  }
  .info-block .info-point {
    flex-direction: column;
  }
  .info-block .info-point picture {
    margin-bottom: 2rem;
    max-width: 60px;
  }
  .power-intro-item figcaption,
  .rank-cont .rank-item figure figcaption {
    margin-left: 0;
  }
  .power-intro-item figcaption {
    max-width: 370px;
  }
  .power-intro-item figcaption h6 {
    font-size: 2rem;
  }
  .power-intro-item picture,
  .power-intro-item img,
  .rank-cont .rank-item figure picture,
  .rank-cont .rank-item figure img {
    margin-left: 1rem;
  }
  .power-intro-item figcaption p,
  .power-intro-note .note-02,
  .rank-cont .rank-item figure figcaption {
    font-size: 1.4rem;
  }
  .power-intro-note .note-01 h6 {
    font-size: 1.5rem;
  }
  .power-intro-note {
    flex-direction: column;
  }
  .power-intro-note .note-01 {
    margin-bottom: .5rem;
    max-width: 100%;
    width: 100%;
  }
  .power-intro-note picture {
    margin-bottom: .5rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .power-intro-note .note-02 {
    max-width: 100%;
    width: 100%;
  }
  .title-circle-wrap .title-circle a,
  .rank-cont .rank-item h6 {
    font-size: 2rem;
  }
  .rank-cont .rank-item figure figcaption {
    max-width: 340px;
  }
  .rank-cont .rank-item .man-lst {
    justify-content: space-around;
  }
  .timeline-lst {
    justify-content: space-evenly;
  }
  .timeline-lst li {
    max-width: 280px;
  }
}

@media (max-width: 858.98px) {
  .header .head-contact .head-contact-phone {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .head-nav {
    display: none;
  }
  .banner {
    margin: 84px auto 0;
  }
  .title-block h4 {
    font-size: 2.2rem;
  }
  .title-circle-wrap .title-circle a {
    font-size: 1.8rem;
    min-height: 220px;
    width: 220px;
  }
  .power-intro-item figcaption,
  .rank-cont .rank-item figure figcaption {
    max-width: 330px;
  }
  .power-intro-item figcaption h6 {
    font-size: 1.8rem;
    margin: 0 auto 1rem;
  }
  .power-intro-item picture,
  .power-intro-item img,
  .rank-cont .rank-item figure picture,
  .rank-cont .rank-item figure picture *,
  .rank-cont .rank-item figure img {
    max-width: 280px;
  }
  .footer .footer-note a {
    flex-direction: column;
    font-size: 2.6rem;
    max-width: 100%;
    width: 80%;
  }
  .footer .footer-note a span {
    line-height: 30px;
  }
  .footer .footer-note a picture {
    margin: 0 auto 2rem;
  }
}

@media (max-width: 680px) {
  .header .logo {
    max-width: 120px;
  }
  .header .slogan .slogan-01 {
    font-size: 1.2rem;
  }
  .header .slogan .slogan-02 {
    font-size: 1.4rem;
  }
  .header .head-contact .head-contact-mail a {
    flex-direction: column;
  }
  .header .head-contact .head-contact-mail a picture {
    margin: 0 auto .5rem;
  }
  .header .head-contact .head-contact-mail p .mail-sub-01 {
    display: none;
  }
  .banner {
    margin: 96px auto 0;
  }
  .info-block .info-tbl tr td.info-col-01 picture,
  .info-block .info-tbl tr td.info-col-01 picture *,
  .info-block .info-tbl tr td.info-col-02 picture,
  .info-block .info-tbl tr td.info-col-02 picture * {
    max-width: 40px;
  }
  .power-intro-item,
  .rank-cont .rank-item figure {
    flex-direction: column;
  }
  .power-intro-item figcaption,
  .rank-cont .rank-item figure figcaption {
    margin: 0 auto 3rem;
    max-width: 448px;
    width: 100%;
  }
  .power-intro-item picture,
  .power-intro-item img,
  .rank-cont .rank-item figure picture,
  .rank-cont .rank-item figure img {
    margin: 0 auto;
    max-width: 448px;
    width: 100%;
  }
  .power-intro-item picture *,
  .power-intro-item img,
  .rank-cont .rank-item figure picture * {
    margin: 0 auto;
  }
  .title-circle-wrap .title-circle,
  .title-circle-wrap .title-circle a {
    font-size: 1.6rem;
    min-height: 180px;
    width: 180px;
  }
  .title-circle-wrap .title-circle a b {
    font-size: 3rem;
  }
  .title-circle-wrap .title-circle a span {
    font-size: 1.4rem;
  }
  .timeline-lst li {
    max-width: 250px;
  }
  .footer .footer-note h6 {
    background: url(../img/lp-footer-note.png) no-repeat center center transparent;
    text-align: center;
  }
  .footer .footer-note h6::before,
  .footer .footer-note h6::after {
    display: none;
  }
  .footer .footer-note h6 span {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .header {
    padding: .5rem .5rem 8px;
  }
  .header .logo {
    margin-right: .5rem;
    max-width: 90px;
  }
  .header .slogan {
    padding: 0;
  }
  .header .slogan .slogan-01 {
    font-size: 1rem;
  }
  .header .slogan .slogan-02 {
    font-size: 1.1rem;
    font-weight: 200;
  }
  .header .head-contact .head-contact-mail a {
    font-size: 1rem;
    padding: .3rem;
  }
  .header .head-contact .head-contact-mail a picture {
    max-width: 16px;
  }
  .header .head-contact .head-contact-mail p .mail-sub-02 {
    font-size: 1.1rem;
  }
  .title-circle-wrap {
    margin-bottom: 3rem;
    justify-content: space-evenly;
  }
  .title-circle-wrap .title-circle,
  .title-circle-wrap .title-circle a {
    font-size: 1.2rem;
    min-height: 111px;
    width: 111px;
  }
  .title-circle-wrap .title-circle a b {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
  .title-circle-wrap .title-circle a span {
    font-size: 1rem;
  }
  .title-circle-wrap .title-circle a picture {
    margin-top: 1rem;
  }
  .float-block {
    display: none;
  }
  .float-block-sp {
    align-items: center;
    background-color: #ffba00;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 1rem .2rem;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .float-block-sp .float-mail-sp {
    align-items: center;
    background-color: #f22800;
    border-radius: 10px;
    box-shadow: 0px 3px #a61c00;
    display: flex;
    justify-content: space-evenly;
    margin-right: 1rem;
    max-width: 252px;
    padding: .8rem 2rem;
  }
  .float-block-sp .float-mail-sp picture {
    margin-right: 1rem;
    max-width: 24px;
  }
  .float-block-sp .float-mail-sp span {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .float-block-sp .float-mail-sp span b {
    color: #ffff00;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .float-block-sp .float-phone-sp {
    background-color: #4e4e4e;
    border-radius: 10px;
    padding: .53rem 1rem;
  }
  .float-block-sp .float-phone-sp img {
    display: block;
    margin: 0 auto .5rem;
    max-width: 18.5px;
  }
  .float-block-sp .float-phone-sp span {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .banner {
    margin: 63.27px auto 0;
  }
  .question-cont .accordion .accordion-item .accordion-header .accordion-button p,
  .question-cont .accordion .accordion-item .accordion-body p {
    width: calc(100% - 70px);
  }
  .info-block,
  .power-intro-cont,
  .rank-cont,
  .map-cont,
  .timeline-cont {
    padding: 3rem 0;
  }
  .info-block .info-tbl tr th {
    min-width: 52px;
  }
  .info-block .info-tbl tr th p,
  .info-block .info-tbl tr td.info-col-01 p {
    font-size: 1.1rem;
  }
  .info-block .info-tbl tr td.info-col-02 picture,
  .info-block .info-tbl tr td.info-col-02 picture * {
    max-width: 16px;
  }
  .info-block .info-tbl tr td.info-col-03 p,
  .info-block .info-tbl tr td.info-col-04 {
    font-size: 1.2rem;
  }
  .info-block .info-tbl tr td.info-lst p {
    text-align: justify;
  }
  .info-block .info-tbl tr td.info-lst p span:first-child {
    margin-right: .7rem;
  }
  .info-block .info-tbl tr td.info-lst p span:last-child {
    width: calc(100% - 40px);
  }
  .info-block .info-schedule .info-schedule-txt {
    font-size: 1.2rem;
    font-weight: 200;
  }
  .info-block .info-point figcaption h6 {
    font-size: 1.5rem;
  }
  .info-block .info-point figcaption p {
    font-size: 1.3rem;
  }
}

@media (max-width: 420px) {
  .header {
    padding: 0.5rem 0.5rem 0;
  }
  .header .head-contact .head-contact-mail {
    border-radius: 0;
    box-shadow: none;
  }
  .banner {
    margin: 55.27px auto 0;
  }
  .banner picture.banner-pc {
    display: none;
  }
  .banner .banner-sp {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .title-block {
    padding: 3rem 2%;
  }
  .title-block h5 {
    font-size: 1.6rem;
  }
  .title-block h4 {
    font-size: 1.8rem;
  }
  .inner-cont {
    max-width: 343.5px;
    width: 100%;
  }
  .title-sqr {
    font-size: 2rem;
    max-width: 150px;
    height: 150px;
  }
  .power-intro-item {
    margin-bottom: 2rem;
    padding: 2rem;
  }
  .rank-cont .rank-item {
    padding: 3rem 2rem;
  }
  .rank-cont .rank-item h6 {
    font-size: 1.8rem;
    line-height: 24px;
    margin: 0 auto 2rem;
  }
  .rank-cont .rank-item h6 b {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .rank-cont .rank-item .man-lst {
    justify-content: space-between;
  }
  .rank-cont .rank-item .man-lst li {
    margin: 0 .5rem 1rem
  }
  .rank-cont .rank-item .man-lst li picture,
  .rank-cont .rank-item .man-lst li picture * {
    max-width: 140px;
  }
  .map-cont img {
    max-width: 326px;
  }
  .timeline-lst li {
    max-width: 340px;
    min-height: auto;
    padding: 2rem 2rem 3rem;
  }
  .question-cont .accordion .accordion-item .accordion-header .accordion-button,
  .question-cont .accordion .accordion-item .accordion-body p {
    font-size: 1.4rem;
  }
  .question-cont .accordion .accordion-item .accordion-header .accordion-button::before,
  .question-cont .accordion .accordion-item .accordion-body:before {
    margin-right: 1rem;
  }
  .question-cont .accordion .accordion-item .accordion-body {
    padding: 2rem 1rem 2rem 1.5rem;
  }
  .footer {
    padding: 4rem 0 0;
  }
  .footer .footer-note,
  .footer .footer-phone {
    max-width: 340px;
  }
  .footer .footer-note a {
    max-width: 343px;
    padding: 2rem 5rem;
    width: 100%;
  }
  .footer .footer-note a span {
    font-size: 2.4rem;
    line-height: 32px;
  }
  .footer .footer-phone a span {
    font-size: 3rem;
  }
  .footer .copyright {
    font-size: 1.4rem;
  }
}

@media (max-width: 375px) {}
