@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
#bodyarea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }

#intro .box1 .title {
  display: flex;
  justify-content: center; }
  #intro .box1 .title .text1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.6;
    text-align: center; }
    #intro .box1 .title .text1 span {
      display: block;
      font-weight: normal;
      font-size: 15px;
      margin-top: 10px; }
  #intro .box1 .title .logo {
    margin-left: 15px;
    width: 480px; }
#intro .box2 {
  background: url("../share/img/intro_bg.jpg") no-repeat center bottom;
  background-size: cover;
  border-radius: 8px;
  margin-top: 70px;
  text-align: center;
  box-sizing: border-box;
  padding: 70px 0 270px; }
  #intro .box2 .sp_br {
    display: none; }
  #intro .box2 .textbox {
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 1.8;
    padding: 0 80px; }
    #intro .box2 .textbox::before, #intro .box2 .textbox::after {
      content: "";
      position: absolute;
      bottom: 0;
      background-size: contain;
      width: 55px;
      height: 67px; }
    #intro .box2 .textbox::before {
      background-image: url("../share/img/intro_titleleft.png");
      left: 0; }
    #intro .box2 .textbox::after {
      background-image: url("../share/img/intro_titleright.png");
      right: 0; }
    #intro .box2 .textbox .text1 {
      font-weight: 700;
      font-size: 42px; }
    #intro .box2 .textbox .text2 {
      font-weight: 700;
      font-size: 20px; }
#intro .box3 {
  display: flex;
  align-items: center;
  margin: 65px 50px 0; }
  #intro .box3 .title {
    font-weight: 700;
    line-height: 1.6;
    font-size: 32px;
    white-space: nowrap; }
    #intro .box3 .title span {
      display: inline-block;
      background: linear-gradient(transparent 80%, rgba(254, 138, 52, 0.4) 80%); }
  #intro .box3 .text {
    flex: 1;
    margin-left: 60px; }
#intro .box3_new {
  /*display: block;*/
  margin: 65px 20px 0; }
  #intro .box3_new .title {
    margin-bottom: 60px;
    text-align: center; }
  #intro .box3_new .text .small {
    font-size: 80%; }
  #intro .box3_new p + p {
    margin-top: 20px; }

