@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 0;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10rem;
  vertical-align: super;
}

sub {
  font-size: 10rem;
  vertical-align: sub;
}

div,
figure {
  line-height: 0;
}

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: "Zen Old Mincho", YuMincho, Yu Mincho, "游明朝", serif;
}

img {
  ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: .7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

.serif {
  font-family: "Zen Old Mincho", YuMincho, Yu Mincho, "游明朝", serif;
}

.sansSerif {
  font-family: "Zen Kaku Gothic New", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.Jost {
  font-family: "Jost", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.bold {
  font-weight: bold !important;
  font-size: 100%;
}

.weightNormal {
  font-weight: normal !important;
  font-size: 100%;
}

.colorBlack {
  color: #333 !important;
  font-size: 100%;
}

.colorWhite {
  color: #fff !important;
  font-size: 100%;
}

.colorRed {
  color: #ff0000 !important;
  font-size: 100%;
}

.wrap {
  margin: auto;
  max-width: 1000rem;
}

.inlineBlock {
  display: inline-block;
  font-size: 100%;
}

.noBreaks {
  word-break: keep-all;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

.fontSize50 {
  font-size: 50%;
}

.fontSize55 {
  font-size: 55%;
}

.fontSize60 {
  font-size: 60%;
}

.fontSize65 {
  font-size: 65%;
}

.fontSize70 {
  font-size: 70%;
}

.fontSize75 {
  font-size: 75%;
}

.fontSize80 {
  font-size: 80%;
}

.fontSize85 {
  font-size: 85%;
}

.fontSize90 {
  font-size: 90%;
}

.fontSize95 {
  font-size: 95%;
}

.fontSize100 {
  font-size: 100%;
}

.fontSize105 {
  font-size: 105%;
}

.fontSize110 {
  font-size: 110%;
}

.fontSize115 {
  font-size: 115%;
}

.fontSize120 {
  font-size: 120%;
}

.fontSize125 {
  font-size: 125%;
}

.fontSize130 {
  font-size: 130%;
}

.fontSize135 {
  font-size: 135%;
}

.fontSize140 {
  font-size: 140%;
}

.fontSize145 {
  font-size: 145%;
}

.fontSize150 {
  font-size: 150%;
}

.fontSize155 {
  font-size: 155%;
}

.fontSize160 {
  font-size: 160%;
}

.fontSize165 {
  font-size: 165%;
}

.fontSize170 {
  font-size: 170%;
}

.fontSize175 {
  font-size: 175%;
}

.fontSize180 {
  font-size: 180%;
}

.fontSize185 {
  font-size: 185%;
}

.fontSize190 {
  font-size: 190%;
}

.fontSize195 {
  font-size: 195%;
}

.fontSize200 {
  font-size: 200%;
}

.fontSize205 {
  font-size: 205%;
}

.fontSize210 {
  font-size: 210%;
}

.fontSize215 {
  font-size: 215%;
}

.fontSize220 {
  font-size: 220%;
}

.fontSize225 {
  font-size: 225%;
}

.fontSize230 {
  font-size: 230%;
}

.fontSize235 {
  font-size: 235%;
}

.fontSize240 {
  font-size: 240%;
}

.fontSize245 {
  font-size: 245%;
}

.fontSize250 {
  font-size: 250%;
}

.fontSize255 {
  font-size: 255%;
}

.fontSize260 {
  font-size: 260%;
}

.fontSize265 {
  font-size: 265%;
}

.fontSize270 {
  font-size: 270%;
}

.fontSize275 {
  font-size: 275%;
}

.fontSize280 {
  font-size: 280%;
}

.fontSize285 {
  font-size: 285%;
}

.fontSize290 {
  font-size: 290%;
}

.fontSize295 {
  font-size: 295%;
}

.fontSize300 {
  font-size: 300%;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  sub {
    font-size: 8rem;
  }

  .pc {
    display: none !important;
  }

  .wrap {
    max-width: 345rem;
  }
}
/*==================================================================================
 animations
==================================================================================*/
.fadeInAct {
  opacity: 0;
  transition: opacity 2s, transform 2s;
}
.fadeInAct.action {
  opacity: 1;
  transform: translate(0) !important;
}
.fadeInAct.fadeUp {
  transform: translateY(50px);
}
.fadeInAct.fadeLeft {
  transform: translateX(100px);
}
.fadeInAct.fadeDown {
  transform: translateY(-50px);
}
.fadeInAct.fadeRight {
  transform: translateX(-100px);
}
.fadeInAct.fadeExpand {
  transform: translateY(100px) scale(0.7);
}
.fadeInAct.fadeExpand.action {
  transform: translateY(0) scale(1) !important;
}

/*==================================================================================
 common
==================================================================================*/
html {
  font-size: .0625vw;
  font-feature-settings: "palt";
}

main li,
main .image,
main figure {
  position: relative;
}
main .caption {
  display: inline-block;
  line-height: 1;
  font-size: 12rem;
  color: #fff;
}
main img + .caption {
  position: absolute;
  bottom: 1.2%;
  right: .8%;
}
main img + .caption.outside {
  display: block;
  position: static;
}
main .commonSlider01 {
  box-sizing: border-box;
  position: relative;
}
main .commonSlider01 .slick-slide {
  position: relative;
}
main .commonSlider01 .slick-slide img {
  width: 100%;
}
main .commonSlider01 .thumbnails {
  margin-top: 1.5%;
}
main .commonSlider01 .thumbnails .slick-track {
  display: flex;
  gap: 0 1%;
  justify-content: space-between;
  width: 100% !important;
  position: relative;
  bottom: 0;
  line-height: 0;
  transform: none !important;
}
main .commonSlider01 .thumbnails .slick-track:before, main .commonSlider01 .thumbnails .slick-track:after {
  display: none;
}
main .commonSlider01 .thumbnails .slick-slide {
  flex: 1 1 auto;
  float: none !important;
  clear: both !important;
  width: auto !important;
}
main .commonSlider01 .thumbnails .slick-slide.slick-cloned {
  display: none;
}
main .commonTableArea01 dl {
  display: flex;
  align-items: center;
  position: relative;
  padding: 40rem 20rem;
  border-bottom: 1px solid #999;
}
main .commonTableArea01 dl:first-of-type {
  border-top: 1px solid #999;
}
main .commonTableArea01 dt,
main .commonTableArea01 dd {
  line-height: 2;
  font-size: 20rem;
}
main .commonTableArea01 dt {
  flex: 0 0 180rem;
}
main .commonTableArea01 dd {
  flex: 1 1 auto;
}
main .commonLowerTitle01 {
  padding: 200rem 0 60rem;
  text-align: center;
  font-size: 42rem;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .printBtn {
    display: none !important;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: background .3s;
}
.siteHeader.bg {
  background: rgba(0, 0, 0, 0.5);
}
.siteHeader:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 90rem;
  height: 1rem;
  background: #707070;
  z-index: -1;
}
.siteHeader a {
  color: #fff;
}
.siteHeader h1 {
  position: absolute;
  top: 12rem;
  right: 500rem;
  line-height: 1;
  color: #fff;
  font-size: 11rem;
  font-weight: normal;
}
.siteHeader .headerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120rem;
  height: 90rem;
  line-height: 0;
  background: rgba(255, 255, 255, 0.65);
}
.siteHeader .headerLogo img {
  width: 64rem;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
.siteHeader .menuArea {
  flex: 0 0 1310rem;
}
@media (min-width: 768px) {
  .siteHeader .menuArea {
    display: flex !important;
  }
}
.siteHeader .menuArea .links {
  flex: 1 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 0 20rem;
  text-align: center;
}
.siteHeader .menuArea .links li {
  flex: 0 0 auto;
  min-width: 105rem;
}
.siteHeader .menuArea .links li a {
  display: block;
  padding: 10rem 15rem 25rem;
  border-bottom: 2rem solid #A78F50;
  font-size: 18rem;
}
.siteHeader .menuArea .telContact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7rem 0;
  box-sizing: border-box;
  padding: 3rem 21rem 0;
  border: 1rem solid #fff;
  height: 90rem;
  line-height: 1;
  font-size: 17rem;
}
.siteHeader .menuArea .telContact a .number {
  font-size: 35rem;
}
.siteHeader .menuArea .mailContact {
  width: 90rem;
}
.siteHeader .menuArea .mailContact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8rem 0;
  box-sizing: border-box;
  padding-top: 3rem;
  height: 90rem;
  line-height: 1.2;
  font-size: 12rem;
  background: #024B6B;
}
.siteHeader .menuArea .mailContact a:before {
  content: '';
  display: block;
  position: relative;
  width: 36rem;
  height: 25rem;
  background: url("../img/common/icon-mail01.svg") no-repeat center center;
  background-size: 100% 100%;
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  padding-bottom: 40rem;
  color: #fff;
  background: #000000;
}
.siteFooter .commonContactArea {
  padding: 130rem 0 200rem;
  text-align: center;
  color: #000;
  background: url("../img/common/footer-bg.jpg") no-repeat center center;
  background-size: cover;
}
.siteFooter .commonContactArea .catch {
  padding-bottom: 100rem;
  line-height: 1.3;
  font-size: 34rem;
}
.siteFooter .commonContactArea .contacts {
  display: flex;
  justify-content: center;
  gap: 0 102rem;
}
.siteFooter .commonContactArea .contacts li {
  flex: 0 0 440rem;
  padding: 8rem 0;
  position: relative;
}
.siteFooter .commonContactArea .contacts li .text {
  line-height: 1;
  font-size: 28rem;
}
.siteFooter .commonContactArea .contacts li.contact:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4rem);
  right: -55.5rem;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #727272;
}
.siteFooter .commonContactArea .contacts li.contact:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -52rem;
  bottom: 0;
  width: 1rem;
  background: linear-gradient(180deg, #727272, #727272 60rem, transparent 60rem, transparent 88rem, #727272 88rem);
}
.siteFooter .commonContactArea .contacts li.contact .text {
  padding-bottom: 40rem;
}
.siteFooter .commonContactArea .contacts li.contact .number a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7rem;
  font-size: 55rem;
  color: #000;
}
.siteFooter .commonContactArea .contacts li.contact .number a:before {
  content: '';
  display: block;
  position: relative;
  width: 46rem;
  height: 47rem;
  background: url("../img/common/icon-phone.svg") no-repeat center center;
  background-size: 100% 100%;
}
.siteFooter .commonContactArea .contacts li.mail .text {
  padding-bottom: 25rem;
}
.siteFooter .commonContactArea .contacts li.mail .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 2rem;
  height: 80rem;
  border: 1rem solid #707070;
  border-radius: 40rem;
  font-size: 25rem;
  color: #fff;
  background: #1380A2;
}
.siteFooter .commonContactArea .contacts li.mail .button a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 10rem);
  right: 25rem;
  border-top: 10rem solid transparent;
  border-bottom: 10rem solid transparent;
  border-left: 18rem solid #fff;
}
.siteFooter .footerNavi {
  margin-bottom: 38rem;
  padding: 30rem 0 20rem;
  border-bottom: 1rem solid #A9A9A9;
}
.siteFooter .footerNavi ul {
  display: flex;
  justify-content: center;
  gap: 0 53rem;
}
.siteFooter .footerNavi a {
  font-size: 18rem;
  color: #fff;
}
.siteFooter .copyright {
  display: block;
  text-align: center;
  font-size: 12rem;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top .mainVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900rem;
  background: url("../img/top/mv.jpg") no-repeat center center;
  background-size: 100% 100%;
}
#top .mainVisual img {
  width: 812rem;
}
#top section.strengths {
  position: relative;
  padding-top: 75rem;
  background: url("../img/top/strengths-bg.jpg") no-repeat center top;
  background-size: 100% auto;
}
#top section.strengths h3 {
  padding-bottom: 55rem;
  text-align: center;
  line-height: 2.1;
  font-size: 42rem;
  font-weight: normal;
}
#top section.strengths section.points {
  display: flex;
  align-items: center;
  position: relative;
  padding: 60rem 94rem 0;
  gap: 0 60rem;
}
#top section.strengths section.points:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#top section.strengths section.points:not(.point01, .point03):before, #top section.strengths section.points:not(.point01, .point03):after {
  content: '';
  display: block;
  position: absolute;
}
#top section.strengths section.points:not(.point01, .point03):before {
  top: 0;
  left: 0;
  border-bottom: 701rem solid transparent;
  border-left: 701rem solid #fff;
}
#top section.strengths section.points:not(.point01, .point03):after {
  right: 0;
  bottom: 0;
  border-top: 701rem solid transparent;
  border-right: 701rem solid rgba(255, 255, 255, 0.56);
}
#top section.strengths section.points .textArea,
#top section.strengths section.points .image {
  position: relative;
  z-index: 1;
}
#top section.strengths section.points .textArea h4 {
  display: inline;
  padding-bottom: 3rem;
  line-height: 1.8;
  font-size: 34rem;
  font-weight: normal;
  color: #fff;
  background: #000;
}
#top section.strengths section.points .textArea .lead {
  padding-top: 30rem;
  line-height: 1.9;
  font-size: 22rem;
}
#top section.strengths section.points .image {
  flex: 0 0 655rem;
}
#top section.strengths section.point01 {
  margin-bottom: -89rem;
  padding-top: 0;
  z-index: 1;
}
#top section.strengths section.point02 {
  padding-top: 144rem;
  background: rgba(96, 106, 11, 0.19);
}
#top section.strengths section.point02:before {
  border-bottom-width: 785rem !important;
  border-left-width: 785rem !important;
}
#top section.strengths section.point03 {
  background: rgba(1, 52, 71, 0.25);
}
#top section.strengths section.point03:before, #top section.strengths section.point03:after {
  content: '';
  display: block;
  position: absolute;
}
#top section.strengths section.point03:before {
  top: 0;
  right: 0;
  border-bottom: 701rem solid transparent;
  border-right: 701rem solid #fff;
}
#top section.strengths section.point03:after {
  left: 0;
  bottom: 0;
  border-top: 701rem solid transparent;
  border-left: 701rem solid rgba(255, 255, 255, 0.56);
}
#top section.strengths section.point04 {
  background: rgba(12, 88, 107, 0.06);
}
#top section.example {
  margin-bottom: 100rem;
  padding: 100rem 100rem 40rem;
  background: url("../img/top/example-bg.jpg") no-repeat center top;
  background-size: 100% 100%;
}
#top section.example h3 {
  padding-bottom: 90rem;
  text-align: center;
  font-size: 42rem;
  font-weight: normal;
}
#top section.example .exampleSlider {
  margin-bottom: 30rem;
}
@media (min-width: 1025px) {
  #top section.example .exampleSlider {
    display: flex;
    gap: 0 10rem;
  }
  #top section.example .exampleSlider .slider {
    width: 1168rem;
  }
  #top section.example .exampleSlider .thumbnails {
    flex: 1 1 auto;
    margin-top: 0;
  }
  #top section.example .exampleSlider .thumbnails .slick-track {
    display: flex;
    flex-direction: column;
    gap: 10rem 0;
    height: 686rem;
  }
  #top section.example .exampleSlider .thumbnails .slick-slide {
    height: 222rem;
  }
  #top section.example .exampleSlider .thumbnails .slick-slide img {
    object-fit: cover;
    height: 100%;
  }
}
#top section.example .exampleSlider .thumbnails .slick-slide {
  opacity: .4;
}
#top section.example .exampleSlider .thumbnails .slick-slide.slick-current {
  opacity: 1;
  outline: 5rem solid #00CBE2;
  outline-offset: -5rem;
}
#top section.example .exampleSlider .slider:before, #top section.example .exampleSlider .slider:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  padding: 5rem 0;
  width: 210rem;
  text-align: center;
  line-height: 1;
  font-size: 25rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.59);
  z-index: 1;
}
#top section.example .exampleSlider .slider:before {
  content: 'Before';
  left: 0;
}
#top section.example .exampleSlider .slider:after {
  content: 'After';
  right: 0;
}
#top section.example .text {
  padding: 40rem 60rem;
  line-height: 1.8;
  font-size: 22rem;
  background: rgba(255, 255, 255, 0.6);
}
#top section.example .text:first-line {
  font-weight: bold;
}
#top section.menu {
  scroll-margin-top: 100rem;
}
#top section.menu h3 {
  position: relative;
  padding-bottom: 150rem;
  text-align: center;
  font-size: 42rem;
  font-weight: normal;
}
#top section.menu h3:after {
  content: '・・・';
  position: absolute;
  bottom: 100rem;
  left: calc(50% - 39rem);
  letter-spacing: -4rem;
  font-size: 30rem;
}
#top section.menu .menuList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#top section.menu .menuList li {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480rem;
  background: url("../img/top/menu-bg01.jpg") no-repeat center center;
  background-size: 100% 100%;
}
#top section.menu .menuList li:nth-child(2) {
  background-image: url("../img/top/menu-bg02.jpg");
}
#top section.menu .menuList li:nth-child(3) {
  background-image: url("../img/top/menu-bg03.jpg");
}
#top section.menu .menuList li:nth-child(4) {
  background-image: url("../img/top/menu-bg04.jpg");
}
#top section.menu .menuList li:nth-child(5) {
  background-image: url("../img/top/menu-bg05.jpg");
}
#top section.menu .menuList li:nth-child(6) {
  background-image: url("../img/top/menu-bg06.jpg");
}
#top section.menu .menuList li:nth-child(7) {
  background-image: url("../img/top/menu-bg07.jpg");
}
#top section.menu .menuList li:nth-child(8) {
  background-image: url("../img/top/menu-bg08.jpg");
}
#top section.menu .menuList li:nth-child(9) {
  background-image: url("../img/top/menu-bg09.jpg");
}
#top section.menu .menuList li:nth-child(10) {
  background-image: url("../img/top/menu-bg10.jpg");
}
#top section.menu .menuList li dl {
  width: 565rem;
}
#top section.menu .menuList li dt {
  display: inline-block;
  margin-bottom: 35rem;
  padding: 7rem .7em 0;
  border-bottom: 20rem solid #E6C569;
  line-height: .5;
  font-size: 40rem;
}
#top section.menu .menuList li dd {
  text-align: left;
  line-height: 1.9;
  font-size: 22rem;
}

