@charset "UTF-8";
/* ========================================================
setting
==========================================================*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #FFFEF6;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }
  @media (max-width: 600px) {
    body {
      border-top: none; } }

body.m_fixed_sns {
  padding-bottom: 75px; }

article,
aside,
footer,
header,
nav,
section,
main {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  outline: none;
  cursor: pointer; }

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top; }

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit; }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%; }

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top; }

blockquote,
q {
  quotes: none; }

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none; }

form {
  margin: 0;
  padding: 0; }

form button {
  -webkit-appearance: none;
  background-color: #78BBE6;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto; }

#form4 {
  display: block;
  position: relative;
  /*フォームの相対位置*/
  width: 100%;
  /*フォームのサイズ*/
  margin: 15px 0;
  /*フォームの下に余白*/
  height: 50px; }

#sbox4 {
  position: absolute;
  /*フォームの絶対位置*/
  left: 0;
  top: 0;
  outline: 0;
  /*クリック時の青い枠線消す*/
  height: 50px;
  /*検索ボックスの高さ*/
  padding: 0 10px;
  /*テキスト位置調整*/
  border-radius: 2px 0 0 2px;
  /*検索ボックスの角を丸める*/
  background: #FFF;
  /*検索ボックスの背景カラー*/ }

#sbtn4 {
  width: 70px;
  /*検索ボタンの横幅*/
  height: 50px;
  /*検索ボタンの縦幅*/
  position: absolute;
  /*検索ボタンの絶対位置*/
  right: 0;
  /*検索ボタンの位置調整*/
  top: 0;
  border-radius: 0 2px 2px 0;
  /*検索ボタンの角を丸める*/
  background: #78BBE6;
  /*検索ボタンの背景カラー*/
  border: none;
  /*検索ボタンの枠線を消す*/
  color: #fff;
  /*検索ボタンのテキストカラー*/
  font-weight: bold;
  /*検索ボタンのテキスト太字*/
  font-size: 16px;
  /*検索ボタンのフォントサイズ*/ }

form button:hover,
form button:focus {
  outline: none; }

form button:hover {
  opacity: 0.6; }

form button ::-moz-focus-inner {
  border: none;
  padding: 0; }

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 24px;
  width: 100%; }

textarea:hover,
textarea:focus {
  outline: none; }

textarea:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

textarea ::-moz-focus-inner {
  border: none;
  padding: 0; }

input::-webkit-input-placeholder {
  color: #e2e2e2; }

input::-moz-placeholder {
  color: #e2e2e2; }

input::-ms-input-placeholder {
  color: #e2e2e2; }

input:-ms-input-placeholder {
  color: #e2e2e2; }

input::placeholder {
  color: #e2e2e2; }

input:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  background-color: #78BBE6;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto; }

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none; }

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6; }

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  border: none;
  padding: 0; }

input[type="radio"] {
  display: none; }

input[type="radio"] + span {
  cursor: pointer;
  display: block;
  margin: 10px 16px 0 0;
  padding: 0 0 0 30px;
  position: relative; }

input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px; }

input[type="radio"] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

input[type="radio"]:checked + span::after {
  -webkit-transform: translateY(-50%);
  background: #78BBE6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px; }

input[type="checkbox"] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

input[type="checkbox"]:checked + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #78BBE6;
  border-left: 4px solid #78BBE6;
  content: "";
  display: block;
  height: 15.6px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 26px; }

.required {
  color: #FFF;
  background: #78BBE6;
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 2.4em 0.4em 0.8em; }

select::-ms-expand {
  display: none; }

select:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.alignnone {
  padding: 4px;
  margin: 0px 15px 0 15px; }
  @media (max-width: 600px) {
    .alignnone {
      padding: 0;
      margin: auto; } }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px; }
  @media (max-width: 600px) {
    .aligncenter {
      padding: 0; } }

.alignright {
  float: right;
  padding: 4px;
  margin: 0px 15px 0 15px; }
  @media (max-width: 600px) {
    .alignright {
      float: none;
      display: block;
      padding: 0;
      margin: auto; } }

.alignleft {
  float: left;
  padding: 4px;
  margin: 0px 15px 0 15px; }
  @media (max-width: 600px) {
    .alignleft {
      float: none;
      display: block;
      padding: 0;
      margin: auto; } }

.clear {
  clear: both; }