#otoku {
  margin-top: 100px;
  background-color: #eee;
  padding: 90px 0; }
  #otoku .comment {
    width: fit-content;
    padding: 10px 20px;
    margin: 0 auto 60px;
    color: #ED0003;
    font-size: 22px;
    border: 2px solid #ED0003; }
    #otoku .comment br {
      display: none; }
  #otoku .titlearea {
    text-align: center; }
    #otoku .titlearea .title {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      #otoku .titlearea .title .sp_br {
        display: none; }
      #otoku .titlearea .title .inner {
        line-height: 1.4;
        text-align: left; }
        #otoku .titlearea .title .inner .text1 {
          font-size: 28px;
          font-weight: 700;
          display: block; }
        #otoku .titlearea .title .inner .text2 {
          font-weight: 900;
          font-size: 38px;
          display: block; }
          #otoku .titlearea .title .inner .text2 span {
            font-size: 60px; }
      #otoku .titlearea .title .text3 {
        flex-shrink: 0;
        width: 140px;
        margin-left: 15px; }
    #otoku .titlearea .toku_icon {
      height: 130px; }
    #otoku .titlearea .fukidashi {
      margin: 60px auto; }
      #otoku .titlearea .fukidashi .small {
        margin-top: 20px;
        font-size: 80%; }
        #otoku .titlearea .fukidashi .small .sp_br {
          display: none; }
      #otoku .titlearea .fukidashi .inner {
        margin-top: 150px;
        position: relative; }
        #otoku .titlearea .fukidashi .inner p {
          font-size: 42px;
          font-weight: bold; }
        #otoku .titlearea .fukidashi .inner figure {
          position: absolute;
          top: -150px;
          left: 7%; }
          #otoku .titlearea .fukidashi .inner figure img {
            width: 270px; }
    #otoku .titlearea .subtext {
      position: relative;
      margin-top: 40px;
      padding: 0 30px;
      display: inline-block;
      font-weight: 700;
      font-size: 28px; }
      #otoku .titlearea .subtext span {
        color: #FE8A34; }
      #otoku .titlearea .subtext::before, #otoku .titlearea .subtext::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 40px;
        background-color: #1F1F1F;
        bottom: 0; }
      #otoku .titlearea .subtext::before {
        transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
        left: 0; }
      #otoku .titlearea .subtext::after {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        right: 0; }
  #otoku .list {
    display: flex;
    justify-content: space-between;
    margin: 30px -80px 0; }
    #otoku .list .item {
      width: 32%;
      box-sizing: border-box;
      background-color: #fff;
      padding: 40px 10px;
      border-radius: 8px;
      box-shadow: 1px 1px 10px rgba(31, 31, 31, 0.1);
      text-align: center; }
      #otoku .list .item .title {
        font-weight: 700;
        line-height: 1.6;
        font-size: 15px; }
        #otoku .list .item .title span {
          background: linear-gradient(transparent 40%, rgba(254, 138, 52, 0.4) 40%);
          display: inline-block;
          line-height: 1; }
        #otoku .list .item .title .sp_br {
          display: none; }
      #otoku .list .item .text {
        margin-top: 20px;
        font-size: 14px; }
        #otoku .list .item .text .small {
          display: block;
          font-size: 90%; }
      #otoku .list .item .otoku_price {
        font-size: 30px;
        font-weight: 700;
        margin-top: 20px;
        line-height: 1; }
        #otoku .list .item .otoku_price span {
          font-size: 42px;
          color: #FE8A34;
          font-weight: 900;
          margin: 0 2px; }
  #otoku .otoku_box {
    position: relative;
    margin-top: 60px; }
    #otoku .otoku_box::before, #otoku .otoku_box::after {
      content: "";
      position: absolute;
      top: 10px;
      background-size: contain;
      width: 190px;
      height: 186px; }
    #otoku .otoku_box::before {
      background-image: url("../share/img/otoku_illust1.png");
      left: -80px; }
    #otoku .otoku_box::after {
      background-image: url("../share/img/otoku_illust2.png");
      right: -80px; }
    #otoku .otoku_box .box {
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #1F1F1F;
      border-radius: 8px;
      padding: 46px 10px 55px;
      max-width: 910px;
      box-sizing: border-box;
      margin: 0 auto;
      box-shadow: 1px 1px 10px rgba(31, 31, 31, 0.1); }
      #otoku .otoku_box .box .text {
        font-size: 25px;
        line-height: 1.6;
        font-weight: 700;
        text-align: center; }
        #otoku .otoku_box .box .text .sp_br {
          display: none; }
      #otoku .otoku_box .box .price {
        font-size: 32px;
        font-weight: 700;
        margin-left: 30px; }
        #otoku .otoku_box .box .price span {
          font-size: 62px;
          font-weight: 900;
          color: #FE8A34; }
    #otoku .otoku_box .kome {
      font-size: 14px;
      max-width: 800px;
      margin: 40px auto 0; }
      #otoku .otoku_box .kome p {
        text-indent: -1em; }

#bodyarea .maintitle {
  font-weight: 700;
  font-size: 34px;
  text-align: center; }

#kijun1 {
  margin-top: 90px; }
  #kijun1 .title_sub {
    text-align: center;
    margin-top: 15px; }
  #kijun1 .table {
    border-collapse: collapse;
    max-width: 1000px;
    margin: 60px auto 0; }
    #kijun1 .table tr {
      border-bottom: 2px solid #fff; }
      #kijun1 .table tr:nth-child(even) th {
        background-color: #002F68; }
      #kijun1 .table tr:nth-child(even) td {
        background-color: #E5EAF0; }
      #kijun1 .table tr th {
        width: 25%;
        font-weight: 700;
        color: #fff;
        padding: 20px 25px;
        text-align: center;
        background-color: #004D80;
        vertical-align: middle; }
      #kijun1 .table tr td {
        padding: 20px 25px;
        line-height: 1.6;
        background-color: #EEF3F5;
        vertical-align: middle; }
        #kijun1 .table tr td .small {
          font-size: 85%; }
        #kijun1 .table tr td ul.yakuwari li {
          text-indent: -15px;
          padding-left: 15px; }

