@charset "utf-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.covers {
  width: auto;
}
.br-sp {
  display: none;
}

.hello {
  display: none;
}

@media screen and (max-width: 768px) {
  .bye {
    display: none;
  }

  .hello {
    display: block;
  }
}

.cont06 {
  display: none;
}

.header_out-n1 {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 470px;
  padding-top: 0;
  text-align: center;
}

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 29%;
  margin-left: -14.5%;
}
.title {
  position: absolute;
  width: 85%;
  top: 25%;
  left: 50%;
  margin-left: -42.5%;
}
.copy {
  margin-bottom: 5%;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.pc_rank {
  display: none;
}
.sp_rank {
  display: block;
  width: 92%;
  margin: 0 auto;
}
.form_area {
  background-color: #ffd941;
  width: 100%;
  padding: 10% 0;
}
.form_area h2 {
  width: 92%;
  margin: 0 auto 20px;
}
.form_inputarea {
  width: 92%;
  margin: 0 auto;
  padding: 10% 0;
  background-color: #fff;
  border-radius: 4px;
}

.wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 600px;
}

.slider {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px;
}

.slide-item img {
  width: 100%;
}

.thumbnail-list {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
  flex: 0 1 30%;
  box-sizing: border-box;
  position: relative;
  max-height: 105px;
}

.thumbnail-item:after {
  content: "";
  background-color: rgba(250, 250, 250, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  max-height: 105px;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.slider_list {
  margin-bottom: 2rem;
  /* position: relative; */
  background-image: url(../images/cont13/slideCourse_back.jpg);
}


.slick-slide img {
  height: 100%;
  max-height: 335px;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1.6 / 1;
}

.slick-slider {
  max-width: 520px;
}

@media screen and (max-width: 768px) {
  .slick-slider {
    max-width:inherit;
  }

  .slick-slide img {
    max-width: inherit;
    max-height: inherit;
  }
  }

.ly_slideCourse {
  background-image: url(../images/cont13/slideCourse_back.jpg);
  background-size: contain;
  background-position: bottom;
  padding-bottom: 20.625rem;
  background-repeat: no-repeat;
}

.ly_slideCourse_box {
  margin-left: 10%;
  margin-bottom: 5.625rem;
  padding-left: 3.75rem;
  padding-right: 7%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-image: url(../images/cont13/slideCaurse01.png);
  background-position: center;
  background-size: cover;
}

.ly_slideCourse_box_02 {
  margin-right: 10%;
  margin-left: 0;
  background-image: url(../images/cont13/slideCaurse02.png);
  background-position: center;
  background-size: cover;
  padding-right: 3.75rem;
  padding-left: 7%;
  display: flex;
  justify-content: flex-end;
}

.ly_slideCourse_box_03 {
  background-image: url(../images/cont13/slideCaurse03.png);
  background-position: center;
  background-size: cover;
  border-color: #9f1e30;
  margin-bottom: 0;
}

.ly_slideCourse_box_02 .el_course_box_title,
.ly_slideCourse_box_02 .el_course_box_hlBox,
.ly_slideCourse_box_02 .el_course_box_recoBox,
.ly_slideCourse_box_02 .el_course_hlBox_img,
.ly_slideCourse_box_02 .el_course_recoBox_img {
  border-color: #1a886c;
}

.ly_slideCourse_box_03 .el_course_box_title,
.ly_slideCourse_box_03 .el_course_box_hlBox,
.ly_slideCourse_box_03 .el_course_box_recoBox,
.ly_slideCourse_box_03 .el_course_hlBox_img,
.ly_slideCourse_box_03 .el_course_recoBox_img {
  border-color: #9f1e30;
}

.ly_slideCourse_box__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
}

.bl_course_list {
  width: 43%;
  display: flex;
  align-items: center;
}

.bl_course_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.ly_slideCourse_box_01 .el_course_box_posiImg {
  position: absolute;
  top: -63px;
  right: 27px;
  width: 120px;
  height: 80px;
}

.ly_slideCourse_box_02 .el_course_box_posiImg {
  position: absolute;
  top: -63px;
  left: 27px;
  width: 120px;
  height: 80px;
}

.ly_slideCourse_box_03 .el_course_box_posiImg {
  position: absolute;
  top: -50px;
  right: 27px;
  width: 120px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .ly_slideCourse_box_01 .el_course_box_posiImg {
    position: absolute;
    top: 86px;
    right: -21px;
    width: 95px;
    height: 67.5px;
  }

  .ly_slideCourse_box_02 .el_course_box_posiImg {
    position: absolute;
    top: 76px;
    left: auto;
    right: -17px;
    width: 90px;
    height: 60px;
  }

  .ly_slideCourse_box_03 .el_course_box_posiImg {
    position: absolute;
    top: 89px;
    right: -25px;
    width: 85px;
    height: auto;
  }
}

.ly_slideCourse_box_02 .ly_slideCourse_box__inner {
  flex-flow: row-reverse;
}

.el_course_box_title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid #7a992d;
  border-top: 1.5px solid #7a992d;
  height: 40%;
}