@media (max-width: 600px) {
  .wp-block-image .alignright {
    float: none;
    display: block;
    padding: 0;
    margin: auto; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 600px) {
    .flex {
      display: block; } }

.wp-block-embed__wrapper {
  width: 350px;
  height: auto;
  overflow: auto; }
  .wp-block-embed__wrapper .wp-embedded-content {
    width: 100%;
    max-width: 350px;
    height: 100%; }

p {
  color: #000; }

.red {
  color: red; }

.main-color {
  color: #78BBE6; }

.sub-color {
  color: #a5defa; }

.pickup-color {
  color: #F99F48; }

.pickup-light-color {
  color: #F4D2DE; }

.dark-color {
  color: #00496E; }

.dot-text {
  position: relative;
  padding-top: 0.2em; }
  .dot-text::before {
    position: absolute;
    content: "";
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: #000;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

blockquote {
  width: 100%;
  margin: 40px 0;
  position: relative;
  padding: 35px 15px 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #78BBE6;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); }
  @media (max-width: 600px) {
    blockquote {
      margin: 20px 0; } }

blockquote::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\e900";
  font-family: "icon";
  color: #78BBE6;
  font-size: 28px;
  line-height: 1;
  font-weight: 900; }

blockquote p {
  padding: 0;
  margin: 15px 7px 0 0;
  line-height: 1.7;
  text-align: left; }

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
  word-break: break-all; }
  blockquote cite a {
    width: 100%;
    display: block; }

iframe.wp-embedded-content {
  width: 100%; }

.point-box {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #FFC107; }
  .point-box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold; }
  .point-box p {
    margin: 0;
    padding: 0; }

.headline-big {
  font-size: 3.5vw; }
  @media (max-width: 850px) {
    .headline-big {
      font-size: 36px; } }
  @media (max-width: 600px) {
    .headline-big {
      font-size: 34px; } }
  @media (max-width: 320px) {
    .headline-big {
      font-size: 30px; } }

.headline-small {
  font-size: 2.5vw; }
  @media (max-width: 600px) {
    .headline-small {
      font-size: 20px; } }

.bold {
  font-weight: bold; }

.big {
  font-size: 24px; }
  @media (max-width: 600px) {
    .big {
      font-size: 20px; } }

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho" !important; }

.noto {
  font-family: 'Noto Serif JP', serif; }

.red {
  color: red; }

.white-under {
  background-color: white;
  padding: 3px 0; }
  @media (max-width: 600px) {
    .white-under {
      padding: 0; } }

.yellow-under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow));
  background: -webkit-linear-gradient(transparent 70%, yellow 70%);
  background: -o-linear-gradient(transparent 70%, yellow 70%);
  background: linear-gradient(transparent 70%, yellow 70%);
  font-weight: bold; }

/*吹き出し*/
.balloon_l,
.balloon_r {
  position: relative;
  width: 60%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*縦位置を上揃え*/
  /*   align-items: center; */
  /*縦位置を真ん中揃え*/ }
  @media (max-width: 600px) {
    .balloon_l,
    .balloon_r {
      width: 100%;
      margin: 20px auto; } }

.balloon_r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .balloon_r .faceicon img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    width: 80px;
    /*任意のサイズ*/
    height: 80px;
    border-radius: 50%;
    background: rgba(240, 240, 240, 0.8); }
    @media (max-width: 600px) {
      .balloon_r .faceicon img {
        position: relative; } }
  .balloon_r .says {
    width: 100%;
    /*最大幅は任意*/
    display: inline-block;
    position: relative;
    padding: 17px 13px 15px 18px;
    border-radius: 12px;
    background: #99dddd;
    /*色は任意*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */ }
    .balloon_r .says p {
      display: inline-block;
      width: 100%;
      text-align: center; }
    @media (max-width: 600px) {
      .balloon_r .says {
        max-width: 250px; } }

.balloon_l .faceicon img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  width: 80px;
  /*任意のサイズ*/
  height: 80px;
  border-radius: 50%;
  background: rgba(240, 240, 240, 0.8);
  left: -10%; }
  @media (max-width: 600px) {
    .balloon_l .faceicon img {
      position: relative; } }

.balloon_l .says {
  width: 100%;
  /*最大幅は任意*/
  display: inline-block;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #E3E3E3;
  /*色は任意*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
  /*   align-items: center; */ }
  .balloon_l .says p {
    display: inline-block;
    width: 100%;
    text-align: center; }
  @media (max-width: 600px) {
    .balloon_l .says {
      max-width: 250px; } }

.balloon_r .faceicon {
  margin-left: 25px; }

.balloon_l .faceicon {
  margin-right: 25px; }

.balloon_r .faceicon {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important; }

.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  /*   margin-top:-3px;  */ }

.balloon_l .says:after {
  top: 20px;
  left: -26px;
  border-right: 22px solid #E3E3E3; }

.balloon_r .says:after {
  top: 20px;
  right: -26px;
  border-left: 22px solid #99dddd; }

/*カテゴリータグカラー*/
.real-estate {
  background-color: #FF878C; }

.asset-management {
  background-color: #a5defa; }

.life-plan {
  background-color: #5D639E; }

.inheritance {
  background-color: #BF1E56; }

.start-up {
  background-color: #F6CA06; }

.customer-cat {
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 2px 5px;
  font-size: x-small;
  color: #FFF;
  margin-right: 10px; }

.breadcrumb .customer-cat {
  color: #78BBE6;
  margin-right: 0;
  font-size: 12px;
  padding: 0; }

.breadcrumb .info-cat {
  color: #78BBE6;
  margin-right: 0;
  font-size: 12px;
  background: none;
  padding: 0; }

.breadcrumb-inner {
  padding: 20px 30px; }
  @media (max-width: 600px) {
    .breadcrumb-inner {
      padding: 10px 20px; } }

.info-cat {
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 2px 5px;
  font-size: x-small;
  background: #78BBE6;
  color: #FFF;
  margin-right: 10px; }

footer {
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#a5defa), to(#00496E));
  background: -webkit-linear-gradient(top left, #a5defa, #00496E);
  background: -o-linear-gradient(top left, #a5defa, #00496E);
  background: linear-gradient(to bottom right, #a5defa, #00496E);
  color: #FFF; }
  footer .inner {
    padding: 80px 0; }
    @media (max-width: 600px) {
      footer .inner {
        padding: 90px 20px; } }
    footer .inner .flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      footer .inner .flex a {
        text-decoration: none; }
        footer .inner .flex a:hover {
          opacity: 0.5; }
      footer .inner .flex .footer-left {
        width: 40%;
        position: relative; }
        @media (max-width: 600px) {
          footer .inner .flex .footer-left {
            width: 100%;
            margin-bottom: 50px; } }
        footer .inner .flex .footer-left h2 {
          font-size: 24px; }
          @media (max-width: 600px) {
            footer .inner .flex .footer-left h2 {
              font-size: 20px; } }
        footer .inner .flex .footer-left .footer-table table {
          border: none;
          font-size: 18px;
          text-align: left; }
          @media (max-width: 850px) {
            footer .inner .flex .footer-left .footer-table table {
              font-size: 16px; } }
          footer .inner .flex .footer-left .footer-table table tr {
            border: none;
            width: 100%; }
            footer .inner .flex .footer-left .footer-table table tr th {
              width: 15%; }
              @media (max-width: 1025px) {
                footer .inner .flex .footer-left .footer-table table tr th {
                  width: 20%; } }
            footer .inner .flex .footer-left .footer-table table tr td {
              width: 80%;
              border: none; }
        footer .inner .flex .footer-left .jump-page h3 {
          font-size: 24px;
          position: relative;
          padding-left: 1rem;
          border-left: solid 3px #FFF;
          margin-top: 3rem;
          text-align: left; }
          @media (max-width: 600px) {
            footer .inner .flex .footer-left .jump-page h3 {
              font-size: 20px; } }
          footer .inner .flex .footer-left .jump-page h3::after {
            content: '';
            position: absolute;
            left: 0;
            border-left: solid 3px #FFF; }
        footer .inner .flex .footer-left .jump-page a {
          padding-bottom: 1rem;
          text-decoration: none;
          font-size: 18px; }
          footer .inner .flex .footer-left .jump-page a:hover {
            opacity: 0.5;
            text-decoration: underline; }
      footer .inner .flex .border {
        width: 5%;
        height: 500px;
        position: relative; }
        @media (max-width: 600px) {
          footer .inner .flex .border {
            display: none; } }
        footer .inner .flex .border::after {
          position: relative;
          display: block;
          content: "";
          top: 20%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 1px;
          height: 500px;
          background: #FFF; }
      footer .inner .flex .footer-right {
        width: 40%; }
        @media (max-width: 600px) {
          footer .inner .flex .footer-right {
            width: 100%; } }
        footer .inner .flex .footer-right h3 {
          text-align: left;
          font-size: 24px; }
          @media (max-width: 600px) {
            footer .inner .flex .footer-right h3 {
              font-size: 18px; } }
          footer .inner .flex .footer-right h3 span {
            font-size: 28px; }
            @media (max-width: 600px) {
              footer .inner .flex .footer-right h3 span {
                font-size: 22px; } }
        footer .inner .flex .footer-right .blog {
          margin: 20px 0; }
          footer .inner .flex .footer-right .blog .blog-title {
            font-size: 22px;
            font-weight: bold; }
          footer .inner .flex .footer-right .blog .blog-items .blog-item {
            display: block;
            text-decoration: none;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            counter-increment: ranking;
            position: relative;
            width: 90%;
            margin: 20px auto; }
            @media (max-width: 600px) {
              footer .inner .flex .footer-right .blog .blog-items .blog-item {
                width: 100%; } }
            footer .inner .flex .footer-right .blog .blog-items .blog-item::after {
              background: #01b3a7;
              color: #fff;
              content: counter(ranking);
              font-family: "Lato", sans-serif;
              font-size: 12px;
              height: 20px;
              left: 0;
              line-height: 20px;
              position: absolute;
              text-align: center;
              top: 0;
              width: 20px; }
            footer .inner .flex .footer-right .blog .blog-items .blog-item:hover {
              opacity: 0.6; }
            footer .inner .flex .footer-right .blog .blog-items .blog-item:last-child {
              margin-bottom: 0; }
            footer .inner .flex .footer-right .blog .blog-items .blog-item .blog-item-img img {
              text-align: center;
              -o-object-fit: cover;
              object-fit: cover;
              width: 100%;
              height: auto; }
            footer .inner .flex .footer-right .blog .blog-items .blog-item .blog-item-body {
              padding: 0 0 0 10px;
              width: calc(100% - 120px); }
              footer .inner .flex .footer-right .blog .blog-items .blog-item .blog-item-body .blog-item-title {
                font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
                font-size: 14px;
                font-weight: 600;
                line-height: 1.57143; }
    footer .inner .Copy {
      text-align: center;
      margin-top: 5rem;
      font-size: 14px; }
      footer .inner .Copy p {
        margin: 0;
        color: #CCCCCC; }

.footer2-inner {
  padding: 20px; }
  .footer2-inner .Copy {
    text-align: center; }
    .footer2-inner .Copy p {
      margin: 0;
      color: #FFF; }

table {
  border: 1px solid #000; }
  @media (max-width: 600px) {
    table {
      float: none;
      width: 100% !important; } }
  table tr {
    border-bottom: 1px dashed #000;
    padding: 5px 0; }
    table tr:last-child {
      border-bottom: none; }
    table tr td {
      border-right: 1px dashed #000; }

.wp-block-quote {
  margin: 40px 0;
  position: relative;
  padding: 35px 15px 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #78BBE6;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); }
  .wp-block-quote p {
    padding: 0;
    margin: 30px 0 0 20px;
    line-height: 1.7;
    text-align: left; }
  .wp-block-quote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em; }
  .wp-block-quote::before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\e900";
    font-family: "icon";
    color: #78BBE6;
    font-size: 28px;
    line-height: 1;
    font-weight: 900; }
  @media (max-width: 600px) {
    .wp-block-quote {
      margin: 20px 0; } }

.fa-facebook {
  background-color: #55ACEE;
  border-radius: 50%;
  padding: .5rem;
  margin-left: 2rem; }

.fa-twitter {
  background-color: #3B5998;
  border-radius: 50%;
  padding: .5rem;
  margin-left: 1rem; }

.fa-instagram {
  background-color: #D93177;
  border-radius: 50%;
  padding: .5rem;
  margin-left: 1rem; }

.footer-address {
  padding: 10rem 0 0 5rem; }

.floating {
  bottom: 4.5rem;
  display: none;
  position: fixed;
  right: 3%;
  z-index: 30; }
  @media (max-width: 600px) {
    .floating {
      bottom: 5.5rem; } }
  .floating a {
    background: #78BBE6;
    border-radius: 50%;
    color: #FFF;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px; }
  .floating a:hover {
    opacity: 0.6; }

@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot?24kcx3");
  src: url("fonts/icon.eot?24kcx3#iefix") format("embedded-opentype"), url("fonts/icon.ttf?24kcx3") format("truetype"), url("fonts/icon.woff?24kcx3") format("woff"), url("fonts/icon.svg?24kcx3#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-blockquote:before {
  content: "\e900"; }

.icon-home:before {
  content: "\e902"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-close::before {
  content: "\f00d"; }

.icon-remove::before {
  content: "\f00d"; }

.icon-times::before {
  content: "\f00d"; }

.icon-font:before {
  content: "\f031"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-phone:before {
  content: "\f095"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-quora:before {
  content: "\f2c4"; }

.icon-angle-right:before {
  content: "\f105"; }

.blog-card {
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #F99F48;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 0px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.blog-card:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

.blog-card:before {
  font-family: FontAwesome;
  position: absolute;
  padding: 2px 6px;
  content: "詳細を見る";
  background-color: #F99F48;
  color: #fff;
  font-size: .8em;
  z-index: 1; }

.blog-card a {
  text-decoration: none; }

.blog-card-thumbnail {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 10px; }

.blog-card-thumbnail img {
  padding: 0; }

.blog-card-content {
  display: table-cell;
  vertical-align: middle; }

.blog-card-title {
  font-size: 1em;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  line-height: 1.4; }

.blog-card-title:hover {
  text-decoration: underline; }

.blog-card-excerpt {
  font-size: .74em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.blog-card .clear {
  clear: both; }

@media screen and (max-width: 500px) {
  .blog-card:before {
    font-size: .56em; }
  .blog-card-title {
    font-size: .70em; }
  .blog-card-excerpt {
    font-size: .60em; } }

.avatar_profile {
  border: 2px solid #78BBE6;
  margin: 20px auto;
  padding: 10px; }
  .avatar_profile .avatar_title {
    text-align: center;
    font-weight: bold;
    color: #F99F48; }

.profile_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.profile_image {
  text-align: center;
  padding-right: 14px; }

.profile_image img {
  max-width: 80px;
  border-radius: 100%; }

.profile_text_name {
  font-weight: bold;
  margin: 6px 0; }

.profile_text_description {
  font-size: .8em !important;
  margin: 0; }

@media screen and (max-width: 480px) {
  .avatar_profile {
    display: block; }
  .profile_image {
    padding-right: 0; }
  .profile_image img {
    max-width: 120px; }
  .profile_text_name {
    text-align: center;
    margin-top: 6px; } }

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000; }

.start p {
  position: relative;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  color: #FFF;
  text-align: center;
  font-size: clamp(15px, 5vw, 3rem); }

.marker-move {
  background-image: -webkit-gradient(linear, left top, right top, from(#362ae0), color-stop(50%, #3b79cc), to(#42d3ed));
  background-image: -webkit-linear-gradient(left, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background-image: -o-linear-gradient(left, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background-image: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  /*2つ目の値でマーカーの太さを変える*/
  background-position: right -100% bottom;
  -webkit-animation-name: marker;
  animation-name: marker;
  -webkit-animation: marker 10s linear 3s;
  animation: marker 10s linear 3s;
  /*マーカーを引く速度*/ }
  @media (max-width: 600px) {
    .marker-move {
      -webkit-animation: marker 8s linear 2s;
      animation: marker 8s linear 2s;
      /*マーカーを引く速度*/ } }

@-webkit-keyframes marker {
  0% {
    background-position: right -100% bottom; }
  100% {
    background-position: 0% bottom; } }

@keyframes marker {
  0% {
    background-position: right -100% bottom; }
  100% {
    background-position: 0% bottom; } }

h2 {
  font-size: 2.5vw;
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 320px) {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 2.2vw;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    h3 {
      font-size: 20px; } }

.midasi1 {
  position: relative;
  padding: .7em;
  background: #78BBE6;
  color: white; }
  .midasi1::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #959e9b; }

.midasi2 {
  position: relative;
  padding: 0.6em;
  border-radius: 20px;
  background: #F0F0F0;
  -webkit-box-shadow: 3px 3px 0px 0px #AAAAAA;
  box-shadow: 3px 3px 0px 0px #AAAAAA; }
  .midasi2::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 25px;
    top: 100%;
    border-top: 15px solid #AAAAAA;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent; }
  .midasi2::after {
    position: absolute;
    content: '';
    display: block;
    top: 99%;
    right: 30px;
    border-top: 15px solid #F0F0F0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    width: 0;
    height: 0; }

.midasi3 {
  position: relative;
  padding: 0.25em .5em;
  border-top: solid 2px #78BBE6;
  border-bottom: solid 2px #78BBE6;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.5); }
  .midasi3::before, .midasi3::after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: #78BBE6; }
  .midasi3::before {
    left: 7px; }
  .midasi3::after {
    right: 7px; }

.midasi4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .midasi4::before, .midasi4::after {
    content: '';
    height: 1px;
    background: black;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .midasi4::before {
    margin-right: 1rem; }
  .midasi4::after {
    margin-left: 1rem; }

.kagi {
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 10px; }
  .kagi::before, .kagi::after {
    content: '';
    width: 15px;
    height: 50px;
    position: absolute;
    display: inline-block; }
  .kagi::before {
    border-left: solid 2px #78BBE6;
    border-top: solid 2px #78BBE6;
    border-bottom: solid 2px #78BBE6;
    top: 0;
    left: 0; }
  .kagi::after {
    border-top: solid 2px #78BBE6;
    border-right: solid 2px #78BBE6;
    border-bottom: solid 2px #78BBE6;
    bottom: 0;
    right: 0; }

.number {
  background: #78BBE6;
  color: #FFF; }

.section-title span {
  font-size: 4.5rem;
  font-style: italic;
  color: #78BBE6; }
  @media (max-width: 600px) {
    .section-title span {
      font-size: 3rem; } }

.under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE600));
  background: -webkit-linear-gradient(transparent 70%, #FFE600 70%);
  background: -o-linear-gradient(transparent 70%, #FFE600 70%);
  background: linear-gradient(transparent 70%, #FFE600 70%); }

/*見出し系*/
.great {
  font-family: 'Great Vibes', cursive; }

.btn {
  margin: 1rem auto; }
  .btn .btn1 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #FFF;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#C3EBE6), to(#a5defa));
    background: -webkit-linear-gradient(#C3EBE6 0%, #a5defa 100%);
    background: -o-linear-gradient(#C3EBE6 0%, #a5defa 100%);
    background: linear-gradient(#C3EBE6 0%, #a5defa 100%);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28); }
  .btn .btn1:active {
    /*押したとき*/
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    /*沈むように*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5defa), to(#a5defa));
    background-image: -webkit-linear-gradient(#a5defa 0%, #a5defa 100%);
    background-image: -o-linear-gradient(#a5defa 0%, #a5defa 100%);
    background-image: linear-gradient(#a5defa 0%, #a5defa 100%);
    /*グラデーションを明るく*/ }
  .btn .btn2 {
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: #fff;
    color: #a5defa;
    overflow: hidden;
    text-decoration: none;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28); }
    .btn .btn2:hover {
      color: #FFF; }
    .btn .btn2::after {
      position: absolute;
      content: '';
      z-index: -1;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
      transform: scale(0.2); }
    .btn .btn2:hover::after {
      background-color: #a5defa;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0;
  clear: both; }
  section:nth-of-type(1) {
    padding: 40px 0; }
  @media (max-width: 600px) {
    section {
      width: 100%;
      padding: 20px 0; } }

section > .inner {
  width: calc(100% - 15%);
  margin: 0 auto; }
  @media (max-width: 850px) {
    section > .inner {
      width: calc(100% - 5%);
      padding: 0; } }
  @media (max-width: 320px) {
    section > .inner {
      width: 98%; } }

/* ========================================================
  header-pc
==========================================================*/
.header-nav {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.5); }
  @media (max-width: 1025px) {
    .header-nav {
      background-color: rgba(70, 70, 70, 0.5); } }
  @media (max-width: 600px) {
    .header-nav {
      padding: 0 10px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      background-image: none;
      width: 100%;
      height: 40px; } }
  .header-nav::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0; }
    @media (max-width: 600px) {
      .header-nav::after {
        border-bottom: none; } }

.header-logo a:hover {
  background: #78BBE6;
  color: #FFF; }

.pc-nav {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1025px) {
    .pc-nav {
      height: 40px; } }
  @media (max-width: 850px) {
    .pc-nav {
      display: none; } }
  .pc-nav ul {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1025px) {
      .pc-nav ul {
        height: 40px; } }
    .pc-nav ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 60px; }
      @media (max-width: 1025px) {
        .pc-nav ul li {
          height: 40px; } }
      .pc-nav ul li a {
        color: #545454;
        font-weight: 600;
        text-decoration: none;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px; }
        @media (max-width: 1025px) {
          .pc-nav ul li a {
            color: #FFF;
            padding: 10px; } }
        .pc-nav ul li a:hover {
          background: #78BBE6;
          color: #FFF; }

.pc-nav ul li.menu-item {
  position: relative;
  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;
  /*ドロップダウンしたメニューが隠れないように*/ }

.pc-nav ul li ul.sub-menu {
  display: none;
  /*サブメニューは最初は非表示にしておく*/
  position: absolute;
  /*絶対配置にしておかないとうまくいかない*/
  top: 60px;
  left: 0; }

.pc-nav ul li:hover ul.sub-menu {
  display: block;
  /*マウスオーバー時にサブメニューを表示する*/
  background: #FFF;
  height: auto; }

.pc-nav ul li ul.sub-menu li {
  float: none;
  /*サブメニューはフロートさせないので解除*/
  padding: 0;
  /*親メニューのパディングを解除*/
  width: 360px;
  height: auto;
  margin: auto; }

.pc-nav ul li ul.sub-menu li::after {
  border-right: none; }

.pc-nav ul li ul.sub-menu li a {
  display: block;
  width: 360px;
  margin: auto;
  border-top: none;
  /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/ }

/* ========================================================
   header-responsive
==========================================================*/
.drawer {
  display: none; }
  @media (max-width: 850px) {
    .drawer {
      display: inline-block;
      vertical-align: middle; } }

.drawer-icon {
  color: #FFF;
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle; }

.drawer-open {
  display: block; }

.m_checked .drawer-open {
  display: none; }

.drawer-close {
  display: none;
  z-index: 50;
  color: #FFF; }

.m_checked .drawer-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 40px; }

.drawer-content {
  background: rgba(51, 51, 51, 0.9);
  height: 80vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 10px 16px 16px;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 40; }

.m_checked .drawer-content {
  opacity: 1;
  visibility: visible; }

.drawer-nav li {
  position: relative; }
  .drawer-nav li::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 6px solid transparent; }
  .drawer-nav li a {
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 20px 12px 24px 0;
    text-decoration: none; }

.drawer-nav ul li.menu-item {
  position: relative;
  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;
  /*ドロップダウンしたメニューが隠れないように*/ }

/* ドロップダウンメニュー2階層目 */
.drawer-nav .drawer-list li ul.sub-menu {
  background-color: #FFF;
  text-align: center;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  margin: 0 auto; }

.drawer-nav .drawer-list li ul.sub-menu li a {
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 20px;
  /* ドロップダウンメニューの文字の背景色 */
  color: #000;
  /* ドロップダウンメニューの文字色 */
  text-decoration: none;
  /* Pドロップダウンメニューボタン高さ */
  text-align: center; }

.drawer-nav .drawer-list > .menu-item-has-children {
  position: relative; }
  .drawer-nav .drawer-list > .menu-item-has-children a {
    width: 80%; }
  .drawer-nav .drawer-list > .menu-item-has-children span {
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    margin-left: 10px; }

.drawer-nav .drawer-list li ul.sub-menu li {
  position: relative; }
  .drawer-nav .drawer-list li ul.sub-menu li::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #222;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%; }

.drawer-nav .drawer-list li ul.sub-menu span {
  display: none; }

#header {
  z-index: 20;
  position: relative;
  width: 100%;
  overflow: hidden; }
  #header::before {
    content: '';
    z-index: -2;
    position: absolute;
    top: -40%;
    left: -30%;
    width: 100%;
    height: 160%;
    background: -webkit-linear-gradient(135deg, #78BBE6 20%, #FFF);
    background: -o-linear-gradient(135deg, #78BBE6 20%, #FFF);
    background: linear-gradient(-45deg, #78BBE6 20%, #FFF);
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg); }
    @media (max-width: 850px) {
      #header::before {
        background: -webkit-linear-gradient(150deg, #78BBE6 50%, #FFF);
        background: -o-linear-gradient(150deg, #78BBE6 50%, #FFF);
        background: linear-gradient(-60deg, #78BBE6 50%, #FFF);
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
        width: 100%;
        height: 150%;
        top: -30%;
        left: -30%; } }
    @media (max-width: 600px) {
      #header::before {
        background: -webkit-linear-gradient(150deg, #78BBE6 50%, #FFF);
        background: -o-linear-gradient(150deg, #78BBE6 50%, #FFF);
        background: linear-gradient(-60deg, #78BBE6 50%, #FFF);
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
        width: 100%;
        height: 120%;
        top: -15%;
        left: -27%; } }
  @media (max-width: 600px) {
    #header {
      margin-bottom: 0; } }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 55px;
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  -o-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 1025px) {
    .is-fixed {
      background-color: rgba(70, 70, 70, 0.5); } }
  @media (max-width: 600px) {
    .is-fixed {
      height: 40px; } }

.logo a {
  text-decoration: none; }

@media (max-width: 600px) {
  .logo {
    width: 80%;
    line-height: 0;
    text-align: left; } }

@media (max-width: 320px) {
  .logo {
    width: 90%; } }

.logo .logo-img {
  vertical-align: middle;
  display: inline-block;
  width: 3rem;
  height: auto; }
  .logo .logo-img img {
    width: 100%;
    height: auto; }
  @media (max-width: 600px) {
    .logo .logo-img {
      display: none; } }

.logo .title {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  color: #545454; }
  .logo .title h1 {
    text-align: center;
    font-size: 16px; }
    @media (max-width: 1025px) {
      .logo .title h1 {
        color: #FFF; } }
    @media (max-width: 600px) {
      .logo .title h1 {
        text-align: left;
        font-size: small; } }
    @media (max-width: 320px) {
      .logo .title h1 {
        font-size: x-small; } }
    .logo .title h1 span {
      font-size: small; }
      @media (max-width: 600px) {
        .logo .title h1 span {
          font-size: 18px; } }
      @media (max-width: 320px) {
        .logo .title h1 span {
          font-size: 16px; } }

.Button1 {
  display: none; }
  @media (max-width: 600px) {
    .Button1 {
      display: block; } }
  .Button1 .btn-gradient-3d-simple {
    display: inline-block;
    text-align: center;
    padding: .2em .3em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6795fd), to(#67ceff));
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: -o-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    line-height: 1 !important; }
    .Button1 .btn-gradient-3d-simple i {
      font-size: small; }
    .Button1 .btn-gradient-3d-simple p {
      font-size: x-small;
      margin-bottom: .1rem;
      line-height: 1;
      color: #FFF;
      font-weight: bold; }
    .Button1 .btn-gradient-3d-simple:active {
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px);
      -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      border-bottom: none; }

.Button2 {
  display: none; }
  @media (max-width: 600px) {
    .Button2 {
      display: block; } }
  .Button2 .btn-gradient-3d-orange {
    display: inline-block;
    padding: 0.5em .3em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: -o-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668; }
    .Button2 .btn-gradient-3d-orange .Button-tel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .Button2 .btn-gradient-3d-orange .Button-tel p {
        font-size: x-small;
        line-height: 1.3;
        color: #FFF;
        font-weight: bold; }
      .Button2 .btn-gradient-3d-orange .Button-tel i {
        font-size: small;
        margin-right: .1em; }
    .Button2 .btn-gradient-3d-orange:active {
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px);
      -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      border-bottom: none; }

.top {
  position: relative;
  padding: 20px 0; }
  .top .pre-head {
    text-align: center;
    font-size: 22px;
    position: relative;
    margin: auto;
    width: 70%;
    line-height: 1.2;
    padding: 0.25em; }
    @media (max-width: 850px) {
      .top .pre-head {
        width: 80%; } }
    .top .pre-head p {
      position: relative;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
      font-weight: bold;
      background: #D5E0F1;
      padding: 0.6em;
      border-radius: 50px; }
      .top .pre-head p::after {
        position: absolute;
        content: '';
        top: 100%;
        right: 150px;
        border: 15px solid transparent;
        border-top: 15px solid #D5E0F1;
        width: 0;
        height: 0; }
  @media (max-width: 600px) {
    .top {
      display: none; } }
  .top .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc( 100% - 15%);
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1025px) {
      .top .inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .top .inner::after {
      position: absolute;
      content: "";
      width: 180%;
      height: 130%;
      z-index: -1;
      bottom: 0;
      left: -30%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .top .inner .headline {
      width: 60%; }
      .top .inner .headline .main-headline {
        border-radius: 10px;
        position: relative; }
        .top .inner .headline .main-headline h2 {
          text-align: left;
          font-size: 2.7vw;
          margin: 20px 0;
          text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
          white-space: nowrap; }
          @media (max-width: 850px) {
            .top .inner .headline .main-headline h2 {
              font-size: 24px; } }
    .top .inner .main-img {
      width: 30%;
      position: relative; }
      .top .inner .main-img img {
        -webkit-filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5));
        width: 100%;
        height: auto; }
      @media (max-width: 1025px) {
        .top .inner .main-img {
          width: 35%; } }
      @media (max-width: 850px) {
        .top .inner .main-img {
          width: 40%; } }
      .top .inner .main-img .profile {
        position: absolute;
        bottom: 5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        width: 80%; }
        @media (max-width: 850px) {
          .top .inner .main-img .profile {
            width: 85%; } }
        .top .inner .main-img .profile p {
          font-size: 24px;
          font-weight: bold;
          color: #FFF;
          text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.9);
          background: rgba(70, 70, 70, 0.3);
          padding-bottom: 10px; }
          .top .inner .main-img .profile p span {
            font-size: small; }
  .top .sub-headline {
    text-align: center;
    width: 70%;
    margin: 30px auto;
    position: relative; }
    .top .sub-headline p {
      font-size: 1.5vw;
      white-space: nowrap; }

.sale {
  position: relative;
  display: block;
  width: 45%;
  margin: 0 auto 20px;
  border: 2px solid #E3E3E3; }
  @media (max-width: 600px) {
    .sale {
      margin: 20px auto 10px;
      width: 90%; } }
  .sale::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0; }
  .sale img {
    position: relative;
    -webkit-filter: drop-shadow(4px 4px 7px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(4px 4px 7px rgba(255, 255, 255, 0.5));
    width: 100%;
    height: auto; }
  .sale .sale-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    z-index: 1; }
    @media (max-width: 600px) {
      .sale .sale-text {
        font-size: 18px; } }
    .sale .sale-text h3 {
      position: relative;
      margin-bottom: 0; }
      .sale .sale-text h3::before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #FFF;
        -webkit-transform: rotate(65deg);
        -ms-transform: rotate(65deg);
        transform: rotate(65deg);
        left: 10%; }
        @media (max-width: 600px) {
          .sale .sale-text h3::before {
            width: 20px;
            left: 2%; } }
      .sale .sale-text h3::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #FFF;
        -webkit-transform: rotate(-65deg);
        -ms-transform: rotate(-65deg);
        transform: rotate(-65deg);
        right: 10%; }
        @media (max-width: 600px) {
          .sale .sale-text h3::after {
            width: 20px;
            right: 2%; } }
    .sale .sale-text a {
      display: inline-block;
      position: relative;
      padding: 0.5em 1.5em;
      text-align: center;
      text-decoration: none;
      color: #1B1B1B;
      background: #fff;
      border-radius: 30px;
      border: 1px solid #1B1B1B;
      -webkit-transition: -webkit-transform ease .3s;
      transition: -webkit-transform ease .3s;
      -o-transition: transform ease .3s;
      transition: transform ease .3s;
      transition: transform ease .3s, -webkit-transform ease .3s;
      font-size: 20px; }
      @media (max-width: 600px) {
        .sale .sale-text a {
          font-size: 16px;
          padding: .2em 1em; } }
      .sale .sale-text a:hover {
        cursor: pointer;
        text-decoration: none; }
        .sale .sale-text a:hover i {
          cursor: pointer;
          text-decoration: none;
          -webkit-transform: translateX(6px);
          -ms-transform: translateX(6px);
          transform: translateX(6px); }
      .sale .sale-text a i {
        display: inline-block;
        text-decoration: none;
        -webkit-transition: -webkit-transform ease .3s;
        transition: -webkit-transform ease .3s;
        -o-transition: transform ease .3s;
        transition: transform ease .3s;
        transition: transform ease .3s, -webkit-transform ease .3s; }
    .sale .sale-text p {
      color: #FFF; }
      .sale .sale-text p span {
        font-size: 42px; }

/* sp-top */
/* sp-top */
.sp-top {
  display: none; }
  @media (max-width: 600px) {
    .sp-top {
      display: block; } }
  .sp-top .sub-head {
    width: 95%;
    margin: 5px auto 20px;
    font-size: 16px;
    text-align: center; }
    @media (max-width: 320px) {
      .sp-top .sub-head {
        width: 98%;
        font-size: x-small; } }
    .sp-top .sub-head p {
      background: #fffe;
      position: relative;
      font-weight: bold;
      padding: 0.4em;
      border-radius: 50px; }
  .sp-top .inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .sp-top .inner .headline {
      position: relative;
      top: 10%;
      -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
      transform: translateY(-5%);
      left: 3%;
      width: 100%;
      margin: 10px auto; }
      @media (max-width: 320px) {
        .sp-top .inner .headline {
          left: 1%; } }
      .sp-top .inner .headline .main-headline h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 0;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
        white-space: nowrap; }
        @media (max-width: 320px) {
          .sp-top .inner .headline .main-headline h2 {
            font-size: 22px; } }
    .sp-top .inner .main-img {
      position: absolute;
      width: 50%;
      z-index: 30;
      bottom: 0;
      right: 0; }
      .sp-top .inner .main-img img {
        -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
        width: 100%;
        height: auto; }
    .sp-top .inner .profile {
      position: absolute;
      bottom: 5%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      width: 80%; }
      .sp-top .inner .profile p {
        font-size: small;
        font-weight: bold;
        color: #FFF;
        text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.9);
        background: rgba(70, 70, 70, 0.3);
        padding-bottom: 5px;
        line-height: 1; }
        .sp-top .inner .profile p span {
          font-size: x-small; }
  .sp-top .sub-headline {
    clear: both;
    font-size: 14px;
    width: 95%;
    margin: 10px auto; }
    @media (max-width: 320px) {
      .sp-top .sub-headline {
        font-size: small; } }
    .sp-top .sub-headline p {
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); }

.point {
  position: relative;
  clear: both; }
  .point .inner {
    width: 100%; }
    .point .inner .flex .item {
      margin-right: 30px; }
      @media (max-width: 1025px) {
        .point .inner .flex .item {
          margin-right: 10px; } }
      .point .inner .flex .item:last-child {
        margin-right: 0; }
      .point .inner .flex .item .circle {
        position: relative;
        display: inline-block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #F99F48; }
        @media (max-width: 850px) {
          .point .inner .flex .item .circle {
            width: 90px;
            height: 90px; } }
        .point .inner .flex .item .circle p {
          position: absolute;
          display: inline-block;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 90px;
          text-align: center;
          color: #FFF;
          font-size: 18px;
          font-weight: bold; }
          @media (max-width: 850px) {
            .point .inner .flex .item .circle p {
              width: 65px;
              font-size: small; } }

.point-sp {
  display: none;
  position: relative;
  bottom: 0;
  left: 0;
  width: 55%;
  float: left; }
  @media (max-width: 600px) {
    .point-sp {
      display: inline-block; } }
  .point-sp .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .point-sp .flex .item {
      margin-right: 5px; }
      .point-sp .flex .item:last-child {
        margin-right: 0; }
      .point-sp .flex .item .circle {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #F99F48; }
        .point-sp .flex .item .circle p {
          position: absolute;
          display: inline-block;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 65px;
          text-align: center;
          color: #FFF;
          font-weight: bold;
          font-size: small; }

.voice-head {
  text-align: center; }
  .voice-head .ribbon9 {
    margin: 3rem 0 2rem 0;
    display: inline-block;
    position: relative;
    height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .voice-head .ribbon9 {
        margin: 10px 0 50px; } }
    .voice-head .ribbon9::before {
      /*左側のリボン端*/
      content: '';
      position: absolute;
      width: 10px;
      bottom: -35px;
      left: -45px;
      border: 30px solid #a5defa;
      border-left-color: transparent;
      /*山形に切り抜き*/ }
      @media (max-width: 600px) {
        .voice-head .ribbon9::before {
          width: 5px;
          bottom: -25px; } }
    .voice-head .ribbon9::after {
      /*右側のリボン端*/
      content: '';
      position: absolute;
      width: 10px;
      bottom: -35px;
      right: -45px;
      border: 30px solid #a5defa;
      border-right-color: transparent;
      /*山形に切り抜き*/ }
      @media (max-width: 600px) {
        .voice-head .ribbon9::after {
          width: 5px;
          bottom: -25px; } }
    .voice-head .ribbon9 p {
      display: inline-block;
      position: relative;
      z-index: 1;
      margin: 0;
      padding: 15px 20px;
      line-height: 45px;
      font-size: 3rem;
      color: #FFF;
      background: #78BBE6;
      /*真ん中の背景色*/ }
      @media (max-width: 600px) {
        .voice-head .ribbon9 p {
          padding: 10px 15px;
          font-size: 24px; } }
      .voice-head .ribbon9 p::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        z-index: 1;
        border: none;
        border-bottom: solid 10px transparent;
        border-right: solid 15px #00496E;
        /*左の折り返し部分*/ }
      .voice-head .ribbon9 p::after {
        position: absolute;
        content: '';
        top: 100%;
        right: 0;
        z-index: 1;
        border: none;
        border-bottom: solid 10px transparent;
        border-left: solid 15px #00496E;
        /*右の折り返し部分*/ }

.loopSlide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
  z-index: 21; }
  .loopSlide ul {
    padding: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .loopSlide ul:first-child {
      -webkit-animation: slide1 60s -30s linear infinite;
      animation: slide1 60s -30s linear infinite; }
    .loopSlide ul:last-child {
      -webkit-animation: slide2 60s linear infinite;
      animation: slide2 60s linear infinite; }
    @media (max-width: 600px) {
      .loopSlide ul:first-child {
        -webkit-animation: slide1 40s -20s linear infinite;
        animation: slide1 40s -20s linear infinite; }
      .loopSlide ul:last-child {
        -webkit-animation: slide2 40s linear infinite;
        animation: slide2 40s linear infinite; } }
    .loopSlide ul li {
      display: inline-block;
      width: 100%;
      min-width: 350px;
      list-style: none;
      text-align: center; }
      @media (max-width: 600px) {
        .loopSlide ul li {
          min-width: 150px; } }
      .loopSlide ul li img {
        display: block;
        width: 350px;
        height: 250px; }
        @media (max-width: 600px) {
          .loopSlide ul li img {
            width: 150px;
            height: 100px; } }

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

#service {
  background: url("../img/stripes-light.png"); }
  #service .bunner {
    display: block;
    text-align: center; }
    @media (max-width: 600px) {
      #service .bunner {
        margin-bottom: 50px; } }
    #service .bunner img {
      width: 50%;
      height: auto; }
      @media (max-width: 600px) {
        #service .bunner img {
          width: 95%; } }
      #service .bunner img:hover {
        opacity: .8; }
  #service .inner {
    width: 90%;
    padding: 50px;
    background: #FFFEF6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
    @media (max-width: 600px) {
      #service .inner {
        display: block;
        width: 95%;
        padding: 0;
        background: none; } }
    #service .inner .block {
      display: block;
      width: 30%;
      background: #e6f2f8;
      margin: 10px auto;
      height: auto;
      cursor: pointer;
      text-decoration: none; }
      #service .inner .block:hover {
        background-color: #a5defa; }
      @media (max-width: 600px) {
        #service .inner .block {
          width: 100%;
          height: 100%;
          margin-bottom: 50px; } }
      #service .inner .block h2 {
        font-size: .9em;
        color: #FFF;
        background: #78BBE6;
        padding: 5px 10px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0; }
        @media (max-width: 850px) {
          #service .inner .block h2 {
            font-size: 14px; } }
      #service .inner .block .service-content {
        padding: 10px;
        margin: 0 auto;
        text-align: center; }
        #service .inner .block .service-content h3 {
          color: #78BBE6;
          font-size: 18px;
          font-weight: bold;
          margin: 10px 0; }
          @media (max-width: 850px) {
            #service .inner .block .service-content h3 {
              font-size: 22px; } }
        #service .inner .block .service-content .service-txt p {
          text-align: left;
          font-size: 16px; }
          #service .inner .block .service-content .service-txt p span {
            color: #78BBE6;
            font-weight: bold; }
            #service .inner .block .service-content .service-txt p span i {
              margin-right: 5px; }
        #service .inner .block .service-content .service-content-img-01 {
          margin-bottom: 10px;
          width: 250px;
          height: auto;
          border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
          #service .inner .block .service-content .service-content-img-01 img {
            width: 100%;
            height: auto; }
        #service .inner .block .service-content .service-content-img-02 {
          margin-bottom: 10px;
          width: 250px;
          height: auto;
          border-radius: 30% 70% 56% 44% / 30% 46% 54% 70%; }
          #service .inner .block .service-content .service-content-img-02 img {
            width: 100%;
            height: auto; }
        #service .inner .block .service-content .service-content-img-03 {
          margin-bottom: 10px;
          width: 320px;
          height: auto;
          border-radius: 30% 70% 17% 83% / 43% 54% 46% 57%; }
          #service .inner .block .service-content .service-content-img-03 img {
            width: 100%;
            height: auto; }

/*====================================================================
customer-voice
====================================================================*/
#customer-voice {
  padding: 30px 0; }
  @media (max-width: 600px) {
    #customer-voice {
      padding: 10px 0; } }
  #customer-voice .inner h2 {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    font-size: 1.2em;
    color: #F99F48;
    line-height: 1;
    font-weight: bold; }
    @media (max-width: 600px) {
      #customer-voice .inner h2 {
        font-size: 1em; } }
    #customer-voice .inner h2 span {
      font-size: 4em;
      margin-right: 5px;
      font-weight: 300;
      color: #F99F48; }
      @media (max-width: 600px) {
        #customer-voice .inner h2 span {
          font-size: 3em; } }
  #customer-voice .inner .annotaion {
    float: right;
    display: block;
    padding: 30px 0 20px; }
    #customer-voice .inner .annotaion a {
      text-decoration: none;
      margin-left: 5px; }
      #customer-voice .inner .annotaion a i {
        color: #78BBE6;
        margin-right: 5px; }
      #customer-voice .inner .annotaion a span {
        color: #78BBE6;
        border-bottom: 1px solid #78BBE6; }
    @media (max-width: 850px) {
      #customer-voice .inner .annotaion {
        float: none;
        padding: 0; } }
    @media (max-width: 600px) {
      #customer-voice .inner .annotaion {
        font-size: 14px; } }
  #customer-voice .inner .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px auto;
    clear: both; }
    @media (max-width: 600px) {
      #customer-voice .inner .box {
        display: block; } }
    #customer-voice .inner .box a {
      width: 32.5%;
      border: 1px solid #ccc;
      margin: 0 auto;
      height: auto;
      cursor: pointer;
      text-decoration: none; }
      #customer-voice .inner .box a:hover {
        background-color: #ffe3e7; }
      @media (max-width: 600px) {
        #customer-voice .inner .box a:nth-of-type(2) {
          margin: 20px 0; } }
      @media (max-width: 850px) {
        #customer-voice .inner .box a {
          padding: 10px; } }
      @media (max-width: 600px) {
        #customer-voice .inner .box a {
          display: block;
          width: 100%; } }
      #customer-voice .inner .box a .voice-img {
        float: right;
        margin: 10px; }
        @media (max-width: 850px) {
          #customer-voice .inner .box a .voice-img {
            float: none;
            margin: 10px auto; } }
        #customer-voice .inner .box a .voice-img img {
          width: 150px;
          height: 150px;
          -o-object-fit: cover;
          object-fit: cover; }
          @media (max-width: 850px) {
            #customer-voice .inner .box a .voice-img img {
              width: 300px;
              height: 200px; } }
          @media (max-width: 600px) {
            #customer-voice .inner .box a .voice-img img {
              width: 100%; } }
        @media (max-width: 850px) {
          #customer-voice .inner .box a .voice-img {
            float: none; } }
      #customer-voice .inner .box a .box-txt {
        padding-right: 5px;
        line-height: 1.5;
        margin-left: 10px; }
        @media (max-width: 850px) {
          #customer-voice .inner .box a .box-txt {
            padding-right: 0;
            margin-left: 0; } }
      #customer-voice .inner .box a .catch-title {
        display: inline-block;
        color: #78BBE6;
        margin: 10px 0 10px 5px;
        font-weight: normal;
        font-size: 16px; }
        @media (max-width: 850px) {
          #customer-voice .inner .box a .catch-title {
            padding-right: 0;
            margin-left: 0; } }
      #customer-voice .inner .box a .customer-cat {
        display: inline-block;
        overflow: hidden;
        padding: 5px 10px;
        font-size: 14px;
        color: #FFF;
        margin: 10px 0 10px 2px;
        border-radius: 5px; }
        #customer-voice .inner .box a .customer-cat:not(:first-child) {
          display: none; }
        @media (max-width: 850px) {
          #customer-voice .inner .box a .customer-cat {
            width: 100%;
            margin: auto;
            padding: 10px 20px;
            font-size: 16px; } }