#kijun2 {
  border: 4px solid #eee;
  padding: 50px 80px;
  margin-top: 90px; }
  #kijun2 .title_sub {
    text-align: center;
    margin-top: 10px; }
  #kijun2 .section {
    border-top: 1px solid #C8C8C8;
    margin-top: 60px;
    padding-top: 30px; }
    #kijun2 .section .title {
      font-weight: 700;
      font-size: 28px;
      text-align: center; }
      #kijun2 .section .title span {
        color: #002F68;
        font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
        font-size: 36px;
        font-weight: 600;
        margin-right: 10px; }
    #kijun2 .section .body {
      text-align: center; }
      #kijun2 .section .body ul.list {
        display: inline-block;
        text-align: left;
        margin-top: 20px; }
        #kijun2 .section .body ul.list li + li {
          margin-top: 15px; }
        #kijun2 .section .body ul.list li .text {
          position: relative;
          padding-left: 20px;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.6; }
          #kijun2 .section .body ul.list li .text::before {
            content: "";
            width: 10px;
            height: 10px;
            background-color: rgba(0, 47, 104, 0.5);
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            position: absolute;
            top: 10px;
            left: 0; }
        #kijun2 .section .body ul.list li .subtext {
          font-size: 14px; }
      #kijun2 .section .body .imgbox {
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 60px; }
        #kijun2 .section .body .imgbox div {
          width: 26%;
          margin: 0 15px; }
          #kijun2 .section .body .imgbox div .text {
            font-size: 14px;
            margin-top: 5px; }
    #kijun2 .section .contactarea {
      text-align: center; }
      #kijun2 .section .contactarea .text {
        font-weight: bold;
        font-size: 18px; }
      #kijun2 .section .contactarea .min_text {
        margin-bottom: 15px;
        font-size: 14px; }
      #kijun2 .section .contactarea .comment {
        width: 420px;
        padding: 10px 0;
        margin: 30px auto;
        color: #ED0003;
        font-size: 16px;
        text-align: center;
        border: 2px solid #ED0003; }
        #kijun2 .section .contactarea .comment br {
          display: none; }
      #kijun2 .section .contactarea .btn {
        width: 420px;
        margin: 20px auto 0; }
        #kijun2 .section .contactarea .btn a {
          display: block;
          background-color: #002F68;
          color: #fff;
          font-weight: bold;
          position: relative;
          padding: 18px; }
          #kijun2 .section .contactarea .btn a:hover {
            background-color: #0085B2; }
          #kijun2 .section .contactarea .btn a::after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 25px;
            content: "";
            width: 30px;
            height: 5px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: skew(45deg) translateY(-50%); }

#works {
  background-color: #f7f7f7;
  padding: 70px 0;
  margin-top: 90px; }
  #works .maintitle {
    margin-bottom: 40px; }
  #works .box {
    display: flex;
    justify-content: space-between; }
    #works .box p {
      width: 31%;
      box-sizing: border-box;
      border: 1px solid #C8C8C8;
      padding: 10px;
      background-color: #fff;
      border-radius: 4px; }
      #works .box p a {
        display: block;
        padding-top: 100%;
        position: relative;
        height: 0; }
        #works .box p a:hover img {
          opacity: .7; }
        #works .box p a img {
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }

#cboxContent {
  padding-bottom: 0; }

#cboxTitle {
  display: none !important; }

