@charset "UTF-8";
/*
Theme Name: SANGO Child
Theme URI: https://saruwakakun.design
Author: SARUWAKA
Author URI: https://saruwakakun.com
Template: sango-theme
Version: 3.10.1
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


/* ===========================================
	 01, Browser Reset
   =========================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
picture {
  margin: 0;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;

}

@-ms-viewport {
  width: device-width;
}

body {
  min-height: 100vh;
  font-family: source-han-serif-japanese, serif !important;
}

.header-image__text .dfont {
  font-family: source-han-serif-japanese, serif !important;
  color: #047599;
}
.header-image__text .header-image__descr {
  color: #333
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main,
summary,
picture {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

table {
  border-collapse: collapse;
}

a {
  border-style: none;
  outline: 0;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-style: none;
}

ins {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

br {
  letter-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  /* bottom: -0.3em; */
}

address,
em,
strong {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* ===========================================
   02, Forms normalize
   =========================================== */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/* ===========================================
   共通スタイル
   =========================================== */
body {
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  line-height: 1.5;
  color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  body {

    overflow-x: hidden;
  }
}


.sup {
  bottom: 0;
  top: -0.4em;
}

/* ------------------------
   Adobe Fonts読み込み完了まで
   一部のクラスや要素を非表示
   */
.wf-loading .wfFontLoad {
  opacity: 0;
}

.wf-active .wfFontLoad {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* ------------------------
   *	 background
   */
body,
*:before, *:after {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg {
  background: radial-gradient(#fff, #047599 150%);
}

/* ------------------------
   *	 display
   */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media print {
  .no_print {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

.dp_block {
  display: block;
}

.dp_inlineblock {
  display: inline-block;
}

.block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sr_only {
  /* スクリーンリーダー用 */
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* --------------------
   * clearFix
   */
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}

/* ------------------------
   *	img
   */
/* Mouse hover */
@media print, screen and (min-width: 768px) {

  .hvropa,
  a.hvrimg img,
  .hvrIMG a img {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  .hvropa:hover,
  a.hvrimg:hover img,
  .hvrIMG a:hover img {
    opacity: 0.7;
  }
}

/* --------------------
   * link
   */
@media print, screen and (min-width: 768px) {
  .tel {
    text-decoration: none;
    color: inherit !important;
    cursor: default;
    pointer-events: none;
  }

  .tel:hover {
    text-decoration: none;
  }
}

.no-anc {
  cursor: default;
  pointer-events: none;
}

/* --------------------
   * table
   */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-responsive::-webkit-scrollbar {
  height: 12px;
  /* スクロールバーの高さ */
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #047599;
  /* ツマミの色 */
}

.table-responsive::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #ddd;
  /* トラックの色 */
}

.table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table {
    line-height: 1.363;

  }
}

@media print, screen and (min-width: 768px) {
  .table {
    line-height: 1.533;
    letter-spacing: 0.1em;
  }
}

.table thead th:not(:first-child) {
  border-left: 1px solid #047599;
}

.table tr {
  border-top: 1px solid #047599;
  border-bottom: 1px solid #047599;
}

.table th {
  font-weight: 400;
}

.table td {
  border-left: 1px solid #047599;
}

@media screen and (max-width: 767px) {
  .table td {
    padding: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .table td {
    padding: 25px 10px;
  }
}

.table th.table_bg {
  padding: 3px;
  background-color: #047599;
  color: #fff;
}

.table td.table_bg {
  background-color: #D5EDF8;
}

@media screen and (max-width: 767px) {
  .tableWrap {
    padding-bottom: 10px;
  }
}

/* ------------------------
  button
*/
.btnReset {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn {
  position: relative;
  z-index: 2;
  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;
  overflow: hidden;
  width: 100%;
  margin: 1rem auto;
  text-transform: none;
  border: 1px solid currentColor;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #047599;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .btn {
    height: 45px;
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .btn {
    height: 58px;
    font-size: 17px;
  }
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #047599;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_arr {
  position: relative;
  padding-left: 20px;
}

.btn_arr::before {
  content: "";
  border: 0px;
  border-top: solid 1px #047599;
  border-right: solid 1px #047599;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .btn_arr::before {
    width: 6px;
    height: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .btn_arr::before {
    width: 8px;
    height: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .btn:hover {
    color: #fff;
  }

  .btn:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .btn:hover .btn_arr::before {
    border-color: #fff;
    left: 5px;
  }
}

/* ------------------------
     text efect
   */
.txtEfct {
  display: block;
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.txtEfct--txt {
  display: block;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.txtEfct--rubi {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}

.txtEfct.show.txtEfct,
.txtEfct.show .txtEfct--txt {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.show .txtEfct,
.show .txtEfct--txt {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.show.txtEfct--rubi {
  opacity: 1;
  top: 0;
}

/* ===========================================
   layout
   =========================================== */
.headerContainer,
.footerContainer,
.main {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {

  .headerContainer,
  .footerContainer,
  .main {
    min-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    padding-top: 148px;
  }
}

/* ===========================================
   heding
   =========================================== */
/* ------------------------
   * billboard
   */
.cmnBillboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cmnBillboard {
    height: 220px;
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnBillboard {
    height: 400px;
  }
}

.cmn-head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  color: transparent;
  height: 100%;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.cmn-head--en {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .cmn-head--en {
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cmn-head--en {
    font-size: 5rem;
  }
}

.cmn-head.headShow {
  -webkit-animation: blur 2.5s 0.1s ease-out forwards;
  animation: blur 2.5s 0.1s ease-out forwards;
}

@-webkit-keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }

  5% {
    text-shadow: 0 0 90px #fff;
  }

  10% {
    opacity: 1;
  }

  50% {
    color: transparent;
  }

  80% {
    text-shadow: 0 0 0px #fff;
  }

  100% {
    opacity: 1;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px -2px 2px rgba(0, 0, 0, 0.1), -2px 2px 2px rgba(0, 0, 0, 0.1), 2px -2px 2px rgba(0, 0, 0, 0.1);
  }
}

@keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }

  5% {
    text-shadow: 0 0 90px #fff;
  }

  10% {
    opacity: 1;
  }

  50% {
    color: transparent;
  }

  80% {
    text-shadow: 0 0 0px #fff;
  }

  100% {
    opacity: 1;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px -2px 2px rgba(0, 0, 0, 0.1), -2px 2px 2px rgba(0, 0, 0, 0.1), 2px -2px 2px rgba(0, 0, 0, 0.1);
  }
}

/* ===========================================
   header
   =========================================== */
.headerContainer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .headerContainer {
    min-height: 70px;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .headerContainer {
    z-index: 10;
    background-color: #fff;
  }
}

.headerContent {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .headerContent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .headerContent {
    height: 82px;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 767px) {
  .headerContent_logo {
    width: 150px;
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .headerContent_logo {
    margin-left: 45px;
  }
}

.headerContent_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .headerContent_address {
    padding-right: 62px;
  }
}

@media screen and (max-width: 767px) {
  .headerContent_address-tel, .headerContent_address-inq {
    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: 62px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .headerContent_address-tel {
    background-color: #F7A919;
  }
}

@media screen and (max-width: 767px) {
  .headerContent_address-inq {
    background-color: #BA0015;
  }
}

@media print, screen and (min-width: 768px) {
  .headerContent_address-inq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    height: 55px;
    margin-left: 50px;
    text-decoration: none;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: #BA0015;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .headerContent_address-inq:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .headerContent_sns {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .headerContent_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
  }

  .headerContent_sns li {
    width: 45px;
    margin-left: 30px;
  }

  .headerContent_sns a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .headerContent_sns a img:hover {
    opacity: 0.7;
  }
}

/* ===========================================
   footer
   =========================================== */
.footerContainer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
}

@media print, screen and (min-width: 768px) {
  .footerContainer {
    padding: 26px 0 46px;
  }
}

@media screen and (max-width: 767px) {
  .footerContainer_logo {
    width: 151px;
    margin: 30px 0 0 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .footerContainer_logo {
    width: 302px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .footerContainer_nav {
    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;
  }
}

.footerContainer_nav li {
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .footerContainer_nav li {
    border-bottom: 1px solid #333;
  }
}

@media print, screen and (min-width: 768px) {
  .footerContainer_nav li {
    position: relative;
    margin-top: 10px;
  }

  .footerContainer_nav li:not(:last-child)::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 1em;
    background-color: #000;
    content: "";
  }
}

.footerContainer_nav a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footerContainer_nav a {
    display: block;
    padding: 12px 25px;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 768px) {
  .footerContainer_nav a {
    padding: 0 0.8em;
    white-space: nowrap;
  }

  .footerContainer_nav a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 768px) {
  .footerContainer_logo {
    margin: 34px auto 0;
  }
}

.footerContainer_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  border-bottom: solid 1px;
}

@media screen and (max-width: 767px) {
  .footerContainer_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 5%;
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .footerContainer_address {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 0 23px;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

.footerContainer_address-tel {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .footerContainer_address-tel {
    margin-left: 1em;
  }
}

.footerContainer-copy {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footerContainer-copy {
    padding: 13px 0;
    font-size: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .footerContainer-copy {
    margin-top: 7px;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

/* ===========================================
   Navi
   =========================================== */
/* ------------------------
   *	globalnavi
   */
nav.menu {
  font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 767px) {
  .menu.menu_hide {
    opacity: 0;
    visibility: hidden;
  }

  .lv2,
  .lv3 {
    display: none;
  }

  .menu a {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {

  .menu-mobile,
  .menu_hide .megamenu,
  .menu_close-btn {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .lv1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    /* dropdown */
  }

  .lv1>li:hover {
    background-color: #047599;
    color: #fff;
  }

  .lv1>li:hover>a {
    color: #fff;
  }

  .lv1>li>.menu-trigger,
  .lv1>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 67px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-weight: 500;
  }

  .lv1 a {
    color: #000;
    text-decoration: none;
  }

  .lv1 .megamenu {
    position: absolute;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
  }

  .lv1 .lv1>li:hover>.megamenu,
  .lv1 .lv2>li:hover .lv3 {
    visibility: visible;
    opacity: 1;
  }

  .GlobalNav {
    /* dropdown */
  }

  .GlobalNav .lv1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
  }

  .GlobalNav .lv1>li:hover {
    background-color: #000B35;
    color: #fff;
  }

  .GlobalNav .lv1 a {
    color: #fff;
  }

  .GlobalNav .lv2 {
    left: 30px;
    background-color: #000B35;
    color: #fff;
    padding: 15px 0 20px 360px;
  }

  .GlobalNav .lv2 li {
    width: 360px;
  }

  .GlobalNav .lv2_first {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 45px;
  }

  .GlobalNav .lv2_first-title {
    display: block;
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .GlobalNav .lv2_first-title::before {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 50px;
    width: 10px;
    height: 10px;
    content: "";
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .GlobalNav .lv2_first-lead {
    font-size: 16px;
  }

  .GlobalNav .lv2 a,
  .GlobalNav .lv2 .menu-trigger {
    position: relative;
    display: block;
    padding: 0.5em 11px;
    font-size: 16px;
  }

  .GlobalNav .lv2 a:hover {
    text-decoration: underline;
  }

  .GlobalNav .lv2 .menu-trigger {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .GlobalNav .lv2 .menu-trigger::before {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    width: 10px;
    height: 10px;
    content: "";
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .GlobalNav .lv2 .menu-trigger:hover {
    background-color: #E6E6E6;
    color: #000B35;
  }

  .GlobalNav .lv2 .menu-trigger:hover::before {
    border-color: #000B35;
  }

  .GlobalNav .lv2 li:hover .menu-trigger {
    background-color: #E6E6E6;
    color: #000B35;
  }

  .GlobalNav .lv2 li:hover .menu-trigger::before {
    border-color: #000B35;
  }

  .GlobalNav .lv3 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0%;
    width: 360px;
    height: 100%;
    padding: 15px 30px;
    background-color: #E6E6E6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .GlobalNav .lv3 a {
    color: #000B35;
  }

  .GlobalNav .megamenu {
    position: absolute;
    z-index: 99;
    left: 30px;
    width: 1080px;
    min-height: 530px;
    background-color: #000B35;
    color: #fff;
    visibility: hidden;
    opacity: 0;
  }

  .GlobalNav .lv1>li:hover>.megamenu,
  .GlobalNav .lv2>li:hover .lv3 {
    visibility: visible;
    opacity: 1;
  }

  .local_lv1 {
    height: 67px;
  }

  .local_lv1>li {
    position: relative;
    margin-right: 2px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .local_lv1>li>a {
    height: 46px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .local_lv1>li .menu-trigger {
    position: relative;
    z-index: 2;
    height: 46px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .local_lv2 {
    background-color: #fff;
  }

  .local_lv2 li~li {
    border-top: 1px solid #f2f2f2;
  }

  .local_lv2 a {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }

  .local_lv2 a:hover {
    color: #047599;
  }

  .ddmenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
  }

  .ddmenu a {
    opacity: 0;
  }

  .local_lv1>li:hover>.menu-trigger {
    background-color: #047599;
    color: #fff;
  }

  .local_lv1>li:hover .ddmenu {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }

  .local_lv1>li:hover .ddmenu a {
    opacity: 1;
  }
}

/*モバイル用 */
.show-on-mobile .lv1 li:nth-child(1) {
  -webkit-animation: menusp 0.5s ease 0.35s 1 forwards;
  animation: menusp 0.5s ease 0.35s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(2) {
  -webkit-animation: menusp 0.5s ease 0.4s 1 forwards;
  animation: menusp 0.5s ease 0.4s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(3) {
  -webkit-animation: menusp 0.5s ease 0.45s 1 forwards;
  animation: menusp 0.5s ease 0.45s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(4) {
  -webkit-animation: menusp 0.5s ease 0.5s 1 forwards;
  animation: menusp 0.5s ease 0.5s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(5) {
  -webkit-animation: menusp 0.5s ease 0.55s 1 forwards;
  animation: menusp 0.5s ease 0.55s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(6) {
  -webkit-animation: menusp 0.5s ease 0.6s 1 forwards;
  animation: menusp 0.5s ease 0.6s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(7) {
  -webkit-animation: menusp 0.5s ease 0.65s 1 forwards;
  animation: menusp 0.5s ease 0.65s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(8) {
  -webkit-animation: menusp 0.5s ease 0.7s 1 forwards;
  animation: menusp 0.5s ease 0.7s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(9) {
  -webkit-animation: menusp 0.5s ease 0.75s 1 forwards;
  animation: menusp 0.5s ease 0.75s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(10) {
  -webkit-animation: menusp 0.5s ease 0.8s 1 forwards;
  animation: menusp 0.5s ease 0.8s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(11) {
  -webkit-animation: menusp 0.5s ease 0.85s 1 forwards;
  animation: menusp 0.5s ease 0.85s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(12) {
  -webkit-animation: menusp 0.5s ease 0.9s 1 forwards;
  animation: menusp 0.5s ease 0.9s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(13) {
  -webkit-animation: menusp 0.5s ease 0.95s 1 forwards;
  animation: menusp 0.5s ease 0.95s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(14) {
  -webkit-animation: menusp 0.5s ease 1s 1 forwards;
  animation: menusp 0.5s ease 1s 1 forwards;
}

.show-on-mobile .lv1 li:nth-child(15) {
  -webkit-animation: menusp 0.5s ease 1.05s 1 forwards;
  animation: menusp 0.5s ease 1.05s 1 forwards;
}

@-webkit-keyframes menusp {
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes menusp {
  100% {
    opacity: 1;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: auto;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateX(115%);
    transform: translateX(115%);
  }

  .menu a,
  .menu .menu-trigger {
    padding: 10px 5%;
    width: 100%;
    display: block;
    position: relative;
    font-weight: 500;
    color: #000;
  }

  .menu a {
    border-top: 1px solid #ccc;
  }

  .lv1 {
    color: #fff;
    padding-top: 70px;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
    font-size: 15px;
  }

  .lv1>li {
    position: relative;
    opacity: 0;
    left: -1.5em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .lv1>li>.menu-trigger {
    color: #fff;
    background-color: #047599;
    border-bottom: 1px solid #fff;
  }

  .lv2 {
    background-color: #F2F2F2;
    font-size: 14px;
  }

  .lv3 {
    background-color: #fff;
    margin: 0 15px;
    padding: 5px;
  }

  .lv3 li:nth-child(1) a {
    border: 0;
  }

  .show-on-mobile {
    -webkit-animation: menuOpen 0.2s forwards;
    animation: menuOpen 0.2s forwards;
    /*-webkit-transform: translateX(0%);
       transform: translateX(0%);
       background-color: rgba(0,0,0,.6);*/
  }

  .show-on-mobile .lv1 {
    -webkit-transition: 0.3s 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: 0.3s 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .show-on-mobile .menu_sp {
    -webkit-transition: 0.5s 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: 0.5s 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 1;
    top: 0;
  }

  .hide-mobile {
    -webkit-animation: menuClose 0.34s forwards;
    animation: menuClose 0.34s forwards;
  }

  @-webkit-keyframes menuOpen {
    0% {
      background-color: rgba(0, 0, 0, 0);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }

    100% {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }

  @keyframes menuOpen {
    0% {
      background-color: rgba(0, 0, 0, 0);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }

    100% {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }

  @-webkit-keyframes menuClose {
    0% {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }

    76% {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }

    99% {
      background-color: rgba(0, 0, 0, 0);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }

    100% {
      background-color: rgba(0, 0, 0, 0);
      -webkit-transform: translateX(115%);
      transform: translateX(115%);
    }
  }

  @keyframes menuClose {
    0% {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }

    76% {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }

    99% {
      background-color: rgba(0, 0, 0, 0);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }

    100% {
      background-color: rgba(0, 0, 0, 0);
      -webkit-transform: translateX(115%);
      transform: translateX(115%);
    }
  }

  /* dropdown */
  .menu-trigger:before,
  .menu-trigger:after {
    position: absolute;
    top: 19px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 14px;
    height: 2px;
    background-color: #333;
    content: "";
  }

  .menu-trigger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .menu-trigger.menu-open:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .lv1>li>.menu-trigger::after, .lv1>li>.menu-trigger::before {
    background-color: #fff;
  }

  /* button */
  @-webkit-keyframes mmopacity {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes mmopacity {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes mmopacity2 {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes mmopacity2 {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .menu-mobile,
  .menu-mobile_line {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .menu-mobile {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    display: inline-block;
    width: 62px;
    height: 70px;
    padding: 10px;
    color: inherit;
    outline: 0;
    border: 0;
    background: #838079;
  }

  .menu-mobile_line {
    position: absolute;
    left: 25%;
    display: inline-block;
    width: 50%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
  }

  .menu-mobile_line:nth-of-type(1) {
    top: 22px;
  }

  .menu-mobile_line:nth-of-type(2) {
    top: 33px;
  }

  .menu-mobile_line:nth-of-type(3) {
    top: 45px;
  }

  .menu-mobile::after {
    position: absolute;
    left: 0;
    bottom: 2px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
  }

  .menu-active .menu-mobile_line:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }

  .menu-active .menu-mobile_line:nth-of-type(2) {
    opacity: 0;
  }

  .menu-active .menu-mobile_line:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  /* close button */
  .menu_close-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    outline: 0;
    padding-bottom: 90px;
    text-align: center;
    color: inherit;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .menu_close-btn--icon {
    position: relative;
    opacity: 0;
    top: -10px;
    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;
    height: 30px;
    width: 100%;
    padding: 0;
    background: #adadad;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 10px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
  }

  .menu_close-btn--icon::before {
    content: "";
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
  }

  .menu_close-btn--icon:focus {
    outline: 0;
  }

  .show-on-mobile .menu_close-btn--icon {
    opacity: 1;
    top: 0;
    -webkit-transition: 0.5s 0.3s ease-out;
    transition: 0.5s 0.3s ease-out;
  }

  .menu_sp {
    position: relative;
    background-color: #F2F2F2;
    opacity: 0;
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .menu_sp_addr {
    width: 238px;
    margin: 32px auto 35px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s 0.4s;
    transition: 0.3s 0.4s;
  }

  .menu_sp_addr a {
    border-top: none;
    padding: 0;
  }

  .menu_sp_addr-txt {
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 12px;
    letter-spacing: 0.06em;
    font-weight: 500;
  }

  .menu_sp_addr-sns {
    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;
  }

  .menu_sp_addr-sns a {
    margin: 35px 17px 0;
  }

  .show-on-mobile .menu_sp_addr {
    opacity: 1;
  }
}

/* ------------------------
   *	topic-path
   */
.topic_path {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .topic_path {
    top: 15px;
    left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .topic_path {
    top: 50px;
    left: 60px;
  }
}

.topic_path li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 767px) {
  .topic_path li {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .topic_path li {
    font-size: 12px;
  }
}

.topic_path li:not(:first-child):before {
  display: inline-block;
  content: ">";
  margin-left: 5px;
  padding-right: 5px;
}

.topic_path a {
  color: #fff;
  text-decoration: none;
}

.topic_path a:hover {
  text-decoration: underline;
}

.topic_path strong {
  font-weight: normal;
}

/* ------------------------
   *	pagetop
   */
@media screen and (max-width: 767px) {
  .pageTop {
    padding: 65px 0 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .pageTop {
    padding: 110px 0;
  }
}

.ptop {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 1px solid #000;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border-radius: 50vh;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 10px;
  cursor: pointer;
  font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 767px) {
  .ptop {
    width: 60px;
    height: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .ptop {
    width: 70px;
    height: 70px;
  }
}

.ptop::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ptop:hover {
  background-color: #333333;
}

.ptop:hover::before {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.ptop:hover .ptop-txt {
  color: #fff;
}

.ptop-txt {
  line-height: 1;
  padding-left: 0.2em;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .ptop-txt {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .ptop-txt {
    font-size: 16px;
  }
}

.ptop.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ------------------------
   *	wave
   */
.wave {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .wave {
    width: 20px;
    height: 1398px;
  }
}

@media print, screen and (min-width: 768px) {
  .wave {
    width: 40px;
    height: 2396px;
  }
}

.waveWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .waveWrap {
    width: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .waveWrap {
    width: 40px;
  }
}

.waveWrap_L {
  left: 0;
}

.waveWrap_R {
  right: 0;
}

.wave_L-1 {
  left: 0;
  background-image: url(../images/common/common_side_wave_left1.png);
  -webkit-animation: wave1-x 2.3s ease-in-out infinite alternate, wave1-y 2.1s ease-in-out infinite alternate, wave1-z 5.1s ease-in-out infinite alternate;
  animation: wave1-x 2.3s ease-in-out infinite alternate, wave1-y 2.1s ease-in-out infinite alternate, wave1-z 5.1s ease-in-out infinite alternate;
}

.wave_L-2 {
  left: 0;
  background-image: url(../images/common/common_side_wave_left2.png);
  -webkit-animation: wave1-x 2.5s ease-in-out infinite alternate, wave1-y 2.1s ease-in-out infinite alternate, wave1-z 4.7s ease-in-out infinite alternate;
  animation: wave1-x 2.5s ease-in-out infinite alternate, wave1-y 2.1s ease-in-out infinite alternate, wave1-z 4.7s ease-in-out infinite alternate;
}

.wave_L-3 {
  left: 0;
  background-image: url(../images/common/common_side_wave_left3.png);
  -webkit-animation: wave1-x 2.7s ease-in-out infinite alternate, wave1-y 2.3s ease-in-out infinite alternate, wave1-z 4.5s ease-in-out infinite alternate;
  animation: wave1-x 2.7s ease-in-out infinite alternate, wave1-y 2.3s ease-in-out infinite alternate, wave1-z 4.5s ease-in-out infinite alternate;
}

.wave_R-1 {
  right: 0;
  background-image: url(../images/common/common_side_wave_right1.png);
  -webkit-animation: wave2-x 2.3s ease-in-out infinite alternate, wave2-y 2.1s ease-in-out infinite alternate, wave2-z 5.1s ease-in-out infinite alternate;
  animation: wave2-x 2.3s ease-in-out infinite alternate, wave2-y 2.1s ease-in-out infinite alternate, wave2-z 5.1s ease-in-out infinite alternate;
}

.wave_R-2 {
  right: 0;
  background-image: url(../images/common/common_side_wave_right2.png);
  -webkit-animation: wave2-x 2.5s ease-in-out infinite alternate, wave2-y 2.1s ease-in-out infinite alternate, wave2-z 4.7s ease-in-out infinite alternate;
  animation: wave2-x 2.5s ease-in-out infinite alternate, wave2-y 2.1s ease-in-out infinite alternate, wave2-z 4.7s ease-in-out infinite alternate;
}

.wave_R-3 {
  right: 0;
  background-image: url(../images/common/common_side_wave_right3.png);
  -webkit-animation: wave2-x 2.7s ease-in-out infinite alternate, wave2-y 2.3s ease-in-out infinite alternate, wave2-z 4.5s ease-in-out infinite alternate;
  animation: wave2-x 2.7s ease-in-out infinite alternate, wave2-y 2.3s ease-in-out infinite alternate, wave2-z 4.5s ease-in-out infinite alternate;
}

@-webkit-keyframes wave1-x {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@keyframes wave1-x {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes wave1-y {
  0% {
    top: 0;
  }

  100% {
    top: -300px;
  }
}

@keyframes wave1-y {
  0% {
    top: 0;
  }

  100% {
    top: -300px;
  }
}

@-webkit-keyframes wave1-z {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  70% {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }

  100% {
    -webkit-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@keyframes wave1-z {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  70% {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }

  100% {
    -webkit-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@-webkit-keyframes wave2-x {
  0% {
    right: -100%;
  }

  100% {
    right: 0;
  }
}

@keyframes wave2-x {
  0% {
    right: -100%;
  }

  100% {
    right: 0;
  }
}

@-webkit-keyframes wave2-y {
  0% {
    top: -300px;
  }

  100% {
    top: 0;
  }
}

@keyframes wave2-y {
  0% {
    top: -300px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes wave2-z {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  70% {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }

  100% {
    -webkit-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@keyframes wave2-z {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  70% {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }

  100% {
    -webkit-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/* ------------------------
   *	リクエストリンク
   */
@media screen and (max-width: 767px) {
  .emiil_req {
    margin-top: 150px;
  }

  .emiil_req li~li {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .emiil_req {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px;
  }

  .emiil_req li {
    margin: 0 25px;
  }
}

.emiil_req-anc {
  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;
  height: 60px;
  line-height: 1.55;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  background-color: #047599;
  font-family: source-han-sans-japanese, sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .emiil_req-anc {
    width: 230px;
    height: 45px;
    margin: 0 auto;
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .emiil_req-anc {
    width: 315px;
    font-size: 18px;
  }
}

.emiil_req-anc:hover {
  opacity: 0.7;
}

/* ------------------------
   *	ローカルナビ
   */
.local_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .local_nav+.emiil_req {
    margin-top: 85px;
  }
}

@media print, screen and (min-width: 768px) {
  .local_nav+.emiil_req {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .local_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 120px;
    padding: 0 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .local_nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 680px;
    margin: 200px auto 0;
  }
}

.local_nav li {
  border-right: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .local_nav li {
    width: 50%;
  }

  .local_nav li:nth-child(odd) {
    border-left: 1px solid #000;
  }

  .local_nav li:nth-child(n+3) {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .local_nav li {
    width: 100%;
  }
}

.local_nav li:first-child {
  border-left: 1px solid #000;
}

.local_nav a {
  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%;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 767px) {
  .local_nav a {
    min-height: 30px;
    line-height: 1.4;
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .local_nav a {
    line-height: 1.721;
    font-size: 18px;
    letter-spacing: 0.075em;
  }
}

.local_nav a:hover {
  text-decoration: underline;
}

/* ------------------------
   *	オンライン
   */
.online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 767px) {
  .online {
    width: 100%;
    background-image: url(../images/common/banner_online_back-sp.jpg);
    height: 170px;
    margin-top: 70px;
    padding-right: 30px;
    padding-left: calc(100% - 235px);
  }
}

@media print, screen and (min-width: 768px) {
  .online {
    background-image: url(../images/common/banner_online_back-pc.jpg);
    width: 900px;
    height: 204px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 170px;
    padding-top: 20px;
    padding-right: 45px;
    padding-left: 400px;
  }
}

.online-head {
  text-align: center;
  color: #000;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .online-head {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .online-head {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 1.577;
    letter-spacing: 0.04em;
  }
}

.online-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #c7161e;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .online-btn {
    height: 34px;
  }
}

@media print, screen and (min-width: 768px) {
  .online-btn {
    height: 46px;
  }
}

.online-btn--txt {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .online-btn--txt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width: 768px) {
  .online-btn--txt {
    font-size: 20px;
    letter-spacing: 0.075em;
  }
}

.hover-effect {
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hover-effect::before {
  background-color: #ff0000;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translate(-50%, -50%) skewX(-15deg);
  transform: translate(-50%, -50%) skewX(-15deg);
  width: 0%;
  z-index: 1;
}

.hover-effect:hover::before {
  width: 110%;
}

#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9999;
}

#loading-wrapper.completed {
  opacity: 0;
  visibility: hidden;
}

.loader {
  color: #047599;
  font-size: 70px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ------------------------
   *	address
   */
@media screen and (max-width: 767px) {
  .cmnAddress {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress {
    margin-top: 215px;
  }
}

.cmnAddress_content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .cmnAddress_content {
    margin-top: 30px;
    padding: 0 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_content {
    margin-top: 70px;
  }
}

.cmnAddress_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #047599;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cmnAddress_head {
    padding: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_head {
    height: 85px;
  }
}

@media screen and (max-width: 767px) {
  .cmnAddress_head--txt {
    line-height: 1.5789;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.025em;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_head--txt {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
}

.cmnAddress_sec_address {
  max-width: 512px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cmnAddress_sec_address-time {
  display: inline-block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_address-time {
    margin-top: 5px;
    font-size: 11px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_address-time {
    margin-top: 10px;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_wrap {
    margin-top: 27px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
  }
}

.cmnAddress_sec_contact {
  max-width: 395px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_contact:nth-of-type(2) {
    margin-top: 40px;
  }
}

.cmnAddress_sec_contact-head {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  color: #047599;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_contact-head {
    line-height: 1.538;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_contact-head {
    line-height: 1.749;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_contact-address {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_contact-address {
    margin-top: 25px;
  }
}

.cmnAddress_sec_contact-address-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #047599;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_contact-address-txt:nth-of-type(n + 2) {
    margin-top: 0.7em;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_contact-address-txt:nth-of-type(n + 2) {
    margin-top: 0.6em;
  }
}

.cmnAddress_sec_contact-address-txt a {
  color: inherit;
  text-decoration: none;
}

.cmnAddress_sec_contact-address--title {
  margin-right: 1em;
  padding-bottom: 0.5em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_contact-address--title {
    font-size: 11px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_contact-address--title {
    font-size: 16px;
  }
}

.cmnAddress_sec_contact-address--num {
  letter-spacing: 0.025em;
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_contact-address--num {
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_contact-address--num {
    font-size: 4rem;
  }
}

.cmnAddress_sec_contact-txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_contact-txt {
    margin-top: 27px;
    line-height: 1.416;
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_contact-txt {
    margin-top: 30px;
    line-height: 1.5625;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.cmnAddress_sec_contact-pdf {
  display: inline-block;
  min-height: 16px;
  padding-left: 15px;
  background: url(../images/common/common_icon_pdf.png) no-repeat 0 center;
  background-size: 12px auto;
  font-family: source-han-sans-japanese, sans-serif;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .cmnAddress_sec_contact-pdf {
    margin-top: 20px;
    font-size: 11px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmnAddress_sec_contact-pdf {
    margin-top: 25px;
    font-size: 15px;
  }
}


/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓新規追加用↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

.entry-content h2 {
  font-weight: bold;
}
.error404 .ct a.btn {
  color: #fff;
}


@media screen and (max-width: 767px) {
/* ↓↓↓SP↓↓↓ */

.supervisor-area {
  padding: 10px;
  background: #74b3c6;
  color: #fff;
}
.supervisor-area h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.supervisor-area .inn {
  display: flex;
  gap: 10px;
}
.supervisor-area .photo-container {
  width: 40%;
}
.supervisor-area .photo-container img {
  border-radius: 10px;
}

.supervisor-area .text-container {
  width: 60%;
}

.supervisor-area .text-container .company {
  font-size: 14px;
}
.supervisor-area .text-container .name {
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto 20px;
}
.supervisor-area .text-container .comment {
  padding: 0 0;
  font-size: 16px;
}


/* ↑↑↑SP↑↑↑ */
}

@media print, screen and (min-width: 768px) {
/* ↓↓↓PC↓↓↓ */
  .supervisor-area {
    padding: 40px;
    background: #74b3c6;
    color: #fff;
  }
  .supervisor-area h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .supervisor-area .inn {
    display: flex;
    gap: 20px;
  }
  .supervisor-area .photo-container {
    width: 40%;
  }
  .supervisor-area .photo-container img {
    border-radius: 10px;
  }
  .supervisor-area .text-container .company {
    font-size: 20px;
  }
  .supervisor-area .text-container .name {
    font-size: 26px;
    font-weight: bold;
    margin: 10px auto 20px;
  }
  .supervisor-area .text-container .comment {
    padding: 0 0;
    font-size: 16px;
  }
/* ↑↑↑PC↑↑↑ */
}
