@charset "UTF-8";
@import url("reset.css");
html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: white;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }
}

img {
  width: 100%;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4px;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 14px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 2px 1px #8c8c8cb9;
          box-shadow: 1px 1px 2px 1px #8c8c8cb9;
}

.btn__contact {
  width: 36px;
  margin: 0 auto;
  padding-top: 6px;
}

.btn__company {
  width: 41px;
  margin: 0 auto;
}

.btn2 {
  display: block;
  background-color: #f39500;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 2px 1px #8c8c8cb9;
          box-shadow: 1px 1px 2px 1px #8c8c8cb9;
}

.btn2 span {
  position: relative;
  padding-left: 3em;
}

.btn2 span::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 49%;
  left: 0;
}

.title1 {
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .title1 {
    font-size: 1.8rem;
  }
}

.title1::after {
  content: "";
  display: block;
  width: 310px;
  height: 5px;
  margin-top: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f39500), color-stop(50%, #c9caca));
  background-image: linear-gradient(90deg, #f39500 50%, #c9caca 50%);
}

@media screen and (max-width: 1024px) {
  .title1::after {
    width: 229px;
    height: 3px;
  }
}

.header {
  padding: 26px 0 10px;
  border-bottom: 2px solid #f39500;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 15px 0 10px;
  }
}

.header__desc {
  margin-left: 110px;
}

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

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .header__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}

.header__logo {
  margin-right: 26px;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    max-width: 253px;
  }
}

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

.header__info p:nth-child(1) {
  font-size: 3rem;
  font-weight: bold;
}

.header__info p:nth-child(1) img {
  width: 22px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.header__info p:nth-child(2) {
  margin-top: -5px;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: -10px;
}

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

.header__buttons .btn {
  width: 72px;
  height: 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 5px;
}

.header__buttons .btn:nth-child(1) {
  background-color: #f39500;
  margin-right: 17px;
}

.header__buttons .btn:nth-child(2) {
  background-color: #5e5d5c;
}

.sp_btn {
  cursor: pointer;
  background-color: #f39500;
  z-index: 100;
  padding: 7px 7px 5px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_btn {
    display: block;
  }
}

.sp_btn.active .sp_btn__box--bar:nth-of-type(1), .sp_btn.active .sp_btn__box--bar:nth-of-type(3) {
  width: 90%;
  left: 2px;
}

.sp_btn.active .sp_btn__box--bar:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.sp_btn.active .sp_btn__box--bar:nth-of-type(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.sp_btn.active .sp_btn__box--bar:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
  bottom: -2px;
}

.sp_btn.active .b1 {
  opacity: 0;
}

.sp_btn.active .b2 {
  opacity: 1;
}

.sp_btn__box {
  position: relative;
  width: 27px;
  height: 14px;
  margin-bottom: 4px;
}

.sp_btn__box--bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.sp_btn__box--bar:nth-of-type(1) {
  top: 0;
}

.sp_btn__box--bar:nth-of-type(2) {
  top: 6px;
}

.sp_btn__box--bar:nth-of-type(3) {
  bottom: 0;
}

.sp_btn__menu {
  font-size: .7rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.sp_btn__menu span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sp_btn__menu span.b2 {
  opacity: 0;
}

.sp_modal {
  position: absolute;
  z-index: 99;
  background-color: #c9caca;
  padding: 10px;
  width: 88vw;
  max-width: 330px;
  display: none;
  top: 42px;
  right: 0;
}

.sp_modal.active {
  display: block;
}

.sp_modal__list {
  background-color: #fff;
  margin-bottom: 10px;
}

.sp_modal__list--item:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}

.sp_modal__list--item a {
  font-size: 1.5rem;
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 40px;
}

.sp_modal__list--item a::before {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background-color: #f39500;
  position: absolute;
  top: 22px;
  left: 12px;
}

.sp_modal__btn {
  background-color: #f39500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp_modal__btn--contact {
  margin-right: 18px;
  width: 28px;
}

.sp_modal__btn p {
  color: #fff;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
}

.gnav {
  background-color: #f39500;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .gnav {
    background-color: #fff;
    color: #000;
  }
}