#flow {
  margin-top: 100px; }
  #flow .title_sub {
    font-weight: 700;
    margin-top: 20px;
    text-align: center; }
  #flow .title_note {
    font-size: 14px;
    max-width: 700px;
    margin: 20px auto 0; }
  #flow .flow_box {
    position: relative;
    padding: 0 90px;
    margin: 0 auto;
    max-width: 1050px;
    box-sizing: border-box; }
    #flow .flow_box .list {
      margin-top: 60px; }
      #flow .flow_box .list li {
        display: flex;
        align-content: center;
        position: relative;
        margin-bottom: 50px;
        min-height: 100px; }
        #flow .flow_box .list li::before, #flow .flow_box .list li::after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 18px 0 18px;
          border-color: #C8C8C8 transparent transparent transparent;
          left: 107px;
          right: 0; }
        #flow .flow_box .list li::before {
          bottom: -36px; }
        #flow .flow_box .list li::after {
          border-top-color: #fff;
          bottom: -32px; }
        #flow .flow_box .list li:nth-child(even) .titlearea {
          background-color: #004D80; }
        #flow .flow_box .list li:nth-child(even) .body {
          background-color: #EEF3F5; }
        #flow .flow_box .list li.last::before, #flow .flow_box .list li.last::after {
          display: none; }
        #flow .flow_box .list li.last .titlearea {
          background-color: #FE8A34; }
        #flow .flow_box .list li.last .body {
          background-color: #F1F1F1; }
        #flow .flow_box .list li .titlearea {
          width: 250px;
          background-color: #002F68;
          color: #fff;
          display: flex;
          border-radius: 6px 0 0 6px;
          flex-shrink: 0; }
          #flow .flow_box .list li .titlearea .num {
            font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
            font-size: 34px;
            padding: 0 16px;
            width: 80px;
            box-sizing: border-box;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center; }
          #flow .flow_box .list li .titlearea .title {
            font-size: 20px;
            font-weight: 700;
            position: relative;
            padding-left: 20px;
            display: flex;
            align-items: center; }
            #flow .flow_box .list li .titlearea .title::before {
              content: "";
              position: absolute;
              left: 0;
              top: 10px;
              bottom: 10px;
              background-color: rgba(255, 255, 255, 0.4);
              width: 1px;
              height: calc(100% - 20px); }
        #flow .flow_box .list li .body {
          background-color: #E5EAF0;
          line-height: 1.6;
          flex: 1;
          display: flex;
          align-items: center;
          align-content: center;
          flex-wrap: wrap;
          padding: 15px 25px;
          border-radius: 0 6px 6px 0; }
          #flow .flow_box .list li .body .note {
            font-weight: 700; }
    #flow .flow_box .kikan {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 80px; }
      #flow .flow_box .kikan::before, #flow .flow_box .kikan::after {
        content: "";
        background-color: #1F1F1F;
        width: 2px;
        height: calc(50% - 100px);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
      #flow .flow_box .kikan::before {
        top: 0; }
      #flow .flow_box .kikan::after {
        bottom: 0; }
      #flow .flow_box .kikan span {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        line-height: 80px;
        text-align: center;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        white-space: nowrap;
        text-orientation: upright;
        font-weight: 700;
        font-size: 23px; }

#faq {
  background-color: #eee;
  padding: 80px 0;
  margin-top: 100px; }
  #faq .maintitle {
    margin-bottom: 50px; }
  #faq .box {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 45px 60px;
    box-sizing: border-box; }
    #faq .box + .box {
      margin-top: 50px; }
    #faq .box .titlearea {
      display: flex;
      justify-content: center;
      align-items: center;
      border-bottom: 1px solid #C8C8C8;
      padding-bottom: 15px;
      margin-bottom: 15px;
      line-height: 1.2; }
      #faq .box .titlearea .q {
        font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
        font-size: 40px;
        font-weight: 500;
        color: #002F68; }
      #faq .box .titlearea .title {
        font-weight: 700;
        font-size: 27px;
        margin-left: 5px; }
    #faq .box .body {
      margin: 0 10px; }

