@charset "UTF-8";
#main_area {
  background-color: #092C4D; }
  #main_area .img-area {
    width: 100%;
    padding: 130px 0 4vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
    background-image: url("../images/main_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay;
    /*
        &:after {
          content: '';
          background-color: rgba(#fff, 0.7);
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
        }
    */ }
    @media screen and (max-width: 768px) {
      #main_area .img-area {
        padding: 90px 0 4vw; } }
    @media screen and (max-width: 480px) {
      #main_area .img-area {
        padding: 80px 0 4vw; } }
    #main_area .img-area img {
      width: 90%; }
      @media screen and (max-width: 480px) {
        #main_area .img-area img {
          width: 94%; } }
  #main_area .info_area {
    color: #FFF;
    width: 850px;
    margin: 100px auto 0;
    padding-bottom: 100px; }
    @media screen and (max-width: 1100px) {
      #main_area .info_area {
        width: 85%;
        margin: 80px auto 0;
        padding-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      #main_area .info_area {
        width: 90%;
        margin: 40px auto 0;
        padding-bottom: 40px; } }
    #main_area .info_area h2 {
      color: #FFF;
      margin: 0 auto;
      padding: 0;
      width: 100%; }
      @media screen and (max-width: 480px) {
        #main_area .info_area h2 {
          font-size: 21px; } }
    #main_area .info_area p {
      text-align: justify;
      padding: 2em 0 0;
      font-size: 18px;
      line-height: 1.8em; }
      @media screen and (max-width: 768px) {
        #main_area .info_area p {
          padding: 1em 0 0;
          font-size: 16px;
          line-height: 1.8em; } }

