@charset "UTF-8";
/*Sass*/
/*全体*/
html {
  font-size: 62.5%; }

body {
  line-height: 1.7;
  letter-spacing: 0.07em;
  font-family: 'Meiryo', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  font-size: 16px; }

a {
  text-decoration: none; }

img {
  width: 100%; }

/*ヘッダー*/
.logo {
  padding: 22px 3%;
  width: 20%; }
  @media (max-width: 750px) {
    .logo {
      width: 156px; } }
  @media (max-width: 450px) {
    .logo {
      width: 120px; } }

.mv {
  position: relative; }
  .mv .mv_pc {
    display: block; }
    @media (max-width: 750px) {
      .mv .mv_pc {
        display: none; } }
  .mv .mv_sp {
    display: none; }
    @media (max-width: 750px) {
      .mv .mv_sp {
        display: block; } }

.mv_catch {
  color: #000;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media (max-width: 750px) {
    .mv_catch {
      left: 1vw;
      transform: none;
      top: auto;
      bottom: 37vw; } }
  @media (max-width: 550px) {
    .mv_catch {
      bottom: 36vw; } }
  @media (max-width: 450px) {
    .mv_catch {
      bottom: 34.5vw; } }
  @media (max-width: 350px) {
    .mv_catch {
      bottom: 39vw; } }
  .mv_catch h2 {
    font-size: 4vw;
    margin-bottom: 14%; }
    @media (max-width: 1150px) {
      .mv_catch h2 {
        margin-bottom: 10%; } }
    @media (max-width: 750px) {
      .mv_catch h2 {
        margin-bottom: 4vw;
        font-size: 6.13333vw; } }
    @media (max-width: 450px) {
      .mv_catch h2 {
        font-size: 6vw; } }
    @media (max-width: 750px) {
      .mv_catch h2 br {
        display: none; } }
    .mv_catch h2 span {
      display: inline-block;
      background-color: #fff;
      padding: 10px 10px 6px 10px;
      box-shadow: 10px 10px 0 #E40012;
      letter-spacing: 0; }
      @media (max-width: 750px) {
        .mv_catch h2 span {
          padding: 10px 8px 6px 8px; } }
      @media (max-width: 550px) {
        .mv_catch h2 span {
          padding: 10px 7px 6px 7px; } }
      @media (max-width: 350px) {
        .mv_catch h2 span {
          padding: 10px 6px 6px 6px; } }
      .mv_catch h2 span:first-child {
        margin-bottom: 3rem; }
        @media (max-width: 1150px) {
          .mv_catch h2 span:first-child {
            margin-bottom: 4%; } }
        @media (max-width: 750px) {
          .mv_catch h2 span:first-child {
            margin-bottom: 3%;
            padding-right: 0;
            letter-spacing: 0; } }
      @media (max-width: 750px) {
        .mv_catch h2 span:last-child {
          padding-left: 0; } }
  .mv_catch p {
    font-size: 3.4vw; }
    @media (max-width: 750px) {
      .mv_catch p {
        font-size: 5.06666vw; } }
    .mv_catch p span {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 10px 10px 6px 10px; }
      .mv_catch p span:first-child {
        margin-bottom: 3rem; }
        @media (max-width: 1150px) {
          .mv_catch p span:first-child {
            margin-bottom: 4%; } }
        @media (max-width: 750px) {
          .mv_catch p span:first-child {
            margin-bottom: 1%; } }

.mv_note {
  position: absolute;
  bottom: 2rem;
  left: 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 1.4vw; }
  @media (max-width: 750px) {
    .mv_note {
      left: 1vw;
      width: 98vw;
      font-size: 2.66666vw; } }