.el_course_box_hlBox,
.el_course_box_recoBox {
  display: flex;
  width: 100%;
  border-bottom: 1.5px solid #7a992d;
  height: 25%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.el_course_box_recoBox {
  height: 35%;
}

.el_course_hlBox_img,
.el_course_recoBox_img {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1.5px solid #7a992d;
}

.el_course_hlBox_img img,
.el_course_recoBox_img img {
  width: 45%;
  margin: 0 auto;
}

.el_course_hlBox_img p,
.el_course_recoBox_img p {
  padding-top: 1rem;
  text-align: center;
  color: #003567;
}

.el_course_box_title img {
  width: 75%;
}

.el_course_common {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 1rem;
}

.el_course_common li {
  display: flex;
  align-items: center;
  padding-top: .75rem;
  color: #222222;
}

.el_course_common li:first-child  {
  padding-top: 0;
}

.el_course_common li::before {
  display: block;
  content: "";
  width: 19px;
  height: 15px;
  background-image: url(../images/cont13/check_logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .ly_slideCourse {
    padding-bottom: 4.625rem;
  }

  .ly_slideCourse_box_02 .ly_slideCourse_box__inner {
    flex-flow: column;
    display: block;
  }

  .el_course_box_title {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .el_course_box_title img {
    width: 80%;
  }

  .el_course_box_hlBox,
  .el_course_box_recoBox {
    flex-direction: column;
  }
  .el_course_hlBox_img,
  .el_course_recoBox_img {
    border: none;
    flex-direction: row;
    width: 100%;
  }

  .el_course_hlBox_img img,
  .el_course_recoBox_img img {
    width: 10%;
  }

  .el_course_hlBox_img p,
  .el_course_recoBox_img p {
    width: 90%;
    text-align: left;
    padding-top: 0;
    padding-left: 10px;
  }

  .el_course_common {
    padding-left: 2rem;
  }
  .ly_slideCourse_box__inner {
    flex-direction: column;
  }

  .wrap,
  .bl_course_list {
    width: 100%;
    max-width: inherit;
  }

  .thumbnail-list {
    max-width: inherit;
  }

  .ly_slideCourse_box {
    padding: 1.875rem;
    margin-bottom: 2.8125rem;
    padding-top: 0;
    margin-left: 5%;
    background-image: url(../images/cont13/slideCaurse01_sp.png);
  }

  .ly_slideCourse_box_02 {
    margin-left: 0;
    margin-right: 5%;
    background-image: url(../images/cont13/slideCaurse02_sp.png);
  }

  .ly_slideCourse_box_03 {
    background-image: url(../images/cont13/slideCaurse03_sp.png);
  }

  .ly_slideCourse_box__inner,
  .wrap,
  .bl_course_list {
    height: auto;
    margin-top: 1.875rem;
  }

  .ly_slideCourse_box__inner {
    margin-top: 0;
  }

  .bl_course_explain {
    flex-direction: column;
  }

}

@media screen and (min-width: 800px) {
  .covers {
    width: 1000px;
    margin: 0 auto;
  }
  .pchide {
    display: none;
  }
  .sphide {
    display: block;
  }
  .br-sp {
    display: block;
  }

  .header_out-n1 {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .logo {
    position: absolute;
    width: 160px;
    height: 146px;
    top: 0;
    left: 38px;
    margin-left: 0;
  }
  .title {
    position: relative;
    width: 1000px;
    top: -85%;
    left: 0;
    margin: 0 auto;
  }
  .inner_title {
    width: 1000px;
    margin: 0 auto;
  }
  .copy {
    padding-top: 50px;
    margin-bottom: 0px;
  }

  .inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }

  .text_days {
    padding: 20px 0;
  }
  .pc_rank {
    display: block;
  }
  .sp_rank {
    display: none;
  }
  .form_area {
    background-color: #ffd941;
    width: 100%;
    padding: 60px 0 40px;
  }
  .form_area h2 {
    width: 535px;
    margin: 0 auto 20px;
  }
  .form_inputarea {
    width: 800px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 43px 0 46px;
  }

  .close_Btn {
    background-color: transparent;
    position: absolute;
    right: 80px;
    border: none;
    width: 59px;
    height: 59px;
  }
  .box_entrybody {
    clear: both;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .box_entrybody ul {
    margin: 20px auto;
  }
  .box_entrybody ul li {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .left_text {
    float: left;
  }
  .right_text {
    float: right;
  }

  .right_Img {
    width: 300px;
    float: right;
  }
  .left_Img {
    width: 300px;
    float: left;
  }
}
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul,
ol {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
a {
  outline: none;
}
ul,
ol {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px), print {
  .l-wrapper {
    min-width: 1030px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px), print {
  .l-unit__box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1280px), print {
  .ly_luxury .ly_luxury-block {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1279px), print {
  .l-unit__box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .l-unit__box.has-padding-sp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-footer__main {
  position: relative;
}
.l-footer__main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-image: url(../images/border.png);
  background-size: 60px 10px;
  background-position: center;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .l-footer__main:before {
    height: 5px;
    background-size: 30px 5px;
  }
}
.l-footer__content {
  padding: 40px 0 60px;
}
.l-footer__content img {
  vertical-align: sub;
}
.l-footer__text + .l-footer__text {
  margin-top: 20px;
}
.l-footer__logo {
  padding: 50px 0 60px;
  text-align: center;
}
.l-footer__copy {
  padding: 20px;
  background-color: #1f3a57;
  color: #fff;
  text-align: center;
}

.o-hero {
  position: relative;
  padding-top: 60%;
  background-image: url("../images/main/mainvisual_pc.jpg");
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .o-hero {
    padding-top: 104%;
    background-image: url(../images/main/mainvisual_sp.jpg);
    background-repeat: no-repeat;
  }
}

.o-hero__title__covid {
  position: absolute;
  top: 8%;
  right: 5%;
  z-index: 100;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .o-hero__title__covid {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 27%;
  }
}
.o-hero__title__covid a {
  transition: 0.3s;
}
.o-hero__title__covid a:hover {
  opacity: 0.7;
}

.ly_course {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .ly_course {
    padding-top: 1rem;
  }
}

.bl_course_explain {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.9375rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.el_course_title,
.el_course_text {
  padding: 2rem;
}

.el_course_title {
  padding-left: 0;
}

.el_course_text {
  position: relative;
  padding-right: 0;
}

.el_course_text_img01 {
  position: absolute;
  top: -32px;
  left: -40px;
  width: 72px;
  height: 72px;
}

.el_course_text_img02 {
  position: absolute;
  bottom: -22px;
  right: -33px;
  width: 72px;
  height: 72px;
}
.el_course_title {
  width: 100%;
  max-width: 520px;
}

.el_course_text {
  width: 100%;
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el_course_text p {
  font-size: 1rem;
  letter-spacing: 4px;
  line-height: 1.7rem;
}

@media screen and (max-width: 768px) {
  .bl_course_explain {
    padding-left: 0px;
    padding-right: 0px;
  }

  .el_course_title {
    padding-right: 20%;
    padding-left: 15px;
  }

  .el_course_text {
    padding-left: 45px;
    padding-right: 45px;
  }

  .el_course_text p {
    font-size: 0.875rem;
  }

  .el_course_text_img01 {
    position: absolute;
    top: -3px;
    left: auto;
    right: 30px;
    width: 50px;
    height: 50px;
    transform: scale(-1, 1);
  }

  .el_course_text_img02 {
    position: absolute;
    bottom: -12px;
    left: 17px;
    width: 50px;
    height: 50px;
    transform: scale(-1, 1);
  }
}
.cvarea {
  width: 1280px;
  height: 440px;
  background-image: url("../images/cont13/img_cv_back.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
}
.cvarea-btn {
  width: 824px;
  margin: 0 auto;
  position: relative;
}
.cvarea .cvbtn01 {
  position: absolute;
  top: 230px;
  left: 5px;
  transition: all 0.5s ease 0s;
}
.cvarea .cvbtn01:hover {
  filter: brightness(120%);
}
.cvarea .cvbtn02 {
  position: absolute;
  top: 215px;
  right: 5px;
  transition: all 0.5s ease 0s;
}
.cvarea .cvbtn02:hover {
  filter: brightness(120%);
}
.cvarea .cvbtn01 img {
  width: 410px;
}
.cvarea .cvbtn02 img {
  width: 410px;
}
.cvarea-tel {
  width: 50vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 10vw;
  display: none;
}
.cont02 {
  width: 100%;
  margin: 200px auto 0;
}
.cont02 .cont02-title {
  width: 695px;
  margin: 0 auto;
  display: block;
}
.cont02 .cont02-text {
  text-align: center;
  margin: 60px auto 0;
  display: block;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-size: 16px;
}
.cont02 .cont02-box {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 60px auto -100px;
  display: block;
  position: relative;
}
.cont02 .cont02-box .cont02-img01 {
  width: 100%;
  margin: 60px 0 0;
}
.cont02 .cont02-box .cont02-img02 {
  width: 100%;
  margin: 60px 0 0;
}
.cont02 .cont02-box .cont02-img03 {
  width: 100%;
  margin: 60px 0 0;
}
.cont02 .cont02-box .cont02-imgbottom {
  width: 100%;
  margin: 0;
  position: relative;
  top: -100px;
  z-index: -1;
}
.cont03 {
  width: 100%;
  background-color: #e5e9ec;
  padding: 90px 0;
}
.cont03 .tabcont-text {
  font-size: 16px;
}
.cont03 .tab {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}
.cont03 .tab__item {
  padding: 10px 0;
  margin-right: 4px;
  flex: 1;
  flex-basis: 120px;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cont03 .tab__item:last-child {
  margin-right: 0px;
}
.cont03 .tab01 {
  flex: 1;
  flex-basis: 120px;
  background-image: url("../images/cont03/img_cont03_tabback_01_pc.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #7a992d;
  position: relative;
}
.cont03 .tab01.on {
  background-image: none;
  background-color: #7a992d;
  color: #fff;
}
.cont03 .tab01:hover {
  background-image: none;
  background-color: #c7d2b4;
  color: #7a992d;
}
.cont03 .tab01.on:hover {
  background-image: none;
  background-color: #7a992d;
  color: #fff;
}
.cont03 .tab01.on:after {
  position: absolute;
  content: url("../images/cont03/img_cont03_tabarrow_01_pc.png");
  bottom: -20px;
  left: 158px;
  width: 20px;
  z-index: -1;
}
.cont03 .tab02 {
  flex: 1;
  flex-basis: 120px;
  background-image: url("../images/cont03/img_cont03_tabback_02_pc.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #1a886c;
  position: relative;
}
.cont03 .tab02.on {
  background-image: none;
  background-color: #1a886c;
  color: #fff;
}
.cont03 .tab02:hover {
  background-image: none;
  background-color: #e2e0cb;
  color: #1a886c;
}
.cont03 .tab02.on:hover {
  background-image: none;
  background-color: #1a886c;
  color: #fff;
}
.cont03 .tab02.on:after {
  position: absolute;
  content: url("../images/cont03/img_cont03_tabarrow_02_pc.png");
  bottom: -20px;
  left: 158px;
  width: 20px;
  z-index: -1;
}
.cont03 .tab03 {
  flex: 1;
  flex-basis: 120px;
  background-image: url("../images/cont03/img_cont03_tabback_03_pc.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #9f1e30;
  position: relative;
}
.cont03 .tab03.on {
  background-image: none;
  background-color: #9f1e30;
  color: #fff;
}
.cont03 .tab03:hover {
  background-image: none;
  background-color: #ecdac3;
  color: #9f1e30;
}
.cont03 .tab03.on:hover {
  background-image: none;
  background-color: #9f1e30;
  color: #fff;
}
.cont03 .tab03.on:after {
  position: absolute;
  content: url("../images/cont03/img_cont03_tabarrow_03_pc.png");
  bottom: -20px;
  left: 158px;
  width: 20px;
  z-index: -1;
}
.cont03 .tab-body__item {
  display: none;
}
.cont03 .tab-body__item.on {
  display: block;
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
.cont03 .tab-body__item .tabcont01 {
  border: solid 1px #7a992d;
  padding: 60px;
}
.cont03 .tab-body__item .tabcont01 .tabcont-title {
  text-align: center;
  font-size: 28px;
  color: #7a992d;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
.cont03 .tab-body__item .tabcont01 .tabcont-img {
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px 0 40px;
}
.cont03 .tab-body__item .tabcont01 .tabcont-img img {
  width: 160px;
}
.cont03 .tab-body__item .tabcont02 {
  border: solid 1px #1a886c;
  padding: 60px;
}
.cont03 .tab-body__item .tabcont02 .tabcont-title {
  text-align: center;
  font-size: 28px;
  color: #1a886c;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
.cont03 .tab-body__item .tabcont02 .tabcont-img {
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px 0 40px;
}
.cont03 .tab-body__item .tabcont02 .tabcont-img img {
  width: 160px;
}
.cont03 .tab-body__item .tabcont03 {
  border: solid 1px #9f1e30;
  padding: 60px;
}
.cont03 .tab-body__item .tabcont03 .tabcont-title {
  text-align: center;
  font-size: 28px;
  color: #9f1e30;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
.cont03 .tab-body__item .tabcont03 .tabcont-img {
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px 0 40px;
}
.cont03 .tab-body__item .tabcont03 .tabcont-img img {
  width: 160px;
}

.plannerInt_cmt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.plannerInt_cmt p {
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.plannerInt_cmt p:first-child {
  padding-left: 0;
}

.plannerInt_cmt .jata_mark::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/cont03/icon02.png);
  background-size: cover;
  margin-right: 5px;
}
.plannerInt_cmt .trade_mark::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/cont03/icon01.png);
  background-size: cover;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .plannerInt_cmt {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .plannerInt_cmt p {
    padding-left: 0;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .ly_slideCourse_box {
    margin-left: 5%;
  }

  .ly_slideCourse_box__inner {
    max-width: none;
    justify-content: center;
  }

  .bl_course_list {
    margin-left: 3rem;
  }

  .ly_slideCourse_box_02 {
    margin-left: 0;
    margin-right: 5%;
  }

  .ly_slideCourse_box_02 .bl_course_list {
    margin-right: 3rem;
    margin-left: 0;
  }

  .wrap,.thumbnail-list{
    max-width: fit-content;
  }

  .el_course_common li,.el_course_hlBox_img p, .el_course_recoBox_img p {
    font-size: 1.2vw;
  }
}

.cont03 .cont03-text {
  padding: 40px 0 0;
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
}
.cont03 .cont03-text02 {
  padding: 20px 0 0;
  width: 1100px;
  margin: 20px auto 0;
  font-size: 14px;
  border-top: solid 1px;
}
.cont03 .cont03-text02 img {
  vertical-align: sub;
}
.cont05 {
  width: 100%;
  margin: 0 auto 0;
  background-image: url("../images/cont05/img_cont05_back_pc.gif");
  background-repeat: repeat;
  background-size: 50% auto;
  padding: 140px 0;
}
.cont05 .cont05-title {
  width: 704px;
  margin: 0 auto;
  display: block;
}
.cont05 .cont05-text {
  text-align: center;
  margin: 60px auto 0;
  display: block;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-size: 16px;
}
.cont05 .cont05-box {
  width: 1100px;
  margin: 60px auto 0;
  display: block;
}
.cont05 .cont05-box .cont05-img01 {
  width: 100%;
  margin: 0;
  position: relative;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
}
.cont05 .cont05-box .cont05-img01:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/cont05/left.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  bottom: -20px;
}
.cont05 .cont05-box .cont05-img01:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../images/cont05/right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: -20px;
}
.cont05 .cont05-box .cont05-img02 {
  width: 100%;
  margin: 60px 0 0;
}
.cont05 .cont05-box .cont05-img03 {
  width: 520px;
  margin: 60px 60px 0 0;
}
.cont05 .cont05-box .cont05-img04 {
  width: 520px;
  margin: 60px 0 0;
}
.cont05 .cont05-bnr {
  width: 1100px;
  margin: 0px auto 0;
  display: block;
}
.cont05 .cont05-text02 {
  width: 1100px;
  text-align: left;
  margin: 60px auto 0;
  display: block;
}
.cont07 {
  width: 100%;
  padding: 90px 0;
  margin: 0 auto;
  background-color: #e5e9ec;
}
.cont07 .cont07-box {
  width: 1100px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}
.cont07 .cont07-box .cont07-detail {
  border: solid 1px #e7d3af;
  padding: 60px;
}
.cont07 .cont07-box .cont07-detail .cont07-detail-title {
  width: 240px;
  margin: 0 auto;
}
.cont07 .cont07-box .cont07-detail .cont07-detail-text {
  margin: 40px auto 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
}

.ly_luxury {
  background-image: url(../images/cont13/luxury_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4.375rem;
}

.el_luxury_title {
  width: 790px;
  margin: 0 auto;
  display: block;
}

.el_luxury_text {
  text-align: center;
  line-height: 2.4rem;
  padding-top: 3rem;
  font-size: 1rem;
  padding-bottom: 5rem;
}

.bl_luxury_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bl_luxury_list_box {
  width: 100%;
  max-width: 520px;
  padding-bottom: 45px;
  margin: 0 auto;
}

.bl_luxury_box_imgTiltle {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .bl_luxury_box_imgTiltle {
    width: 100%;
  }
}

.bl_luxury_box_mainImg {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 17px;
}

.bl_luxury_box_text {
  letter-spacing: 1px;
  line-height: 2rem;
}

.ly_survey_inner {
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1140px;
  width: 100%;
}

.el_survey_title {
  width: 78%;
  margin: 0 auto;
}

.el_survey_text {
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  padding-top: 55px;
  padding-bottom: 50px;
  letter-spacing: 2px;
}

.bl_survey_que {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 7.5rem;
  margin-left: auto;
  color: #003567;
}

.bl_survey_queBox {
  max-width: 520px;
  width: 100%;
}

.bl_survey_queBox:first-child {
  padding-right: 20px;
}

.bl_survey_queBox:last-child {
  padding-left: 20px;
}

.bl_survey_queBox_title {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  position: relative;
  border-bottom: 2px solid #003567;
}

.bl_survey_queBox_title p {
  font-size: 1.5rem;
}

.bl_survey_queBox_title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 75px;
}

.bl_survey_answerBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 750px;
}

.bl_survey_answerWorry .el_answerText__wrap {
  justify-content: flex-start;
}

.el_answerText__wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .el_answerText__wrap {
    justify-content: unset;
    margin-left: 2rem;
  }
}

.el_answerText__icon {
  width: 35px;
  height: 30px;
}

.bl_survey_answerBox .bl_survey_answerGood:nth-child(even) {
  flex-direction: row-reverse;
}

.bl_survey_answerList {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #003567;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 750px;
}

.bl_survey_answerGood {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #003567;
  padding-top: 13px;
  padding-bottom: 13px;
  height: calc(100% / 5);
}

.el_answerImg {
  max-width: 100px;
  width: 100%;
}

.el_answerText {
  font-size: 1.25rem;
  padding-top: 5px;
  padding-left: 10px;
}

.bl_survey_answerWorry {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  height: calc(100% / 3);
}

.el_answertext_wr {
  margin-left: 0px;
  padding-bottom: 15px;
}

.el_answerExper {
  padding: 1.875rem;
  background-color: #eff1f3;
  font-size: 1rem;
  color: #000;
}

.cont10 .cont10-block {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.cont10 .cont10-title {
  width: 700px;
  margin: 0 auto;
  display: block;
}
.cont10 .cont10-box {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cont10 .cont10-box .cont10-boxdetail {
  width: 340px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.cont10 .cont10-box .cont10-boxdetail:nth-child(3) {
  margin-right: 0px;
}
.cont10 .cont10-box .cont10-boxdetail:nth-child(5) {
  margin-right: 0px;
}

.cont10 .cont10-box .cont10-boxdetail .cont10-boxdetail-main img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.cont10
  .cont10-box
  .cont10-boxdetail
  .cont10-boxdetail-main
  .cont10-boxdetail-sptitle {
  display: none;
}
.cont10 .cont10-box .cont10-boxdetail .cont10-boxdetail-sub {
  margin-top: 10px;
  border-left: solid 1px #032449;
  padding: 20px 0 20px 20px;
}
.cont10
  .cont10-box
  .cont10-boxdetail
  .cont10-boxdetail-sub
  .cont10-boxdetail-pctitle {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0e3561;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.cont10
  .cont10-box
  .cont10-boxdetail
  .cont10-boxdetail-sub
  .cont10-boxdetail-text {
  font-size: 16px;
  line-height: 1.8em;
}
.cont11 {
  width: 100vw;
  background-color: #dff2fc;
}
.cont11 .cont11-block {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.cont11 .cont11-title {
  width: 700px;
  margin: 0 auto;
  display: block;
}
.cont11 .cont11-box01 {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cont11 .cont11-box01 .cont11-boxdetail {
  width: 530px;
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #f6fcff;
}
.cont11 .cont11-box01 .cont11-boxdetail:nth-child(2) {
  margin-right: 0px;
}
.cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 530px;
  height: 80px;
  text-align: center;
  background-color: #0097e0;
  display: table-cell;
  color: #ffffff;
  vertical-align: middle;
  letter-spacing: 0.1em;
  position: relative;
}
.cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title span {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  top: 0px;
  left: 10px;
  position: absolute;
  z-index: 101;
}
.cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #006dad;
  position: absolute;
  z-index: 100;
}
.cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-cont {
  margin: 20px;
  border: solid 1px #0097df;
  padding: 40px;
  letter-spacing: 0.1em;
  height: 560px;
}
.cont11
  .cont11-box01
  .cont11-boxdetail
  .cont11-boxdetail-cont
  .cont11-boxdetail-contimg {
  margin-bottom: 40px;
}
.cont11
  .cont11-box01
  .cont11-boxdetail
  .cont11-boxdetail-cont
  .cont11-boxdetail-conttitle {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0097e0;
  margin-top: 20px;
}
.cont11
  .cont11-box01
  .cont11-boxdetail
  .cont11-boxdetail-cont
  .cont11-boxdetail-conttext {
  font-size: 16px;
}
.cont11
  .cont11-box01
  .cont11-boxdetail
  .cont11-boxdetail-cont
  .cont11-boxdetail-contsubtext {
  font-size: 14px;
  color: #888888;
}
.cont11 .cont11-box02-pc {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cont11 .cont11-box02-pc .cont11-boxdetail {
  width: 340px;
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #f6fcff;
}
.cont11 .cont11-box02-pc .cont11-boxdetail:nth-child(3) {
  margin-right: 0px;
}
.cont11 .cont11-box02-pc .cont11-boxdetail:nth-child(6) {
  margin-right: 0px;
}
.cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 340px;
  height: 80px;
  text-align: center;
  background-color: #0097e0;
  display: table-cell;
  color: #ffffff;
  vertical-align: middle;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  position: relative;
}
.cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title span {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  top: 0px;
  left: 10px;
  position: absolute;
  z-index: 101;
}
.cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #006dad;
  position: absolute;
  z-index: 100;
}
.cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-cont {
  margin: 20px;
  border: solid 1px #0097df;
  padding: 30px;
  letter-spacing: 0.1em;
}
.cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-cont.secondheight {
  height: 402px;
}
.cont11
  .cont11-box02-pc
  .cont11-boxdetail
  .cont11-boxdetail-cont
  .cont11-boxdetail-contimg {
  margin-bottom: 40px;
}
.cont11
  .cont11-box02-pc
  .cont11-boxdetail
  .cont11-boxdetail-cont
  .cont11-boxdetail-conttitle {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0097e0;
  margin-top: 20px;
}
.cont11
  .cont11-box02-pc
  .cont11-boxdetail
  .cont11-boxdetail-cont
  .cont11-boxdetail-conttext {
  font-size: 16px;
}
.cont11
  .cont11-box02-pc
  .cont11-boxdetail
  .cont11-boxdetail-cont
  .cont11-boxdetail-contsubtext {
  font-size: 14px;
  color: #888888;
}
.cont11 .cont11-box02-sp {
  margin: 0;
  display: none;
}

.cont12 {
  width: 100vw;
  background-color: #d9edeb;
}
.cont12 .cont12-block {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.cont12 .cont12-title {
  width: 700px;
  margin: 0 auto;
  display: block;
}
.cont12 .cont12-box {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cont12 .cont12-box .cont12-boxdetail {
  width: 530px;
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #f2fbfa;
}
.cont12 .cont12-box .cont12-boxdetail:nth-child(2) {
  margin-right: 0px;
}
.cont12 .cont12-box .cont12-boxdetail .cont12-boxdetail-cont {
  margin: 20px;
  border: solid 1px #0097df;
  padding: 40px;
  letter-spacing: 0.1em;
  height: 364px;
}
.cont12
  .cont12-box
  .cont12-boxdetail
  .cont12-boxdetail-cont
  .cont12-boxdetail-title {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #006dad;
  letter-spacing: 0.1em;
}
.cont12
  .cont12-box
  .cont12-boxdetail
  .cont12-boxdetail-cont
  .cont12-boxdetail-text {
  font-size: 16px;
  margin-top: 20px;
}

@media only screen and (max-width: 1279px) {
  .cvarea {
    width: 100%;
    height: 35vw;
    background-image: url("../images/cont13/img_cv_back.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
  }
  .cvarea-btn {
    width: 72vw;
    margin: 0 auto;
    position: relative;
  }
  .cvarea .cvbtn01 {
    position: absolute;
    top: 17vw;
    left: 5px;
    transition: all 0.5s ease 0s;
  }
  .cvarea .cvbtn01:hover {
    filter: brightness(120%);
  }
  .cvarea .cvbtn02 {
    position: absolute;
    top: 16vw;
    right: 5px;
    transition: all 0.5s ease 0s;
  }
  .cvarea .cvbtn02:hover {
    filter: brightness(120%);
  }
  .cvarea .cvbtn01 img {
    width: 36vw;
  }
  .cvarea .cvbtn02 img {
    width: 36vw;
  }
  .cvarea-tel {
    width: 50vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 10vw;
    display: none;
  }
  .cont02 {
    width: 100%;
    margin: 160px auto 0;
  }
  .cont02 .cont02-title {
    width: 695px;
    margin: 0 auto;
    display: block;
  }
  .cont02 .cont02-text {
    text-align: center;
    margin: 60px auto 0;
    display: block;
    letter-spacing: 0.1em;
    line-height: 2em;
  }
  .cont02 .cont02-box {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 60px auto -100px;
    display: block;
    position: relative;
  }
  .cont02 .cont02-box .cont02-img01 {
    width: 100%;
    margin: 60px 0 0;
  }
  .cont02 .cont02-box .cont02-img02 {
    width: 100%;
    margin: 60px 0 0;
  }
  .cont02 .cont02-box .cont02-img03 {
    width: 100%;
    margin: 60px 0 0;
  }
  .cont02 .cont02-box .cont02-imgbottom {
    width: 100%;
    margin: 0;
    position: relative;
    top: -100px;
    z-index: -1;
  }
  .cont03 {
    width: 100%;
    background-color: #e5e9ec;
    padding: 90px 0;
  }
  .cont03 .tabcont-text {
    font-size: 16px;
  }
  .cont03 .tab {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .cont03 .tab__item {
    padding: 10px 10px;
    margin-right: 4px;
    flex: 1;
    flex-basis: 120px;
    cursor: pointer;
    z-index: 1;
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .cont03 .tab__item:last-child {
    margin-right: 0px;
  }

  .cont03 .tab01 {
    flex: 1;
    flex-basis: 120px;
    background-image: url("../images/cont03/img_cont03_tabback_01_pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #7a992d;
    position: relative;
  }
  .cont03 .tab01.on {
    background-image: none;
    background-color: #7a992d;
    color: #fff;
  }
  .cont03 .tab01:hover {
    background-image: none;
    background-color: #c7d2b4;
    color: #7a992d;
  }
  .cont03 .tab01.on:after {
    position: absolute;
    content: url("../images/cont03/img_cont03_tabarrow_01_pc.png");
    bottom: -20px;
    left: 12vw;
    width: 20px;
    z-index: -1;
  }
  .cont03 .tab02 {
    flex: 1;
    flex-basis: 120px;
    background-image: url("../images/cont03/img_cont03_tabback_02_pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #1a886c;
    position: relative;
  }
  .cont03 .tab02.on {
    background-image: none;
    background-color: #1a886c;
    color: #fff;
  }
  .cont03 .tab02:hover {
    background-image: none;
    background-color: #e2e0cb;
    color: #1a886c;
  }
  .cont03 .tab02.on:after {
    position: absolute;
    content: url("../images/cont03/img_cont03_tabarrow_02_pc.png");
    bottom: -20px;
    left: 12vw;
    width: 20px;
    z-index: -1;
  }
  .cont03 .tab03 {
    flex: 1;
    flex-basis: 120px;
    background-image: url("../images/cont03/img_cont03_tabback_03_pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #9f1e30;
    position: relative;
  }
  .cont03 .tab03.on {
    background-image: none;
    background-color: #9f1e30;
    color: #fff;
  }
  .cont03 .tab03:hover {
    background-image: none;
    background-color: #ecdac3;
    color: #9f1e30;
  }
  .cont03 .tab03.on:after {
    position: absolute;
    content: url("../images/cont03/img_cont03_tabarrow_03_pc.png");
    bottom: -20px;
    left: 12vw;
    width: 20px;
    z-index: -1;
  }
  .cont03 .tab-body__item {
    display: none;
  }
  .cont03 .tab-body__item.on {
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
  }
  .cont03 .tab-body__item .tabcont01 {
    border: solid 1px #d0999b;
    padding: 60px;
  }
  .cont03 .tab-body__item .tabcont01 .tabcont-title {
    text-align: center;
    font-size: 28px;
    color: #7a992d;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  .cont03 .tab-body__item .tabcont01 .tabcont-img {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0 40px;
  }
  .cont03 .tab-body__item .tabcont01 .tabcont-img img {
    width: 160px;
  }
  .cont03 .tab-body__item .tabcont02 {
    border: solid 1px #bed8f2;
    padding: 60px;
  }
  .cont03 .tab-body__item .tabcont02 .tabcont-title {
    text-align: center;
    font-size: 28px;
    color: #003f7e;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  .cont03 .tab-body__item .tabcont02 .tabcont-img {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0 40px;
  }
  .cont03 .tab-body__item .tabcont02 .tabcont-img img {
    width: 160px;
  }
  .cont03 .tab-body__item .tabcont03 {
    border: solid 1px #bdedd5;
    padding: 60px;
  }
  .cont03 .tab-body__item .tabcont03 .tabcont-title {
    text-align: center;
    font-size: 28px;
    color: #0c4324;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
  }
  .cont03 .tab-body__item .tabcont03 .tabcont-img {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0 40px;
  }
  .cont03 .tab-body__item .tabcont03 .tabcont-img img {
    width: 160px;
  }
  .cont03 .cont03-text {
    padding: 40px 0 0;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2rem;
  }
  .cont03 .cont03-text02 {
    padding: 20px 0 0;
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    border-top: solid 1px;
    line-height: 2.4em;
  }
  .cont03 .cont03-text02 img {
    vertical-align: sub;
  }
  .cont05 {
    width: 100%;
    margin: 140px auto 0;
    background-image: url("../images/cont05/img_cont05_back_pc.gif");
    background-repeat: repeat;
    background-size: 50% auto;
    padding: 140px 0;
  }
  .cont05 .cont05-title {
    width: 704px;
    margin: 0 auto;
    display: block;
  }
  .cont05 .cont05-text {
    text-align: center;
    margin: 60px auto 0;
    display: block;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-size: 16px;
  }
  .cont05 .cont05-box {
    width: 1100px;
    margin: 60px auto 0;
    display: block;
  }
  .cont05 .cont05-box .cont05-img01 {
    width: 100%;
    margin: 0;
    position: relative;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
  }
  .cont05 .cont05-box .cont05-img01:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url("../images/cont05/left.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    bottom: -20px;
  }
  .cont05 .cont05-box .cont05-img01:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url("../images/cont05/right.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    top: -20px;
  }
  .cont05 .cont05-box .cont05-img02 {
    width: 100%;
    margin: 60px 0 0;
  }
  .cont05 .cont05-box .cont05-img03 {
    width: 520px;
    margin: 60px 60px 0 0;
  }
  .cont05 .cont05-box .cont05-img04 {
    width: 520px;
    margin: 60px 0 0;
  }
  .cont05 .cont05-bnr {
    width: 1100px;
    margin: 0px auto 0;
    display: block;
  }
  .cont05 .cont05-text02 {
    width: 1100px;
    text-align: left;
    margin: 60px auto 0;
    display: block;
  }
  .cont07 {
    width: 100%;
    padding: 90px 0;
    margin: 0 auto;
    background-color: #e5e9ec;
  }
  .cont07 .cont07-box {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
  }
  .cont07 .cont07-box .cont07-detail {
    border: solid 1px #e7d3af;
    padding: 60px;
  }
  .cont07 .cont07-box .cont07-detail .cont07-detail-title {
    width: 240px;
    margin: 0 auto;
  }
  .cont07 .cont07-box .cont07-detail .cont07-detail-text {
    margin: 40px auto 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2em;
  }
  .ly_luxury {
    background-image: url(../images/cont13/luxury_back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ly_luxury .ly_luxury-block {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont10 {
    background-color: #ecf4f9;
  }
  .cont10 .cont10-block {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 100px;
  }
  .cont10 .cont10-title {
    width: 700px;
    margin: 0 auto;
    display: block;
  }
  .cont10 .cont10-box {
    margin: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont10 .cont10-box .cont10-boxdetail {
    width: 340px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .cont10 .cont10-box .cont10-boxdetail:nth-child(3) {
    margin-right: 0px;
  }
  .cont10 .cont10-box .cont10-boxdetail:nth-child(5) {
    margin-right: 0px;
  }
  .cont10 .cont10-box .cont10-boxdetail .cont10-boxdetail-main img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .cont10
    .cont10-box
    .cont10-boxdetail
    .cont10-boxdetail-main
    .cont10-boxdetail-sptitle {
    display: none;
  }
  .cont10 .cont10-box .cont10-boxdetail .cont10-boxdetail-sub {
    margin-top: 10px;
    border-left: solid 1px #032449;
    padding: 20px 0 20px 20px;
  }
  .cont10
    .cont10-box
    .cont10-boxdetail
    .cont10-boxdetail-sub
    .cont10-boxdetail-pctitle {
    font-size: 24px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #0e3561;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  .cont10
    .cont10-box
    .cont10-boxdetail
    .cont10-boxdetail-sub
    .cont10-boxdetail-text {
    font-size: 16px;
    line-height: 1.8em;
  }
  .cont11 {
    width: 100%;
    background-color: #dff2fc;
  }
  .cont11 .cont11-block {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 100px;
  }
  .cont11 .cont11-title {
    width: 700px;
    margin: 0 auto;
    display: block;
  }
  .cont11 .cont11-box01 {
    margin: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont11 .cont11-box01 .cont11-boxdetail {
    width: 530px;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #f6fcff;
  }
  .cont11 .cont11-box01 .cont11-boxdetail:nth-child(2) {
    margin-right: 0px;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title {
    font-size: 28px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 530px;
    height: 80px;
    text-align: center;
    background-color: #0097e0;
    display: table-cell;
    color: #ffffff;
    vertical-align: middle;
    letter-spacing: 0.1em;
    position: relative;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title span {
    font-size: 24px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    top: 0px;
    left: 10px;
    position: absolute;
    z-index: 101;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #006dad;
    position: absolute;
    z-index: 100;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-cont {
    margin: 20px;
    border: solid 1px #0097df;
    padding: 40px;
    letter-spacing: 0.1em;
    height: 560px;
  }
  .cont11
    .cont11-box01
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-contimg {
    margin-bottom: 40px;
  }
  .cont11
    .cont11-box01
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttitle {
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #0097e0;
    margin-top: 20px;
  }
  .cont11
    .cont11-box01
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttext {
    font-size: 16px;
  }
  .cont11
    .cont11-box01
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-contsubtext {
    font-size: 14px;
    color: #888888;
  }
  .cont11 .cont11-box02-pc {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail {
    width: 340px;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #f6fcff;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail:nth-child(3) {
    margin-right: 0px;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail:nth-child(6) {
    margin-right: 0px;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title {
    font-size: 24px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 340px;
    height: 80px;
    text-align: center;
    background-color: #0097e0;
    display: table-cell;
    color: #ffffff;
    vertical-align: middle;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    position: relative;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title span {
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    top: 0px;
    left: 10px;
    position: absolute;
    z-index: 101;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #006dad;
    position: absolute;
    z-index: 100;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-cont {
    margin: 20px;
    border: solid 1px #0097df;
    padding: 30px;
    letter-spacing: 0.1em;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont.secondheight {
    height: 402px;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-contimg {
    margin-bottom: 40px;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttitle {
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #0097e0;
    margin-top: 20px;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttext {
    font-size: 16px;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-contsubtext {
    font-size: 14px;
    color: #888888;
  }
  .cont11 .cont11-box02-sp {
    margin: 0;
    display: none;
  }
  .cont12 {
    width: 100%;
    background-color: #d9edeb;
  }
  .cont12 .cont12-block {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 100px;
  }
  .cont12 .cont12-title {
    width: 700px;
    margin: 0 auto;
    display: block;
  }
  .cont12 .cont12-box {
    margin: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont12 .cont12-box .cont12-boxdetail {
    width: 530px;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #f2fbfa;
  }
  .cont12 .cont12-box .cont12-boxdetail:nth-child(2) {
    margin-right: 0px;
  }
  .cont12 .cont12-box .cont12-boxdetail .cont12-boxdetail-cont {
    margin: 20px;
    border: solid 1px #0097df;
    padding: 40px;
    letter-spacing: 0.1em;
    height: 364px;
  }
  .cont12
    .cont12-box
    .cont12-boxdetail
    .cont12-boxdetail-cont
    .cont12-boxdetail-title {
    font-size: 24px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    color: #006dad;
    letter-spacing: 0.1em;
  }
  .cont12
    .cont12-box
    .cont12-boxdetail
    .cont12-boxdetail-cont
    .cont12-boxdetail-text {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cont01 {
    width: 100%;
    margin: 80px auto 60px;
  }
  .cont01 .cont01-title {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .cont01 .cont01-box {
    width: 100%;
    height: 310px;
    background-image: url("../images/cont01/img_cont01_back_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 60px auto 0px;
    display: block;
    position: relative;
  }
  .cont01 .cont01-box .cont01-parts {
    position: absolute;
    right: 20px;
    top: -90px;
    width: 295px;
  }
  .cont01 .cont01-textbox {
    position: inherit;
    right: 0;
    left: 0;
    margin: -15.5vw auto 0;
    bottom: -70%;
    width: 90%;
    background-image: url("../images/cont01/img_cont01_textback_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
  }
  .cont01 .cont01-textbox p {
    padding: 20px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .cont01 .cont01-subbox {
    width: 100%;
    color: #0e3561;
    position: relative;
    margin: 0 auto;
  }
  .cont01 .cont01-subbox .cont01-subtext {
    padding: 5%;
  }
  .cont01 .cont01-subbox .cont01-subtext th {
    font-size: 16px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-bottom: 10px;
  }
  .cont01 .cont01-subbox .cont01-subtext td {
    font-size: 12px;
    padding-right: 5px;
  }
  .cont01 .cont01-subbox .cont01-img01 {
    display: none;
    position: absolute;
    top: 105%;
    left: 0%;
    width: 50%;
  }
  .cont01 .cont01-subbox .cont01-img02 {
    display: none;
    position: absolute;
    top: 102%;
    left: 55%;
    width: 20%;
  }
  .cont01 .cont01-subbox .cont01-img03 {
    display: none;
    position: absolute;
    top: 122%;
    right: 5%;
    width: 30%;
  }
  .cont01 .cont01-subbox .cont01-imgsp {
    width: 100%;
    display: block;
  }
  .cvarea {
    width: 100%;
    height: 112vw;
    background-image: url("../images/cont13/img_cv_back_sp.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
  }
  .cvarea-btn {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .cvarea .cvbtn01 {
    position: absolute;
    top: 42vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80vw;
  }
  .cvarea .cvbtn02 {
    position: absolute;
    top: 62vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80vw;
  }
  .cvarea .cvbtn01 img {
    width: 100%;
  }
  .cvarea .cvbtn02 img {
    width: 100%;
  }
  .cvarea-tel {
    width: 50vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 10vw;
    display: block;
  }
  .cont02 {
    width: 100%;
    margin: 0 auto;
  }
  .cont02 .cont02-title {
    width: 95%;
    margin: 60px auto 20px;
    display: block;
  }
  .cont02 .cont02-text {
    text-align: left;
    padding: 5%;
    margin: 10px auto 0;
    display: block;
    font-size: 16px;
  }
  .cont02 .cont02-box {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 60px auto 0;
    display: block;
    position: relative;
  }
  .cont02 .cont02-box .cont02-img01 {
    width: 100%;
    margin: 60px 0 0;
  }
  .cont02 .cont02-box .cont02-img02 {
    width: 100%;
    margin: 60px 0 0;
  }
  .cont02 .cont02-box .cont02-img03 {
    width: 100%;
    margin: 60px 0 0;
  }
  .cont02 .cont02-box .cont02-imgbottom {
    width: 100%;
    margin: 0;
    position: relative;
    top: 0;
    z-index: -1;
  }
  .cont03 {
    width: 100%;
    background-color: #e5e9ec;
    padding: 40px 0;
  }
  .cont03 .tab {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  .cont03 .tab__item {
    padding: 10px 5px;
    margin-right: 4px;
    flex: 1;
    flex-basis: 31.6%;
    cursor: pointer;
    z-index: 1;
    font-size: 14px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .cont03 .tab__item:last-child {
    margin-right: 0px;
  }

  .cont03 .tab01 {
    flex: 1;
    flex-basis: 31.6%;
    background-image: url("../images/cont03/img_cont03_tabback_01_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #7a992d;
    position: relative;
  }
  .cont03 .tab01.on {
    background-image: none;
    background-color: #7a992d;
    color: #fff;
  }
  .cont03 .tab01.on:after {
    position: absolute;
    content: url("../images/cont03/img_cont03_tabarrow_01_pc.png");
    bottom: -20px;
    left: 25%;
    width: 20px;
    z-index: -1;
  }
  .cont03 .tab02 {
    flex: 1;
    flex-basis: 31.6%;
    background-image: url("../images/cont03/img_cont03_tabback_02_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #1a886c;
    position: relative;
  }
  .cont03 .tab02.on {
    background-image: none;
    background-color: #1a886c;
    color: #fff;
  }
  .cont03 .tab02.on:after {
    position: absolute;
    content: url("../images/cont03/img_cont03_tabarrow_02_pc.png");
    bottom: -20px;
    left: 27%;
    width: 20px;
    z-index: -1;
  }
  .cont03 .tab03 {
    flex: 1;
    flex-basis: 31.6%;
    background-image: url("../images/cont03/img_cont03_tabback_03_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #9f1e30;
    position: relative;
  }
  .cont03 .tab03.on {
    background-image: none;
    background-color: #9f1e30;
    color: #fff;
  }
  .cont03 .tab03.on:after {
    position: absolute;
    content: url("../images/cont03/img_cont03_tabarrow_03_pc.png");
    bottom: -20px;
    left: 30%;
    width: 20px;
    z-index: -1;
  }
  .cont03 .tab-body__item {
    display: none;
  }
  .cont03 .tab-body__item.on {
    display: block;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5%;
  }
  .cont03 .tab-body__item .tabcont01 {
    border: solid 1px #7a992d;
    padding: 10% 5%;
  }
  .cont03 .tab-body__item .tabcont01 .tabcont-title {
    text-align: center;
    font-size: 18px;
    color: #7a992d;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .cont03 .tab-body__item .tabcont01 .tabcont-img {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0 40px;
  }
  .cont03 .tab-body__item .tabcont01 .tabcont-img img {
    width: 160px;
  }
  .cont03 .tab-body__item .tabcont02 {
    border: solid 1px #1a886c;
    padding: 10% 5%;
  }
  .cont03 .tab-body__item .tabcont02 .tabcont-title {
    text-align: center;
    font-size: 18px;
    color: #1a886c;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .cont03 .tab-body__item .tabcont02 .tabcont-img {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0 40px;
  }
  .cont03 .tab-body__item .tabcont02 .tabcont-img img {
    width: 160px;
  }
  .cont03 .tab-body__item .tabcont03 {
    border: solid 1px #9f1e30;
    padding: 10% 5%;
  }
  .cont03 .tab-body__item .tabcont03 .tabcont-title {
    text-align: center;
    font-size: 18px;
    color: #9f1e30;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .cont03 .tab-body__item .tabcont03 .tabcont-img {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0 40px;
  }
  .cont03 .tab-body__item .tabcont03 .tabcont-img img {
    width: 160px;
  }
  .cont03 .cont03-text {
    padding: 40px 0 20px;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }

  .el_luxury_title {
    width: 100%;
  }

  .ly_luxury .ly_luxury-block {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .el_luxury_text {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.75rem;
    padding-bottom: 2.5625rem;
    padding-top: 2rem;
  }

  .bl_luxury_list {
    flex-direction: column;
  }

  .bl_luxury_list_box {
    padding-bottom: 2.34375rem;
  }

  .ly_survey_inner {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-top: 3.28125rem;
    padding-bottom: 3.75rem;
  }

  .el_survey_title {
    width: 90%;
  }

  .el_survey_text {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 1px;
  }

  .bl_survey_que {
    flex-direction: column;
    margin: 0 auto;
    padding-right: 0;
    padding-top: 2.5rem;
  }

  .bl_survey_queBox {
    max-width: none;
    width: 100%;
  }

  .bl_survey_queBox:first-child {
    padding-right: 0;
  }
  .bl_survey_queBox:last-child {
    padding-left: 0;
  }

  .bl_survey_queBox_title img {
    width: 12%;
    top: -14%;
    left: 1%;
  }

  .bl_survey_answerList {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    height: auto;
    border-bottom: 1px solid #003567;
  }

  .bl_survey_answerBox {
    height: auto;
  }

  .el_answerImg {
    width: 20vw;
  }

  .bl_survey_queBox_title {
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2%;
    border-bottom: 1px solid #003567;
  }

  .bl_survey_queBox:last-child .bl_survey_queBox_title {
    margin-top: 43px;
  }

  .bl_survey_answerWorry .el_answerText__wrap {
    justify-content: start;
    margin-left: 0;
  }

  .bl_survey_queBox_title p {
    font-size: 4.8vw;
  }

  .el_answerText {
    font-size: 1rem;
    padding-top: 2px;
  }

  .el_answerText__icon {
    width: 25px;
    height: 23px;
  }
  .el_answertext_wr {
    padding-bottom: 0.875rem;
  }

  .el_answerExper {
    padding: 1rem;
    font-size: 0.875rem;
  }

  .cont05 {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/cont05/img_cont05_back_pc.gif");
    background-repeat: repeat;
    background-size: 50% auto;
    padding: 60px 0;
  }
  .cont05 .cont05-title {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .cont05 .cont05-text {
    text-align: left;
    margin: 30px auto 0;
    padding: 5%;
    display: block;
    font-size: 16px;
  }
  .cont05 .cont05-box {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .cont05 .cont05-box .cont05-img01 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  }
  .cont05 .cont05-box .cont05-img01:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("../images/cont05/left.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -5px;
    bottom: -5px;
  }
  .cont05 .cont05-box .cont05-img01:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("../images/cont05/right.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -5px;
    top: -5px;
  }
  .cont05 .cont05-box .cont05-img02 {
    width: 95%;
    margin: 40px auto 0;
  }
  .cont05 .cont05-box .cont05-img03 {
    width: 95%;
    margin: 0 auto;
  }
  .cont05 .cont05-box .cont05-img04 {
    width: 95%;
    margin: 60px auto 0;
  }
  .cont05 .cont05-bnr {
    width: 95%;
    margin: 10px auto 0;
    display: block;
  }
  .cont05 .cont05-text02 {
    width: 95%;
    text-align: left;
    margin: 40px auto 0;
    display: block;
  }
  .cont07 {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    background-color: #e5e9ec;
  }
  .cont07 .cont07-box {
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
  }
  .cont07 .cont07-box .cont07-detail {
    border: solid 1px #e7d3af;
    padding: 30px;
  }
  .cont07 .cont07-box .cont07-detail .cont07-detail-title {
    width: 40vw;
    margin: 0 auto;
  }
  .cont07 .cont07-box .cont07-detail .cont07-detail-text {
    margin: 40px auto 0;
    font-size: 16px;
  }
  .ly_luxury {
    background-image: url(../images/cont13/luxury_back_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 0px;
  }
  .cont10 {
    width: 100%;
    background-color: #ecf4f9;
  }
  .cont10 .cont10-block {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px;
  }
  .cont10 .cont10-title {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .cont10 .cont10-box {
    margin: 40px 0 0;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont10 .cont10-box .cont10-boxdetail {
    width: 90%;
    margin-right: 40px;
    margin-bottom: 40px;
    margin: 0 auto 30px;
  }
  .cont10 .cont10-box .cont10-boxdetail:nth-child(3) {
    margin-right: auto;
  }
  .cont10 .cont10-box .cont10-boxdetail:nth-child(5) {
    margin-right: auto;
  }
  .cont10 .cont10-box .cont10-boxdetail .cont10-boxdetail-main {
    display: flex;
  }
  .cont10 .cont10-box .cont10-boxdetail .cont10-boxdetail-main img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    width: 30%;
    height: 100%;
    margin-right: 20px;
  }
  .cont10
    .cont10-box
    .cont10-boxdetail
    .cont10-boxdetail-main
    .cont10-boxdetail-sptitle {
    display: block;
    font-size: 18px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #0e3561;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-top: 5px;
  }
  .cont10 .cont10-box .cont10-boxdetail .cont10-boxdetail-sub {
    margin-top: 10px;
    border-left: solid 1px #032449;
    padding: 5px 0 5px 10px;
  }
  .cont10
    .cont10-box
    .cont10-boxdetail
    .cont10-boxdetail-sub
    .cont10-boxdetail-pctitle {
    display: none;
  }
  .cont10
    .cont10-box
    .cont10-boxdetail
    .cont10-boxdetail-sub
    .cont10-boxdetail-text {
    font-size: 14px;
    line-height: 1.8em;
  }
  .cont11 {
    width: 100%;
    background-color: #dff2fc;
  }
  .cont11 .cont11-block {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 60px;
  }
  .cont11 .cont11-title {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .cont11 .cont11-box01 {
    margin: 40px auto;
    width: 90%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont11 .cont11-box01 .cont11-boxdetail {
    width: 100%;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #f6fcff;
    margin: 0 auto 30px;
    padding-bottom: 1px;
  }
  .cont11 .cont11-box01 .cont11-boxdetail:nth-child(2) {
    margin-right: 0px;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title {
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100vw;
    height: 60px;
    text-align: center;
    background-color: #0097e0;
    display: table-cell;
    color: #ffffff;
    vertical-align: middle;
    letter-spacing: 0.05em;
    position: relative;
    padding: 10px 0;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title span {
    font-size: 16px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    top: 0px;
    left: 8px;
    position: absolute;
    z-index: 101;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #006dad;
    position: absolute;
    z-index: 100;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-cont {
    margin: 10px;
    border: solid 1px #0097df;
    padding: 20px;
    letter-spacing: 0.1em;
    height: auto;
  }
  .cont11
    .cont11-box01
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-contimg {
    margin-bottom: 20px;
  }
  .cont11
    .cont11-box01
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttitle {
    font-size: 18px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #0097e0;
    margin-top: 20px;
  }
  .cont11
    .cont11-box01
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttext {
    font-size: 14px;
  }
  .cont11
    .cont11-box01
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-contsubtext {
    font-size: 12px;
    color: #888888;
  }
  .cont11 .cont11-box02-pc {
    margin: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail {
    width: 340px;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #f6fcff;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail:nth-child(3) {
    margin-right: 0px;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail:nth-child(6) {
    margin-right: 0px;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title {
    font-size: 24px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 340px;
    height: 80px;
    text-align: center;
    background-color: #0097e0;
    display: table-cell;
    color: #ffffff;
    vertical-align: middle;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    position: relative;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title span {
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    top: 0px;
    left: 10px;
    position: absolute;
    z-index: 101;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-title:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #006dad;
    position: absolute;
    z-index: 100;
  }
  .cont11 .cont11-box02-pc .cont11-boxdetail .cont11-boxdetail-cont {
    margin: 20px;
    border: solid 1px #0097df;
    padding: 30px;
    letter-spacing: 0.1em;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont.secondheight {
    height: 402px;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-contimg {
    margin-bottom: 40px;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttitle {
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #0097e0;
    margin-top: 20px;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttext {
    font-size: 16px;
  }
  .cont11
    .cont11-box02-pc
    .cont11-boxdetail
    .cont11-boxdetail-cont
    .cont11-boxdetail-contsubtext {
    font-size: 14px;
    color: #888888;
  }
  .cont11 .cont11-box02-sp {
    margin: 0 auto;
    width: 90%;
    display: block;
  }
  .cont11 .cont11-box02-sp .acd-check {
    display: none;
  }
  .cont11 .cont11-box02-sp .acd-label {
    font-size: 4.5vw;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100vw;
    height: 60px;
    text-align: center;
    background-color: #0097e0;
    display: table-cell;
    color: #ffffff;
    vertical-align: middle;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    position: relative;
    padding: 10px 0;
    font-weight: normal;
  }
  .cont11 .cont11-box02-sp .acd-label span {
    font-size: 16px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    top: 2px;
    left: 8px;
    position: absolute;
    z-index: 101;
    font-weight: normal;
  }
  .cont11 .cont11-box02-sp .acd-label:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #006dad;
    position: absolute;
    z-index: 100;
  }
  .cont11 .cont11-box02-sp .acd-label:after {
    box-sizing: border-box;
    content: "\f067";
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 60px;
    padding: 20px 15px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
  }
  .cont11 .cont11-box02-sp .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.2s;
    visibility: hidden;
    margin-bottom: 20px;
    width: 100%;
    background-color: #f6fcff;
    padding-bottom: 1px;
  }
  .cont11 .cont11-box02-sp .acd-check:checked + .acd-label:after {
    content: "\f068";
  }
  .cont11 .cont11-box02-sp .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  }
  .cont11 .cont11-box02-sp .acd-content .cont11-boxdetail-cont {
    border: solid 1px #0097df;
    padding: 20px;
    letter-spacing: 0.1em;
    height: auto;
  }
  .cont11
    .cont11-box02-sp
    .acd-content
    .cont11-boxdetail-cont
    .cont11-boxdetail-contimg {
    margin-bottom: 20px;
  }
  .cont11
    .cont11-box02-sp
    .acd-content
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttitle {
    font-size: 18px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #0097e0;
    margin-top: 20px;
  }
  .cont11
    .cont11-box02-sp
    .acd-content
    .cont11-boxdetail-cont
    .cont11-boxdetail-conttext {
    font-size: 14px;
  }
  .cont11
    .cont11-box02-sp
    .acd-content
    .cont11-boxdetail-cont
    .cont11-boxdetail-contsubtext {
    font-size: 12px;
    color: #888888;
  }
  .cont12 {
    width: 100%;
    background-color: #d9edeb;
  }
  .cont12 .cont12-block {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 60px;
  }
  .cont12 .cont12-title {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .cont12 .cont12-box {
    margin: 40px 0 0;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont12 .cont12-box .cont12-boxdetail {
    width: 90%;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #f2fbfa;
    margin: 0 auto;
    padding: 10px;
  }
  .cont12 .cont12-box .cont12-boxdetail:nth-child(2) {
    margin-right: auto;
    margin-top: 20px;
  }
  .cont12 .cont12-box .cont12-boxdetail .cont12-boxdetail-cont {
    margin: 0;
    border: solid 1px #0097df;
    padding: 20px;
    letter-spacing: 0.1em;
    height: auto;
  }
  .cont12
    .cont12-box
    .cont12-boxdetail
    .cont12-boxdetail-cont
    .cont12-boxdetail-title {
    font-size: 18px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,
      "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    color: #006dad;
    letter-spacing: 0.1em;
  }
  .cont12
    .cont12-box
    .cont12-boxdetail
    .cont12-boxdetail-cont
    .cont12-boxdetail-text {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .cont03 .tab__item {
    font-size: 12px;
  }
  .cont11 .cont11-box01 .cont11-boxdetail .cont11-boxdetail-title {
    font-size: 17px;
  }
  .cont11 .cont11-box02-sp .acd-label span {
    top: 4px;
  }
}
@media only screen and (max-width: 415px) {
  .cont01 .cont01-textbox {
    margin: -8vw auto 0;
  }
}
@media only screen and (max-width: 376px) {
  .cont01 .cont01-textbox {
    margin: -15.5vw auto 0;
  }
}
@media only screen and (max-width: 321px) {
  .cont01 .cont01-textbox {
    margin: -30vw auto 0;
  }
}

.menubox #ham-menu {
  box-sizing: border-box;
  height: 250px;
  position: fixed;
  right: 0;
  bottom: 10%;
  transition: transform 0.2s linear 0.1s;
  width: 250px;
  z-index: 1000;
  background-color: rgba(4, 52, 102, 0.8);
  color: #fff;
  padding-top: 1.25rem;
}
.menubox #ham-menu li a {
  font-size: 12px;
  display: block;
  width: 210px;
  padding: 10px 12px 12px;
  line-height: 1.5em;
  background-image: url(../images/cont13/contact_back_pc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #032449;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 5px;
  transition: 0.3s;
  text-decoration: none;
}
.menubox #ham-menu li a span {
  font-size: 16px;
  font-weight: bold;
}
.menubox #ham-menu li a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.menubox #ham-menu li a:visited {
  text-decoration: none;
}
.menubox #ham-menu li a:focus {
  text-decoration: none;
}

.menubox #ham-menu .ham-menu-tel-box {
  text-align: center;
  line-height: 2em;
}
.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-text {
  font-size: 12px;
}
.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-number {
  font-size: 24px;
}
.menubox #ham-menu .ham-menu-tel-box .ham-menu-tel-time {
  font-size: 10px;
}

.menubox #menu {
  display: block;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.2s linear 0.1s;
  z-index: -1;
}

.menubox #hamuicon {
  border-radius: .625rem 0 0 .625rem;
  cursor: pointer;
  display: block;
  line-height: 36px;
  position: fixed;
  right: 250px;
  text-align: center;
  bottom: 10%;
  width: 2.5rem;
  height: 250px;
  transition: all 0.2s linear 0.1s;
  z-index: 1000;
  margin-bottom: 0;
  background-color: rgba(4, 52, 102, 0.8);
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}

.menubox #hamuicon i {
  font-size: 18px;
  margin-bottom: 10px;
  transform: rotate(0.13turn);
}

.menubox #tgl {
  display: none;
}

#tgl:checked ~ #ham-menu,
#tgl:checked ~ #hamuicon {
  transform: translate(250px);
}
#tgl:checked ~ #hamuicon i {
  transform: rotate(0turn);
}
#tgl:checked ~ #hamuicon {
  transform: translate(0);
  right: 0px;
}
#tgl:checked ~ #menu {
  opacity: 0.5;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .menubox {
    display: none;
  }
}

.bottom-menubox #bottom-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bottom-menubox #bottom-menu {
    box-sizing: border-box;
    height: auto;
    padding: 3% 0 2%;
    position: fixed;
    right: 0;
    bottom: 0;
    transition: transform 0.2s linear 0.1s;
    width: 100%;
    z-index: 1000;
    background-color: rgba(4, 52, 102, 0.8);
    color: #fff;
    display: block;
  }
  .bottom-menubox #bottom-menu ul {
    display: flex;
    justify-content: space-around;
  }
  .bottom-menubox #bottom-menu ul li {
    width: 100%;
    margin: 0 2%;
  }
  .bottom-menubox #bottom-menu li a {
    font-size: 10px;
    display: block;
    width: 100%;
    padding: 5px 12px 8px;
    line-height: 1.3em;
    background-image: url(../images/cont13/contact_back_pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto 5px;
    border-radius: 3px;
    transition: 0.3s;
    color: #032449;
    text-decoration: none;
  }
  .bottom-menubox #bottom-menu li a span {
    font-size: 12px;
    font-weight: bold;
  }
  .bottom-menubox #bottom-menu li a:hover {
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
  }
  .bottom-menubox #bottom-menu li a:visited {
    text-decoration: none;
  }
  .bottom-menubox #bottom-menu li a:focus {
    text-decoration: none;
  }

  .bottom-menubox #bottom-menu .bottom-menu-tel-box {
    display: flex;
    text-align: center;
    line-height: 2em;
    justify-content: center;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-text {
    font-size: 12px;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-number {
    font-size: 18px;
    font-weight: bold;
    margin-right: 2%;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-number a {
    color: #ffffff;
    text-decoration: none;
  }
  .bottom-menubox
    #bottom-menu
    .bottom-menu-tel-box
    .bottom-menu-tel-number
    a:active {
    text-decoration: none;
  }
  .bottom-menubox
    #bottom-menu
    .bottom-menu-tel-box
    .bottom-menu-tel-number
    a:focus {
    text-decoration: none;
  }
  .bottom-menubox #bottom-menu .bottom-menu-tel-box .bottom-menu-tel-time {
    font-size: 10px;
  }
  .l-footer__copy {
    margin-bottom: 26%;
  }
}