.sub_h2 {
  font-size: 20px;
  font-family: 'Bebas Neue', cursive;
  color: #623004;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em; }

#inBox, #gall, #contact {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0; }
  @media screen and (max-width: 1100px) {
    #inBox, #gall, #contact {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    #inBox, #gall, #contact {
      padding: 10px 0 0;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    #inBox, #gall, #contact {
      padding: 10px 0 0;
      margin: 0 auto; } }
  #inBox .topText, #gall .topText, #contact .topText {
    display: inline-block;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8em; }
    @media screen and (max-width: 768px) {
      #inBox .topText, #gall .topText, #contact .topText {
        width: 90%;
        text-align: justify;
        font-size: 16px;
        line-height: 1.8em; } }
    #inBox .topText span, #gall .topText span, #contact .topText span {
      color: #FF0004;
      font-weight: 700; }
    #inBox .topText a, #gall .topText a, #contact .topText a {
      color: #092C4D;
      text-decoration: underline; }
  #inBox #product, #gall #product, #contact #product {
    width: 940px;
    margin: 2em auto 0; }
    @media screen and (max-width: 1100px) {
      #inBox #product, #gall #product, #contact #product {
        width: 85%; } }
    @media screen and (max-width: 768px) {
      #inBox #product, #gall #product, #contact #product {
        width: 90%;
        margin: 1em auto; } }
    #inBox #product .inner, #gall #product .inner, #contact #product .inner {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        #inBox #product .inner, #gall #product .inner, #contact #product .inner {
          margin-top: 50px; } }
      #inBox #product .inner h3, #gall #product .inner h3, #contact #product .inner h3 {
        font-size: 20px;
        font-weight: 700;
        padding: 0.5em 1.5em;
        color: #fff;
        position: relative;
        text-align: left;
        background: #623004;
        margin-bottom: 1em; }
        #inBox #product .inner h3:before, #gall #product .inner h3:before, #contact #product .inner h3:before {
          position: absolute;
          content: '';
          right: 0px;
          top: 0px;
          border: none;
          border-right: 2em solid #FFF;
          /*三角形を設定*/
          border-bottom: 2.6em solid transparent; }
        #inBox #product .inner h3::after, #gall #product .inner h3::after, #contact #product .inner h3::after {
          content: '';
          position: absolute;
          border-left: 30px double #fff;
          height: 100%;
          top: 0;
          right: 30px;
          transform: skew(38deg); }
      #inBox #product .inner div, #gall #product .inner div, #contact #product .inner div {
        text-align: justify;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #inBox #product .inner div, #gall #product .inner div, #contact #product .inner div {
            width: 100%; } }
        #inBox #product .inner div figure, #gall #product .inner div figure, #contact #product .inner div figure {
          width: 100%;
          margin-bottom: 1em; }
        #inBox #product .inner div dl, #gall #product .inner div dl, #contact #product .inner div dl {
          margin: 1em 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: calc(100% - 290px); }
          @media screen and (max-width: 768px) {
            #inBox #product .inner div dl, #gall #product .inner div dl, #contact #product .inner div dl {
              width: 100%; } }
          #inBox #product .inner div dl dt, #gall #product .inner div dl dt, #contact #product .inner div dl dt {
            padding: 5px 0;
            width: 9em; }
          #inBox #product .inner div dl dd, #gall #product .inner div dl dd, #contact #product .inner div dl dd {
            width: calc(100% - 9em);
            padding: 5px 0; }
        #inBox #product .inner div .btn_area, #gall #product .inner div .btn_area, #contact #product .inner div .btn_area {
          width: 260px;
          margin: 1em 0 0;
          text-align: center; }
          @media screen and (max-width: 768px) {
            #inBox #product .inner div .btn_area, #gall #product .inner div .btn_area, #contact #product .inner div .btn_area {
              margin: 1em auto 0; } }
          @media screen and (max-width: 480px) {
            #inBox #product .inner div .btn_area, #gall #product .inner div .btn_area, #contact #product .inner div .btn_area {
              width: 90%; } }
          #inBox #product .inner div .btn_area a, #gall #product .inner div .btn_area a, #contact #product .inner div .btn_area a {
            width: 100%;
            background-color: #092C4D;
            color: #FFF;
            border: 2px solid #092C4D;
            font-weight: 700;
            padding: 10px 0 9px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 6px;
            cursor: pointer;
            /*font-size: 1.2em;*/
            box-sizing: border-box; }
            #inBox #product .inner div .btn_area a img, #gall #product .inner div .btn_area a img, #contact #product .inner div .btn_area a img {
              width: 20px;
              margin-right: 6px; }
      #inBox #product .inner .img-border, #gall #product .inner .img-border, #contact #product .inner .img-border {
        margin: 30px 0; }
        @media screen and (max-width: 768px) {
          #inBox #product .inner .img-border, #gall #product .inner .img-border, #contact #product .inner .img-border {
            margin: 25px 0; } }
        @media screen and (max-width: 480px) {
          #inBox #product .inner .img-border, #gall #product .inner .img-border, #contact #product .inner .img-border {
            margin: 20px 0; } }
        #inBox #product .inner .img-border img, #gall #product .inner .img-border img, #contact #product .inner .img-border img {
          box-sizing: border-box; }
  #inBox #gallery, #gall #gallery, #contact #gallery {
    width: 1100px;
    margin: 2em auto 0; }
    @media screen and (max-width: 1100px) {
      #inBox #gallery, #gall #gallery, #contact #gallery {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #inBox #gallery, #gall #gallery, #contact #gallery {
        margin: 1em auto 0; } }
    #inBox #gallery .inner, #gall #gallery .inner, #contact #gallery .inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 50px 0; }
      @media screen and (max-width: 768px) {
        #inBox #gallery .inner, #gall #gallery .inner, #contact #gallery .inner {
          padding: 30px 0; } }
      #inBox #gallery .inner:last-child, #gall #gallery .inner:last-child, #contact #gallery .inner:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      #inBox #gallery .inner img, #gall #gallery .inner img, #contact #gallery .inner img {
        display: block; }
      #inBox #gallery .inner .in-box, #gall #gallery .inner .in-box, #contact #gallery .inner .in-box {
        width: 15%; }
        @media screen and (max-width: 768px) {
          #inBox #gallery .inner .in-box, #gall #gallery .inner .in-box, #contact #gallery .inner .in-box {
            width: 49%;
            margin-bottom: 20px; } }
        #inBox #gallery .inner .in-box figure, #gall #gallery .inner .in-box figure, #contact #gallery .inner .in-box figure {
          width: 100%; }
        #inBox #gallery .inner .in-box.bg-bl, #gall #gallery .inner .in-box.bg-bl, #contact #gallery .inner .in-box.bg-bl {
          background-color: #092C4D;
          /*overflow: hidden;*/
          position: relative; }
          #inBox #gallery .inner .in-box.bg-bl::before, #gall #gallery .inner .in-box.bg-bl::before, #contact #gallery .inner .in-box.bg-bl::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border-width: 20px 20px 0 0;
            border-style: solid;
            border-color: #FFF #092C4D #FFF; }
          #inBox #gallery .inner .in-box.bg-bl::after, #gall #gallery .inner .in-box.bg-bl::after, #contact #gallery .inner .in-box.bg-bl::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            border-width: 20px 20px 0 0;
            border-style: solid;
            border-color: #092C4D #FFF #092C4D; }
        #inBox #gallery .inner .in-box.bg-brn, #gall #gallery .inner .in-box.bg-brn, #contact #gallery .inner .in-box.bg-brn {
          background-color: #623004;
          /*overflow: hidden;*/
          position: relative; }
          #inBox #gallery .inner .in-box.bg-brn::before, #gall #gallery .inner .in-box.bg-brn::before, #contact #gallery .inner .in-box.bg-brn::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border-width: 20px 20px 0 0;
            border-style: solid;
            border-color: #FFF #623004 #FFF; }
          #inBox #gallery .inner .in-box.bg-brn::after, #gall #gallery .inner .in-box.bg-brn::after, #contact #gallery .inner .in-box.bg-brn::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            border-width: 20px 20px 0 0;
            border-style: solid;
            border-color: #623004 #FFF #623004; }
        #inBox #gallery .inner .in-box .arrow, #gall #gallery .inner .in-box .arrow, #contact #gallery .inner .in-box .arrow {
          position: absolute;
          top: 100px;
          right: -30px;
          width: 40px;
          z-index: 1; }
          @media screen and (max-width: 1100px) {
            #inBox #gallery .inner .in-box .arrow, #gall #gallery .inner .in-box .arrow, #contact #gallery .inner .in-box .arrow {
              top: 8.5vw;
              right: -2.8vw; } }
          @media screen and (max-width: 768px) {
            #inBox #gallery .inner .in-box .arrow, #gall #gallery .inner .in-box .arrow, #contact #gallery .inner .in-box .arrow {
              top: 33%;
              right: -9%; } }
        #inBox #gallery .inner .in-box h3, #gall #gallery .inner .in-box h3, #contact #gallery .inner .in-box h3 {
          padding: 12px 10px;
          text-align: center;
          font-weight: 700;
          font-size: 1.8rem;
          color: #FFF; }
        #inBox #gallery .inner .in-box p, #gall #gallery .inner .in-box p, #contact #gallery .inner .in-box p {
          padding: 1em;
          color: #FFF;
          text-align: justify;
          font-size: 1.5rem;
          line-height: 1.8em; }
        #inBox #gallery .inner .in-box .title, #gall #gallery .inner .in-box .title, #contact #gallery .inner .in-box .title {
          font-size: 24px;
          font-weight: 700;
          margin: 1em 0; }
          @media screen and (max-width: 768px) {
            #inBox #gallery .inner .in-box .title, #gall #gallery .inner .in-box .title, #contact #gallery .inner .in-box .title {
              font-size: 22px; } }
          @media screen and (max-width: 480px) {
            #inBox #gallery .inner .in-box .title, #gall #gallery .inner .in-box .title, #contact #gallery .inner .in-box .title {
              font-size: 20px; } }
  #inBox .btn, #gall .btn, #contact .btn {
    width: 300px;
    margin: 2em auto 0; }
    #inBox .btn a, #gall .btn a, #contact .btn a {
      display: inline-block;
      padding: 15px 0;
      width: 100%;
      background-color: #FFF;
      color: #111;
      font-weight: 700;
      font-size: 18px;
      border-radius: 6px;
      background-position: right 1em center;
      background-image: url("../images/arrow.svg");
      background-size: 15px;
      background-repeat: no-repeat; }
  #inBox .sub-title, #gall .sub-title, #contact .sub-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #623004;
    text-align: center;
    margin: 1em auto; }
    @media screen and (max-width: 768px) {
      #inBox .sub-title, #gall .sub-title, #contact .sub-title {
        font-size: 2.4rem;
        width: 90%;
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      #inBox .sub-title, #gall .sub-title, #contact .sub-title {
        font-size: 2.2rem; } }
    #inBox .sub-title .text, #gall .sub-title .text, #contact .sub-title .text {
      display: inline-block;
      background-image: url("../images/flow-img-l.jpg"), url("../images/flow-img-r.jpg");
      background-size: 50px,50px;
      background-repeat: no-repeat;
      background-position: left center,right center;
      padding: 20px 60px;
      word-break: keep-all;
      overflow-wrap: anywhere; }
    #inBox .sub-title .sub-text, #gall .sub-title .sub-text, #contact .sub-title .sub-text {
      font-size: 1.6rem;
      text-align: justify;
      width: 100%;
      max-width: 600px;
      margin: 1em auto 0;
      font-weight: normal;
      color: #222; }
      @media screen and (max-width: 768px) {
        #inBox .sub-title .sub-text, #gall .sub-title .sub-text, #contact .sub-title .sub-text {
          font-size: 1.6rem; } }
      @media screen and (max-width: 480px) {
        #inBox .sub-title .sub-text, #gall .sub-title .sub-text, #contact .sub-title .sub-text {
          font-size: 1.4rem; } }
  #inBox .conBtn, #gall .conBtn, #contact .conBtn {
    padding: 2em 0 1em; }
  #inBox input, #gall input, #contact input {
    height: 45px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #CCC;
    padding: 3px 10px;
    box-sizing: border-box; }
  #inBox label, #gall label, #contact label {
    cursor: pointer; }
    #inBox label input, #gall label input, #contact label input {
      transform: scale(1.3);
      vertical-align: inherit;
      margin-right: 10px;
      margin-bottom: 20px;
      box-sizing: border-box;
      height: auto; }
  #inBox .radio-btn input, #gall .radio-btn input, #contact .radio-btn input {
    height: auto; }
    #inBox .radio-btn input.text-box, #gall .radio-btn input.text-box, #contact .radio-btn input.text-box {
      height: 40px;
      font-size: 14px; }
      #inBox .radio-btn input.text-box::placeholder, #gall .radio-btn input.text-box::placeholder, #contact .radio-btn input.text-box::placeholder {
        font-size: 12px;
        color: #CCC; }
  #inBox input.box30, #gall input.box30, #contact input.box30 {
    width: 30%;
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      #inBox input.box30, #gall input.box30, #contact input.box30 {
        width: 50%; } }
  #inBox input.box100, #gall input.box100, #contact input.box100 {
    width: 100%; }
  #inBox textarea, #gall textarea, #contact textarea {
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #CCC;
    padding: 3px 10px;
    box-sizing: border-box;
    width: 100%; }
  #inBox select, #gall select, #contact select {
    height: 40px; }
  #inBox input, #inBox select, #gall input, #gall select, #contact input, #contact select {
    vertical-align: middle; }
  #inBox .boxW100 input, #inBox .boxW100 textarea, #gall .boxW100 input, #gall .boxW100 textarea, #contact .boxW100 input, #contact .boxW100 textarea {
    width: 100%;
    box-sizing: border-box; }
  #inBox .boxW49, #gall .boxW49, #contact .boxW49 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #inBox .boxW49 input, #gall .boxW49 input, #contact .boxW49 input {
    width: 49%;
    box-sizing: border-box; }
  #inBox .boxW50 input, #gall .boxW50 input, #contact .boxW50 input {
    width: 49%;
    box-sizing: border-box; }
  #inBox .must, #gall .must, #contact .must {
    display: inline-block;
    background-color: #E73F3F;
    font-size: 10px;
    line-height: 1.5em;
    color: #FFF;
    border-radius: 4px;
    margin: 0 0 0 10px;
    padding: 2px 5px;
    position: absolute;
    right: 2em;
    top: 25px; }
    @media screen and (max-width: 768px) {
      #inBox .must, #gall .must, #contact .must {
        right: 0;
        top: 18px; } }
  #inBox #image-btn, #gall #image-btn, #contact #image-btn {
    margin-bottom: 30px; }
    #inBox #image-btn input, #gall #image-btn input, #contact #image-btn input {
      width: 360px;
      height: auto;
      margin: 1em 0;
      font-weight: 700;
      padding: 0.6em 0;
      display: inline-block;
      background-color: #FEE000;
      color: #111;
      border: 2px solid #111;
      cursor: pointer;
      font-size: 1.2em;
      height: auto;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #inBox #image-btn input, #gall #image-btn input, #contact #image-btn input {
          font-size: 1.0em; } }
      @media screen and (max-width: 480px) {
        #inBox #image-btn input, #gall #image-btn input, #contact #image-btn input {
          width: 260px; } }
  #inBox .formBtn, #gall .formBtn, #contact .formBtn {
    width: auto;
    margin-top: 2em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; }
    @media screen and (max-width: 768px) {
      #inBox .formBtn, #gall .formBtn, #contact .formBtn {
        margin-top: 1em; } }
    #inBox .formBtn input, #gall .formBtn input, #contact .formBtn input {
      width: 360px;
      height: auto;
      margin: 0 1em;
      font-weight: 700;
      padding: 0.6em 0;
      display: inline-block;
      background-color: #FEE000;
      color: #111;
      border: 2px solid #111;
      cursor: pointer;
      font-size: 1.2em;
      height: auto;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #inBox .formBtn input, #gall .formBtn input, #contact .formBtn input {
          margin: 0 0.5em;
          font-size: 1.0em; } }
      @media screen and (max-width: 480px) {
        #inBox .formBtn input, #gall .formBtn input, #contact .formBtn input {
          width: 260px; } }
  #inBox ::placeholder, #gall ::placeholder, #contact ::placeholder {
    color: #CCC; }

