@charset "UTF-8";
/*
.animsition {
  background: #fab400;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.spinner {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  box-sizing: border-box;

  &:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
    box-sizing: border-box;
  }

  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-indent: -940px;
  overflow: hidden;
  border-top: 0.3em solid rgba(0, 0, 0, 0.2);
  border-right: 0.3em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
  border-left: 0.3em solid rgba(255, 255, 255, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadani 1.1s infinite linear;
  animation: loadani 1.1s infinite linear;
}

@-webkit-keyframes loadani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadani {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*/
#header_wrap {
  width: 100vw;
  background-color: #fab400;
  min-height: 166px;
  position: relative;
}

#wac_header {
  text-align: left;
  padding-top: 26px;
  max-width: 980px;
  margin: 0 auto;
  zoom: 100%;
}

#wac_header:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#nav_fix {
  width: 100%;
  z-index: 9999;
  background-color: #fab400;
}

#wac_nav_wrap {
  max-width: 980px;
  margin: 0 auto;
  zoom: 100%;
}

#wac_nav_wrap:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px 0;
}

#nav_fix.fixed {
  width: 100vw;
}

#header_copy {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#tel_free_wrap {
  position: absolute;
  top: 24px;
  width: 980px;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
}

#tel_free {
  display: inline-block;
  float: right;
}

#tel_free a {
  pointer-events: none;
  cursor: none;
}

#tel_free .tel_title {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #1978bc;
  color: #fff;
  line-height: 1;
  padding: 5px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#tel_free .tel_font {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: #1978bc;
  font-size: 2.6rem;
  line-height: 1;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  #header_wrap {
    min-height: calc(10.2vw + 60px);
    box-sizing: border-box;
  }
  #wac_header {
    width: 100%;
    position: absolute;
    top: 20px;
    padding: 0;
  }
  #header_copy {
    margin: 0 0 1.6% 2%;
  }
  #tel_free_wrap {
    width: 100%;
    top: -2px;
  }
  #tel_free {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  #header_wrap {
    min-height: calc(10.2vw + 42px);
  }
  #wac_header {
    top: 12px;
  }
  #header_copy {
    font-size: 1.6rem;
  }
  #tel_free_wrap {
    top: -4px;
  }
  #tel_free .tel_title {
    font-size: 1.1rem;
    padding: 4px;
    margin: 0 6px 0 0;
  }
  #tel_free .tel_font {
    font-size: 2rem;
  }
}

@media screen and (max-width: 639px) {
  #header_wrap {
    padding: 0;
    height: auto;
    min-height: 101px;
    position: static;
  }
  #wac_header {
    position: static;
    padding-top: 4px;
  }
  #wac_nav_wrap {
    margin: 0 3%;
    padding: 4px 0 4px 0;
  }
  #header_copy {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0 3% 0 3%;
  }
  #tel_free_wrap {
    position: static;
    margin: 0;
  }
  #tel_free {
    display: block;
    float: none;
    text-align: center;
    background-color: #f01e1e;
    padding: 4px;
    margin-right: 0;
  }
  #tel_free a {
    display: inline-block;
    min-height: 16px;
    background: url(images/freedial.svg) no-repeat left center;
    padding: 0 0 0 26px;
    pointer-events: auto;
    cursor: auto;
  }
  #tel_free .tel_title {
    display: none;
  }
  #tel_free .tel_font {
    color: #fff;
    font-size: 1.8rem;
  }
}

#wac_header #wac_nav_open {
  display: none;
}

#wac_header #wac_navi_box {
  width: 80%;
  float: left;
}

#wac_header #wac_navi {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 100%;
}

#wac_header #wac_navi:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 639px) {
  #wac_header #wac_nav_open {
    display: block;
    float: right;
  }
  #wac_header #wac_nav_open a {
    display: block;
    opacity: 1;
    filter: alpha(opacity100);
  }
  #wac_header #wac_navi_box {
    display: none;
  }
}

#header_title {
  width: 20%;
  float: left;
  padding-bottom: 10.2%;
  height: 0;
  position: relative;
}

#header_title span {
  display: inline-block;
  font-size: 20%;
  text-indent: -980px;
  overflow: hidden;
}

#header_title a {
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#header_title a:hover {
  opacity: 1;
  filter: alpha(opacity100);
}

#header_title a svg {
  width: 100%;
  height: 100%;
}

#wac_header .wac_nlv1 {
  width: 20%;
  float: left;
  position: relative;
}

#wac_header .wac_nlv1 a {
  display: block;
}

#wac_header .wac_nlv1 a:hover {
  opacity: 1;
  filter: alpha(opacity100);
}

