@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700&display=swap");
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px !important;
  line-height: 1.3em;
  overflow: visible !important;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 0.857142857rem !important;
  }
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #555;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 0.857142857rem !important;
  }
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  min-width: auto !important;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

aside div#form_calendar {
  min-width: auto !important;
}

.blog #contents article .detail {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .blog #contents {
    padding: 0;
  }
  .blog #contents article {
    padding: 30px 10px 10px;
  }
  .blog #contents article .detail {
    margin-top: 20px;
  }
}
.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 1px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 50px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Zen Maru Gothic", sans-serif;
}

.gothic {
  font-family: "Zen Maru Gothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 834px) {
  .br_tab {
    display: block;
  }
}

/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: rgba(227, 83, 132, 0.25);
  border-radius: 10px;
  box-shadow: none;
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-last-child(2), .pankuzu ol li:nth-last-child(3), .pankuzu ol li:nth-last-child(4) {
  margin-right: 30px;
}
.pankuzu ol li:nth-last-child(2):after, .pankuzu ol li:nth-last-child(3):after, .pankuzu ol li:nth-last-child(4):after {
  content: ">";
  position: absolute;
  right: -20px;
}
.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}
.pankuzu a {
  color: #333 !important;
  text-decoration: underline;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #e35384 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #e35384;
  font-weight: bold;
}
.faq_q:before {
  content: "Q";
  display: block;
  background: #e35384;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -9px;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}
.faq_a:before {
  content: "A";
  display: block;
  background: #91c75f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.dnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .dnone_sp {
    display: none;
  }
}

.dnone_pc {
  display: none;
}
@media screen and (max-width: 640px) {
  .dnone_pc {
    display: block;
  }
}

.container_f {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_f {
    flex-flow: column;
  }
}
.container_f .box {
  width: 49%;
}
.container_f .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 640px) {
  .container_f .box {
    width: 100%;
  }
}

.container_3 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_3 .inner {
    flex-flow: column;
  }
}
.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .container_3 .inner .box {
    width: 100%;
  }
}
.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_4 .inner {
    flex-flow: column;
  }
}
.container_4 .inner .box {
  flex: 0 0 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .container_4 .inner .box {
    width: 100%;
  }
}
.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}
.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}

.txtimg01 table td {
  border: none !important;
}
@media screen and (max-width: 640px) {
  .txtimg01 table td {
    display: block;
  }
}
.txtimg01 table td:nth-child(odd) {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .txtimg01 table td:nth-child(odd) {
    width: 100%;
  }
}

.txtimg02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .txtimg02 .inner {
    flex-flow: column;
  }
}
.txtimg02 .txt {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .txtimg02 .txt {
    width: 100%;
  }
}
.txtimg02 .img {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .txtimg02 .img {
    width: 100%;
  }
}

.txtimg03 .txt {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 30px !important;
}
.txtimg03 tbody {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.txtimg03 tr:nth-child(2) {
  display: block;
  width: 80%;
  transform: translateY(-25%);
}
.txtimg04 tr {
  display: flex;
}
@media screen and (max-width: 640px) {
  .txtimg04 tr {
    flex-flow: column;
  }
}
.txtimg04 td {
  width: 60%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.txtimg04 .txt {
  background: #fff;
  margin-left: -10%;
  transform: translateY(20%);
  padding: 40px !important;
}
@media screen and (max-width: 640px) {
  .txtimg04 .txt {
    transform: none;
    margin: 0;
  }
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

.center p, .center a, .center h1, .center h2, .center h3, .center h4, .center h5, .center div, .center span {
  text-align: center;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 100%;
  }
}

/********* 2カラム *********/
.works_cont01 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .works_cont01 {
    width: 100%;
    max-width: 100%;
  }
}
.works_cont01 .left {
  width: 25%;
  height: 600px;
  background: #da5019;
}
.works_cont01 .right {
  width: 72%;
  height: 600px;
  background: #cccccc;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-flow: row;
  border: none;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 16.6666666666%;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.3333333%;
  }
}