#corona .inner .section-title {
  position: relative;
  width: 90%;
  margin: auto; }
  #corona .inner .section-title h2 {
    text-align: center;
    font-size: 24px; }
    @media (max-width: 600px) {
      #corona .inner .section-title h2 {
        font-size: 20px; } }
  #corona .inner .section-title p {
    text-align: center; }

#corona .inner .corona-taisaku {
  margin: auto;
  width: 60%; }
  #corona .inner .corona-taisaku img {
    width: 100%;
    height: auto; }
  @media (max-width: 1025px) {
    #corona .inner .corona-taisaku {
      width: 100%; } }

#corona .inner .corona-text {
  text-align: center; }

#corona .inner a {
  display: block;
  text-align: center;
  width: 90%;
  margin: auto;
  font-size: small; }

#proof .inner {
  padding: 50px; }
  @media (max-width: 600px) {
    #proof .inner {
      padding: 10px; } }
  #proof .inner .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 50px; }
    #proof .inner .flex:last-child {
      margin-bottom: 0; }
    #proof .inner .flex a {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: block;
      width: 40%;
      margin-bottom: 20px;
      max-width: 80%; }
      @media (max-width: 600px) {
        #proof .inner .flex a {
          width: 100%;
          max-width: 100%; } }
      #proof .inner .flex a :hover {
        opacity: .5; }
    #proof .inner .flex a > img {
      margin: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: block;
      width: 100%; }
    #proof .inner .flex img {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 40%;
      margin: 0 auto 20px;
      max-width: 80%;
      height: auto; }
      @media (max-width: 600px) {
        #proof .inner .flex img {
          width: 100%;
          max-width: 100%; } }