.gnav ul.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
}

@media screen and (max-width: 1024px) {
  .gnav ul.container {
    padding: 0;
  }
}

.gnav ul.container li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .gnav ul.container li {
    border-color: #d8d8d8;
  }
}

@media screen and (max-width: 1024px) {
  .gnav ul.container li:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .gnav ul.container li:nth-child(3) span {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .gnav ul.container li:nth-child(6) {
    border-right: 1px solid #d8d8d8;
  }
}

.gnav ul.container li:last-child {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .gnav ul.container li:last-child {
    display: none;
  }
}

.gnav ul.container li a {
  display: block;
  text-align: center;
  padding: 11px 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .gnav ul.container li a {
    font-size: 1.4rem;
    padding: 7px 0;
  }
}

.gnav ul.container li a:hover {
  opacity: 1;
  background-color: #ffb948;
}

.slider {
  height: 500px;
}

@media screen and (max-width: 1024px) {
  .slider {
    height: 50.67vw;
    max-height: 360px;
  }
}

.slider li img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .slider li img {
    height: 50.67vw;
    max-height: 360px;
  }
}

.slider .slick-prev, .slider .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  height: 25px;
  width: 25px;
}

.slider .slick-prev {
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slider .slick-next {
  right: 2.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider .slick-dots {
  visibility: hidden;
}

.sec1 {
  background-color: #fbe7c1;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .sec1 {
    padding-bottom: 15px;
  }
}

.sec1__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}

@media screen and (max-width: 1024px) {
  .sec1__block1 {
    max-width: 360px;
    margin: 0 auto 12px;
  }
}

.sec1__block1--box {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px #8c8c8c83;
          box-shadow: 1px 1px 2px 1px #8c8c8c83;
  height: 176px;
  padding: 16px 13px 0;
  margin-top: -72px;
}

@media screen and (max-width: 1024px) {
  .sec1__block1--box {
    padding: 12px 10px 0;
    height: 163px;
    margin-top: -44px;
  }
}

@media screen and (max-width: 767px) {
  .sec1__block1--box {
    min-width: 160px;
    width: 48%;
  }
}

.sec1__block1--box:nth-child(3) {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .sec1__block1--box:nth-child(3) {
    display: none;
  }
}

.sec1__block1--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .sec1__block1--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.sec1__block1--text {
  margin-right: 14px;
}

@media screen and (max-width: 1024px) {
  .sec1__block1--text {
    margin-right: 0;
  }
}

.sec1__block1--title {
  font-family: serif;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .sec1__block1--title {
    font-size: 2.8rem;
  }
}

.sec1__block1 .btn2 {
  width: 156px;
  margin: 0 auto;
  padding: 4px 0 4px 28px;
}

@media screen and (max-width: 1024px) {
  .sec1__block1 .btn2 {
    width: 100%;
  }
}

.sec1__block1--img {
  width: 144px;
}

@media screen and (max-width: 1024px) {
  .sec1__block1--img {
    width: 140px;
    margin: 0 auto;
  }
}

.sec1__block1--desc {
  width: 318px;
  padding: 0 2px;
}

@media screen and (max-width: 1024px) {
  .sec1__block1--desc {
    display: none;
  }
}

.sec1__block1--logo {
  width: 87px;
  margin: 0 auto;
  margin-bottom: 9px;
}

.sec1__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec1__block2 {
    max-width: 360px;
    margin: 0 auto;
  }
}

.sec1__block2--box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sec1__block2--box:nth-child(1) {
  margin-right: 36px;
}

@media screen and (max-width: 1024px) {
  .sec1__block2--box:nth-child(1) {
    margin: 0;
  }
}

.sec1__block2--box .title1 {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .sec1__block2--box .title1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .sec1__block2--box:nth-child(2) {
    display: none;
  }
}

.sec1__block2--title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec1__block2--title_box .btn2 {
  width: 130px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding-left: 16px;
  margin-top: 6px;
}

.sec1__block2--title_box .btn2 span {
  padding-left: 2.2em;
}