.mv_button {
  background-color: #011C2F;
  color: #fff;
  text-align: center;
  padding: 2.5em 0;
  position: unset;
  top: 0;
  z-index: 10; }
  @media (max-width: 750px) {
    .mv_button {
      position: sticky;
      padding: 1.2em 0; } }
  .mv_button .kifu_button {
    margin-bottom: 40px; }
    @media (max-width: 700px) {
      .mv_button .kifu_button {
        margin-bottom: 20px; } }
    .mv_button .kifu_button button {
      border-radius: 45px;
      height: 50px;
      width: 40%;
      max-width: 480px;
      font-size: 2.4rem;
      font-weight: bold;
      position: relative;
      border: 3px solid #E60012;
      height: 80px; }
      @media (max-width: 1150px) {
        .mv_button .kifu_button button {
          font-size: 2rem; } }
      @media (max-width: 750px) {
        .mv_button .kifu_button button {
          font-size: 2.6rem;
          width: 47%;
          font-size: 3.46666vw;
          height: 50px; } }
      .mv_button .kifu_button button:first-child {
        color: #fff;
        background-color: #E60012;
        margin-right: 66px;
        transition: .3s; }
        @media (max-width: 750px) {
          .mv_button .kifu_button button:first-child {
            margin-right: 1%; } }
        .mv_button .kifu_button button:first-child:hover {
          color: #E60012;
          background-color: #fff; }
          .mv_button .kifu_button button:first-child:hover:after {
            border-top: 3px solid #E60012;
            border-right: 3px solid #E60012; }
        .mv_button .kifu_button button:first-child:after {
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 35px;
          width: 15px;
          height: 15px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg); }
          @media (max-width: 750px) {
            .mv_button .kifu_button button:first-child:after {
              right: 3.0666vw;
              width: 2vw;
              height: 2vw;
              border-top: 0.4vw solid #fff;
              border-right: 0.4vw solid #fff; } }
      .mv_button .kifu_button button:last-child {
        color: #E60012;
        background-color: #fff;
        transition: .3s; }
        .mv_button .kifu_button button:last-child:hover {
          color: #fff;
          background-color: #E60012; }
          .mv_button .kifu_button button:last-child:hover:after {
            border-top: 3px solid #fff;
            border-right: 3px solid #fff; }
        .mv_button .kifu_button button:last-child:after {
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 35px;
          width: 15px;
          height: 15px;
          border-top: 3px solid #E60012;
          border-right: 3px solid #E60012;
          transform: rotate(45deg); }
          @media (max-width: 750px) {
            .mv_button .kifu_button button:last-child:after {
              right: 3.0666vw;
              width: 2vw;
              height: 2vw;
              border-top: 0.4vw solid #E60012;
              border-right: 0.4vw solid #E60012; } }
  .mv_button p {
    width: 95%;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .mv_button p {
        font-size: 2.66666vw; } }

@media (max-width: 750px) {
  .mv_button_scroll {
    padding: 2vw 0px !important;
    transition: .3s; } }

@media (max-width: 750px) {
  .mv_button_kifu_active2 {
    margin-bottom: 12px !important; } }

/*セクション*/
.wrapper {
  max-width: 1060px;
  margin: auto;
  width: 90%; }

.second_section {
  background-color: #E9E8E8;
  padding: 90px 0; }
  @media (max-width: 750px) {
    .second_section {
      padding: 10% 0; } }
  .second_section h2 span {
    font-size: 3.2rem;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    box-shadow: 10px 10px 0 #E40012;
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .second_section h2 span {
        font-size: 2.8rem; } }
    @media (max-width: 750px) {
      .second_section h2 span {
        font-size: 4.2rem; } }
    @media (max-width: 700px) {
      .second_section h2 span {
        font-size: 3.3rem; } }
    @media (max-width: 550px) {
      .second_section h2 span {
        font-size: 2.7rem; } }
    @media (max-width: 450px) {
      .second_section h2 span {
        font-size: 1.8rem; } }
    .second_section h2 span:last-child {
      margin-bottom: 50px; }
  .second_section h2 .span_odd {
    padding-right: 0; }
    @media (max-width: 750px) {
      .second_section h2 .span_odd {
        padding-right: 10px; } }
  .second_section h2 .span_even {
    padding-left: 0; }
    @media (max-width: 750px) {
      .second_section h2 .span_even {
        padding-left: 10px; } }
  .second_section .second_flex {
    display: flex; }
    @media (max-width: 750px) {
      .second_section .second_flex {
        flex-direction: column; } }
    .second_section .second_flex .second_text {
      width: 54%;
      margin-right: 5%; }
      @media (max-width: 750px) {
        .second_section .second_flex .second_text {
          width: 100%;
          margin-right: 0;
          margin-bottom: 50px; } }
      .second_section .second_flex .second_text p {
        margin-bottom: 1.5em; }
        .second_section .second_flex .second_text p small {
          font-size: 1.4rem; }
        .second_section .second_flex .second_text p:last-child {
          margin-bottom: 0; }
        .second_section .second_flex .second_text p.emphasis {
          font-size: 1.5em;
          font-weight: bold;
          margin-bottom: 1em; }
      .second_section .second_flex .second_text span {
        font-weight: bold;
        background: linear-gradient(transparent 50%, #F2CD54 50%); }
  .second_section .second_br {
    display: none; }
    @media (max-width: 750px) {
      .second_section .second_br {
        display: block; } }

.ryuu_section {
  padding: 100px 0 0; }
  @media (max-width: 750px) {
    .ryuu_section {
      padding: 10% 0 0; } }
  .ryuu_section .riyuu_title_class {
    width: 100%;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 50px;
    border-bottom: 3px solid #E60012;
    position: relative; }
    .ryuu_section .riyuu_title_class:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -3px;
      width: 80%;
      border-bottom: 3px solid #D5D5D5; }
    @media (max-width: 750px) {
      .ryuu_section .riyuu_title_class {
        font-size: 3.4rem; } }
    @media (max-width: 550px) {
      .ryuu_section .riyuu_title_class {
        font-size: 2.2rem; } }
    @media (max-width: 450px) {
      .ryuu_section .riyuu_title_class {
        font-size: 1.9rem; } }
  .ryuu_section .riyuu_img {
    margin-bottom: 50px; }
  .ryuu_section .riyuu_text {
    margin-bottom: 100px; }
    @media (max-width: 750px) {
      .ryuu_section .riyuu_text {
        font-size: 3rem;
        margin-bottom: 15%; } }
    @media (max-width: 550px) {
      .ryuu_section .riyuu_text {
        font-size: 2.4rem; } }
    @media (max-width: 450px) {
      .ryuu_section .riyuu_text {
        font-size: 1.8rem; } }
    .ryuu_section .riyuu_text p {
      margin-bottom: 30px; }
      .ryuu_section .riyuu_text p:last-child {
        margin-bottom: 0; }
      .ryuu_section .riyuu_text p small {
        font-size: 1.4rem; }
    .ryuu_section .riyuu_text span {
      font-weight: bold;
      background: linear-gradient(transparent 50%, #F2CD54 50%); }

.shien_section {
  background-color: #F7F4EE;
  padding: 100px 0; }
  @media (max-width: 750px) {
    .shien_section {
      padding: 10% 0; } }
  .shien_section .shien_catch {
    color: #E60012;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px; }
    @media (max-width: 750px) {
      .shien_section .shien_catch {
        font-size: 3rem; } }
    @media (max-width: 550px) {
      .shien_section .shien_catch {
        font-size: 2.4rem; } }
    @media (max-width: 450px) {
      .shien_section .shien_catch {
        font-size: 2.2rem;
        letter-spacing: normal; } }
  .shien_section h2 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 750px) {
      .shien_section h2 {
        font-size: 5.6vw; } }
    @media (max-width: 550px) {
      .shien_section h2 {
        margin-bottom: 10%; } }
    .shien_section h2 span {
      background-color: #fff; }
      .shien_section h2 span:first-child {
        padding-left: 5px; }
        @media (max-width: 750px) {
          .shien_section h2 span:first-child {
            padding-right: 5px; } }
      .shien_section h2 span:last-child {
        padding-right: 5px; }
        @media (max-width: 550px) {
          .shien_section h2 span:last-child {
            padding-left: 5px; } }
    @media (max-width: 750px) {
      .shien_section h2 .shien_section_h2_span2 {
        padding-left: 5px; } }
    @media (max-width: 550px) {
      .shien_section h2 .shien_section_h2_span2 {
        padding-right: 5px; } }
    .shien_section h2 br {
      display: none; }
      @media (max-width: 750px) {
        .shien_section h2 br {
          display: block; } }
    .shien_section h2 .shien_h2_br {
      display: none; }
  .shien_section .shien_note {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 750px) {
      .shien_section .shien_note {
        font-size: 4.18215vw; } }
    @media (max-width: 350px) {
      .shien_section .shien_note {
        font-size: 4.1vw; } }
    .shien_section .shien_note br {
      display: none; }
      @media (max-width: 750px) {
        .shien_section .shien_note br {
          display: block; } }
  .shien_section .shien_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 5vw;
    margin-left: 40px; }
    @media (max-width: 750px) {
      .shien_section .shien_content {
        flex-direction: column-reverse;
        margin-left: 0;
        padding: 4vw; } }
    .shien_section .shien_content .shien_img {
      padding-right: 50px; }
      .shien_section .shien_content .shien_img.shien_img_even {
        padding-right: 0;
        padding-left: 50px; }
        @media (max-width: 750px) {
          .shien_section .shien_content .shien_img.shien_img_even {
            padding: 0; } }
      @media (max-width: 750px) {
        .shien_section .shien_content .shien_img {
          padding: 0; } }
    .shien_section .shien_content .shien_text {
      width: 60%; }
      @media (max-width: 750px) {
        .shien_section .shien_content .shien_text {
          width: 100%;
          margin-bottom: 8.44%; } }
      .shien_section .shien_content .shien_text h3 {
        font-size: 1.756952vw;
        border-bottom: 1px solid #707070;
        font-weight: bold;
        margin-bottom: 20px; }
        @media (min-width: 1400px) {
          .shien_section .shien_content .shien_text h3 {
            font-size: 1.5vw; } }
        @media (min-width: 1600px) {
          .shien_section .shien_content .shien_text h3 {
            font-size: 1.1vw; } }
        @media (max-width: 750px) {
          .shien_section .shien_content .shien_text h3 {
            margin-bottom: 40px;
            font-size: 5.06666vw; } }
        @media (max-width: 600px) {
          .shien_section .shien_content .shien_text h3 {
            font-size: 4.9vw; } }
      @media (max-width: 750px) {
        .shien_section .shien_content .shien_text p {
          font-size: 3rem; } }
      @media (max-width: 550px) {
        .shien_section .shien_content .shien_text p {
          font-size: 2.4rem; } }
      @media (max-width: 450px) {
        .shien_section .shien_content .shien_text p {
          font-size: 1.8rem; } }
    .shien_section .shien_content:nth-child(2) {
      margin-right: 40px;
      margin-left: 0; }
      @media (max-width: 750px) {
        .shien_section .shien_content:nth-child(2) {
          flex-direction: column;
          margin-right: 0; } }

.kifu_section {
  display: flex; }
  @media (max-width: 750px) {
    .kifu_section {
      flex-direction: column; } }
  .kifu_section .kifu_img {
    width: 50%;
    background-image: url(img/kifu_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 750px) {
      .kifu_section .kifu_img {
        width: 100%;
        height: 60vw; } }
    .kifu_section .kifu_img img {
      height: 100%;
      object-fit: cover;
      display: block; }
  .kifu_section .kifu_text {
    background-color: #F2CD54;
    padding: 40px 5%;
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 750px) {
      .kifu_section .kifu_text {
        width: 100%; } }
    .kifu_section .kifu_text .kifu_text_title {
      font-size: 3.6rem;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: left; }
      @media (max-width: 1150px) {
        .kifu_section .kifu_text .kifu_text_title {
          font-size: 3.0rem; } }
      @media (max-width: 1024px) {
        .kifu_section .kifu_text .kifu_text_title {
          font-size: 2.3rem; } }
      @media (max-width: 750px) {
        .kifu_section .kifu_text .kifu_text_title {
          font-size: 6.4vw; } }
      .kifu_section .kifu_text .kifu_text_title .kifu_text_title_first {
        background-color: #fff;
        margin-bottom: 10px;
        padding: 0 1px; }
      .kifu_section .kifu_text .kifu_text_title .red {
        color: #E60012; }
      .kifu_section .kifu_text .kifu_text_title .kifu_text_title_second {
        background-color: #fff;
        padding: 0 1px; }
    .kifu_section .kifu_text .kifu_text_note {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 750px) {
        .kifu_section .kifu_text .kifu_text_note {
          font-size: 3.866666vw; } }
    .kifu_section .kifu_text button {
      border-radius: 45px;
      height: 80px;
      width: 100%;
      font-size: 2.4rem;
      font-weight: bold;
      color: #fff;
      position: relative;
      background-color: #E60012;
      display: block;
      margin: 0 auto 20px;
      transition: .3s;
      border: 3px solid #E60012; }
      @media (max-width: 1150px) {
        .kifu_section .kifu_text button {
          font-size: 2rem; } }
      @media (max-width: 750px) {
        .kifu_section .kifu_text button {
          font-size: 3.2rem;
          height: 13.334vw; } }
      @media (max-width: 550px) {
        .kifu_section .kifu_text button {
          font-size: 2.6rem;
          height: 70px; } }
      @media (max-width: 450px) {
        .kifu_section .kifu_text button {
          font-size: 2rem; } }
      .kifu_section .kifu_text button:hover {
        color: #E60012;
        background-color: #fff; }
        .kifu_section .kifu_text button:hover:after {
          border-top: 3px solid #E60012;
          border-right: 3px solid #E60012; }
      .kifu_section .kifu_text button:after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 35px;
        width: 15px;
        height: 15px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg); }
    .kifu_section .kifu_text .kifu_text_link {
      text-align: center;
      margin-bottom: 20px; }
      .kifu_section .kifu_text .kifu_text_link a {
        color: #E60012;
        font-size: 2.2rem;
        font-weight: bold;
        border-bottom: 2px solid #E60012; }
        @media (max-width: 750px) {
          .kifu_section .kifu_text .kifu_text_link a {
            font-size: 2.8rem; } }
        @media (max-width: 550px) {
          .kifu_section .kifu_text .kifu_text_link a {
            font-size: 2.2rem; } }
        @media (max-width: 450px) {
          .kifu_section .kifu_text .kifu_text_link a {
            font-size: 1.6rem; } }
        .kifu_section .kifu_text .kifu_text_link a:hover {
          border-bottom: none; }
    .kifu_section .kifu_text .kifu_text_note2 {
      text-align: center; }
      @media (max-width: 750px) {
        .kifu_section .kifu_text .kifu_text_note2 {
          font-size: 2rem; } }
      @media (max-width: 550px) {
        .kifu_section .kifu_text .kifu_text_note2 {
          font-size: 1.4rem; } }

.can_section {
  padding: 100px 0; }
  @media (max-width: 750px) {
    .can_section {
      padding: 10% 0; } }
  .can_section .can_note {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 750px) {
      .can_section .can_note {
        font-size: 4.18215vw; } }
    @media (max-width: 350px) {
      .can_section .can_note {
        font-size: 4.1vw; } }
  .can_section .can_contents {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 750px) {
      .can_section .can_contents {
        flex-direction: column; } }
    .can_section .can_contents .can_item {
      border-radius: 20px;
      box-shadow: 0px 3px 6px #ccc;
      width: 30%;
      margin-right: 5%; }
      @media (max-width: 750px) {
        .can_section .can_contents .can_item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 70px; } }
      .can_section .can_contents .can_item:last-child {
        margin-right: 0; }
        @media (max-width: 750px) {
          .can_section .can_contents .can_item:last-child {
            margin-bottom: 0; } }
      .can_section .can_contents .can_item img {
        border-radius: 20px 20px 0 0; }
      .can_section .can_contents .can_item .can_text {
        padding: 20px 15px; }
        @media (max-width: 750px) {
          .can_section .can_contents .can_item .can_text {
            font-size: 3rem; } }
        @media (max-width: 550px) {
          .can_section .can_contents .can_item .can_text {
            font-size: 2.4rem; } }
        @media (max-width: 450px) {
          .can_section .can_contents .can_item .can_text {
            font-size: 1.8rem; } }
        .can_section .can_contents .can_item .can_text small {
          font-size: 1.2rem; }
    .can_section .can_contents .can_price {
      font-size: 2rem;
      font-weight: bold;
      background-color: #FCE8E8;
      position: relative;
      text-align: center;
      padding: 7px 0; }
      @media (max-width: 1024px) {
        .can_section .can_contents .can_price {
          font-size: 1.4rem; } }
      @media (max-width: 750px) {
        .can_section .can_contents .can_price {
          font-size: 5.06666vw; } }
      .can_section .can_contents .can_price:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -30px;
        left: 0;
        border-style: solid;
        border-color: #FCE8E8 transparent transparent transparent;
        z-index: 1; }
      .can_section .can_contents .can_price span {
        color: #E40012; }
      .can_section .can_contents .can_price .can_price_big {
        font-size: 3rem; }
        @media (max-width: 1150px) {
          .can_section .can_contents .can_price .can_price_big {
            font-size: 1.8rem; } }
        @media (max-width: 750px) {
          .can_section .can_contents .can_price .can_price_big {
            font-size: 8vw; } }

.triangle {
  width: 100%;
  height: auto;
  border-top: 15px solid #FCE8E8;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent; }
  @media (max-width: 1150px) {
    .triangle {
      border-right: 12vw solid transparent;
      border-left: 12vw solid transparent; } }
  @media (max-width: 750px) {
    .triangle {
      border-top: 2vh solid #FCE8E8;
      border-right: 44vw solid transparent;
      border-left: 44vw solid transparent; } }

.can_message_h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 750px) {
    .can_message_h2 {
      margin-bottom: 60px;
      font-size: 5.6vw; } }
  .can_message_h2 br {
    display: none; }
    @media (max-width: 750px) {
      .can_message_h2 br {
        display: block; } }
  .can_message_h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 165px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #E40012; }

.message_section {
  background-color: #F7F4EE;
  padding: 100px 0; }
  @media (max-width: 750px) {
    .message_section {
      padding: 10% 0; } }
  .message_section .message_contents {
    display: flex; }
    @media (max-width: 750px) {
      .message_section .message_contents {
        flex-direction: column; } }
    .message_section .message_contents .message_item {
      background-color: #fff;
      padding: 30px;
      width: 100%;
      margin-right: 5%; }
      @media (max-width: 750px) {
        .message_section .message_contents .message_item {
          margin-right: 0;
          margin-bottom: 50px; } }
      .message_section .message_contents .message_item:last-child {
        margin-right: 0; }
        @media (max-width: 750px) {
          .message_section .message_contents .message_item:last-child {
            margin-bottom: 0px; } }
    .message_section .message_contents .message_img {
      width: 65%;
      margin: 0 auto 30px; }
      .message_section .message_contents .message_img img {
        height: 150px;
        object-fit: contain; }
        @media (max-width: 750px) {
          .message_section .message_contents .message_img img {
            height: 320px; } }
        @media (max-width: 450px) {
          .message_section .message_contents .message_img img {
            height: 200px; } }
    .message_section .message_contents .message_name {
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 750px) {
        .message_section .message_contents .message_name {
          font-size: 3.4rem; } }
      @media (max-width: 550px) {
        .message_section .message_contents .message_name {
          font-size: 2.4rem; } }
      @media (max-width: 450px) {
        .message_section .message_contents .message_name {
          font-size: 2rem; } }
    @media (max-width: 750px) {
      .message_section .message_contents .message_text {
        font-size: 3rem; } }
    @media (max-width: 550px) {
      .message_section .message_contents .message_text {
        font-size: 2.4rem; } }
    @media (max-width: 450px) {
      .message_section .message_contents .message_text {
        font-size: 1.8rem; } }

.last_kifu_vis_text {
  color: #000;
  font-weight: bold;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 90px; }
  @media (max-width: 750px) {
    .last_kifu_vis_text {
      font-size: 5.06666vw;
      letter-spacing: 0;
      width: 95%; } }
  @media (max-width: 550px) {
    .last_kifu_vis_text {
      width: 99%; } }
  .last_kifu_vis_text span {
    display: inline-block;
    background-color: #fff;
    padding: 10px 10px 6px 10px;
    box-shadow: 10px 10px 0 #E40012; }
    .last_kifu_vis_text span:first-child {
      margin-bottom: 3rem; }

.last_kifu_bg {
  background-color: #F6F6F6;
  padding: 100px 0; }
  @media (max-width: 750px) {
    .last_kifu_bg {
      padding: 10% 0; } }

.last_kifu_contents {
  display: flex;
  justify-content: space-around; }
  @media (max-width: 750px) {
    .last_kifu_contents {
      flex-direction: column; } }
  .last_kifu_contents .last_kifu_item {
    background-color: #fff;
    width: 46%;
    border-radius: 10px;
    padding: 30px; }
    @media (max-width: 750px) {
      .last_kifu_contents .last_kifu_item {
        margin: 0;
        width: 100%;
        margin-bottom: 50px;
        padding: 5%; } }
    @media (max-width: 750px) {
      .last_kifu_contents .last_kifu_item:last-child {
        margin-bottom: 0px; } }
    .last_kifu_contents .last_kifu_item .last_kifu_content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .last_kifu_contents .last_kifu_item .last_kifu_title {
      font-size: 2.8rem;
      font-weight: bold;
      text-align: center;
      margin: auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 20%;
      flex-direction: column; }
      .last_kifu_contents .last_kifu_item .last_kifu_title small {
        font-size: 1.4rem; }
      @media (max-width: 1150px) {
        .last_kifu_contents .last_kifu_item .last_kifu_title {
          font-size: 2.5rem; } }
      @media (max-width: 1024px) {
        .last_kifu_contents .last_kifu_item .last_kifu_title {
          font-size: 1.8rem; } }
      @media (max-width: 750px) {
        .last_kifu_contents .last_kifu_item .last_kifu_title {
          font-size: 4.2rem; } }
      @media (max-width: 700px) {
        .last_kifu_contents .last_kifu_item .last_kifu_title {
          font-size: 6vw; } }
    .last_kifu_contents .last_kifu_item .last_kifu_text {
      margin: auto 0;
      padding: 20px 0; }
      @media (max-width: 750px) {
        .last_kifu_contents .last_kifu_item .last_kifu_text {
          font-size: 3rem; } }
      @media (max-width: 550px) {
        .last_kifu_contents .last_kifu_item .last_kifu_text {
          font-size: 2.4rem; } }
      @media (max-width: 450px) {
        .last_kifu_contents .last_kifu_item .last_kifu_text {
          font-size: 1.8rem; } }
  .last_kifu_contents button {
    border-radius: 45px;
    height: 60px;
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    color: #fff;
    background-color: #E60012;
    margin-top: 20px;
    border: 3px solid #E60012;
    transition: .3s; }
    @media (max-width: 1150px) {
      .last_kifu_contents button {
        font-size: 2.0rem; } }
    @media (max-width: 1024px) {
      .last_kifu_contents button {
        font-size: 1.8rem; } }
    @media (max-width: 750px) {
      .last_kifu_contents button {
        font-size: 3.2rem;
        height: 13.334vw; } }
    @media (max-width: 550px) {
      .last_kifu_contents button {
        font-size: 2.6rem;
        height: 70px; } }
    @media (max-width: 450px) {
      .last_kifu_contents button {
        font-size: 2rem; } }
    .last_kifu_contents button:hover {
      color: #E60012;
      background-color: #fff; }
      .last_kifu_contents button:hover:after {
        border-top: 3px solid #E60012;
        border-right: 3px solid #E60012; }
    .last_kifu_contents button:after {
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 35px;
      width: 15px;
      height: 15px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: rotate(45deg); }
      @media (max-width: 1150px) {
        .last_kifu_contents button:after {
          right: 4%; } }
  .last_kifu_contents .last_kifu_button {
    color: #E60012;
    background-color: #fff;
    transition: .3s; }
    .last_kifu_contents .last_kifu_button:after {
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 35px;
      width: 15px;
      height: 15px;
      border-top: 3px solid #E60012;
      border-right: 3px solid #E60012;
      transform: rotate(45deg); }
      @media (max-width: 1150px) {
        .last_kifu_contents .last_kifu_button:after {
          right: 4%; } }
    .last_kifu_contents .last_kifu_button:hover {
      color: #fff;
      background-color: #E60012; }
      .last_kifu_contents .last_kifu_button:hover:after {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff; }

.last_kifu_note {
  margin-top: 60px;
  padding: 0 15%; }
  @media (max-width: 750px) {
    .last_kifu_note {
      font-size: 2rem;
      margin-top: 25px; } }
  @media (max-width: 550px) {
    .last_kifu_note {
      font-size: 1.4rem; } }

footer {
  background-color: #4C4B4C;
  color: #fff;
  padding: 40px 0; }
  footer a {
    color: #fff;
    border-bottom: 1px solid #fff; }
  footer .footer_contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: flex-end; }
    @media (max-width: 1150px) {
      footer .footer_contents {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 750px) {
      footer .footer_contents {
        align-items: center;
        text-align: center; } }
  footer ul {
    display: flex;
    font-size: 1.8rem; }
    @media (max-width: 750px) {
      footer ul {
        font-size: 3.73333vw; } }
    footer ul li {
      border-left: 1px solid #fff;
      padding-left: 15px;
      margin-right: 15px; }
      footer ul li:last-child {
        margin-right: 0;
        border-right: 1px solid #fff;
        padding-right: 15px; }
      footer ul li a {
        color: #fff;
        border-bottom: 1px solid #fff; }
  footer .footer_title {
    margin-bottom: 20px;
    font-size: 2rem; }
    @media (max-width: 1024px) {
      footer .footer_title {
        margin-bottom: 40px; } }
    @media (max-width: 750px) {
      footer .footer_title {
        font-size: 3.4rem; } }
    @media (max-width: 700px) {
      footer .footer_title {
        font-size: 3rem; } }
    @media (max-width: 550px) {
      footer .footer_title {
        font-size: 2.4rem; } }
    @media (max-width: 450px) {
      footer .footer_title {
        font-size: 1.8rem; } }
  @media (max-width: 1150px) {
    footer .fotter_address {
      margin-bottom: 40px; } }
  @media (max-width: 750px) {
    footer .fotter_address {
      font-size: 2.8rem; } }
  @media (max-width: 700px) {
    footer .fotter_address {
      font-size: 2.4rem; } }
  @media (max-width: 550px) {
    footer .fotter_address {
      font-size: 1.8rem; } }
  @media (max-width: 450px) {
    footer .fotter_address {
      font-size: 1.6rem; } }
  footer .fotter_address br {
    display: none; }
    @media (max-width: 750px) {
      footer .fotter_address br {
        display: block; } }
  footer .footer_content_note {
    text-align: center;
    font-size: 1.4rem;
    padding: 0 3rem; }
    @media (max-width: 750px) {
      footer .footer_content_note {
        font-size: 2rem; } }
    @media (max-width: 550px) {
      footer .footer_content_note {
        font-size: 1.4rem; } }

/*# sourceMappingURL=style.css.map */