#bullet {
  background: #a5defa; }
  #bullet .inner {
    background: #FFF;
    padding: 50px; }
    @media (max-width: 600px) {
      #bullet .inner {
        padding: 30px 10px; } }
    #bullet .inner .bullet-wrap {
      width: 90%;
      margin: 20px auto;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border: 2px solid #78BBE6;
      padding: 50px 30px; }
      @media (max-width: 600px) {
        #bullet .inner .bullet-wrap {
          width: 100%;
          padding: 30px 10px; } }
      #bullet .inner .bullet-wrap .bullet-img {
        width: 50%;
        margin-right: 50px; }
        #bullet .inner .bullet-wrap .bullet-img img {
          width: 100%;
          height: auto; }
        @media (max-width: 600px) {
          #bullet .inner .bullet-wrap .bullet-img {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px; } }
      #bullet .inner .bullet-wrap .bullet p {
        font-size: 22px;
        line-height: 2;
        margin-bottom: 10px;
        border-bottom: 1px dotted #000; }
        #bullet .inner .bullet-wrap .bullet p:last-child {
          border-bottom: none; }
        @media (max-width: 600px) {
          #bullet .inner .bullet-wrap .bullet p {
            font-size: 18px;
            line-height: 1.5; } }
        #bullet .inner .bullet-wrap .bullet p i {
          margin-right: 5px;
          color: #F99F48; }
    #bullet .inner .bullet-close {
      font-size: 24px;
      text-align: center;
      margin: 30px 0; }
      @media (max-width: 600px) {
        #bullet .inner .bullet-close {
          font-size: 18px; } }
      #bullet .inner .bullet-close span {
        font-size: 28px;
        font-weight: bold; }
        @media (max-width: 600px) {
          #bullet .inner .bullet-close span {
            font-size: 20px; } }
    @media (max-width: 600px) {
      #bullet .inner .customer-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

#kinmaku {
  position: relative; }
  #kinmaku::before {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../img/jintai.jpg");
    background-repeat: no-repeat;
    opacity: .2;
    background-position: center; }
  #kinmaku::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: #78BBE6;
    background-repeat: no-repeat;
    opacity: .2; }
  #kinmaku .inner {
    width: 70%; }
    @media (max-width: 600px) {
      #kinmaku .inner {
        width: 95%; } }
    #kinmaku .inner .kinmaku-img {
      background: #FFF;
      padding: 20px;
      margin: 50px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media (max-width: 600px) {
        #kinmaku .inner .kinmaku-img {
          margin: 20px auto;
          width: 100%; } }
      #kinmaku .inner .kinmaku-img .body-suit {
        display: block;
        width: 25%; }
        @media (max-width: 600px) {
          #kinmaku .inner .kinmaku-img .body-suit {
            width: 30%; } }
      #kinmaku .inner .kinmaku-img .kinmaku {
        display: block;
        width: 50%; }
        @media (max-width: 600px) {
          #kinmaku .inner .kinmaku-img .kinmaku {
            width: 68%; } }