#wac_header .wac_nlv1 .nlv1_bg {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 64%;
  position: relative;
}

#wac_header .wac_nlv1 .nlv1_bg svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

#wac_header .wac_nlv1 .nlv1_logo {
  display: block;
  width: 58%;
  height: 22%;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}

#wac_header .wac_nlv1 .nlv1_logo svg {
  width: 100%;
  height: 100%;
}

#wac_header .wac_nlv1 .nlv1_name {
  text-align: center;
  position: absolute;
  bottom: 25%;
  display: block;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#wac_header .n_self svg .menu_base {
  opacity: 0 !important;
}

#wac_header #item_dropdown {
  display: none;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

#wac_header #item_dropdown img {
  width: 60%;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
}

#wac_header #wac_subnavi {
  display: none;
  position: fixed;
  z-index: 9;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 220, 0.9);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0;
}

#wac_header #wac_sub_item {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 12px 0;
  list-style: none;
  text-align: center;
  zoom: 100%;
}

#wac_header #wac_sub_item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#wac_header #wac_sub_item .wac_nlv2 {
  display: inline-block;
  margin: 0 4px 8px 4px;
}

#wac_header #wac_sub_item .wac_nlv2 a {
  display: inline-block;
  min-width: 156px;
  box-sizing: border-box;
  padding: 12px 18px 12px 24px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #f01e1e;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#wac_header #wac_sub_item .wac_nlv2 a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#wac_header #wac_sub_item .wac_nlv2 a img {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#wac_header #wac_sub_item .wac_nlv2 .s_self {
  background-color: #f05a28;
}

#wac_header #wac_navi_item .nlv1_bg svg .menu_base {
  fill: #f05a28;
}

#wac_header #wac_navi_about_us .nlv1_bg svg .menu_base {
  fill: #fa961e;
}

#wac_header #wac_navi_information .nlv1_bg svg .menu_base {
  fill: #7dcd32;
}

#wac_header #wac_navi_crew .nlv1_bg svg .menu_base,
#wac_header #wac_navi_recruit .nlv1_bg svg .menu_base {
  fill: #23b9eb;
}

#wac_header #wac_navi_contact .nlv1_bg svg .menu_base {
  fill: #8c5ab4;
}

#wac_header #wac_navi_item .nlv1_bg svg .menu_plate {
  fill: #f01e1e;
}

#wac_header #wac_navi_about_us .nlv1_bg svg .menu_plate {
  fill: #f05a28;
}

#wac_header #wac_navi_information .nlv1_bg svg .menu_plate {
  fill: #2d9b4b;
}

#wac_header #wac_navi_crew .nlv1_bg svg .menu_plate,
#wac_header #wac_navi_recruit .nlv1_bg svg .menu_plate {
  fill: #0564b9;
}

#wac_header #wac_navi_contact .nlv1_bg svg .menu_plate {
  fill: #642d87;
}

@media screen and (max-width: 980px) {
  #wac_header #item_dropdown {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #wac_header .wac_nlv1 .nlv1_logo {
    width: 64%;
    top: 25%;
  }
  #wac_header .wac_nlv1 .nlv1_name {
    bottom: 22%;
    font-size: 1.1rem;
  }
  #wac_header #wac_sub_item {
    padding: 12px 0 8px 0;
  }
  #wac_header #wac_sub_item .wac_nlv2 {
    margin: 0 2px 4px 2px;
  }
  #wac_header #wac_sub_item .wac_nlv2 a {
    min-width: 140px;
    box-sizing: border-box;
    padding: 8px 16px 8px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  #wac_header #wac_sub_item .wac_nlv2 a img {
    width: 12px;
    height: 12px;
    left: 4px;
  }
}

@media screen and (max-width: 639px) {
  #header_title {
    width: 100px !important;
    height: 44px !important;
    padding-bottom: 0 !important;
  }
  #header_title a {
    width: 100% !important;
    height: 100% !important;
  }
}

#mm-clone-wac_navi_box {
  --mm-color-border: #f9b300;
  --mm-color-text: #fff;
  --mm-color-button: #fff;
  --mm-color-background: #fdc153;
  font-size: 1.5rem;
  display: none;
}

#mm-clone-wac_navi_box .mm-panels .mm-navbar {
  color: #f01e1e;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
}

#mm-clone-wac_navi_box .mm-listitem__text {
  padding-left: 10px;
}

#mm-clone-wac_navi_box .nlv1 img {
  width: 74px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-left: -4px;
  margin-right: 6px;
  padding: 2px 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#mm-clone-wac_navi_box .mm-listitem::after {
  left: 0;
}