.event_Instagram02 .sns_photo {
  width: 40% !important;
}
@media screen and (max-width: 640px) {
  .event_Instagram02 .sns_photo {
    width: 100% !important;
  }
}
.event_Instagram02 .sns_date {
  background: #e35384;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}
.event_Instagram02 .clearfix a {
  color: #e35384 !important;
}
.event_Instagram02 .caption {
  padding: 1em 0;
  font-size: 1rem;
}
.event_Instagram02 div.sns_list > div {
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .event_Instagram02 div.sns_list > div {
    padding: 10px;
  }
}

/********* 404 *********/
.error_txt {
  text-align: center;
}
.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}
.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* HOMEのお問い合わせ *********/
.home_contact {
  padding: 100px 0;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .home_contact {
    padding: 40px 0;
  }
}
.home_contact br {
  display: none;
}
.home_contact .inner {
  background: rgba(0, 0, 0, 0.85);
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px;
  margin: 100px auto;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .home_contact .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .home_contact .inner {
    padding: 30px 10px;
    margin: 40px 0;
  }
}
.home_contact .inner h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.71429rem;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .home_contact .inner h2 {
    font-size: 1.42857rem;
  }
}
.home_contact .inner .box {
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 640px) {
  .home_contact .inner .box {
    flex-flow: column;
  }
}
.home_contact .inner .tel {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: "Times New Roman";
  color: #fff !important;
  background: url(../images/home/icon_tel02.png) left center no-repeat;
  padding-left: 1.5em;
}
.home_contact .inner .tel a {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: "Times New Roman";
  color: #fff !important;
}
.home_contact .inner .contact {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #06beb6 0%, #48b1bf 100%);
  width: 47%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .home_contact .inner .contact {
    width: 100%;
  }
}

