@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
html {
  max-width: 2000px;
  margin: 0 auto;
}
section {
  padding: 120px 0;
}
footer {
  padding: 15px 0;
}
@media (min-width: 768px) and (max-width: 1229px) {
  section {
    padding: 75px 0;
  }
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {background: #e5563c;}
.cl_base {color: #ff00cc;}
.cl_main {color: #e5563c;}
.cl_accent {color: #4265a1;}
.cl_white {color: #fff;}
.cl_black {color: #000;}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #4e4d4d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}
@media (min-width: 768px) and (max-width: 1229px) {
  .wic1 {
    margin-left: calc(50% - 600px);
  }
  .wic1 img {
    width: 1200px;
    max-width: 1200px;
  }
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #e5563c;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

/*Header----------------------------------------------------------- */
header {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
}
header .logo {
  padding: 0 15px;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .pc_head_nav {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
header .pc_head_nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .pc_head_nav ul li {
  display: block;
}
header .pc_head_nav ul a {
  display: block;
  white-space: nowrap;
  text-align: center;
}
header .head_contact {
  padding: 0 0 0 30px;
}
header .head_contact a {
  display: block;
  width: 300px;
}
@media (min-width: 768px) and (max-width: 1229px) {
  header .logo {
    height: 60px;
    display: flex;
    align-items: center;
  }
  header .pc_head_nav ul {
    display: none;
  }
  header .head_contact {
    padding: 0 60px 0 15px;
  }
  header .head_contact a {
    width: auto;
  }
  header .head_contact img {
    height: 60px;
  }
}

/*Navi----------------------------------------------------------- */
nav {
  padding-left: 0;
  padding-right: 0;
  background-color: #f86b85;
  position: absolute;
  top: 60px;
  width: 100%;
}
nav ul {
  display: flex;
  color: #fff;
}
nav li {
  width: 20%;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li:last-child {
  border-right: 1px solid #fff;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  background-color: #e5563c;
  text-align: center;
}
nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
@media screen and (max-width: 1229px) {
#nav_toggle {
  position: absolute;
  top: 8px;
  /**/
  right: 8px;
  /**/
  width: 40px;
  /**/
  height: 30px;
}
#nav_toggle div {
  position: relative;
  width: 30px;
  /**/
  margin: 0 auto;
}
#nav_toggle span {
  display: block;
  height: 4px;
  background: #4e4d4d;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
}
#nav_toggle span:nth-child(1) {
  top: 5px;
  /**/
}
#nav_toggle span:nth-child(2) {
  top: 15px;
  /**/
}
#nav_toggle span:nth-child(3) {
  top: 25px;
  /**/
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  /**/
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  /**/
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#nav_toggle:after {
  content: "MENU";
  color: #4e4d4d;
  display: block;
  padding-top: 80%;
  /**/
  font-family: "Roboto Condensed",sans-serif;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-align: center;
}
.open div#nav_toggle:after {
  content: "CLOSE";
}
nav ul {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
nav li {
  width: 100%;
  border-left: 0;
  border-right: 0;
}
nav li:last-child {
  border-right: 0;
}
nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
nav li a:link,
nav li a:visited {
  flex-direction: row;
  color: #fff;
}
.nav_jp {
  padding-bottom: 0;
  padding-right: 10px;
}
nav li {
  position: relative;
}
nav li:before {
  position: absolute;
  content: "";
  right: 10px;
  width: 8px;
  height: 12px;
  background-image: url(../img/sp_menu_arrow.png);
}
}

/*MV----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.reason_box {
  display: flex;
  align-items: center;
}
.reason_box > p {
  width: 60%;
}
.reason_box > div {
  width: 50%;
  margin-left: -10%;
  z-index: 2;
  min-height: 360px;
  border-radius: 15px;
}
.reason_box:nth-of-type(2) {
  flex-direction: row-reverse;
}
.reason_box:nth-of-type(2) > div {
  margin-left: 0;
  margin-right: -10%;
}
@media (min-width: 768px) and (max-width: 1229px) {
}

/*sec02----------------------------------------------------------- */
.sec02 {
  background: #ffe618;
}
.sec02 .fx_col6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.sec02 .fx_col6 > p {
  width: calc(100%/6);
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1229px) {
  .sec02 .fx_col6 > p {
    width: calc(100%/3);
  }
}

/*sec03----------------------------------------------------------- */
.sec03 {
  background: #ffe618;
}
.sec03 .sec03_box1 {
  border: 4px solid #00b900;
  border-radius: 20px;
}
.sec03 .sec03_box2 {
  border: 4px solid #e5563c;
  border-radius: 20px;
}
.sec03 h3 {
  padding: 15px;
  border-radius: 15px;
}
.sec03 .sec03_box1 h3 {
  background: #00b900;
}
.sec03 .sec03_box2 h3 {
  background: #e5563c;
}
.sec03 .fx_col3,
.sec03 .fx_col4 {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.sec03 .fx_col3 > div,
.sec03 .fx_col4 > div {
  width: 245px;
  position: relative;
}
.sec03 .fx_col3 .num,
.sec03 .fx_col4 .num {
  color: #fff;
  font-weight: bold;
  font-family: "Lato", serif;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  width: 27px;
  height: 27px;
  border-radius: 15px;
}
.sec03 .fx_col3 .num {
  background: #00b900;
}
.sec03 .fx_col4 .num {
  background: #e5563c;
}
.sec03 .fx_col3 > div:not(:last-of-type):before,
.sec03 .fx_col4 > div:not(:last-of-type):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 120px;
  right: -40px;
  border-left: 15px solid #00b900;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.sec03 .fx_col3 > div:not(:last-of-type):before {
  border-left: 15px solid #00b900;
}
.sec03 .fx_col4 > div:not(:last-of-type):before {
  border-left: 15px solid #e5563c;
}

/*sec04----------------------------------------------------------- */
.sec04 table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.sec04 table tr {
  border-bottom: 1px solid #ccc;
}
.sec04 table th {
  font-weight: bold;
  width: 20%;
  padding: 15px 0;
}
.sec04 table td {
  padding: 15px 0;
}
.sec04 iframe {
  width: 100%;
  height: 450px;
}

/*sec05----------------------------------------------------------- */
.border {
  height: 40px;
  background: url(../img/pc_border.png) repeat-x center center;
}
.sec05 li:not(:last-child) {
  padding-bottom: 30px;
}
.sec05 .qa_q {
  background: #e5563c;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  line-height: 1;
  transition: all .3s;
}
.sec05 .qa_q.open {
  border-radius: 15px 15px 0 0;
}
.sec05 .qa_btn {
  position: relative;
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 40px;
  margin-left: auto;
  min-width: 40px;
}
.sec05 .qa_btn:before,
.sec05 .qa_btn:after {
  position: absolute;
  content: "";
}
.sec05 .qa_btn:before {
  width: 20px;
  height: 2px;
  background: #e5563c;
  top: 19px;
  left: 10px;
}
.sec05 .qa_btn:after {
  width: 2px;
  height: 20px;
  background: #e5563c;
  top: 10px;
  left: 19px;
  transition: all .3s;
}
.sec05 .qa_btn.open:after {
  transform: rotate(90deg);
}
.sec05 .qa_a {
  background: #fcf6f5;
  padding: 30px;
  border-radius: 0 0 15px 15px;
  font-weight: bold;
}
.sec05 .qa_q p:first-of-type {
  border-right: 2px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
  min-width: 39px;
}
@media (min-width: 768px) and (max-width: 1229px) {
  .sec05 .qa_q,
  .sec05 .qa_a {
    padding: 25px;
  }
}

/*sec06----------------------------------------------------------- */
.sec06 {
  background: #ffe618 url(../img/pc_foot_bg.png) repeat-x bottom center;
}
.sec06 p {
  position: relative;
}
.sec06 a {
  transition: all .3s;
  transform: translateY(0px);
}
.sec06 a:hover {
  position: absolute;
  transform: translateY(-10px);
  opacity: 1;
}
.sec06 a img:hover {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1229px) {

}

/*Footer----------------------------------------------------------- */
footer {
}