#CTA {
  padding: 50px 0;
  background-color: #78BBE6; }
  #CTA .inner {
    background: #FFF; }
    @media (max-width: 600px) {
      #CTA .inner {
        display: none; } }
    #CTA .inner .CTA-text {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      #CTA .inner .CTA-text .CTA-head {
        text-align: center;
        padding: 3rem 0 1rem 0;
        font-size: 3vw;
        font-weight: bold; }
      #CTA .inner .CTA-text h2 {
        font-size: 3.2vw;
        color: #78BBE6; }
      #CTA .inner .CTA-text .flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin: 2rem 0;
        line-height: 0; }
        #CTA .inner .CTA-text .flex .normal {
          color: black;
          font-size: 1.2vw;
          font-weight: bold;
          padding-right: 1rem;
          padding-bottom: 0; }
          #CTA .inner .CTA-text .flex .normal p {
            margin-bottom: 0;
            line-height: 1.5; }
        #CTA .inner .CTA-text .flex .right {
          padding-top: 1.2rem; }
        #CTA .inner .CTA-text .flex .down p {
          font-size: 1.2vw;
          font-weight: bold;
          padding-left: 1rem;
          margin-bottom: 0;
          line-height: 1.5; }
          #CTA .inner .CTA-text .flex .down p .red {
            color: red;
            font-size: 5.2vw;
            padding-bottom: 0; }
      #CTA .inner .CTA-text .dead-line {
        text-align: center;
        font-size: 3vw; }
        #CTA .inner .CTA-text .dead-line p {
          color: black; }
        #CTA .inner .CTA-text .dead-line .doble-line2 {
          text-decoration: line-through; }
        #CTA .inner .CTA-text .dead-line .red {
          color: red;
          font-size: 4vw;
          font-weight: bold; }
        #CTA .inner .CTA-text .dead-line .dead {
          color: black;
          font-size: 1.5rem; }
        #CTA .inner .CTA-text .dead-line .remaining {
          font-size: 4vw;
          font-weight: bold; }
      #CTA .inner .CTA-text .doble-line {
        text-decoration: line-through;
        font-size: 4vw; }
      #CTA .inner .CTA-text .right {
        font-size: 3rem; }

.contact-wrap {
  width: 90%;
  padding: 30px 0;
  text-align: center;
  margin: 1rem auto; }
  .contact-wrap .tel {
    border: solid 3px black;
    margin-bottom: 50px; }
    .contact-wrap .tel .tel-head {
      font-size: 2vw; }
    .contact-wrap .tel .tel-number {
      font-size: 5vw;
      font-weight: bold;
      padding: 1rem 0; }
      .contact-wrap .tel .tel-number i {
        font-size: 4vw; }
    .contact-wrap .tel .tel-coution {
      font-size: 18px;
      margin-bottom: 20px; }
  .contact-wrap .mail {
    position: relative;
    text-align: left; }
    @media (max-width: 600px) {
      .contact-wrap .mail {
        width: 90%; } }
    .contact-wrap .mail .wrap {
      background: rgba(0, 122, 183, 0.8);
      padding: 80px 0; }
      .contact-wrap .mail .wrap .mail-head {
        text-align: center;
        color: #FFF;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 20px; }
    .contact-wrap .mail .required {
      color: #FFF;
      border-radius: 8px;
      padding: 5px;
      margin-left: 10px;
      font-size: small; }
    .contact-wrap .mail .caution {
      font-weight: normal;
      margin: 10px 0 30px; }
    .contact-wrap .mail .block {
      width: 70%;
      margin: 50px auto;
      font-weight: bold;
      color: #FFF; }
      @media (max-width: 850px) {
        .contact-wrap .mail .block {
          width: 98%;
          margin: 20px auto; } }
      .contact-wrap .mail .block p {
        color: #FFF; }
      .contact-wrap .mail .block label {
        font-size: 20px;
        color: #FFF;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        .contact-wrap .mail .block label .required {
          display: inline-block;
          vertical-align: middle;
          color: #FFF;
          background: #F99F48;
          border-radius: 8px;
          padding: 5px;
          margin-left: 10px;
          width: 50px;
          font-size: 16px;
          text-align: center; }
      .contact-wrap .mail .block .text-box {
        position: relative;
        display: block;
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #aaa;
        border-radius: 5px;
        font-size: 20px;
        color: #4C4C4C;
        outline: none;
        font-weight: normal;
        margin: 1.2rem 0; }
        @media (max-width: 600px) {
          .contact-wrap .mail .block .text-box {
            width: 90%; } }
      .contact-wrap .mail .block #name {
        width: 350px; }
      .contact-wrap .mail .block #email {
        width: 650px; }
        @media (max-width: 1025px) {
          .contact-wrap .mail .block #email {
            width: 95%; } }
      .contact-wrap .mail .block #tel {
        width: 400px; }
      .contact-wrap .mail .block textarea {
        display: block;
        border: solid 1px #aaa;
        border-radius: 5px;
        padding: 10px;
        height: 260px;
        font-size: 18px;
        outline: none;
        background-color: #FFF;
        color: #4C4C4C;
        font-weight: normal;
        margin: 1.2rem 0; }
        @media (max-width: 600px) {
          .contact-wrap .mail .block textarea {
            width: 90%; } }
    .contact-wrap .mail .btn-area {
      width: 70%;
      margin: auto; }
      @media (max-width: 1025px) {
        .contact-wrap .mail .btn-area {
          width: 98%; } }
      .contact-wrap .mail .btn-area p {
        color: #FFF;
        font-weight: bold;
        margin: 10px 0; }
      .contact-wrap .mail .btn-area input[type="submit"] {
        background: #F99F48;
        border: none;
        color: white;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 20px;
        margin-bottom: 10px; }
        @media (max-width: 600px) {
          .contact-wrap .mail .btn-area input[type="submit"] {
            font-size: 15px;
            padding: 10px 14px; } }
      .contact-wrap .mail .btn-area input[type="reset"] {
        background: #aaa;
        border: none;
        color: white;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 20px; }
        @media (max-width: 600px) {
          .contact-wrap .mail .btn-area input[type="reset"] {
            font-size: 15px;
            padding: 10px 14px; } }