#contact dl {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto 2em;
  text-align: left;
  box-sizing: border-box;
  background-color: #FFF;
  /*padding: 2.5em;*/
  border-radius: 6px;
  /*box-shadow: 0 0 10px #BBB;*/ }
  @media screen and (max-width: 1100px) {
    #contact dl {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    #contact dl {
      padding: 2em 2em; } }
  @media screen and (max-width: 480px) {
    #contact dl {
      padding: 1.5em 1.5em 2em;
      margin: 1.5em auto 0;
      box-shadow: 0 0 7px #C7C7C7; } }
  #contact dl dt {
    width: 25%;
    padding: 1em 0;
    position: relative; }
  #contact dl dd {
    width: 75%;
    padding: 1em 0; }
  @media screen and (max-width: 1100px) {
    #contact dl dt {
      width: 35%; }
    #contact dl dd {
      width: 65%; } }
  @media screen and (max-width: 768px) {
    #contact dl {
      margin-bottom: 0; }
      #contact dl dt {
        width: 100%;
        padding: 1em 0 0.5em; }
      #contact dl dd {
        width: 100%;
        padding: 0 0 1em; } }

#about {
  margin-bottom: 4em;
  padding: 10px 0 0; }
  @media screen and (max-width: 480px) {
    #about {
      margin-bottom: 2em; } }
  #about .imgA {
    width: 1200px;
    margin: 0 auto 80px; }
    @media screen and (max-width: 1100px) {
      #about .imgA {
        width: 90%; } }
    @media screen and (max-width: 768px) {
      #about .imgA {
        margin: 0 auto 60px; } }
    @media screen and (max-width: 480px) {
      #about .imgA {
        margin: 0 auto 50px; } }
  #about dl {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: #eee 1px solid;
    border-right: #eee 1px solid;
    text-align: justify; }
    @media screen and (max-width: 1100px) {
      #about dl {
        width: 90%; } }
    #about dl dt {
      font-weight: 700;
      width: 25%;
      padding: 1.0em 1.5em;
      border-top: #eee 1px solid;
      border-left: #eee 1px solid;
      background-color: #f8f8f8;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #about dl dt {
          width: 100%;
          padding: 1.0em 1.0em; } }
    #about dl dd {
      width: 75%;
      padding: 1.0em 1.5em;
      border-top: #eee 1px solid;
      border-left: #eee 1px solid;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #about dl dd {
          width: 100%;
          padding: 1.0em 1.0em; } }