#mm-clone-wac_navi_box .mm-navbars--bottom .mm-navbar {
  height: 56px;
  align-items: center;
}

#mm-clone-wac_navi_box .mm-navbars--bottom .mm-navbar .wac_share * {
  display: flex;
  align-items: center;
}

#mm-clone-wac_navi_box .mm-btn--next img {
  display: none;
}

#mm-clone-wac_navi_box .mm-btn--next.mm-listitem__text {
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media screen and (max-width: 639px) {
  #mm-clone-wac_navi_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#mm-clone-wac_navi_item,
#mm-clone-wac_navi_about_us,
#mm-clone-wac_navi_information,
#mm-clone-wac_navi_crew,
#mm-clone-wac_navi_recruit,
#mm-clone-wac_navi_contact {
  text-align: left;
}

#mm-clone-wac_navi_item img {
  background-color: #f01e1e;
}

#mm-clone-wac_navi_item .nlv1 {
  background-color: #f05a28;
}

#mm-clone-wac_sub_item .nlv2 {
  background-color: #f05a28;
}

#mm-clone-wac_navi_about_us img {
  background-color: #f05a28;
}

#mm-clone-wac_navi_about_us .nlv1 {
  background-color: #fa961e;
}

#mm-clone-wac_navi_information img {
  background-color: #2d9b4b;
}

#mm-clone-wac_navi_information .nlv1 {
  background-color: #7dcd32;
}

#mm-clone-wac_navi_crew img,
#mm-clone-wac_navi_recruit img {
  background-color: #0564b9;
}

#mm-clone-wac_navi_crew .nlv1,
#mm-clone-wac_navi_recruit .nlv1 {
  background-color: #23b9eb;
}

#mm-clone-wac_navi_contact img {
  background-color: #642d87;
}

#mm-clone-wac_navi_contact .nlv1 {
  background-color: #8c5ab4;
}

/* Footer */
#wrapper {
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 74px;
  position: relative;
}

#wac_footer {
  background-color: #64c795;
  position: absolute;
  bottom: 0;
  width: 100vw;
}

.footer_fix {
  position: absolute;
  bottom: 0;
  width: 100vw;
}

#footer_item {
  max-width: 980px;
  padding: 22px 0;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: left;
  margin: 0 auto;
  position: relative;
  zoom: 100%;
}

#footer_item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#footer_item #wac_add {
  display: inline-block;
  padding-right: 1em;
  font-style: normal;
}

#footer_item span {
  display: inline-block;
  padding-right: 1em;
}

#footer_item #footer_pf {
  display: inline-block;
}

#footer_item #wac_sns {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 0;
}

#fb_box {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}

#footer_item .wac_share {
  margin-left: -4px;
}

.wac_share {
  display: inline-block;
  font-size: 0;
}

.wac_share p {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url(images/icon_share.svg) no-repeat center center;
  background-size: 78% 78%;
  text-indent: -980px;
  overflow: hidden;
  margin: 0 0 0 0;
}

.wac_share ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wac_share ul li {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
}

.wac_share ul li:last-child {
  margin: 0;
}

.wac_share ul li p {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-indent: -980px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 3px;
  cursor: pointer;
}

.wac_share ul li p.fbook {
  background-image: url(images/icon_facebook.svg);
  background-size: 90% 90%;
  background-color: #4267b2;
}

.wac_share ul li p.twitter {
  background-image: url(images/icon_twitter.svg);
  background-color: #000;
}

.wac_share ul li p.line {
  background-image: url(images/icon_line.svg);
}

.wac_share ul li p.linkedin {
  background-image: url(images/icon_linkedin.svg);
  background-color: #0077b4;
  background-size: 90% 90%;
}

#footer_item #footer_nav {
  display: block;
  margin: 0 0 14px 0;
}

#footer_item #footer_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #633b13;
  line-height: 1;
}

#footer_item #footer_nav ul li {
  margin: 0;
  padding: 0 1em;
  display: inline-block;
  border-right: 1px solid #633b13;
}

#footer_item #footer_nav ul li a {
  display: inline-block;
  padding: 2px 0 0 0;
  color: #633b13;
}