.contact-coution p {
  line-height: 2;
  width: 70%;
  margin: 0 auto;
  color: #FFF; }
  @media (max-width: 600px) {
    .contact-coution p {
      line-height: 1.5;
      font-size: small;
      font-weight: normal;
      text-align: left;
      margin: 0;
      width: 100%; } }

.LINE-contents {
  width: 100%; }
  .LINE-contents .LINE-wrap {
    width: 90%;
    margin: 0 auto; }
    .LINE-contents .LINE-wrap .LINE-title {
      margin: 0 auto;
      color: #00C300;
      font-weight: bold;
      font-size: 2vw; }
    .LINE-contents .LINE-wrap .flex {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .LINE-contents .LINE-wrap .flex .flow-text {
        text-align: left;
        color: white;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px; }
      .LINE-contents .LINE-wrap .flex .flow {
        width: 48%;
        border: solid 1px black;
        background: #00C300;
        padding: 2rem;
        margin-bottom: 2rem; }
        .LINE-contents .LINE-wrap .flex .flow img {
          width: 12rem; }
        .LINE-contents .LINE-wrap .flex .flow .LINE-id {
          padding-top: 1rem; }
          .LINE-contents .LINE-wrap .flex .flow .LINE-id span {
            color: black;
            background-color: white;
            text-align: center;
            padding: .5rem .3rem; }
      .LINE-contents .LINE-wrap .flex .LINE-talk {
        width: 48%;
        border: solid 1px black;
        background: #00C300;
        padding: 2rem;
        margin-bottom: 2rem; }
        .LINE-contents .LINE-wrap .flex .LINE-talk img {
          width: 15rem;
          -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }

.CTA-contents-res {
  background: #78BBE6;
  display: none; }
  @media (max-width: 600px) {
    .CTA-contents-res {
      display: block; } }
  .CTA-contents-res .response-res-wrap {
    padding: 0 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold; }
    @media (max-width: 320px) {
      .CTA-contents-res .response-res-wrap {
        padding: 0 5px; } }
    .CTA-contents-res .response-res-wrap .response-res-text .response-head-res {
      font-size: 1.4rem;
      padding-bottom: 2rem;
      color: #FFF; }
      @media (max-width: 320px) {
        .CTA-contents-res .response-res-wrap .response-res-text .response-head-res {
          font-size: 18px; } }
    .CTA-contents-res .response-res-wrap .response-res-text .price-wrap {
      background: #FFF;
      margin-bottom: 20px; }
      .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-top: 2rem; }
        .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-normal-res {
          font-size: 1rem; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-normal-res .doble-line-res {
            text-decoration: line-through;
            font-size: 1.5rem; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-normal-res .tuujyou-res {
            font-size: 10px; }
        .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .right {
          margin: 10px 0; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .right i {
            font-size: 26px;
            color: #000; }
        .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-down-res {
          font-size: 2rem; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-down-res .red2 {
            color: red;
            font-size: 3.5rem; }
          .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .flex .price-down-res .tuujyou-res {
            font-size: 1rem; }
      .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .dead-line-res {
        padding: 2rem 0;
        font-size: 1.5rem; }
        .CTA-contents-res .response-res-wrap .response-res-text .price-wrap .dead-line-res .dead-res {
          color: black;
          font-size: 1rem; }

.contact-wrap-res {
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  .contact-wrap-res .tel {
    color: #FFF; }
    .contact-wrap-res .tel .tel-number-res a {
      width: 100%;
      color: #FFF;
      margin: 1rem auto;
      font-size: 7vw;
      font-weight: bold;
      line-height: 0.8;
      padding: .5rem 1rem;
      line-height: 1;
      margin: .3rem 0 0;
      display: inline-block;
      text-decoration: none;
      border-radius: 4px;
      background-image: -webkit-linear-gradient(45deg, #ff8548 0%, #fca276 100%);
      background-image: -o-linear-gradient(45deg, #ff8548 0%, #fca276 100%);
      background-image: linear-gradient(45deg, #ff8548 0%, #fca276 100%);
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
      border-bottom: solid 3px #c58668; }
      .contact-wrap-res .tel .tel-number-res a p {
        color: #FFF;
        font-size: 14px;
        margin-bottom: 0; }
      .contact-wrap-res .tel .tel-number-res a span {
        font-size: 14px; }
      .contact-wrap-res .tel .tel-number-res a i {
        font-size: 20px; }
    .contact-wrap-res .tel .tel-coution {
      font-size: x-small;
      margin-bottom: 20px; }
  .contact-wrap-res .mail {
    position: relative;
    text-align: left;
    background: rgba(70, 70, 70, 0.5);
    margin-bottom: 20px; }
    .contact-wrap-res .mail .wrap {
      padding: 20px 10px; }
      .contact-wrap-res .mail .wrap .mail-head {
        text-align: center;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px; }
      .contact-wrap-res .mail .wrap .contact-caution p {
        color: #FFF;
        font-size: small; }
      .contact-wrap-res .mail .wrap .required {
        color: #FFF;
        border-radius: 8px;
        padding: 5px;
        margin-left: 10px;
        font-size: small; }
      .contact-wrap-res .mail .wrap .caution {
        width: 90%;
        font-weight: normal;
        margin: 10px 0 30px; }
      .contact-wrap-res .mail .wrap .block {
        margin: 30px auto; }
        .contact-wrap-res .mail .wrap .block p {
          color: #FFF; }
        .contact-wrap-res .mail .wrap .block label {
          font-size: 20px;
          color: #FFF;
          -webkit-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          .contact-wrap-res .mail .wrap .block label .required {
            display: inline-block;
            vertical-align: middle;
            color: #FFF;
            background: #F99F48;
            border-radius: 8px;
            padding: 5px;
            margin-left: 10px;
            width: 50px;
            font-size: 16px;
            text-align: center; }
        .contact-wrap-res .mail .wrap .block .text-box {
          position: relative;
          display: block;
          width: 100%;
          padding: 10px 15px;
          border: 1px solid #aaa;
          border-radius: 5px;
          color: #4C4C4C;
          outline: none;
          font-weight: normal;
          margin: 1.2rem 0; }
        .contact-wrap-res .mail .wrap .block textarea {
          display: block;
          border: solid 1px #aaa;
          border-radius: 5px;
          padding: 10px;
          height: 260px;
          outline: none;
          background-color: #FFF;
          color: #4C4C4C;
          font-weight: normal;
          margin: 1.2rem 0; }
    .contact-wrap-res .mail .btn-area p {
      color: #FFF;
      font-weight: bold;
      margin: 10px 0; }
    .contact-wrap-res .mail .btn-area input[type="submit"] {
      background: #F99F48;
      border: none;
      color: white;
      font-size: 16px;
      font-weight: bold;
      padding: 10px 14px;
      margin-bottom: 10px; }

.contact-caution-res p {
  font-size: small; }

.LINE-res {
  background-color: #00C300;
  padding-bottom: 1rem; }
  .LINE-res .LINE-text-res p {
    font-size: 1.2rem;
    color: yellow;
    padding-top: 1rem; }
  .LINE-res .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 1rem;
    margin: 0 auto; }
    .LINE-res .flex .LINE-img-res {
      width: 70%; }
      .LINE-res .flex .LINE-img-res img {
        width: 100%; }
    .LINE-res .flex .LINE-cord-res p {
      text-align: center;
      font-size: 0.8rem;
      margin-bottom: 0 !important;
      color: #000; }
    .LINE-res .flex .LINE-cord-res img {
      width: 80%; }
  .LINE-res .LINE-flow-res .button-content .Button {
    margin: 1rem 0; }
    .LINE-res .LINE-flow-res .button-content .Button .btn-line {
      color: #fff;
      /*文字・アイコン色*/
      border-radius: 7px;
      /*角丸に*/
      display: inline-block;
      height: 58px;
      /*高さ*/
      width: 300px;
      /*幅*/
      text-align: center;
      /*中身を中央寄せ*/
      font-size: 20px;
      /*文字のサイズ*/
      line-height: 50px;
      /*高さと合わせる*/
      background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
      background-image: -o-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
      background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
      overflow: hidden;
      /*はみ出た部分を隠す*/
      text-decoration: none;
      /*下線は消す*/
      border-bottom: solid 3px #c58668; }
      @media (max-width: 600px) {
        .LINE-res .LINE-flow-res .button-content .Button .btn-line {
          font-size: 18px;
          width: 250px; } }
      .LINE-res .LINE-flow-res .button-content .Button .btn-line img {
        display: inline-block;
        width: 30px;
        padding-right: 1rem;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .LINE-res .LINE-flow-res .button-content .Button .btn-line img {
            padding-right: .2rem; } }
      .LINE-res .LINE-flow-res .button-content .Button .btn-line span {
        display: inline-block;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        vertical-align: middle; }
  .LINE-res .LINE-flow-res .flow-res p {
    color: #FFF; }

#why .inner h2 {
  font-size: 5.2vw;
  margin-bottom: 80px; }
  @media (max-width: 600px) {
    #why .inner h2 {
      font-size: 26px;
      margin-bottom: 20px; } }
  #why .inner h2 .small {
    font-size: 3vw; }
    @media (max-width: 600px) {
      #why .inner h2 .small {
        font-size: 18px; } }

#why .inner .text {
  width: 80%;
  margin: auto;
  font-size: 1.4vw;
  line-height: 2; }
  @media (max-width: 600px) {
    #why .inner .text {
      font-size: 16px;
      width: 100%; } }

#profile {
  background: #a5defa; }
  #profile .inner .profile-head {
    text-align: center; }
    #profile .inner .profile-head h2 {
      font-size: 3rem;
      font-weight: bold;
      padding-bottom: 1rem; }
      @media (max-width: 600px) {
        #profile .inner .profile-head h2 {
          font-size: 28px; } }
    #profile .inner .profile-head p {
      font-size: 2rem;
      font-weight: bold;
      padding-bottom: 5rem; }
      @media (max-width: 600px) {
        #profile .inner .profile-head p {
          font-size: 24px;
          padding-bottom: 20px; } }
  #profile .inner .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #profile .inner .flex .profile-img-sp {
      display: none;
      margin: 20px auto;
      width: 100%;
      text-align: center; }
      @media (max-width: 600px) {
        #profile .inner .flex .profile-img-sp {
          display: block; } }
      #profile .inner .flex .profile-img-sp img {
        text-align: center;
        width: 60%;
        margin: auto; }
      #profile .inner .flex .profile-img-sp p {
        text-align: center;
        margin-bottom: 10px; }
      #profile .inner .flex .profile-img-sp .profile-table {
        position: relative;
        z-index: 1;
        padding: 10px;
        width: 100%;
        margin: auto; }
        #profile .inner .flex .profile-img-sp .profile-table table {
          font-size: 16px; }
          #profile .inner .flex .profile-img-sp .profile-table table caption {
            font-size: 14px;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px; }
          #profile .inner .flex .profile-img-sp .profile-table table tr {
            border-bottom: 1px dashed #000;
            padding: 5px 0; }
            #profile .inner .flex .profile-img-sp .profile-table table tr:last-child {
              border-bottom: none; }
            #profile .inner .flex .profile-img-sp .profile-table table tr th {
              width: 38%; }
            #profile .inner .flex .profile-img-sp .profile-table table tr td {
              width: 62%; }
        #profile .inner .flex .profile-img-sp .profile-table::after {
          content: "";
          background: #FFF;
          background-position: center;
          margin: 0 auto;
          opacity: 0.8;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          position: absolute;
          z-index: -1;
          width: 100%; }
    #profile .inner .flex .profile-text {
      width: 62%;
      font-size: 1.2vw;
      line-height: 1.8;
      display: block;
      position: relative;
      z-index: 1;
      padding: 3rem 1.5rem;
      margin: 0 auto; }
      @media (max-width: 600px) {
        #profile .inner .flex .profile-text {
          width: 100%;
          font-size: 16px;
          line-height: 1.6;
          padding: 20px 10px; } }
      #profile .inner .flex .profile-text::after {
        content: "";
        background: #FFF;
        background-position: center;
        margin: 0 auto;
        opacity: 0.8;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        width: 100%; }
    #profile .inner .flex .profile-img {
      margin: 0 auto;
      width: 30%; }
      @media (max-width: 600px) {
        #profile .inner .flex .profile-img {
          display: none; } }
      #profile .inner .flex .profile-img img {
        text-align: center;
        width: 24vw; }
      #profile .inner .flex .profile-img p {
        text-align: center;
        margin-bottom: 10px; }
      #profile .inner .flex .profile-img .profile-table {
        position: relative;
        z-index: 1;
        padding: 10px; }
        #profile .inner .flex .profile-img .profile-table table {
          font-size: 1.2vw; }
          #profile .inner .flex .profile-img .profile-table table caption {
            font-size: 1.2vw;
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px; }
          #profile .inner .flex .profile-img .profile-table table tr {
            border-bottom: 1px dashed #000;
            padding: 5px 0; }
            #profile .inner .flex .profile-img .profile-table table tr:last-child {
              border-bottom: none; }
            #profile .inner .flex .profile-img .profile-table table tr th {
              width: 38%; }
            #profile .inner .flex .profile-img .profile-table table tr td {
              width: 62%; }
        #profile .inner .flex .profile-img .profile-table::after {
          content: "";
          background: #FFF;
          background-position: center;
          margin: 0 auto;
          opacity: 0.8;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          position: absolute;
          z-index: -1;
          width: 100%; }

#recommendation .inner .recommendation-head {
  text-align: center; }
  #recommendation .inner .recommendation-head h2 {
    color: #78BBE6;
    font-size: 3rem; }
    @media (max-width: 600px) {
      #recommendation .inner .recommendation-head h2 {
        font-size: 20px; } }

#recommendation .inner .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  border: 2px solid #000; }
  #recommendation .inner .flex .recommendation-img {
    width: 25%;
    margin-right: 50px; }
    @media (max-width: 600px) {
      #recommendation .inner .flex .recommendation-img {
        width: 100%;
        margin-right: 0; } }
  #recommendation .inner .flex .recommendation-text {
    width: 60%; }
    @media (max-width: 600px) {
      #recommendation .inner .flex .recommendation-text {
        width: 100%; } }
    #recommendation .inner .flex .recommendation-text h3 {
      font-size: 2vw;
      text-align: left; }
      @media (max-width: 600px) {
        #recommendation .inner .flex .recommendation-text h3 {
          font-size: 18px; } }
    #recommendation .inner .flex .recommendation-text .profile {
      position: relative;
      padding-left: 2rem;
      border-left: solid 3px lightgray;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        #recommendation .inner .flex .recommendation-text .profile {
          padding-left: 10px; } }
      #recommendation .inner .flex .recommendation-text .profile::after {
        content: '';
        position: absolute;
        border-left: solid 3px lightgray; }
    #recommendation .inner .flex .recommendation-text .text {
      margin-bottom: 20px; }
    #recommendation .inner .flex .recommendation-text .caution {
      font-size: 14px;
      color: #606060; }