.sec1__block2--scroll {
  background-color: #fff;
  overflow-y: scroll;
  height: 256px;
  padding: 14px 15px 14px 23px;
  -webkit-box-shadow: 1px 1px 2px 1px #8c8c8c83;
          box-shadow: 1px 1px 2px 1px #8c8c8c83;
}

@media screen and (max-width: 1024px) {
  .sec1__block2--scroll {
    height: 189px;
    padding: 13px;
  }
}

.sec1__block2--content time {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 7px;
}

@media screen and (max-width: 1024px) {
  .sec1__block2--content time {
    font-size: 1.1rem;
    margin: 0;
  }
}

.sec1__block2--content .new:nth-of-type(1) {
  color: #e83632;
}

.sec1__block2--content .new:nth-of-type(3) {
  color: #0e3b95;
}

.sec1__block2--content .content {
  display: block;
}

.sec1__block2--content .content__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 7px;
}

.sec1__block2--content .content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec1__block2--content .content__img {
  width: 129px;
  margin-right: 16px;
}

.sec1__block2--content .content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sec2 {
  background-color: #f7f8f8;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .sec2 {
    padding: 15px 0;
  }
}

.sec2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec2_side {
  width: 218px;
  margin-right: 35px;
}

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

.sec2_side .title1 {
  margin-bottom: 21px;
}

.sec2_side .title1::after {
  width: 100%;
}

.sec2_side__menu {
  padding-left: 18px;
  margin-bottom: 35px;
}

.sec2_side__menu li {
  background-color: #fae2ca;
  width: 195px;
  height: 55px;
  line-height: 55px;
  font-size: 1.8rem;
  font-weight: bold;
}

.sec2_side__menu li:not(:last-child) {
  margin-bottom: 18px;
}

.sec2_side__menu li:last-child {
  background-color: #9fa0a0;
  color: #fff;
}

.sec2_side__menu li a {
  display: block;
  padding-left: 30px;
  position: relative;
}

.sec2_side__menu li a::before {
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  background-color: #f39500;
  position: absolute;
  top: 24px;
  left: -16px;
}

.sec2_side__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec2_side__other li {
  background-color: #fff;
  margin-bottom: 15px;
}

.sec2_side__other li:nth-child(1), .sec2_side__other li:nth-child(2) {
  width: 105px;
  height: 85px;
  border-radius: 4px;
  border: 1px solid #c5c6c6;
}

.sec2_side__other li:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec2_side__other li:nth-child(1) a img {
  width: 58px;
}

.sec2_side__other li:nth-child(3) {
  width: 222px;
  height: 156px;
}

.sec2_side__other li a {
  display: block;
  height: 100%;
}

.sec2_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .sec2_main {
    margin: 0 auto;
    max-width: 670px;
  }
}

@media screen and (max-width: 767px) {
  .sec2_main {
    max-width: 360px;
  }
}

.sec2_main .title1 {
  margin-bottom: 21px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .title1 {
    margin-bottom: 10px;
  }
}

.sec2_main .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec2_main .info {
    display: block;
  }
}