/*==================================================================================
 lower common
==================================================================================*/
.lower main {
  padding-bottom: 160rem;
}

/*==================================================================================
 contact
==================================================================================*/
#contact form dl {
  display: flex;
  align-items: center;
}
#contact form dl:not(:last-of-type) {
  border-bottom: 1rem solid #666;
}
#contact form dl.required dt:after {
  content: '必須';
  display: block;
  position: absolute;
  top: 50%;
  right: 20rem;
  font-size: 14rem;
  font-weight: bold;
  color: #b34646;
  background: #fff;
  transform: translateY(-50%);
}
#contact form dt,
#contact form dd {
  box-sizing: border-box;
  padding: 30rem 20rem;
  font-size: 20rem;
}
#contact form dt {
  flex: 0 0 280rem;
  position: relative;
}
#contact form dd {
  flex: 1 1 auto;
  position: relative;
  border-left: 1rem solid #666;
}
#contact form .error {
  padding-top: 5rem;
  line-height: 1;
  font-size: 16rem;
  color: #ff0000;
}
#contact select {
  box-sizing: border-box;
  display: block;
  height: 40rem;
  width: 100%;
  border: none;
  text-indent: .5em;
  font-size: 18rem;
  color: #000;
  background: #f0f0f0;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  box-sizing: border-box;
  display: block;
  padding: 0 .5em;
  width: 100%;
  height: 40rem;
  border: 1rem solid #959595;
  font-size: 18rem;
  color: #000;
  background: #fff;
  -webkit-appearance: none;
}
#contact input[type="date"] {
  box-sizing: border-box;
  border: 1rem solid #959595;
}
#contact input[type="checkbox"] {
  border-radius: 0;
  width: 20rem;
  height: 20rem;
}
#contact .buttons {
  padding-top: 60rem;
  text-align: center;
}
#contact .buttons button[type="submit"],
#contact .buttons input[type="submit"],
#contact .buttons a {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: auto;
  width: 270rem;
  height: 60rem;
  border: none;
  line-height: 60rem;
  text-align: center;
  font-size: 20rem;
  font-weight: bold;
  color: #fff;
  background: #1380A2;
  outline: none;
}
@media (min-width: 1025px) {
  #contact .buttons button[type="submit"]:hover,
  #contact .buttons input[type="submit"]:hover,
  #contact .buttons a:hover {
    opacity: .7;
  }
}
#contact textarea {
  padding: .5em;
  height: 150rem;
  resize: none;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #contact.confirm form dd {
    min-height: 80rem;
  }
}
#contact.confirm form dd .data {
  line-height: 1.4;
  font-size: 100%;
}
#contact.thanks section.result {
  text-align: center;
}
#contact.thanks section.result h3 {
  padding-bottom: 50rem;
  line-height: 1.4;
  font-size: 24rem;
  font-weight: normal;
}
#contact.thanks section.result .lead {
  line-height: 2;
  font-size: 18rem;
}
#contact.thanks section.result .lead + .lead {
  padding-top: 30rem;
}

/*==================================================================================
 page
==================================================================================*/
/*==================================================================================
 page
==================================================================================*/

/*# sourceMappingURL=style.css.map */