#reason {
  position: relative;
  z-index: -3;
  background: #a5defa; }
  #reason .inner {
    position: relative; }
    #reason .inner .reason-head {
      color: #78BBE6;
      margin-bottom: 80px; }
      @media (max-width: 600px) {
        #reason .inner .reason-head {
          margin: 30px 0; } }
      #reason .inner .reason-head h2 {
        font-size: 3rem; }
        @media (max-width: 600px) {
          #reason .inner .reason-head h2 {
            font-size: 24px; } }
    #reason .inner .left {
      position: relative;
      -webkit-box-shadow: -1px 1px 5px lightgray;
      box-shadow: -1px 1px 5px lightgray; }
      #reason .inner .left::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 5%;
        left: -3%;
        background: #78BBE6;
        z-index: -1; }
        @media (max-width: 600px) {
          #reason .inner .left::after {
            top: 3%;
            left: -5%; } }
    #reason .inner .right {
      position: relative;
      -webkit-box-shadow: 1px 1px 5px lightgray;
      box-shadow: 1px 1px 5px lightgray; }
      #reason .inner .right::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 3%;
        right: -5%;
        background: #78BBE6;
        z-index: -1; }
    #reason .inner .box {
      position: relative;
      width: 80%;
      margin: 0 auto 80px;
      background: #FFF;
      padding: 30px 20px; }
      @media (max-width: 600px) {
        #reason .inner .box {
          width: 90%;
          margin-bottom: 50px;
          padding: 20px 10px; } }
      #reason .inner .box h3 {
        text-align: center;
        padding: 20px 0;
        line-height: 2;
        font-size: 24px; }
        @media (max-width: 600px) {
          #reason .inner .box h3 {
            font-size: 18px;
            line-height: 1.5;
            margin-bottom: 10px; } }
      #reason .inner .box p {
        line-height: 2; }

#flow .inner .sejyutu-head h2 {
  text-align: center; }

#flow .inner .flex {
  position: relative;
  width: 80%;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px lightgray;
  box-shadow: 0 0 10px lightgray; }
  @media (max-width: 600px) {
    #flow .inner .flex {
      width: 100%; } }
  #flow .inner .flex .text {
    width: 55%; }
    @media (max-width: 600px) {
      #flow .inner .flex .text {
        width: 100%; } }
    #flow .inner .flex .text h3 {
      text-align: left; }
    #flow .inner .flex .text p {
      line-height: 2;
      font-size: 20px; }
      @media (max-width: 600px) {
        #flow .inner .flex .text p {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 20px; } }
  #flow .inner .flex .img {
    width: 40%; }
    @media (max-width: 600px) {
      #flow .inner .flex .img {
        width: 100%; } }

#flow .inner .under-arrow {
  margin: 0 auto;
  width: 100%;
  text-align: center; }

#price {
  background-image: url("../img/stripes-light.png"); }
  #price .inner .price-head {
    text-align: center;
    font-size: 2vw;
    font-weight: bold; }
    @media (max-width: 600px) {
      #price .inner .price-head {
        font-size: 18px; } }
  #price .inner .first-price {
    padding-top: 2rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold; }
  #price .inner .under-arrow {
    text-align: center; }
  #price .inner .special-price {
    text-align: center;
    font-size: 2rem;
    font-weight: bold; }
    #price .inner .special-price p {
      position: relative;
      display: inline-block;
      padding: 0 30px; }
      #price .inner .special-price p::before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #78BBE6;
        -webkit-transform: rotate(65deg);
        -ms-transform: rotate(65deg);
        transform: rotate(65deg);
        left: 0; }
      #price .inner .special-price p::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #78BBE6;
        -webkit-transform: rotate(-65deg);
        -ms-transform: rotate(-65deg);
        transform: rotate(-65deg);
        right: 0; }
  #price .inner .free-price {
    text-align: center;
    font-size: 5rem;
    color: red;
    font-weight: bold; }
    @media (max-width: 600px) {
      #price .inner .free-price {
        font-size: 3rem; } }
  #price .inner .dead-line2 {
    text-align: center;
    font-size: 2.5vw; }
    @media (max-width: 600px) {
      #price .inner .dead-line2 p {
        font-size: 18px; } }
  #price .inner .condition {
    margin: 50px auto;
    text-align: center;
    padding: 20px;
    border: 1px solid #78BBE6;
    background: #FFF;
    width: 80%;
    line-height: 2; }
    @media (max-width: 600px) {
      #price .inner .condition {
        width: 100%;
        line-height: 1.5; } }
    #price .inner .condition p {
      margin-bottom: 20px; }
    #price .inner .condition a {
      display: inline-block;
      position: relative;
      padding: 0.5em 1em;
      text-align: center;
      text-decoration: none;
      color: #FFF;
      background: #78BBE6;
      border-radius: 30px;
      -webkit-transition: -webkit-transform ease .3s;
      transition: -webkit-transform ease .3s;
      -o-transition: transform ease .3s;
      transition: transform ease .3s;
      transition: transform ease .3s, -webkit-transform ease .3s;
      font-size: 20px;
      font-weight: bold; }
      @media (max-width: 600px) {
        #price .inner .condition a {
          font-size: 16px; } }
      #price .inner .condition a:hover {
        cursor: pointer;
        text-decoration: none; }
        #price .inner .condition a:hover i {
          cursor: pointer;
          text-decoration: none;
          -webkit-transform: translateX(6px);
          -ms-transform: translateX(6px);
          transform: translateX(6px); }
      #price .inner .condition a i {
        display: inline-block;
        text-decoration: none;
        -webkit-transition: -webkit-transform ease .3s;
        transition: -webkit-transform ease .3s;
        -o-transition: transform ease .3s;
        transition: transform ease .3s;
        transition: transform ease .3s, -webkit-transform ease .3s;
        margin-left: 10px; }

#present .inner .present-head {
  text-align: center; }
  #present .inner .present-head p {
    font-size: 1.5rem; }
    @media (max-width: 600px) {
      #present .inner .present-head p {
        font-size: 18px; } }

#present .inner .block {
  display: block;
  position: relative;
  margin: 5rem auto;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 600px) {
    #present .inner .block {
      margin: 1rem auto; } }
  #present .inner .block .ribbon2-content {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden; }
    #present .inner .block .ribbon2-content .ribbon2 {
      display: inline-block;
      position: absolute;
      padding: 7px 0;
      left: -23px;
      top: 22px;
      width: 160px;
      text-align: center;
      font-size: 18px;
      line-height: 16px;
      background: #ffa520;
      color: #fff;
      letter-spacing: 0.05em;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      #present .inner .block .ribbon2-content .ribbon2::before, #present .inner .block .ribbon2-content .ribbon2::after {
        position: absolute;
        content: "";
        border-top: 4px solid #b2751b;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        bottom: -4px; }
      #present .inner .block .ribbon2-content .ribbon2::before {
        left: 14px; }
      #present .inner .block .ribbon2-content .ribbon2::after {
        right: 18px; }
  #present .inner .block .flex {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #present .inner .block .flex .img {
      width: 30%; }
      @media (max-width: 600px) {
        #present .inner .block .flex .img {
          width: 100%;
          margin-bottom: 20px; } }
      #present .inner .block .flex .img p {
        width: 250px;
        position: relative;
        margin-top: 1rem;
        height: 50px;
        /*リボンの高さ*/
        line-height: 50px;
        /*リボンの高さ*/
        text-align: center;
        padding: 0 10px;
        /*横の大きさ*/
        font-size: 1.5rem;
        /*文字の大きさ*/
        background: #78BBE6;
        /*塗りつぶし色*/
        color: #FFF;
        /*文字色*/
        margin: 10px auto;
        font-weight: bold; }
        @media (max-width: 600px) {
          #present .inner .block .flex .img p {
            width: 90%;
            padding: 0; } }
        #present .inner .block .flex .img p::before, #present .inner .block .flex .img p::after {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          top: 0;
          z-index: 1; }
        #present .inner .block .flex .img p::before {
          top: 0;
          left: 0;
          border-width: 25px 0px 25px 15px;
          border-color: transparent transparent transparent #fff;
          border-style: solid; }
          @media (max-width: 600px) {
            #present .inner .block .flex .img p::before {
              left: -2px;
              border-width: 26px 0px 26px 26px; } }
        #present .inner .block .flex .img p::after {
          top: 0;
          right: 0;
          border-width: 25px 15px 25px 0px;
          border-color: transparent #fff transparent transparent;
          border-style: solid; }
          @media (max-width: 600px) {
            #present .inner .block .flex .img p::after {
              right: -2px;
              border-width: 26px 26px 26px 0; } }
    #present .inner .block .flex .text {
      width: 50%; }
      @media (max-width: 600px) {
        #present .inner .block .flex .text {
          width: 100%; } }
      #present .inner .block .flex .text h3 {
        margin-bottom: 1rem; }
      #present .inner .block .flex .text p {
        font-size: 1rem;
        text-align: center; }

#warranty .inner .warranty-head h2 {
  text-align: center;
  color: #78BBE6; }

#warranty .inner .flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.14);
  padding: 20px 10px; }
  #warranty .inner .flex .img {
    width: 30%; }
    @media (max-width: 600px) {
      #warranty .inner .flex .img {
        width: 100%; } }
  #warranty .inner .flex .text {
    width: 50%; }
    @media (max-width: 600px) {
      #warranty .inner .flex .text {
        width: 100%; } }
    #warranty .inner .flex .text p {
      font-size: 1rem;
      line-height: 1.8; }

#refine .inner .refine-head {
  text-align: center; }
  #refine .inner .refine-head img {
    width: 15rem;
    margin-bottom: 4rem; }

#refine .inner .flex {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media (max-width: 600px) {
    #refine .inner .flex .refine-ok {
      margin-bottom: 20px; } }
  #refine .inner .flex .refine-ok, #refine .inner .flex .refine-ng {
    border: solid 2px black;
    width: 40%;
    padding: 1rem 1.5rem; }
    @media (max-width: 600px) {
      #refine .inner .flex .refine-ok, #refine .inner .flex .refine-ng {
        width: 100%; } }
    #refine .inner .flex .refine-ok h3, #refine .inner .flex .refine-ng h3 {
      text-align: left;
      font-size: 24px;
      margin: 20px 0; }
      @media (max-width: 600px) {
        #refine .inner .flex .refine-ok h3, #refine .inner .flex .refine-ng h3 {
          font-size: 20px;
          margin: 10px 0; } }
      #refine .inner .flex .refine-ok h3 i, #refine .inner .flex .refine-ng h3 i {
        margin-right: 10px; }
      #refine .inner .flex .refine-ok h3 .icon-check-circle-o, #refine .inner .flex .refine-ng h3 .icon-check-circle-o {
        color: #35DD85;
        font-size: 24px; }
      #refine .inner .flex .refine-ok h3 .icon-times-circle-o, #refine .inner .flex .refine-ng h3 .icon-times-circle-o {
        font-size: 26px;
        color: #FE5558; }
    #refine .inner .flex .refine-ok p, #refine .inner .flex .refine-ng p {
      margin-bottom: 40px; }

#access .inner .access-head {
  text-align: center;
  margin-bottom: 5rem; }
  @media (max-width: 600px) {
    #access .inner .access-head {
      margin-bottom: 50px; } }
  #access .inner .access-head p {
    font-size: 1.5rem; }
    @media (max-width: 600px) {
      #access .inner .access-head p {
        font-size: 18px; } }

#access .inner .flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px; }
  #access .inner .flex .map {
    width: 50%; }
    @media (max-width: 600px) {
      #access .inner .flex .map {
        width: 100%; } }
    #access .inner .flex .map .iframe iframe {
      width: 100%; }
    #access .inner .flex .map .google {
      margin: 5rem 0;
      text-align: center; }
      @media (max-width: 600px) {
        #access .inner .flex .map .google {
          margin: 2rem 0; } }
      #access .inner .flex .map .google .Google {
        padding: 1rem 3rem;
        font-size: 1.2rem;
        text-decoration: none;
        background: #78BBE6;
        color: #FFF;
        border-radius: 7px; }
        #access .inner .flex .map .google .Google i {
          margin-right: 10px; }
  #access .inner .flex .address {
    width: 40%;
    text-align: left; }
    @media (max-width: 600px) {
      #access .inner .flex .address {
        width: 100%; } }
    #access .inner .flex .address h3 {
      text-align: left;
      margin-bottom: .5rem; }
    #access .inner .flex .address p {
      font-size: 1.2rem;
      margin-bottom: 3rem; }
      @media (max-width: 600px) {
        #access .inner .flex .address p {
          margin-bottom: 1.5rem; } }

