@charset "UTF-8";
@import url("global.css");
#pagetitle.nobg .titleblock {
  padding-top: 30px; }
  #pagetitle.nobg .titleblock .jp small {
    display: block;
    font-size: 18px;
    font-weight: 100;
    height: 30px; }

.section {
  margin-bottom: 100px; }
  .section .sectitle {
    font-size: min(26px,2.5vw);
    font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative; }
    .section .sectitle::after {
      content: "";
      background-color: #2d2d2d;
      height: 2px;
      display: block;
      width: 46px;
      position: absolute;
      bottom: 0;
      left: 0; }
    .section .sectitle br {
      display: none; }
  .section .main {
    display: flex; }

.section1 .image {
  width: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-right: 30px; }
.section1 .text {
  width: 50%;
  padding: 30px 0 30px 30px; }
  .section1 .text p + p {
    margin-top: 20px; }

.section2 .main {
  flex-direction: row-reverse; }
.section2 .image {
  width: 39%;
  flex-shrink: 0;
  margin-left: 60px; }
.section2 .text {
  flex-grow: 1;
  padding: 20px 0; }
  .section2 .text ul {
    background-color: #EEEBE5;
    padding: 30px 30px 30px 40px;
    border-radius: 3px;
    margin-bottom: 30px; }
    .section2 .text ul li {
      line-height: 1.5;
      margin: 10px 0;
      text-indent: -24px;
      padding-left: 24px; }
      .section2 .text ul li::before {
        content: "";
        width: 12px;
        height: 12px;
        background-color: #C5A05A;
        border-radius: 50%;
        display: inline-block;
        margin-right: 12px;
        vertical-align: 0; }
  .section2 .text p {
    margin-top: 20px; }
  .section2 .text .notice {
    text-indent: -1em;
    padding-left: 1em; }

.tel_block .sectitle {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 26px;
  text-align: center; }
  .tel_block .sectitle br {
    display: none; }
.tel_block #contactbutton {
  border: #8f8f8f 1px solid;
  padding: 20px 0 50px;
  text-align: center;
  cursor: pointer;
  color: #2d2d2d;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  margin-top: 30px;
  background: url("../reform/images/mail.png") no-repeat center 70%;
  background-size: 30px auto; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .section1 .image {
    padding-right: 2.3vw; }
  .section1 .text {
    padding: 30px 0 30px 2.3vw; }

  .section2 .image {
    margin-left: 4.5vw; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #pagetitle.nobg .titleblock {
    padding-top: 40px; }
    #pagetitle.nobg .titleblock .jp small {
      font-size: 17px; }

  .section {
    margin-bottom: 80px; }
    .section .sectitle {
      font-size: min(23px,3.4vw);
      margin-bottom: 40px; }
      .section .sectitle br {
        display: inline; }
    .section .text {
      font-size: 14px; }

  .section2 .text ul {
    padding: 30px 25px; }

  .tel_block .sectitle {
    font-size: 21px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #pagetitle.nobg {
    margin-top: 100px; }
    #pagetitle.nobg .titleblock {
      padding-top: 0; }
      #pagetitle.nobg .titleblock .jp small {
        font-size: 14px;
        height: 20px; }

  .section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative; }
    .section::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 20%;
      right: 20%;
      height: 1px;
      background-color: #e7e7e7; }
    .section .sectitle {
      font-size: min(23px,4vw);
      margin: 0 -10px 25px 0;
      padding-bottom: 20px; }
      .section .sectitle::after {
        height: 1px; }
      .section .sectitle br {
        display: inline; }
    .section .text {
      font-size: 13px; }
    .section .main {
      display: block; }

  .section1 .image {
    width: auto;
    padding: 0;
    aspect-ratio: 2 / 1; }
  .section1 .text {
    width: auto;
    padding: 30px 0 0; }

  .section2 .image {
    width: auto;
    margin: 0;
    aspect-ratio: 2 / 1; }
  .section2 .text {
    padding: 20px 0 0; }
    .section2 .text ul {
      padding: 20px 20px;
      margin-bottom: 20px; }
      .section2 .text ul li {
        text-indent: -16px;
        padding-left: 16px; }
        .section2 .text ul li::before {
          width: 8px;
          height: 8px;
          margin-right: 8px;
          vertical-align: 1px; }

  .tel_block .sectitle {
    margin-bottom: 30px;
    font-size: 18px; }
  .tel_block #contactbutton {
    padding: 15px 0 45px;
    font-size: 15px;
    margin-top: 20px; } }