#wac_copy {
  background-color: #633b13;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 980px) {
  #footer_item {
    padding: 22px 2%;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    padding-bottom: 178px;
  }
  #footer_item {
    text-align: center;
    padding: 16px 0;
  }
  #footer_item #footer_pf {
    display: block;
    float: none;
  }
  #footer_item #wac_sns {
    margin-top: 0.75em;
    position: static;
    padding: 10px 0;
  }
  #fb_box {
    display: inline-block;
    margin: 0 auto;
  }
  #footer_item #wac_add {
    display: block;
    padding: 0 0 0.25em 0;
  }
  #footer_item span {
    padding: 0 0.5em;
  }
  #footer_item #footer_nav ul {
    margin: 0 2%;
    text-align: center;
    border-left: 0;
    border-top: 1px solid #caecdb;
  }
  #footer_item #footer_nav ul li {
    display: block;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #caecdb;
  }
  #footer_item #footer_nav ul li a {
    display: block;
    padding: 8px 0 6px 0;
    background-color: #87d3ad;
  }
}

@media screen and (max-width: 639px) {
  #footer_item {
    font-size: 1.2rem;
    padding: 10px 0;
  }
  #footer_item span {
    display: block;
    padding: 0;
  }
  #footer_item #footer_nav ul {
    margin: 0 3%;
  }
}

#footpass_wrap {
  width: 100%;
}

#wac_footpass {
  max-width: 980px;
  text-align: left;
  padding: 20px 0 20px 0;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #643c14;
}

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

#wac_footpass ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#wac_footpass ul li:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin: -3px 4px 0 4px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#wac_footpass ul li a {
  color: #643c14;
  text-decoration: underline;
}

#wac_footpass ul li a:hover {
  color: #643c14;
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  #wac_footpass {
    padding: 20px 2% 20px 2%;
  }
}

@media screen and (max-width: 768px) {
  #wac_footpass {
    display: none;
  }
}

/* Contents */
#content_wrap {
  width: 100%;
}

#wac_content {
  padding: 20px 0 50px 0;
  max-width: 980px;
  text-align: left;
  margin: 0 auto;
  zoom: 100%;
}

#wac_content:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 980px) {
  #wac_content {
    padding: 2% 2% 5% 2%;
  }
  #wactp_home #wac_content {
    padding: 2% 0 5% 0;
  }
}

@media screen and (max-width: 768px) {
  #wac_content {
    padding: 5% 2% 5% 2%;
  }
}

@media screen and (max-width: 639px) {
  #wac_content {
    padding: 4% 3% 5% 3%;
  }
  #wactp_home #wac_content {
    padding: 0 0 5% 0;
  }
}

.ctg_link {
  margin: 0.75em 0 0 0;
  text-align: right;
}

.ctg_link a {
  display: inline-block;
  background-color: #1978be;
  font-size: 1.2rem;
  line-height: 12px;
  margin: 0 0 0 auto;
  padding: 6px 10px 6px 10px;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.ctg_link a:hover {
  text-decoration: none;
}

.ctg_link a:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin: -3px 0 0 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.img_warp {
  display: inline-block;
  line-height: 0;
  text-align: center;
  font-size: 0;
}

.img_warp img {
  display: block;
  margin: 0 auto;
}

#wac_footbtn {
  position: fixed;
  bottom: 20px;
  right: 3%;
  z-index: 20;
  display: none;
}

#wac_backbtn {
  position: fixed;
  bottom: 20px;
  left: 3%;
  z-index: 20;
}

#wac_backbtn img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.br_pconly {
  display: block;
}

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

.wac_con_box {
  padding-top: 20px;
  text-align: center;
}

.wac_con_box.wac_suggestion {
  padding-top: 0;
  margin-top: 4%;
  margin-bottom: 4%;
}