.contact_tel a {
  color: #333 !important;
  font-size: 2.57143rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

/********* 新着情報 *********/
.news_area {
  max-height: 250px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(227, 83, 132, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}
.news_area dt {
  flex-direction: row !important;
}
.news_area dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(227, 83, 132, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.home_news .blog_list {
  border: none;
}
.home_news .blog_list > div:first-child h3:after {
  content: "\f0daNew!!";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: bold;
  color: #e35384;
}
.home_news .blog_photo {
  width: 0%;
  display: none;
}
.home_news .blog_text {
  width: 100% !important;
}
.home_news .blog_text h3 {
  font-size: 1.14286rem;
  margin-bottom: 0;
  border-bottom: 1px dashed #e35384;
  display: inline-block;
}
.home_news .blog_text h3 a {
  color: #333 !important;
  font-weight: bold;
}
.home_news .detail {
  display: none;
}
.home_news .blog_date {
  font-size: 1.14286rem;
  color: #e35384 !important;
  font-weight: bold;
}

/********* コンタクトエリア *********/
.contact_area {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 100px 10px;
  background: url(../images/home/bg_home03.jpg);
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .contact_area {
    padding: 60px 10px;
  }
}
.contact_area .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_area .h2_box {
  width: 100%;
  margin-bottom: 30px;
}
.contact_area .h2_box br {
  display: none;
}
.contact_area h2 {
  font-size: 2.57143rem;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .contact_area h2 {
    font-size: 2.14286rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact_area h2 {
    font-size: 2.14286rem;
  }
}
.contact_area .tel_box, .contact_area .contact_box {
  width: 49%;
  background: #fff;
  padding-top: 30px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 700px) {
  .contact_area .tel_box, .contact_area .contact_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact_area .tel_box td, .contact_area .contact_box td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
}
.contact_area .tel_box tr:first-child td, .contact_area .contact_box tr:first-child td {
  background: #1676bf;
}
.contact_area .tel_box tr:first-child td h3, .contact_area .contact_box tr:first-child td h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.contact_area .tel_box tr:last-child td, .contact_area .contact_box tr:last-child td {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 !important;
}
.contact_area .tel_box tr:last-child td .tel_link, .contact_area .contact_box tr:last-child td .tel_link {
  font-size: 48px;
  color: #333 !important;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 2000px) {
  .contact_area .tel_box tr:last-child td .tel_link, .contact_area .contact_box tr:last-child td .tel_link {
    font-size: 60px;
  }
}
.contact_area .tel_box tr:last-child td .tel_link i, .contact_area .contact_box tr:last-child td .tel_link i {
  font-size: 0.85em;
}
.contact_area .contact_box {
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 700px) {
  .contact_area .contact_box {
    width: 100%;
  }
}
.contact_area .contact_box tr:first-child td {
  background: #309aec;
}
.contact_area .contact_box tr:last-child td {
  text-align: center !important;
}
.contact_area .contact_box tr:last-child td br {
  display: none;
}
.contact_area .contact_box a {
  display: block;
  width: 300px;
  height: 100px;
  line-height: 100px;
  background: #eee;
  text-align: center;
  color: #333 !important;
  font-weight: bold;
  font-size: 1.14286rem;
  border: solid 1px #bcc1bd;
  position: relative;
}
.contact_area .contact_box a:before {
  content: "";
  display: block;
  background: url(../images/home/delta01.png);
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.contact_area .contact_box a:after {
  content: "";
  display: block;
  background: url(../images/home/delta02.png);
  width: 12px;
  height: 12px;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.contact_area .contact_box a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_area .contact_box a span:before {
  content: "";
  display: block;
  background: url(../images/common/icon_mail.png);
  height: 28px;
  width: 40px;
  margin-right: 5px;
}

/********* 会社概要 *********/
.company_area table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 10px !important;
}
.company_area table td:nth-child(odd) {
  border-bottom: 1px solid #e35384 !important;
}
@media screen and (max-width: 640px) {
  .company_area table td:nth-child(odd) {
    background: rgba(227, 83, 132, 0.1);
    width: 100% !important;
  }
}

.company_area dt, .company_area dd {
  background: none !important;
  border: none !important;
}
.company_area dt {
  border-bottom: 1px solid #e35384 !important;
}
.company_area dd {
  border-bottom: 1px solid rgba(227, 83, 132, 0.5) !important;
}
@media screen and (max-width: 640px) {
  .company_area dl {
    display: flex;
    flex-flow: column;
  }
  .company_area dt {
    background: rgba(227, 83, 132, 0.1) !important;
  }
  .company_area dt, .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dt:nth-child(even), .company_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6999999;
  padding: 5px 20px !important;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.news_area span span:nth-child(2) {
  display: none !important;
}

.trans_01 {
  color: #fff;
}

/********* Other *********/
.b_none td {
  border: none !important;
}

.p_none, .c_none {
  pointer-events: none !important;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

header#global_header {
  max-width: 100%;
  min-width: auto !important;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

#header {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 834px) {
  #header {
    text-align: center;
  }
}

.header_container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    flex-flow: column;
  }
}
.header_container .col_01 {
  text-align: left;
}
.header_container .col_02 {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .header_container .col_02 {
    text-align: center;
  }
}
.header_container .col_02 a {
  color: #333 !important;
}

nav#nav_global {
  background-color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 834px) {
  nav#nav_global {
    display: none;
  }
}
nav#nav_global ul {
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav#nav_global ul li {
  position: relative;
  width: 16.6666666%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
nav#nav_global ul li:before {
  content: "";
  width: 2px;
  height: 40px;
  background: #e9b5c7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav#nav_global ul li:last-child:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #e9b5c7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav#nav_global ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
nav#nav_global ul li a:link, nav#nav_global ul li a:visited {
  color: rgb(87, 87, 87) !important;
}
nav#nav_global ul li a:hover {
  transition: 0.5s;
}
nav#nav_global ul li a img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
nav#nav_global ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #e35384;
}
nav#nav_global ul li ul li a {
  display: inline-block;
  padding: 10px 0;
}
nav#nav_global ul li ul li a:hover {
  transition: 0.5s;
}

#mainArea .swiper-container img {
  width: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
#global_footer {
  background-color: #fff !important;
  position: relative;
  min-width: auto !important;
  border-top: 6px solid #bb9477;
}
#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: -20%;
}
@media screen and (max-width: 640px) {
  #global_footer #pagetop {
    top: -7%;
  }
}

.btn_footer {
  position: absolute;
  top: -5px;
  right: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .btn_footer {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

#footer .footer_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#footer .footer_container .col_01 {
  width: 100%;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 834px) {
  #footer .footer_container .col_01 {
    padding-top: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #footer .footer_container .col_01 {
    padding-top: 80px;
    margin-bottom: 2em;
    text-align: center;
  }
}
#footer .footer_container .col_02 {
  width: 100%;
  padding: 20px 0;
}