#access .inner .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  #access .inner .flex2 .road {
    width: 450px;
    margin-bottom: 50px; }
    @media (max-width: 1025px) {
      #access .inner .flex2 .road {
        width: 100%; } }
    @media (max-width: 600px) {
      #access .inner .flex2 .road {
        width: 450px; } }
    #access .inner .flex2 .road img {
      margin-bottom: 10px; }
    #access .inner .flex2 .road p {
      font-size: 1.3rem; }
      @media (max-width: 600px) {
        #access .inner .flex2 .road p {
          font-size: 18px; } }

#FaQ {
  padding: 50px 0; }
  @media (max-width: 600px) {
    #FaQ {
      padding: 20px 0; } }
  @media (max-width: 600px) {
    #FaQ .inner {
      padding-bottom: 30px; } }
  #FaQ .inner .wrap {
    background: #FFF;
    padding: 0 10% 70px; }
    @media (max-width: 600px) {
      #FaQ .inner .wrap {
        padding: 10px 5% 30px; } }
    #FaQ .inner .wrap .content-title {
      text-align: center;
      padding: 50px 0 20px 0; }
      @media (max-width: 600px) {
        #FaQ .inner .wrap .content-title {
          padding: 20px 0 10px 0; } }
      #FaQ .inner .wrap .content-title h2 {
        display: inline-block;
        margin: auto;
        font-size: 18px;
        color: #78BBE6;
        border: 1px solid #78BBE6;
        padding: 5px 20px;
        background: #FFF; }
    #FaQ .inner .wrap .FaQ-content {
      border-bottom: 1px dotted #606060; }
      #FaQ .inner .wrap .FaQ-content .text {
        width: 90%; }
        @media (max-width: 600px) {
          #FaQ .inner .wrap .FaQ-content .text {
            width: 250px; } }
      #FaQ .inner .wrap .FaQ-content .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #FaQ .inner .wrap .FaQ-content .box .icon {
          width: 36px;
          height: 36px;
          border-radius: 50%;
          text-align: center;
          color: #FFF;
          margin-right: 10px;
          position: relative; }
          #FaQ .inner .wrap .FaQ-content .box .icon span {
            position: absolute;
            content: "";
            top: 18px;
            left: 50%;
            line-height: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
        #FaQ .inner .wrap .FaQ-content .box .accordion {
          display: block;
          position: relative;
          border: 1px solid #606060;
          width: 30px;
          height: 30px; }
          @media (max-width: 600px) {
            #FaQ .inner .wrap .FaQ-content .box .accordion {
              width: 25px;
              height: 25px; } }
          #FaQ .inner .wrap .FaQ-content .box .accordion::before, #FaQ .inner .wrap .FaQ-content .box .accordion::after {
            content: '';
            display: block;
            width: 15px;
            height: 1px;
            background: #606060;
            position: absolute;
            left: 25%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (max-width: 850px) {
              #FaQ .inner .wrap .FaQ-content .box .accordion::before, #FaQ .inner .wrap .FaQ-content .box .accordion::after {
                left: 20%; } }
            @media (max-width: 600px) {
              #FaQ .inner .wrap .FaQ-content .box .accordion::before, #FaQ .inner .wrap .FaQ-content .box .accordion::after {
                width: 10px;
                left: 25%; } }
          #FaQ .inner .wrap .FaQ-content .box .accordion::after {
            background: #606060;
            /* 横棒を縦にするために90℃回転させる */
            -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
            /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
        #FaQ .inner .wrap .FaQ-content .box .active::after {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #FaQ .inner .wrap .FaQ-content .question {
        padding: 20px 0;
        border-top: 1px dotted #606060; }
        #FaQ .inner .wrap .FaQ-content .question:first-child {
          border-top: none; }
        #FaQ .inner .wrap .FaQ-content .question .icon {
          background: #78BBE6; }
      #FaQ .inner .wrap .FaQ-content .answer {
        margin-bottom: 20px; }
        @media (max-width: 600px) {
          #FaQ .inner .wrap .FaQ-content .answer {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        #FaQ .inner .wrap .FaQ-content .answer .icon {
          background: #F99F48; }

#message .inner .message-head h2 {
  margin: 20px 0; }

#message .inner .wrap {
  width: 70%;
  margin: auto; }
  @media (max-width: 600px) {
    #message .inner .wrap {
      width: 100%; } }
  #message .inner .wrap .message {
    margin: 50px 0; }
    #message .inner .wrap .message h3 {
      text-align: left;
      margin-bottom: 0; }
    #message .inner .wrap .message p {
      margin-bottom: 20px; }

#sp-fixed-menu {
  display: none; }
  @media (max-width: 600px) {
    #sp-fixed-menu {
      display: block;
      position: fixed;
      width: 100%;
      bottom: 0px;
      font-size: 0;
      z-index: 99; } }

/*メニューを横並びにする*/
#sp-fixed-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

#sp-fixed-menu li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  border-bottom: solid 5px rgba(0, 0, 0, 0.29); }
  @media (max-width: 320px) {
    #sp-fixed-menu li {
      border-bottom: solid 4px rgba(0, 0, 0, 0.29); } }

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8548), to(#fca276));
  background-image: -webkit-linear-gradient(#ff8548 0%, #fca276 100%);
  background-image: -o-linear-gradient(#ff8548 0%, #fca276 100%);
  background-image: linear-gradient(#ff8548 0%, #fca276 100%);
  border-right: 1px solid #fff; }

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(green), to(#588558));
  background-image: -webkit-linear-gradient(green 0%, #588558 100%);
  background-image: -o-linear-gradient(green 0%, #588558 100%);
  background-image: linear-gradient(green 0%, #588558 100%); }

/*ボタンを調整*/
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 5px;
  text-decoration: none;
  line-height: 1.5; }
  #sp-fixed-menu li a p {
    display: block;
    color: #FFF;
    font-weight: bold; }
    @media (max-width: 320px) {
      #sp-fixed-menu li a p {
        font-size: 14px; } }
  #sp-fixed-menu li a i {
    display: block;
    font-size: 24px;
    margin-right: 10px; }
    @media (max-width: 320px) {
      #sp-fixed-menu li a i {
        font-size: 20px; } }

#child-page {
  background: #a5defa; }
  #child-page .inner .box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #child-page .inner .box .box-item {
      display: block;
      width: 30%;
      border: 1px solid #CCC;
      background: #78BBE6;
      margin: 20px auto;
      text-decoration: none; }
      #child-page .inner .box .box-item:hover {
        opacity: .5; }
      @media (max-width: 600px) {
        #child-page .inner .box .box-item {
          width: 98%;
          text-align: center;
          margin: 30px auto; } }
      #child-page .inner .box .box-item h3 {
        font-size: 18px;
        margin: 10px 0;
        color: #FFF;
        text-decoration: none; }
      #child-page .inner .box .box-item img {
        width: 380px;
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover; }
        #child-page .inner .box .box-item img:hover {
          -webkit-transform: scale(0.9, 0.9);
          -ms-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
          -webkit-transition: 1s all;
          -o-transition: 1s all;
          transition: 1s all; }

#news {
  padding: 30px 0 20px; }
  @media (max-width: 600px) {
    #news {
      padding: 10px 0; } }
  @media (max-width: 600px) {
    #news {
      padding: 10px 0; } }
  #news .inner {
    padding: 50px; }
    @media (max-width: 600px) {
      #news .inner {
        padding: 0; } }
    #news .inner h2 {
      display: inline-block;
      text-align: left;
      margin: 0 auto;
      font-size: 1.2em;
      color: #F99F48;
      line-height: 1;
      font-weight: bold; }
      @media (max-width: 600px) {
        #news .inner h2 {
          font-size: 1em; } }
      #news .inner h2 span {
        font-size: 4em;
        margin-right: 5px;
        font-weight: 300;
        color: #F99F48; }
        @media (max-width: 600px) {
          #news .inner h2 span {
            font-size: 3em; } }
    #news .inner .annotaion {
      display: inline-block;
      float: right;
      display: block;
      padding: 30px 0 20px; }
      @media (max-width: 850px) {
        #news .inner .annotaion {
          float: none;
          padding: 0;
          margin-bottom: 20px; } }
      @media (max-width: 600px) {
        #news .inner .annotaion {
          font-size: 14px; } }
    #news .inner .info-contents {
      margin: auto; }
      #news .inner .info-contents .info-item {
        width: 850px;
        position: relative;
        margin: auto;
        text-decoration: none; }
        #news .inner .info-contents .info-item:hover {
          color: #78BBE6; }
        @media (max-width: 850px) {
          #news .inner .info-contents .info-item {
            width: 100%; } }
        #news .inner .info-contents .info-item .info-published {
          color: #8d8d8d;
          display: block; }
      #news .inner .info-contents .hr {
        border-bottom: 1px dotted #000;
        margin: 15px 0; }

#post {
  padding: 20px 0; }
  @media (max-width: 600px) {
    #post {
      padding: 10px 0; } }
  #post .inner {
    padding: 50px; }
    @media (max-width: 600px) {
      #post .inner {
        padding: 0; } }
    #post .inner h2 {
      display: inline-block;
      text-align: left;
      margin: 0 auto 20px;
      font-size: 1.2em;
      color: #F99F48;
      line-height: 1;
      font-weight: bold; }
      @media (max-width: 600px) {
        #post .inner h2 {
          font-size: 1em;
          margin: 0 auto; } }
      #post .inner h2 span {
        font-size: 4em;
        margin-right: 5px;
        font-weight: 300;
        color: #F99F48; }
        @media (max-width: 600px) {
          #post .inner h2 span {
            font-size: 3em; } }
    #post .inner .annotaion {
      float: right;
      display: block;
      padding: 30px 0 20px; }
      #post .inner .annotaion a {
        text-decoration: none;
        margin-left: 5px; }
        #post .inner .annotaion a i {
          color: #78BBE6;
          margin-right: 5px; }
        #post .inner .annotaion a span {
          color: #78BBE6;
          border-bottom: 1px solid #78BBE6; }
      @media (max-width: 850px) {
        #post .inner .annotaion {
          float: none;
          padding: 0; } }
      @media (max-width: 600px) {
        #post .inner .annotaion {
          font-size: 14px;
          margin-bottom: 10px; } }
    #post .inner .box .box-container {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 600px) {
        #post .inner .box .box-container {
          margin: 0; } }
      #post .inner .box .box-container a {
        padding: 20px 10px;
        width: 48%;
        display: block;
        height: auto;
        border: 1px solid #ccc;
        background-color: #EEE;
        margin: 0;
        text-decoration: none; }
        @media (max-width: 600px) {
          #post .inner .box .box-container a:nth-of-type(2) {
            margin: 20px 0; } }
        @media (max-width: 600px) {
          #post .inner .box .box-container a {
            width: 100%; } }
        #post .inner .box .box-container a:hover {
          background-color: #ffe3e7; }
        #post .inner .box .box-container a .box-flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #post .inner .box .box-container a .box-flex .box-img {
            margin-right: 20px;
            float: left; }
            @media (max-width: 850px) {
              #post .inner .box .box-container a .box-flex .box-img {
                display: none; } }
            #post .inner .box .box-container a .box-flex .box-img img {
              max-width: 150px;
              height: 150px;
              -o-object-fit: cover;
              object-fit: cover; }
          #post .inner .box .box-container a .box-flex .box-txt {
            width: 70%;
            font-size: 16px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden; }
            @media (max-width: 850px) {
              #post .inner .box .box-container a .box-flex .box-txt {
                width: 100%; } }
            #post .inner .box .box-container a .box-flex .box-txt .box-img-sp {
              display: none;
              text-align: center;
              margin: 10px; }
              #post .inner .box .box-container a .box-flex .box-txt .box-img-sp img {
                width: 100%;
                height: 200px;
                -o-object-fit: cover;
                object-fit: cover; }
              @media (max-width: 850px) {
                #post .inner .box .box-container a .box-flex .box-txt .box-img-sp {
                  display: block;
                  margin: 10px 0; } }
            #post .inner .box .box-container a .box-flex .box-txt h3 {
              display: block;
              color: black;
              font-size: 18px;
              line-height: 1.2;
              margin-bottom: 10px; }
              @media (max-width: 600px) {
                #post .inner .box .box-container a .box-flex .box-txt h3 {
                  font-size: 14px; } }
            #post .inner .box .box-container a .box-flex .box-txt .click-txt {
              padding: 10px 0;
              color: #78BBE6; }
            #post .inner .box .box-container a .box-flex .box-txt time {
              font-size: 20px;
              color: #FFF;
              background: #78BBE6; }
            #post .inner .box .box-container a .box-flex .box-txt .catch-title {
              color: #78BBE6;
              margin-bottom: 10px; }