#logoArea {
  margin: 20px 0 50px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    #logoArea {
      margin: 10px 0 30px; } }
  #logoArea figure {
    width: 320px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #logoArea figure {
        width: 240px; } }
    @media screen and (max-width: 480px) {
      #logoArea figure {
        width: 180px; } }

.conBtn {
  text-align: center;
  padding: 3em 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .conBtn {
      padding: 1.5em 0; } }
  .conBtn .btnArea {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #FFF; }
    @media screen and (max-width: 1100px) {
      .conBtn .btnArea {
        width: 90%; } }
    .conBtn .btnArea a {
      width: 48%;
      padding: 0.8em;
      box-sizing: border-box;
      background-color: #07328B;
      color: #FFF;
      border-radius: 8px;
      display: inline-block;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      -webkit-tap-highlight-color: transparent;
      transition: .3s ease-out; }
      @media screen and (max-width: 768px) {
        .conBtn .btnArea a {
          width: 80%;
          margin: 0 auto 1.0em; } }
      @media screen and (max-width: 480px) {
        .conBtn .btnArea a {
          width: 100%;
          margin: 0 auto 0.7em; } }
      .conBtn .btnArea a:hover {
        cursor: pointer;
        text-decoration: none;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2); }
    .conBtn .btnArea .tel {
      font-size: 1.2em;
      line-height: 1.6em; }
      .conBtn .btnArea .tel i {
        margin-right: 10px; }
      .conBtn .btnArea .tel .number {
        font-size: 1.8em;
        line-height: 1.2em;
        font-weight: 900;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        .conBtn .btnArea .tel .number figure {
          width: 50px;
          margin-right: 10px; }
          .conBtn .btnArea .tel .number figure img {
            display: block; }
      .conBtn .btnArea .tel .time {
        color: #FFF;
        font-size: 0.8em;
        line-height: 1.0em; }
  .conBtn .text {
    margin-bottom: 1em; }

.youtube {
  width: 100%;
  margin: 0 auto 0;
  background: linear-gradient(180deg, #092C4D 0%, #092C4D 50%, #FFF 50%, #FFF 100%); }
  .youtube .youtube-box {
    width: 850px;
    margin: 0 auto; }
    @media screen and (max-width: 1100px) {
      .youtube .youtube-box {
        width: 90%; } }
    .youtube .youtube-box div {
      position: relative;
      padding-bottom: 56.25%;
      /*アスペクト比 16:9の場合の縦幅*/
      height: 0;
      overflow: hidden; }
      .youtube .youtube-box div iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.text {
  word-break: keep-all;
  overflow-wrap: anywhere; }

/*slider*/
.content_area {
  max-width: 1200px;
  width: 94%;
  padding: 0;
  margin: 60px auto; }
  @media screen and (max-width: 480px) {
    .content_area {
      padding: 0 0px;
      margin: 40px auto; } }
  .content_area .slick-item figure {
    margin: 5px; }
    @media screen and (max-width: 480px) {
      .content_area .slick-item figure {
        margin: 3px; } }
  .content_area .slick-item p {
    font-size: 18px;
    line-height: 100px;
    text-align: center;
    margin: 10px;
    padding: 2%;
    background: white;
    position: relative; }
    @media screen and (max-width: 480px) {
      .content_area .slick-item p {
        font-size: 15px;
        line-height: 80px;
        margin: 5px;
        padding: 1.5%; } }
  .content_area .arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px 0 0;
    position: relative; }
    @media screen and (max-width: 480px) {
      .content_area .arrow_box {
        margin: 3px 0 0; } }
  .content_area .prev-arrow, .content_area .next-arrow {
    display: block;
    width: 26px;
    height: 26px;
    background: #0c358e;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 480px) {
      .content_area .prev-arrow, .content_area .next-arrow {
        width: 20px;
        height: 20px; } }
    .content_area .prev-arrow::before, .content_area .next-arrow::before {
      position: absolute;
      content: "";
      width: 7px;
      height: 7px;
      border-right: 2px solid #FFF;
      border-top: 2px solid #FFF;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transform: rotate(45deg); }
      @media screen and (max-width: 480px) {
        .content_area .prev-arrow::before, .content_area .next-arrow::before {
          width: 6px;
          height: 6px; } }
  .content_area .prev-arrow {
    transform: rotate(180deg);
    margin-right: 10px; }