.nav_footer {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  justify-content: space-between;
  text-align: left;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .nav_footer {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .nav_footer li {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
.nav_footer li a {
  color: #555 !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em;
    color: #fff !important;
    background: #df3d74;
    padding: 0.5em 0;
    border-radius: 15px;
  }
}

#copyright {
  margin-top: 30px;
  color: #555;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------*/
body {
  background: url(../images/home/bg_home01.jpg);
}

#contents_wrap {
  padding: 0;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 0 10px;
  }
}

.h1_txt01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background: url(../images/contents/bg_h1.jpg) right no-repeat;
  background-size: cover;
  height: 137px;
  line-height: 137px;
}
@media screen and (max-width: 834px) {
  .h1_txt01 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .h1_txt01 {
    height: 100px;
    line-height: 100px;
    background: url(../images/contents/bg_02.jpg);
  }
}
.h1_txt01 h1 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 2.14286rem;
  color: #e35384;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 834px) {
  .h1_txt01 h1 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .h1_txt01 h1 {
    font-size: 1.71429rem;
    font-family: "Zen Maru Gothic", sans-serif;
  }
}
@media screen and (max-width: 640px) {
  .h1_txt01 h1 {
    font-size: 1.28571rem;
    text-align: center;
  }
}

.h2_txt01 h2 {
  background: url(../images/contents/bg_h2.png) 98% center no-repeat, url(../images/contents/bg_h2_02.png) center bottom repeat-x, url(../images/contents/bg_h2_02.png) center top repeat-x, #fff;
  padding: 1.5em 1em;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #e35384;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.h3_txt01 h3 {
  font-size: 1.14286rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e35384;
}
.h3_txt01 h3:before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #91c75f;
  border-radius: 3px;
  margin-right: 5px;
}