.sec2_main .info__item {
  width: calc((100% - 22px) / 2);
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px #8c8c8c83;
          box-shadow: 1px 1px 2px 1px #8c8c8c83;
  padding: 13px 16px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__item {
    width: 330px;
    position: relative;
    padding: 8px 8px 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec2_main .info__item {
    max-width: 360px;
    width: 100%;
    min-width: 330px;
    margin-bottom: 10px;
  }
}

.sec2_main .info__item:nth-child(odd) {
  margin-right: 22px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__item:nth-child(odd) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec2_main .info__item:nth-child(odd) {
    margin-right: 0;
  }
}

.sec2_main .info__item:nth-child(n+3) {
  margin-top: 26px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__item:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec2_main .info__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.sec2_main .info__title {
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__title {
    font-size: 1.2rem;
    position: absolute;
    left: 100px;
    top: 5px;
  }
}

.sec2_main .info__title::before {
  content: "";
  display: block;
  background-color: #f39500;
  position: absolute;
  width: 22px;
  height: 7px;
  top: 10px;
  left: -14px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__title::before {
    width: 11px;
    height: 4px;
    left: -2px;
    top: 6px;
  }
}

.sec2_main .info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.sec2_main .info__img {
  max-width: 150px;
  width: 100%;
  margin-right: 17px;
  background-color: #f4f4f4;
  padding-top: 21px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__img {
    max-width: 77px;
    margin-right: 10px;
    height: 82px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail {
    padding-top: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sec2_main .info__detail p:nth-child(1) {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail p:nth-child(1) {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 1.1rem;
  }
}

.sec2_main .info__detail p:nth-child(1) span {
  color: #e83632;
  font-size: 2.8rem;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail p:nth-child(1) span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail p:nth-child(2), .sec2_main .info__detail p:nth-child(3) {
    font-size: 1.1rem;
  }
}

.sec2_main .info__detail p:nth-child(2) span, .sec2_main .info__detail p:nth-child(3) span {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail p:nth-child(2) {
    display: inline-block;
    margin: 0;
  }
}

.sec2_main .info__detail p:nth-child(3) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail p:nth-child(3) {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail p .sp_none {
    display: none;
  }
}

.sec2_main .info__detail .btn2 {
  width: 147px;
  padding: 10px 0 10px 18px;
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail .btn2 {
    font-size: 1rem;
    width: 94px;
    padding: 3px 0 3px 10px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail .btn2::before {
    width: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .sec2_main .info__detail .btn2 span {
    padding-left: 2em;
  }
}

.sec2_main > .btn2 {
  width: 538px;
  padding-left: 85px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .sec2_main > .btn2 {
    max-width: 360px;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    height: 52px;
    line-height: 52px;
  }
}

.sec2_main > .btn2 span {
  font-size: 2.6rem;
}

@media screen and (max-width: 1024px) {
  .sec2_main > .btn2 span {
    font-size: 1.7rem;
  }
}

.sec2_main > .btn2 span::before {
  width: 37px;
  height: 2px;
}

@media screen and (max-width: 1024px) {
  .sec2_main > .btn2 span::before {
    width: 24px;
  }
}

.sec3 {
  position: relative;
  padding: 24px 0 83px;
}

@media screen and (max-width: 1024px) {
  .sec3 {
    padding: 22px 0 27px;
  }
}

.sec3__bg_1 {
  position: absolute;
  background: url(../img/bg1.jpg) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: .4;
}

@media screen and (max-width: 767px) {
  .sec3__bg_1 {
    width: 100%;
  }
}

.sec3__bg_2 {
  position: absolute;
  background: url(../img/bg2.jpg) no-repeat center center;
  background-size: cover;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: .4;
}

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

.sec3__bg_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.sec3 .container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .sec3 .container {
    max-width: 700px;
  }
}

.sec3 .title1 {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .sec3 .title1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec3 .title1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec3 .title1::after {
  width: 648px;
  margin: 0 auto;
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  .sec3 .title1::after {
    width: 100%;
    margin-top: 6px;
  }
}

.sec3__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec3__menu {
    max-width: 360px;
    margin: 0 auto;
  }
}

.sec3__menu li {
  width: 50%;
  position: relative;
}

.sec3__menu li:nth-child(even) {
  border-left: 1px solid #cecece;
}

.sec3__menu li:nth-child(n+3) {
  border-top: 1px solid #cecece;
}

.sec3__menu li .link1 {
  height: 90px;
  line-height: 90px;
  font-size: 2rem;
  display: block;
  padding-left: 96px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .sec3__menu li .link1 {
    font-size: 1.3rem;
    height: 62px;
    line-height: 62px;
    padding-left: 50px;
  }
}

.sec3__menu li .link1::before {
  content: "";
  display: block;
  width: 43px;
  height: 3px;
  background-color: #f39500;
  position: absolute;
  top: 43px;
  left: 27px;
}

@media screen and (max-width: 1024px) {
  .sec3__menu li .link1::before {
    width: 28px;
    height: 2px;
    top: 30px;
    left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .sec3__menu li .link1 .sp_none {
    display: none;
  }
}

.sec3__menu li .link2 {
  display: block;
  width: 154px;
  height: 43px;
  line-height: 43px;
  padding-left: 30px;
  position: absolute;
  top: 26px;
  right: 20px;
  z-index: 2;
  font-size: 1.4rem;
  background-color: #fae2ca;
}

@media screen and (max-width: 1024px) {
  .sec3__menu li .link2 {
    display: none;
  }
}

.sec3__menu li .link2::before {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  background-color: #f39500;
  position: absolute;
  top: 18px;
  left: -16px;
}

.sec4 {
  display: none;
  background-color: #fae2ca;
  padding: 14px 0 18px;
}

@media screen and (max-width: 1024px) {
  .sec4 {
    display: block;
  }
}

.sec4__title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sec4__title_box {
    max-width: 360px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec4__title_box .title1 {
  margin: 0 15px 15px 0;
}

.sec4__title_box .btn2 {
  width: 96px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding-left: 6px;
  font-size: 1rem;
}

.sec4__title_box .btn2 span {
  padding-left: 2em;
}

.sec4__title_box .btn2 span::before {
  width: 14px;
}

.sec4__scroll {
  background-color: #fff;
  overflow-y: scroll;
  -webkit-box-shadow: 1px 1px 2px 1px #8c8c8c83;
          box-shadow: 1px 1px 2px 1px #8c8c8c83;
  height: 180px;
  padding: 13px;
}

@media screen and (max-width: 767px) {
  .sec4__scroll {
    max-width: 360px;
    margin: 0 auto;
  }
}

.sec4__content .content {
  display: block;
  margin-bottom: 10px;
}

.sec4__content .content__title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.sec4__content .content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec4__content .content__img {
  width: 94px;
  margin-right: 10px;
}

.sec4__content .content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  margin-top: -10px;
}

.sec5 {
  display: none;
  padding: 13px 0 22px;
}

@media screen and (max-width: 1024px) {
  .sec5 {
    display: block;
  }
}

.sec5 .container {
  max-width: 360px;
  padding: 0;
}

.sec5 .title1 {
  margin-bottom: 13px;
}

.sec5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec5 ul li {
  border-radius: 4px;
  border: 1px solid #c5c6c6;
}

.sec5 ul li a {
  display: block;
  height: 100%;
}

.sec5 ul li:nth-child(1), .sec5 ul li:nth-child(2) {
  height: 75px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 13px;
}

.sec5 ul li:nth-child(1) {
  margin-right: 13px;
}

.sec5 ul li:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec5 ul li:nth-child(1) a img {
  width: 58px;
}

.sec5 ul li:nth-child(3) {
  height: 172px;
  width: 100%;
  text-align: center;
}

.sec5 ul li:nth-child(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec5 ul li:nth-child(3) img {
  width: 222px;
  height: 156px;
}

.footer {
  padding-top: 30px;
  border-bottom: 13px solid #f39500;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 0;
  }
}

.footer .container {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 8px;
  }
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .footer__flex {
    display: block;
    margin: 0;
  }
}

.footer__flex--img {
  margin-bottom: 10px;
  width: 382px;
}

@media screen and (max-width: 1024px) {
  .footer__flex--img {
    width: 282px;
    margin: 0 auto 10px;
  }
}

.footer__flex--address {
  padding-left: 6px;
}

@media screen and (max-width: 1024px) {
  .footer__flex--address {
    padding: 0;
    max-width: 350px;
    margin: 0 auto 10px;
    font-size: 1.1rem;
  }
}

.footer__flex--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .footer__flex--buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__flex--buttons .btn {
  width: 248px;
  height: 71px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  padding-left: 48px;
}

@media screen and (max-width: 1024px) {
  .footer__flex--buttons .btn {
    font-size: 1.6rem;
    width: 170px;
    height: 49px;
    padding-left: 25px;
  }
}

.footer__flex--buttons .btn:nth-child(1) {
  background-color: #f39500;
  margin-right: 17px;
}

@media screen and (max-width: 1024px) {
  .footer__flex--buttons .btn:nth-child(1) {
    margin-right: 14px;
  }
}

.footer__flex--buttons .btn:nth-child(2) {
  background-color: #5e5d5c;
}

.footer__flex--buttons .btn__contact {
  width: 35px;
  margin: -14px 12px 0 0;
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .footer__flex--buttons .btn__contact {
    width: 24px;
    margin-top: -10px;
  }
}

.footer__flex--buttons .btn__company {
  width: 40px;
  margin: -12px 12px 0 0;
}

@media screen and (max-width: 1024px) {
  .footer__flex--buttons .btn__company {
    width: 27px;
    margin-top: -7px;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .footer__menu {
    border-left: 1px solid #cbcccc;
    border-bottom: 1px solid #cbcccc;
    margin: 0 -14px 17px;
  }
}

.footer__menu li {
  width: calc((100% - (19px * 5)) / 6);
}

@media screen and (max-width: 1024px) {
  .footer__menu li {
    width: 50%;
    border-right: 1px solid #cbcccc;
    border-top: 1px solid #cbcccc;
  }
}

.footer__menu li:not(:nth-child(6n)) {
  margin-right: 19px;
}

@media screen and (max-width: 1024px) {
  .footer__menu li:not(:nth-child(6n)) {
    margin: 0;
  }
}

.footer__menu li:nth-child(n+7) {
  margin-top: 13px;
}

@media screen and (max-width: 1024px) {
  .footer__menu li:nth-child(n+7) {
    margin: 0;
  }
}

.footer__menu li a {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  height: 43px;
  line-height: 43px;
  background-color: #fae2ca;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer__menu li a {
    height: 36px;
    line-height: 36px;
    font-size: 1.2rem;
  }
}

.footer__copy {
  text-align: right;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 14px 5px;
}

@media screen and (max-width: 1024px) {
  .footer__copy {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */




p.midasi {
     font-weight: bold;
     font-size: 18px;
}


span.q {
     background-color: #637180;
     color: #fff;
     font-weight: bold;
     width: 40px;
     display: inline-block;
     text-align: center;
     padding: 3px;
     float: left;
     margin-right: 10px;

     
}
span.a {
     color: #ff4500;
     font-weight: bold;
     float: left;
     font-size: 16px;

     
}

p.category {

     padding: 5px;
     display: inline-block;
     width: 230px;
     text-align: center;
     float: right;
     font-size: 12px;
     background-color: #f8f8ff;
     color: #191970;
     margin-top: -20px;
     
}

p.category3 {

     padding: 5px;
     display: inline-block;
     width: 230px;
     text-align: center;
     font-size: 12px;
     background-color: #f8f8ff;
     color: #191970;
     margin-top: 0px;
     margin-bottom: 10px;
     
}


div.naiyou {
     background-color: #fff;
     padding: 40px;
     margin-bottom: 10px;
     font-size: 14px;
     
     
}
p.moji  {
     margin-top: 10px;
     line-height: 28px;
    
}


img.imgright {
     width: 170px;
     float: right;
     margin-left: 10px;
}


img.imgleft {
     width: 170px;
     float: left;
     margin-right: 10px;
}

img.imgleft2 {

     margin-right: 10px;
     margin-top: 10px;
}



p.naiyou {
     background-color: #fff;
     padding: 23px;
 

}


img.simg {
     width: 40%;
     margin-bottom: 10px;
     margin-right: 10px;
}

img.s_img {
     width: 300px;
     float: left;
     margin-right: 10px;
}

div.s_naiyou {
     margin-left: 10px;
     display: inline-block;
     width: 305px;
}

span.name {
      font-size: 18px;
}


span.name2 {
      font-size: 12px;
      float: right;
}

hr.s_hr {
    padding-top: 10px;
    padding-bottom: 10px;
}


img.logo_s {
    width: 50px;
    float: left;
    margin-right: 10px;
}


hr.s_hr2 {
    padding-top: 5px;
    padding-bottom: 10px;
}




@media all and (max-width: 767px) {

img.imgleft2 {
     width: 99%;
}


img.imgright {
     width: 100px;
     float: right;
     margin-left: 10px;
}


img.imgleft {
     width: 100px;
     float: left;
     margin-right: 10px;
}






img.simg {
     width: 40%;
     margin-bottom: 10px;
     margin-right: 10px;
}

img.s_img {
     width: 100%;
     margin-bottom: 20px;

}

div.s_naiyou {
     display: inline-block;
     width: 100%
}

span.name {
      font-size: 18px;
}


span.name2 {
      font-size: 12px;
      float: right;
}

hr.s_hr {
    padding-top: 10px;
    padding-bottom: 10px;
}


hr.s_hr2 {
    padding-top: 5px;
    padding-bottom: 10px;
}





}

  
  
  

  
  
  
  
  
  }
  
  
  .pc_none {
  display: none;
  }




.List-Item {
  display: inline;
  font-size: 14px;
}
.List-Item::after {
  content: '＞';
  padding: 0 16px;
}
.List-Item:last-child::after {
  content: '';
}
.List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}



hr.s_hr {
    margin-top: 30px;
    margin-bottom: 10px;
}


span.s_category {

     padding: 5px;
     display: inline-block;
     width:110px;
     text-align: center;
     float: left;
     background-color: #f8f8ff;
     color: #191970;
     margin-right: 20px;
     
}

    





textarea {
    min-width: 80%;
    min-height: 200px;

    border-radius:3px;
    padding: 10px;
    border: 1px solid #696969;
    background-color: #fff;
}

textarea:focus {
   border:solid 1px #00008b;
}






input[type=password],
input[type=text]{
padding: 10px;
border: 1px solid #696969;
margin-bottom: 2px;
margin-top: 2px;
font-size: 16px;
border-radius: 3px;
background-color: #fff;





}
input[type=text]:focus {
   border:solid 1px #00008b;
   
}
input[type=text], select { 
   outline: none;
}



input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
border: 1px solid #696969;
background-color: #fff;
    
}

input[type="checkbox"]{
  -webkit-appearance: none;
  width:20px;
  height:20px;
  border: 1px solid #696969;
  border-radius:2px;
  background:transparent;
  opacity:0.5;
  background-color: #fff;
  
  
}
input[type="checkbox"]:checked{
  background:#19283C;
  opacity:1;

}


.f4 {
   padding: 9px;
   border: 1px solid #696969;
   border-radius:3px;
   margin-top: 7px;
   font-size: 16px;
   width: 118px;
   margin-right: 5px;
   background-color: #fff;
   
   
}


p.hissu {
   background-color: #ff4500;
   width: 40px;
   border-radius: 3px;
   text-align: center;
   color: #fff;
   font-size: 9px;
   padding: 5px;
   font-weight: normal;

   
   
}

.submitbutton {
   background-color: #1e384d;
   width: 80%;
   border-radius: 3px;
   text-align: center;
   color: #fff;
   font-size: 15px;
   font-variant: normal;
   float: left;
   padding: 10px; 
   font-weight: bold;
   margin: 10px;
   border: 1px solid #fff;
}

.submitbutton2 {
   background-color: #fff;
   width: 80%
   border-radius: 3px;
   text-align: center;
   font-size: 15px;
   font-variant: normal;
   float: left;
   padding: 10px; 
   font-weight: bold;
   margin: 10px;
   border: 1px solid #fff;
}

.size_l {
   width: 70%;
   
}
.size_m {
   width: 50%px;
   
}

.size_s {
   width: 30%;
   
}


.error { background-color:#FFCCCC;
       }
.alert { color:#FF0000; font-size:small;}



table.form {
  border-collapse: collapse;
  width: 100%;
}
 
table.form th {
  border: 1px solid #dbe1e8;  
  padding: 20px;
    width: 200px;
}
table.form td {
  border: 1px solid #dbe1e8;  
  padding: 20px;
  background-color: #fff;

}
 
table.form th {
  background: #f9fafc;
  text-align: left;
  
}

 
   @media all and (max-width: 727px) {
   
 table.form th,
    table td{
      display: block;
      width: 100%;
    }

  .sp_none {
  display: none;
  }
  
    }
    
    
.syubetuarea label {
  display: block;
  float: left;
  width: 150px;
}
.heyakazuarea label {
  display: block;
  float: left;
  width: 100px;
}

 

