@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }
/*
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
    */  
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #ce4339;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #ce4339;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #ce4339;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #ce4339;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #ce4339;
    top: 0px; } }
@media only screen and (min-width: 769px) {    
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #ce4339;
  -moz-box-shadow: 0 5px 0 #ce4339;
  box-shadow: 0 5px 0 #ce4339;
  background: #fa5246;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
.cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } 
  .cta_btn::before {
    content: "";
    position: absolute;
    width: 69px;
    height: 100%;
    background-image: url("img/cta_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 20px;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 25px 0 20px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  }

html {
  font-size: 62.5%; }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

.wrapper {
  min-width: 1100px; }

a {
  color: #333; }
/*
@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }*/

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: block;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(250, 82, 70, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #fa5246;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
@media only screen and (min-width: 769px) {
.header {
  border-top: 3px solid #1c9ba5;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
  .header .header_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 230px;
    margin-top: -3px; }
    .header .header_btn::before {
      content: "";
      position: absolute;
      width: 76px;
      height: 49px;
      background-image: url("img/header_btn_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: -68px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .header .header_btn .cta_btn::before {
      display: none; }
    .header .header_btn .cta_btn a {
      padding: 8px 0; }

.main_ttl {
  background: #038e7c;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700; }
  .main_ttl .main_ttl_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
  .main_ttl .ttl_wrap {
    display: inline-block;
    position: relative; }
    .main_ttl .ttl_wrap::before {
      content: "";
      position: absolute;
      width: 80px;
      height: 80px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: -100px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
  .main_ttl .strong {
    color: #fff912; }
  .main_ttl.point_01 .ttl_wrap::before {
    background-image: url("img/ico_point_01.png"); }
  .main_ttl.point_01 .main_ttl_inner::before {
    content: "";
    position: absolute;
    width: 87px;
    height: 119px;
    background-image: url("img/ttl_point_01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 65px;
    bottom: 0;
    pointer-events: none;
    z-index: 10; }
  .main_ttl.point_02 .ttl_wrap::before {
    background-image: url("img/ico_point_02.png"); }
  .main_ttl.point_02 .main_ttl_inner::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 115px;
    background-image: url("img/ttl_point_02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 40px;
    bottom: 0;
    pointer-events: none;
    z-index: 10; }
  .main_ttl.point_03 .ttl_wrap::before {
    background-image: url("img/ico_point_03.png"); }
  .main_ttl.point_03 .main_ttl_inner::before {
    content: "";
    position: absolute;
    width: 123px;
    height: 113px;
    background-image: url("img/ttl_point_03.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 70px;
    bottom: 0;
    pointer-events: none;
    z-index: 10; }
  }

sup {
  font-size: 11px;
  font-size: 1.1rem; }
@media only screen and (min-width: 769px) {
.js_marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff912, #fff912);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 50%;
  transition: all 1s ease-in-out;
  font-weight: 700; }
  .js_marker.inview {
    background-size: 100% 50%; }

.common_txt {
  line-height: 1.7; }
  .common_txt .red {
    font-weight: 700;
    color: #fa5246; }
  .common_txt .bold {
    font-weight: 700; }

.large_cta {
  margin: 70px auto 0;
  width: 580px;
  position: relative; }
  .large_cta.large_cta_top {
    margin: 40px auto; }
  .large_cta .image {
    display: block;
    width: 336px;
    margin: auto; }
  .large_cta .cta_txt {
    position: relative;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 1;
    padding: 3px 0;
    width: 90%;
    color: #fa5246;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    background: #FFF;
    border: solid 2px #fa5246;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    pointer-events: none; }
    .large_cta .cta_txt::before, .large_cta .cta_txt::after {
      content: "";
      position: absolute; }
    .large_cta .cta_txt::before {
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #FFF;
      z-index: 2; }
    .large_cta .cta_txt::after {
      bottom: -28px;
      left: 50%;
      margin-left: -16px;
      border: 13px solid transparent;
      border-top: 13px solid #fa5246;
      z-index: 1; }
}
.sponsored {
  text-align: center;
  margin-top: 15px; }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 300px; }
  .fv .fv_image {
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 0; }

.section01 h2 {
  background: #038e7c;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
  font-size: 26px;
  font-size: 2.6rem; }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 75px 70px; }

.section01 .top_heading {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700; }
  .section01 .top_heading span {
    font-size: 30px;
    font-size: 3rem;
    color: #fa5246;
    font-weight: 900; }
.section01 .intro_card {
  margin-top: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 1px solid #d0d0d0;
  padding: 20px 50px; }
     {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .section01 .intro_card .wrap .image {
      width: 184px; }
    .section01 .intro_card .wrap .txt {
      width: calc(100% - 184px);
      padding-left: 30px; }
      .section01 .intro_card .wrap .txt ul li {
        position: relative;
        padding-left: 1.2em;
        margin-top: 5px; }
        .section01 .intro_card .wrap .txt ul li:first-child {
          margin-top: 0; }
        .section01 .intro_card .wrap .txt ul li::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0; }
.section01 .intro_card2 {
  margin-top: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden; }
  .section01 .intro_card2 .heading {
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #3d3d3d;
    position: relative;
    font-size: 26px;
    font-size: 2.6rem;
    padding: 15px 0;
    line-height: 1.3; }
    .section01 .intro_card2 .heading::before {
      content: "";
      position: absolute;
      width: 73px;
      height: 100%;
      background-image: url("img/section01_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 30px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
  @media only screen and (min-width: 769px) {
    .section01 .intro_card2 .heading span {
      color: #fff912; }
    .section01 .intro_card2 .heading .large {
      font-size: 120%; }
  .section01 .intro_card2 .card_inner {
    padding: 30px 50px 50px;
    background: #efecec; }
    .section01 .intro_card2 .card_inner p .bold {
      font-weight: 700; }
  .section01 .intro_card2 .items {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section01 .intro_card2 .items .item {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      position: relative;
      padding-top: 40px;
      padding-bottom: 180px;
      width: 240px; }
      .section01 .intro_card2 .items .item .txt {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500; }
      .section01 .intro_card2 .items .item .image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        width: 100%;
        text-align: center; }
      .section01 .intro_card2 .items .item:nth-child(1) {
        padding-top: 25px; }
.section01 .case_txt {
  margin: 30px 0 0;
  text-align: center;
  border: 1px solid #038e7c;
  border-radius: 8px;
  padding: 20px 30px;
  background: #F7FFF7; }
  .section01 .case_txt h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px; }
  .section01 .case_txt p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.8; }
    .section01 .case_txt p .marker {
      background: linear-gradient(transparent 60%, #fff200 0%);
      display: inline;
      /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
      padding: 0 2px 2px;
      color: #ff0000;
      font-weight: bold; }}

.section02 .inner {
  padding: 30px 175px 70px;
  width: 1000px;
  margin: 0 auto; }

.section02 .list {
  margin: 30px 0;
  border: 1px solid #038e7c;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px; }
  .section02 .list ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .section02 .list ul li {
      width: 50%;
      color: #038e7c;
      font-weight: 500;
      letter-spacing: 0.05em;
      font-size: 18px;
      font-size: 1.8rem; }
.section02 .image {
  margin-top: 30px;
  border: 1px solid #038e7c;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
  padding: 20px 0 30px; }
.section02 .remarks {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem; }

.voice_area h3 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fa5246; }
.voice_area ul {
  width: 100%;
  margin: 0 0 30px; }
  .voice_area ul li {
    width: 100%;
    padding: 30px 40px;
    margin: 0 0 20px;
    border: 2px solid #038e7c;
    display: flex;
    justify-content: space-between;
    border-radius: 10px; }
    @media only screen and (min-width: 769px) {
    .voice_area ul li .ico_area {
      width: 100px !important;
      text-align: center; }}
      .voice_area ul li .ico_area p {
        margin: 10px 0 0; }
    .voice_area ul li .txt_area {
      width: 80%;
      line-height: 1.6; }
      .voice_area ul li .txt_area span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        background: linear-gradient(transparent 60%, #fff200 0%);
        display: inline;
        /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
        padding: 0 2px 2px; }
      .voice_area ul li .txt_area p {
        margin-top: 20px; }

.section03 .inner {
  padding: 30px 75px 70px;
  width: 1000px;
  margin: 0 auto; }

.section03 .card {
  margin-top: 30px;
  background: #efecec;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 40px 50px 50px; }
  .section03 .card .heading {
    text-align: center; }
    .section03 .card .heading span {
      display: inline-block;
      position: relative;
      padding-left: 55px;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 0.08em; }
      .section03 .card .heading span::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background-image: url("img/section01_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 10; }
  .section03 .card .items {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section03 .card .items .item {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      position: relative;
      padding-top: 25px;
      padding-bottom: 20px;
      width: 240px; }
      .section03 .card .items .item .txt {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500; }
      .section03 .card .items .item .image {
        margin-top: 10px;
        text-align: center; }

.section04 .inner {
  padding: 30px 75px 70px;
  width: 1000px;
  margin: 0 auto; }

.section04 .card {
  margin: 30px 0;
  background: #faf9e5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 40px 50px 50px; }
  .section04 .card .heading {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fa5246; }
    .section04 .card .heading span {
      font-size: 150%; }
  .section04 .card .items {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section04 .card .items .item {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      position: relative;
      padding-top: 25px;
      padding-bottom: 20px;
      width: 240px; }
      .section04 .card .items .item .txt {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500; }
      .section04 .card .items .item .image {
        margin-top: 10px;
        text-align: center; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto; }

@media only screen and (min-width: 769px) {
.section05 h2 {
  background-image: url("img/section05_ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 682px auto;
  width: 682px;
  margin: auto;
  text-align: center;
  line-height: 59px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem; }}
.section05 .content {
  width: 650px;
  margin: 40px auto 0;
  -webkit-box-shadow: 0 0 7px rgba(3, 142, 124, 0.2);
  -moz-box-shadow: 0 0 7px rgba(3, 142, 124, 0.2);
  box-shadow: 0 0 7px rgba(3, 142, 124, 0.2);
  padding: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
.section05 table {
  width: 100%;
  border: 1px solid #f1eeec; }
  .section05 table th, .section05 table td {
    vertical-align: middle;
    border: 1px solid #f1eeec;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 15px; }
  .section05 table th {
    width: 130px;
    background: #f2f7f5;
    text-align: center;
    color: #038e7c;
    font-weight: 500;
    line-height: 1.8; }
.section05 ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }
  .section05 ul li {
    position: relative;
    padding-right: 1.2em; }
    .section05 ul li::before {
      content: "、";
      position: absolute;
      right: 0;
      top: 0; }
    .section05 ul li a {
      color: #0096ff;
      text-decoration: none; }
      .section05 ul li a:hover {
        text-decoration: underline; }
    .section05 ul li:last-child {
      padding-right: 0; }
      .section05 ul li:last-child::before {
        display: none; }

.footer {
  margin-top: 30px; }
  .footer .ft_menu .p_mark {
    max-width: 700px;
    margin: 0px auto;
    padding: 20px; }
  .footer .ft_menu .p_mark p {
    display: inline-block; }
  .footer .ft_menu .p_mark .pra_txt {
    max-width: 520px;
    padding-left: 20px; }
  .footer .ft_menu .ft_nav {
    max-width: 700px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  .footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  .footer .ft_menu .ft_nav ul {
    display: flex;
    justify-content: space-around; }
  .footer .ft_menu .ft_nav li {
    display: inline-block;
    width: auto !important; }
    .footer .ft_menu .ft_nav li a {
      text-decoration: none; }
  .footer .copyright {
    text-align: center;
    height: 35px;
    padding: 5px 0;
    color: #fff;
    background: linear-gradient(to right, #1C9BA5 0%, #00A0E9 100%); }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }

  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }

    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 370px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 15px; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(3, 142, 124, 0.9);
  z-index: 100; }
  @media only screen and (min-width: 769px) {
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 90px; }

  .fixed_cta .image {
    position: absolute;
    bottom: 0;
    left: 107px; }
  .fixed_cta .cta {
    position: absolute;
    right: 106px;
    top: 20px;
    width: 330px; }}
  .fixed_cta .cta_btn::before {
    content: "";
    position: absolute;
    width: 49px;
    height: 100%;
    background-image: url("img/cta_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 20px;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  .fixed_cta .cta_btn a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 0;
    padding-left: 60px; }
  }