/*-------------------- HOME --------------------*/
.home_01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 130px 10px;
  background: url(../images/home/bgptn01.png) top left repeat-x;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .home_01 {
    padding: 80px 5px;
  }
}
.home_01:before {
  content: "";
  background: rgba(180, 189, 37, 0.1);
  width: 450px;
  height: 450px;
  border-radius: 500px;
  display: block;
  position: absolute;
  top: -200px;
  left: -150px;
  z-index: -1;
}
.home_01:after {
  content: "";
  background: rgba(180, 189, 37, 0.1);
  width: 450px;
  height: 450px;
  border-radius: 500px;
  display: block;
  position: absolute;
  bottom: -200px;
  right: -150px;
  z-index: -1;
}
.home_01 .home_img04 {
  display: flex;
  justify-content: space-between;
}
.home_01 .home_img04 .box {
  width: 23%;
  position: relative;
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .home_01 .home_img04 .box {
    width: 24%;
  }
}
@media screen and (max-width: 640px) {
  .home_01 .home_img04 .box {
    width: 48%;
    margin-bottom: 60px;
  }
}
.home_01 .home_img04 .box article > div {
  margin-top: 10px;
  font-weight: bold;
}
.home_01 .home_img04 .box:nth-child(even) {
  transform: translateY(30px);
}
@media screen and (max-width: 640px) {
  .home_01 .home_img04 .box:nth-child(even) {
    transform: none;
  }
}
.home_01 .home_img04 img {
  width: 100% !important;
  display: block;
  border: 2px solid #bb9477;
  border-radius: 8px;
}
.home_01 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_01 .bnr_box {
  width: 25%;
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .home_01 .bnr_box {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .home_01 .bnr_box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home_01 .home_news {
  width: 73%;
}
@media screen and (max-width: 834px) {
  .home_01 .home_news {
    width: 100%;
  }
}
.home_01 .home_news h2 {
  text-align: center;
  margin-bottom: 15px;
}
.home_01 .home_news > div {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #bb9477;
  padding: 30px 40px;
}
@media screen and (max-width: 640px) {
  .home_01 .home_news > div {
    padding: 10px;
  }
}

.home_02 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  border-top: 6px solid #bb9477;
  display: flex;
  flex-wrap: wrap;
}
.home_02 > div {
  width: 50%;
  padding: 3% 6%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .home_02 > div {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .home_02 > div {
    padding: 30px 6%;
    justify-content: flex-start;
  }
}
.home_02 > div:after {
  content: "";
  display: block;
  order: 3;
}
.home_02 .left {
  background: #ffebf2;
}
.home_02 .right {
  background: #f6d2e4;
}
.home_02 .container {
  justify-content: space-between;
  margin-bottom: 20px;
}
.home_02 .container .box {
  width: 49%;
  font-size: 14px;
}
@media screen and (max-width: 1150px) {
  .home_02 .container .box {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .home_02 .container .box {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .home_02 .container .box {
    width: 100%;
  }
  .home_02 .container .box img {
    width: 100% !important;
  }
}
.home_02 .container .box > div > a:last-child {
  background: #91c75f;
  display: inline-block;
  border-radius: 400px;
  padding: 0.5em 3em;
  color: #fff !important;
  float: right;
}
@media screen and (max-width: 640px) {
  .home_02 .container .box > div > a:last-child {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.home_02 .container .tel_link {
  font-size: 1.28571rem;
  font-weight: bold;
  color: #e35384 !important;
}
.home_02 .container .tel_link:after {
  content: "";
  display: block;
}
.home_02 .map_box {
  order: 4;
}

.about_01 li {
  display: flex;
  align-items: center;
  font-size: 1.14286rem;
  line-height: 1.9em;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(227, 83, 132, 0.3);
  margin-bottom: 15px;
  padding: 0.5em;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  .about_01 li {
    font-size: 12px;
  }
}
.about_01 li:before {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.35em;
  background: #e35384;
  border-radius: 53px;
  margin-right: 5px;
}

.about_02 {
  justify-content: space-between;
}
.about_02:after {
  content: "";
  display: block;
  visibility: visible;
  width: 32%;
}
.about_02 .box {
  width: 32%;
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .about_02 .box {
    padding: 5px;
    width: 49%;
  }
}

.pankuzu {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
.pankuzu:before {
  content: "";
  display: block;
  width: 100vw;
  max-width: 100%;
  height: 85px;
  background: url(../images/home/bgptn01.png) top left repeat-x;
  position: absolute;
  top: 0;
  z-index: -1;
}

.pankuzu_01 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .pankuzu_01 {
    width: 100%;
    max-width: 100%;
  }
}

.about_03 .kasen {
  background: linear-gradient(transparent 80%, rgba(227, 83, 132, 0.3) 80%);
  font-weight: normal;
  line-height: 2;
}

.about_04 {
  background: #fff;
}
.about_04 td {
  border: 0;
}
.about_04 h3 {
  display: inline-block;
  color: #fff;
  background: #e35384;
  border-radius: 5px;
  padding: 0.3em 1.2em;
}
.about_04 img {
  width: 100% !important;
}

.plan_01 {
  background: url(../images/contents/ill01.png) 95% 95% no-repeat, #fff;
}
.plan_01 td {
  padding: 7px 2px !important;
  text-align: center !important;
}
.plan_01 td:first-child {
  background: rgb(255, 248, 248);
  width: 10%;
  min-width: 2.2em;
}
.plan_01 td:first-child > div {
  font-weight: bold;
}
.plan_01 tr:first-child td {
  background: #e35384 !important;
  color: #fff;
}

.plan_02 ul {
  display: flex;
  justify-content: space-between;
}
.plan_02 li {
  margin-right: 10px;
}
.plan_02 li:last-child {
  margin-right: 0;
}

.download_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap !important;
}
.download_01:after {
  content: "";
  display: block;
  width: 30%;
}
.download_01 .box {
  width: 30%;
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .download_01 .box {
    width: 49%;
  }
}
.download_01 td {
  border: 0;
  padding: 10px !important;
  text-align: center !important;
}
.download_01 tr:nth-child(1) td {
  background: #e35384;
  color: #fff;
  font-weight: bold;
}
.download_01 tr:nth-child(2) td {
  padding: 0 !important;
}
.download_01 tr:nth-child(3) td a {
  text-decoration: underline;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-nav {
  display: none;
}

@media screen and (max-width: 834px) {
  /*!------------------------------------*\
      Base
  \*!------------------------------------*/
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drawer-menu {
    width: 75% !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: left;
  }
  .drawer-menu li {
    text-align: left !important;
    display: block;
    width: 100%;
  }
  .drawer-menu li a {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #333 !important;
    line-height: 3;
    display: block;
    border-bottom: 1px solid #dd306b;
  }
  .drawer-menu li ul li a {
    display: inline-block;
    background: #c9215a;
    padding: 0.2em 0.5em !important;
  }
  .drawer-menu li ul li:nth-child(even) a {
    background: #d62360;
  }
  .drawer-hamburger {
    position: relative;
  }
  .drawer-hamburger:after {
    content: "menu";
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  /*!------------------------------------*\
      Top
  \*!------------------------------------*/
  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }
  /*!------------------------------------*\
      Left
  \*!------------------------------------*/
  .drawer--left .drawer-nav {
    left: -16.25rem;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }
  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -16.25rem;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
  }
  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 18px;
    padding-right: 0.75rem;
    padding-bottom: 30px;
    padding-left: 0.75rem;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    transform: rotate(-45deg);
  }
  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /*!------------------------------------*\
      Sidebar
  \*!------------------------------------*/
  .drawer--sidebar {
    background-color: #fff;
  }
  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
  /*!------------------------------------*\
      Navbar
  \*!------------------------------------*/
  /*! .drawer-navbar modifier */
  /*!------------------------------------*\
      Dropdown
  \*!------------------------------------*/
  /*! open */
  /*! drawer-caret */
  /*! open */
  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
}
@media screen and (max-width: 834px) and (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media screen and (max-width: 834px) and (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 834px) {
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }
  .drawer-navbar--fixed {
    position: fixed;
  }
  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.75rem;
    text-align: center;
  }
  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }
  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }
  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 834px) and (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 834px) {
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }
  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: 0.75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .drawer-dropdown.open .drawer-caret {
    transform: rotate(180deg);
  }
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) and (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 834px) and (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
.fix-h1 > article {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-h1 > article > h1 {
  color: #dd5180;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 834px) {
  .fix-h1 > article > h1 {
    font-size: 22px;
  }
}
.fix-h1 .imgL {
  float: none;
}

.fix-cv-title__h2 {
  display: flex;
  align-items: center;
}
.fix-cv-title__h2 > img {
  margin-right: 10px;
}
.fix-cv-title__sub, .fix-cv-title__main {
  text-align: left;
}
.fix-cv-title__sub {
  color: #74b23b;
  font-size: 20px;
}
@media (max-width: 834px) {
  .fix-cv-title__sub {
    font-size: 16px;
  }
}
.fix-cv-title__main {
  color: #dd5180;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 834px) {
  .fix-cv-title__main {
    font-size: 22px;
  }
}

#mainArea {
  position: relative;
}

.mv__top__txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 52px;
  font-weight: bold;
  letter-spacing: -5px;
  width: 100%;
  font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3803921569);
}
@media screen and (max-width: 1200px) {
  .mv__top__txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__top__txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mv__top__txt {
    letter-spacing: 1px;
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  .mv__top__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .mv__top__txt {
    font-size: 15px;
  }
}

.h1_txt01 {
  position: relative;
  z-index: 1;
  height: auto;
  line-height: 1;
}
.h1_txt01:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
@media screen and (max-width: 640px) {
  .h1_txt01 h1 {
    font-size: 23px !important;
  }
}

.link_btn_wrap .link_btn {
  background: #91c75f;
  display: inline-block;
  border-radius: 400px;
  padding: 0.5em 3em;
  color: #fff !important;
}

@media screen and (max-width: 640px) {
  .top__links__wrap {
    flex-direction: column;
  }
}
.top__links__wrap .box {
  position: relative;
  z-index: 1;
  width: calc(50% - 20px);
  border: solid 3px #e9b5c7;
  border-radius: 100px;
  margin-right: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .top__links__wrap .box {
    width: 100%;
    margin: 0 auto 30px !important;
  }
}
.top__links__wrap .box:nth-child(2n) {
  margin-right: 0;
}
.top__links__wrap .box > article > h3 {
  display: none;
}
.top__links__wrap .box > article > a {
  display: block;
}
.top__links__wrap .box > article > a > img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/1;
  opacity: 0.6 !important;
  transition: all 0.3s ease;
}
.top__links__wrap .box > article > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #575757;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .top__links__wrap .box > article > div {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .img_3column {
    padding: 0 !important;
  }
}
.img_3column .box {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .img_3column .box {
    width: calc(50% - 11px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .img_3column .box {
    width: 100%;
    margin: 0 auto 50px !important;
  }
}
.img_3column .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .img_3column .box:nth-child(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .img_3column .box:nth-child(2n) {
    margin-right: 0;
  }
}
.img_3column .box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .img_3column .box:last-child {
    margin-bottom: 0 !important;
  }
}
.img_3column .box img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.img_3column .box article > h3 {
  display: none;
}
.img_3column .box article > div, .img_3column .box > div {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 100px;
  color: #e35384;
  padding: 4px 0;
}
@media screen and (max-width: 640px) {
  .img_3column .box article > div, .img_3column .box > div {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .fx__txt__img01 {
    flex-direction: column !important;
  }
}
.fx__txt__img01 .box {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .fx__txt__img01 .box {
    width: 100%;
    padding: 0;
  }
}
.fx__txt__img01 .box img {
  width: 80% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .fx__txt__img01 .box img {
    width: 80% !important;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .fx__txt__img01 .box img {
    width: 100% !important;
  }
}
.fx__txt__img01 .box > article > h3 {
  display: none;
}
.fx__txt__img01 div > h3 {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .fx__txt__img01 div > h3 {
    font-size: 26px;
  }
}
.fx__txt__img01 div > h3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/utility/kureyon.png) center/contain no-repeat;
  width: 43px;
  height: 30px;
}

@media screen and (max-width: 640px) {
  .flow__wrap .fx__txt__img01:nth-child(odd) > .box:nth-of-type(1) {
    order: 2;
  }
}

@media screen and (max-width: 640px) {
  .dl__list dl {
    flex-direction: column;
  }
}
.dl__list dt,
.dl__list dd {
  padding: 15px 8px !important;
  margin-left: -1px;
  margin-top: -1px;
}
@media screen and (max-width: 640px) {
  .dl__list dt,
  .dl__list dd {
    width: 100% !important;
  }
}
.dl__list dt {
  align-items: center !important;
  justify-content: flex-start !important;
  background-color: #ffebf2 !important;
  color: #e35384;
}
@media screen and (max-width: 640px) {
  .dl__list dt {
    align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}
.dl__list dd {
  flex: 1;
}

.day__flow {
  position: relative;
  z-index: 1;
}
.day__flow::after {
  position: absolute;
  z-index: -1;
  content: "";
  visibility: visible !important;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #e35384;
}
.day__flow .fx__txt__img01 {
  border: solid 4px #e35384;
  border-radius: 50px;
}
.day__flow .fx__txt__img01 img {
  border-radius: 10px;
}
.day__flow .time {
  font-size: 36px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 70%, #ffebf2 70%);
  padding: 0 10px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
@media screen and (max-width: 640px) {
  .day__flow .time {
    font-size: 30px;
  }
}
.day__flow .action {
  font-size: 24px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .day__flow .action {
    font-size: 20px;
  }
}
.day__flow .fx__txt__img01:nth-of-type(1) .action,
.day__flow .fx__txt__img01:nth-of-type(5) .action,
.day__flow .fx__txt__img01:nth-of-type(9) .action {
  background-color: rgba(245, 198, 221, 0.6784313725);
}
.day__flow .fx__txt__img01:nth-of-type(2) .action,
.day__flow .fx__txt__img01:nth-of-type(6) .action,
.day__flow .fx__txt__img01:nth-of-type(10) .action {
  background-color: #ccead8;
}
.day__flow .fx__txt__img01:nth-of-type(3) .action,
.day__flow .fx__txt__img01:nth-of-type(7) .action,
.day__flow .fx__txt__img01:nth-of-type(11) .action {
  background-color: rgba(230, 162, 116, 0.3294117647);
}
.day__flow .fx__txt__img01:nth-of-type(4) .action,
.day__flow .fx__txt__img01:nth-of-type(8) .action,
.day__flow .fx__txt__img01:nth-of-type(12) .action {
  background-color: rgba(155, 207, 230, 0.5803921569);
}/*# sourceMappingURL=assets.css.map */