.wac_wrapper .wac_con_attention {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  background-color: #e51923;
  color: #fff;
  display: inline-block;
  margin: 0 5px 4px 5px;
  padding: 8px 0.5em 6px 0.5em;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.wac_wrapper .wac_con_link {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  background: #643c14 url(images/arrow03.svg) no-repeat 6px center;
  color: #fff;
  display: inline-block;
  margin: 0 5px 4px 5px;
  padding: 8px 10px 6px 35px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.wac_wrapper .wac_con_link a {
  color: #fff;
}

.wac_wrapper .wac_con_link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .wac_con_box {
    padding-top: 2%;
  }
  .wac_con_box.wac_suggestion {
    padding-top: 0;
  }
  .wac_wrapper .wac_con_attention {
    font-size: 1.8rem;
    display: block;
    margin: 0 auto 10px auto;
  }
  .wac_wrapper .wac_con_link {
    font-size: 1.8rem;
    margin: 0;
  }
}

@media screen and (max-width: 639px) {
  .wac_con_box.wac_suggestion {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .wac_wrapper .wac_con_attention {
    font-size: 1.6rem;
    padding: 6px 0.5em 4px 0.5em;
    font-weight: normal;
  }
  .wac_wrapper .wac_con_link {
    font-size: 1.6rem;
    background: #643c14 url(images/arrow03.svg) no-repeat 4px center;
    background-size: 16px 16px;
    padding: 6px 10px 4px 24px;
    font-weight: normal;
  }
}

.wac_sec {
  text-align: center;
  background-color: #fff;
  margin: 0 0 3% 0;
  padding: 2% 9%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.sec_title {
  display: inline-block;
  margin: 0 auto 3% auto;
  background-color: #fab400;
  padding: 8px 1em 6px 1em;
  font-size: 2.4rem;
  line-height: 1.2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

@media screen and (max-width: 980px) {
  .wac_sec {
    padding: 2% 6%;
  }
  .sec_title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .wac_sec {
    padding: 3% 5%;
  }
  .sec_title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 639px) {
  .sec_title {
    font-size: 1.6rem;
    padding: 6px 1em 4px 1em;
  }
}

.wac_contbody {
  margin: 0 0 2% 0;
  text-align: left;
}

.pp_wrap {
  margin: 0 0 3% 0;
}

.pp_wrap h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 0.75em 0;
}

.pp_wrap p {
  margin: 0 0 0.75em 0;
}

.pp_wrap ul,
.pp_wrap ol {
  margin: 0 0 0.75em 1.5em;
  padding: 0;
  line-height: 1.4;
}

.pp_wrap ul ol,
.pp_wrap ul ul,
.pp_wrap ol ol,
.pp_wrap ol ul {
  margin-top: 0.75em;
}

.pp_wrap ul li,
.pp_wrap ol li {
  margin: 0 0 0.5em 0;
  padding: 0;
}

@media screen and (max-width: 639px) {
  .pp_wrap {
    margin: 0 0 4% 0;
  }
  .pp_wrap h2 {
    font-size: 1.6rem;
    margin: 0 0 0.5em 0;
  }
}

/* 経営ビジョンリスト */
.as_list {
  text-align: center;
}

.as_list ul,
.as_list ol {
  border-top: 4px solid #fac382;
  border-bottom: 4px solid #fac382;
  text-align: left;
  display: inline-block;
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style-position: inside;
  line-height: 1.5;
}

.as_list ul li,
.as_list ol li {
  margin: 0;
  padding: 0.4em 1.5em 0.4em 2.5em;
  text-indent: -1.5em;
  border-bottom: 1px dotted #fac382;
}

.as_list ul li:last-child,
.as_list ol li:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 480px) {
  .as_list ul li,
  .as_list ol li {
    padding: 0.4em 0.5em 0.4em 2em;
    text-indent: -1.5em;
  }
}

[class*="mm-menu--fx-listitems-"] .mm-listitem {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[class*="mm-menu--fx-listitems-"] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu--fx-listitems-slide .mm-listitem {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.mm-wrapper--opened
.mm-menu--fx-listitems-slide
.mm-panel--opened
.mm-listitem {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu--fx-listitems-fade .mm-listitem {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.mm-wrapper--opened .mm-menu--fx-listitems-fade .mm-panel--opened .mm-listitem {
  opacity: 1;
}

.mm-menu--fx-listitems-drop .mm-listitem {
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

.mm-wrapper--opened .mm-menu--fx-listitems-drop .mm-panel--opened .mm-listitem {
  opacity: 1;
  top: 0;
}

.schema-faq {
  border-top: 1px solid #2ba5df;
}

.schema-faq .schema-faq-section {
  margin-top: 1.5em;
  border-bottom: 1px solid #2ba5df;
}

.schema-faq .schema-faq-section strong.schema-faq-question {
  display: block;
  color: #1c1f86;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: 60px;
  min-height: 44px;
  position: relative;
}

.schema-faq .schema-faq-section strong.schema-faq-question::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url(./images/faq_q.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.schema-faq .schema-faq-section p.schema-faq-answer {
  margin-bottom: 1.2em;
  padding-left: 60px;
  min-height: 44px;
  position: relative;
}

.schema-faq .schema-faq-section p.schema-faq-answer::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url(./images/faq_a.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 480px) {
  .schema-faq .schema-faq-section strong.schema-faq-question {
    font-size: 1.5rem;
    padding-left: 42px;
    min-height: 36px;
  }
  .schema-faq .schema-faq-section strong.schema-faq-question::before {
    width: 36px;
    height: 36px;
  }
  .schema-faq .schema-faq-section p.schema-faq-answer {
    padding-left: 42px;
    min-height: 36px;
  }
  .schema-faq .schema-faq-section p.schema-faq-answer::before {
    width: 36px;
    height: 36px;
  }
}