.contactbnr {
  max-width: 1000px;
  margin: 90px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #C8C8C8;
  padding: 45px 50px; }
  .contactbnr .box1 {
    width: 47%; }
    .contactbnr .box1 .logo {
      width: 280px; }
    .contactbnr .box1 .text {
      margin-top: 20px;
      font-size: 22px;
      font-weight: 700; }
  .contactbnr .box2 {
    width: 42%; }
    .contactbnr .box2 .btn a {
      display: block;
      background-color: #002F68;
      color: #fff;
      font-weight: 700;
      font-size: 17px;
      padding: 20px 30px;
      position: relative; }
      .contactbnr .box2 .btn a:hover {
        background-color: #0085B2; }
      .contactbnr .box2 .btn a::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 25px;
        content: "";
        width: 30px;
        height: 5px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: skew(45deg) translateY(-50%); }
    .contactbnr .box2 .comment {
      width: 100%;
      padding: 10px 0;
      margin: 0 auto 30px;
      color: #ED0003;
      font-size: 16px;
      text-align: center;
      border: 2px solid #ED0003; }
      .contactbnr .box2 .comment br {
        display: none; }

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

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #intro .box2 {
    padding: 5vw 0 20vw; }
    #intro .box2 .textbox .text1 {
      font-size: 34px; }
    #intro .box2 .textbox .text2 {
      font-size: 18px; }

  #otoku .titlearea .title .inner .text2 {
    font-size: 34px; }
    #otoku .titlearea .title .inner .text2 span {
      font-size: 50px; }
  #otoku .titlearea .title .text3 {
    width: 125px; }
  #otoku .titlearea .subtext {
    font-size: 26px; }
  #otoku .titlearea .fukidashi {
    margin: 60px auto; }
    #otoku .titlearea .fukidashi .inner {
      margin-top: 170px; }
      #otoku .titlearea .fukidashi .inner figure {
        position: absolute;
        top: -160px;
        left: 3%; }
        #otoku .titlearea .fukidashi .inner figure img {
          width: 250px; }
  #otoku .list {
    margin: 25px 0 0;
    display: block; }
    #otoku .list .item {
      width: 80%;
      margin: 0 auto;
      padding: 40px 30px; }
      #otoku .list .item + .item {
        margin-top: 30px; }
      #otoku .list .item .title {
        font-size: 24px; }
  #otoku .otoku_box {
    margin-top: 40px; }
    #otoku .otoku_box::before {
      left: -10px;
      top: 35px; }
    #otoku .otoku_box::after {
      right: -10px;
      top: 35px; }
    #otoku .otoku_box .box {
      width: 80%;
      display: block;
      text-align: center; }
      #otoku .otoku_box .box .price {
        line-height: 1;
        margin: 10px 0 0; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #intro .box1 .title {
    display: block;
    text-align: center; }
    #intro .box1 .title .text1 {
      font-size: 24px; }
      #intro .box1 .title .text1 br {
        display: none; }
      #intro .box1 .title .text1 span {
        font-size: 13px;
        margin-top: 7px; }
    #intro .box1 .title .logo {
      margin: 5px auto 0;
      display: block;
      width: 350px;
      position: relative;
      left: -15px; }
  #intro .box2 {
    margin: 40px -5vw 0;
    padding: 5vw 0 27vw;
    border-radius: 0; }
    #intro .box2 .textbox::before, #intro .box2 .textbox::after {
      width: 40px;
      height: 48px; }
    #intro .box2 .textbox::before {
      left: 5vw; }
    #intro .box2 .textbox::after {
      right: 5vw; }
    #intro .box2 .textbox .text1 {
      font-size: 26px;
      line-height: 1.4; }
    #intro .box2 .textbox .text2 {
      font-size: 15px;
      font-weight: normal;
      margin-top: 10px; }
  #intro .box3 {
    display: block;
    margin: 40px 0 0; }
    #intro .box3 .title {
      font-size: 24px;
      margin-bottom: 20px; }
    #intro .box3 .text {
      margin: 0; }
  #intro .box3_new .title {
    font-size: 24px;
    margin-bottom: 40px; }
  #intro .box3_new .text {
    margin-top: 20px; }
  #intro .box3_new p + p {
    margin-top: 20px; }

  #otoku {
    margin-top: 60px;
    padding: 60px 0;
    overflow: hidden; }
    #otoku .comment {
      font-size: 18px; }
    #otoku .titlearea .title .inner {
      text-align: center; }
      #otoku .titlearea .title .inner .text1 {
        font-size: 20px; }
      #otoku .titlearea .title .inner .text2 {
        font-size: 24px; }
        #otoku .titlearea .title .inner .text2 span {
          font-size: 34px; }
    #otoku .titlearea .title .text3 {
      width: 120px;
      margin-left: 10px; }
    #otoku .titlearea .subtext {
      font-size: 22px;
      padding: 0 20px; }
      #otoku .titlearea .subtext::before, #otoku .titlearea .subtext::after {
        height: 28px; }
    #otoku .titlearea .fukidashi {
      margin: 60px auto; }
      #otoku .titlearea .fukidashi .inner {
        margin-top: 170px; }
        #otoku .titlearea .fukidashi .inner p {
          font-size: 40px; }
        #otoku .titlearea .fukidashi .inner figure {
          top: -140px;
          left: 0; }
          #otoku .titlearea .fukidashi .inner figure img {
            width: 230px; }
    #otoku .list .item {
      width: 560px;
      margin: 0 auto;
      max-width: 100%;
      padding: 28px 25px 37px; }
    #otoku .otoku_box::before, #otoku .otoku_box::after {
      width: 130px;
      height: 127px; }
    #otoku .otoku_box::before {
      left: -40px; }
    #otoku .otoku_box::after {
      right: -40px; }
    #otoku .otoku_box .box {
      max-width: 100%;
      width: 560px;
      padding: 35px 20px 40px; }
      #otoku .otoku_box .box .text {
        font-size: 19px; }
      #otoku .otoku_box .box .price span {
        font-size: 46px; }
    #otoku .otoku_box .kome {
      font-size: 13px;
      margin-top: 30px; }

  #bodyarea .maintitle {
    font-size: 26px; }

  #kijun1 {
    margin-top: 60px; }
    #kijun1 .table {
      font-size: 14px; }
      #kijun1 .table tr th {
        width: 30%;
        padding: 15px; }
      #kijun1 .table tr td {
        padding: 15px 20px; }

  #kijun2 {
    padding: 30px 35px;
    margin-top: 40px; }
    #kijun2 .section {
      margin-top: 40px;
      padding-top: 20px; }
      #kijun2 .section .title {
        font-size: 22px; }
        #kijun2 .section .title span {
          margin-right: 7px;
          font-size: 28px; }
      #kijun2 .section .body ul.list li .text {
        font-size: 16px; }
      #kijun2 .section .body .imgbox {
        flex-wrap: wrap;
        margin-top: 40px; }
        #kijun2 .section .body .imgbox div {
          width: 48%;
          margin: 0 1% 25px; }
          #kijun2 .section .body .imgbox div:last-child {
            margin-bottom: 0; }
          #kijun2 .section .body .imgbox div .text {
            font-size: 12px; }
      #kijun2 .section .contactarea .text {
        font-size: 16px; }
      #kijun2 .section .contactarea .comment {
        width: 340px;
        font-size: 16px;
        margin: 20px auto;
        border: 1px solid #ED0003; }
      #kijun2 .section .contactarea .btn {
        width: 340px;
        margin-top: 15px; }
        #kijun2 .section .contactarea .btn a {
          padding: 14px; }

  #works {
    padding: 50px 0;
    margin-top: 50px; }
    #works .maintitle {
      margin-bottom: 25px; }
    #works .box p {
      padding: 5px; }

  #flow {
    margin-top: 40px; }
    #flow .title_note {
      font-size: 13px; }
    #flow .flow_box {
      padding: 0 40px 0 0; }
      #flow .flow_box .list {
        margin-top: 30px; }
        #flow .flow_box .list li {
          margin-bottom: 30px; }
          #flow .flow_box .list li::before, #flow .flow_box .list li::after {
            border-width: 13px 13px 0 13px;
            left: 70px; }
          #flow .flow_box .list li::before {
            bottom: -22px; }
          #flow .flow_box .list li::after {
            bottom: -19px; }
          #flow .flow_box .list li .titlearea {
            width: 160px; }
            #flow .flow_box .list li .titlearea .num {
              font-size: 26px;
              padding: 0 10px;
              width: 45px; }
            #flow .flow_box .list li .titlearea .title {
              font-size: 16px;
              font-weight: normal; }
          #flow .flow_box .list li .body {
            font-size: 14px;
            padding: 10px 15px; }
            #flow .flow_box .list li .body br {
              display: none; }
      #flow .flow_box .kikan {
        width: 30px; }
        #flow .flow_box .kikan span {
          line-height: 30px;
          font-size: 18px; }

  #faq {
    padding: 40px 0;
    margin-top: 60px; }
    #faq .maintitle {
      margin-bottom: 25px; }
    #faq .box {
      padding: 30px 35px;
      border-radius: 6px; }
      #faq .box + .box {
        margin-top: 30px; }
      #faq .box .titlearea {
        line-height: 1.6;
        padding-bottom: 10px;
        margin-bottom: 20px;
        align-items: flex-start;
        justify-content: flex-start; }
        #faq .box .titlearea .q {
          font-size: 30px;
          line-height: 1; }
        #faq .box .titlearea .title {
          font-size: 21px; }
      #faq .box .body {
        margin: 0; }

  .contactbnr {
    margin-top: 40px;
    padding: 25px 20px;
    display: block; }
    .contactbnr .box1 {
      width: auto; }
      .contactbnr .box1 .logo {
        width: 230px;
        margin: 0 auto; }
      .contactbnr .box1 .text {
        margin-top: 15px;
        font-size: 18px;
        text-align: center; }
    .contactbnr .box2 {
      width: auto;
      margin-top: 20px; }
      .contactbnr .box2 a {
        padding: 15px 30px; }
      .contactbnr .box2 .comment {
        padding: 8px 0;
        margin: 0 auto 20px;
        border: 1px solid #ED0003; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #intro .box1 .title .text1 {
    font-size: 18px; }
    #intro .box1 .title .text1 span {
      font-size: 12px;
      margin-top: 2px; }
  #intro .box1 .title .logo {
    width: 250px;
    left: -10px; }
  #intro .box2 {
    margin-top: 35px;
    padding: 25px 0 140px; }
    #intro .box2 .sp_br {
      display: block; }
    #intro .box2 .textbox {
      padding: 0; }
      #intro .box2 .textbox::before, #intro .box2 .textbox::after {
        width: 30px;
        height: 36px; }
      #intro .box2 .textbox::before {
        left: -8px; }
      #intro .box2 .textbox::after {
        right: -8px; }
      #intro .box2 .textbox .text1 {
        font-size: 22px;
        line-height: 1.5; }
      #intro .box2 .textbox .text2 {
        font-size: 14px;
        /*max-width: 300px;*/ }
  #intro .box3 {
    margin-top: 30px; }
    #intro .box3 .title {
      font-size: 20px; }
      #intro .box3 .title span {
        background: linear-gradient(transparent 70%, rgba(254, 138, 52, 0.4) 70%); }

  #otoku {
    margin-top: 40px;
    padding: 35px 0; }
    #otoku .comment {
      padding: 5px 10px;
      font-size: 16px;
      text-align: center; }
      #otoku .comment br {
        display: block; }
    #otoku .titlearea .title {
      display: block; }
      #otoku .titlearea .title .sp_br {
        display: block; }
      #otoku .titlearea .title .inner .text1 {
        font-size: 16px; }
      #otoku .titlearea .title .inner .text2 {
        font-size: 20px; }
        #otoku .titlearea .title .inner .text2 span {
          font-size: 26px; }
      #otoku .titlearea .title .text3 {
        display: block;
        width: 115px;
        margin: 20px auto 0; }
    #otoku .titlearea .toku_icon {
      height: 80px;
      margin-top: 30px; }
    #otoku .titlearea .subtext {
      font-size: 20px;
      margin-top: 25px;
      padding: 0 25px; }
      #otoku .titlearea .subtext br {
        display: inline; }
    #otoku .titlearea .fukidashi {
      margin: 60px auto; }
      #otoku .titlearea .fukidashi .small .sp_br {
        display: block; }
      #otoku .titlearea .fukidashi .inner {
        margin-top: 150px; }
        #otoku .titlearea .fukidashi .inner p {
          font-size: 22px; }
        #otoku .titlearea .fukidashi .inner figure {
          top: -120px;
          left: -2%; }
          #otoku .titlearea .fukidashi .inner figure img {
            width: 180px; }
    #otoku .list .item {
      padding: 24px 20px 30px; }
      #otoku .list .item + .item {
        margin-top: 20px; }
      #otoku .list .item .title {
        line-height: 1.5;
        font-size: 19px; }
        #otoku .list .item .title .sp_br {
          display: block; }
      #otoku .list .item .text {
        margin-top: 15px; }
      #otoku .list .item .otoku_price {
        margin-top: 15px;
        font-size: 19px; }
        #otoku .list .item .otoku_price span {
          font-size: 34px; }
    #otoku .otoku_box {
      margin-top: 25px; }
      #otoku .otoku_box::before, #otoku .otoku_box::after {
        width: 90px;
        height: 113px;
        top: -25px; }
      #otoku .otoku_box::before {
        left: -58px; }
      #otoku .otoku_box::after {
        right: -58px; }
      #otoku .otoku_box .box {
        padding: 25px 20px 33px;
        border-radius: 6px; }
        #otoku .otoku_box .box .text {
          font-size: 15px; }
          #otoku .otoku_box .box .text .sp_br {
            display: block; }
        #otoku .otoku_box .box .price {
          font-size: 23px; }
          #otoku .otoku_box .box .price span {
            font-size: 33px; }
      #otoku .otoku_box .kome {
        text-align: left;
        margin-top: 25px; }

  #bodyarea .maintitle {
    font-size: 22px; }

  #kijun1 {
    margin-top: 40px; }
    #kijun1 .table {
      margin-top: 25px;
      display: block; }
      #kijun1 .table tr {
        display: block;
        margin-bottom: 20px; }
        #kijun1 .table tr:nth-child(even) th {
          background-color: transparent; }
        #kijun1 .table tr:nth-child(even) td {
          background-color: transparent; }
        #kijun1 .table tr th {
          display: block;
          text-align: left;
          background-color: transparent;
          color: #002F68;
          border-bottom: 1px solid #C8C8C8;
          padding: 0 5px 10px;
          width: auto; }
          #kijun1 .table tr th br {
            display: none; }
        #kijun1 .table tr td {
          display: block;
          background-color: transparent;
          padding: 10px 5px 0; }

  #kijun2 {
    padding: 25px 20px;
    margin-top: 20px; }
    #kijun2 .title_sub {
      text-align: left; }
    #kijun2 .section {
      margin-top: 25px;
      padding-top: 15px; }
      #kijun2 .section .title {
        font-size: 20px; }
      #kijun2 .section .body ul.list {
        margin-top: 10px; }
        #kijun2 .section .body ul.list li .text {
          font-size: 14px;
          padding-left: 15px;
          font-weight: normal; }
          #kijun2 .section .body ul.list li .text::before {
            width: 8px;
            height: 8px;
            top: 8px; }
        #kijun2 .section .body ul.list li .subtext {
          font-size: 12px;
          line-height: 1.4;
          margin-top: 5px; }
      #kijun2 .section .body .imgbox {
        display: block;
        margin-top: 20px; }
        #kijun2 .section .body .imgbox div {
          width: 240px;
          margin: 0 auto 30px; }
          #kijun2 .section .body .imgbox div .text {
            margin-top: 0; }
      #kijun2 .section .contactarea .text {
        font-size: 14px; }
      #kijun2 .section .contactarea .min_text {
        margin-bottom: 10px;
        font-size: 12px; }
      #kijun2 .section .contactarea .comment {
        width: auto;
        font-size: 14px; }
      #kijun2 .section .contactarea .btn {
        margin-top: 10px;
        width: auto; }
        #kijun2 .section .contactarea .btn a {
          padding: 14px;
          font-size: 14px; }
          #kijun2 .section .contactarea .btn a::after {
            right: 15px; }

  #works {
    padding: 35px 0;
    margin-top: 40px; }
    #works .maintitle {
      margin-bottom: 20px; }
    #works .box p {
      padding: 3px; }

  #flow .title_note {
    font-size: 12px; }
  #flow .flow_box {
    padding: 0; }
    #flow .flow_box .list {
      margin-top: 20px; }
      #flow .flow_box .list li {
        display: block;
        min-height: initial; }
        #flow .flow_box .list li::before, #flow .flow_box .list li::after {
          left: 0;
          right: 0;
          margin: 0 auto; }
        #flow .flow_box .list li .titlearea {
          width: auto;
          border-radius: 4px 4px 0 0;
          line-height: 1.8; }
          #flow .flow_box .list li .titlearea .num {
            font-size: 22px;
            padding: 0;
            width: 50px; }
          #flow .flow_box .list li .titlearea .title {
            padding-left: 15px; }
            #flow .flow_box .list li .titlearea .title::before {
              height: calc(100% - 10px);
              top: 5px;
              bottom: 5px; }
        #flow .flow_box .list li .body {
          border-radius: 0 0 4px 4px; }
    #flow .flow_box .kikan {
      display: none; }

  #faq {
    padding: 30px 0;
    margin-top: 40px; }
    #faq .box {
      padding: 20px 25px; }
      #faq .box + .box {
        margin-top: 20px; }
      #faq .box .titlearea .q {
        font-size: 27px; }
      #faq .box .titlearea .title {
        font-size: 18px; }

  .contactbnr {
    padding: 20px; }
    .contactbnr .box1 .logo {
      width: 210px; }
    .contactbnr .box1 .text {
      font-size: 15px; }
    .contactbnr .box2 .btn a {
      font-size: 15px;
      padding: 15px 25px; }
      .contactbnr .box2 .btn a::after {
        right: 20px; }
    .contactbnr .box2 .comment {
      padding: 5px 0;
      margin: 0 auto 12px;
      border: 1px solid #ED0003;
      font-size: 14px; }
      .contactbnr .box2 .comment br {
        display: block; } }
