@charset "UTF-8";
/* =============================================

  # 基本設定

  ## 配色

  - #0079bf; color: rgba(0, 121, 191, 1);
  - #00a3d2;
  - #1c9fcd;
  - #00688b;
  - #eef9fb; color: rgba(238, 249, 251, 1);
  - #fff;
  - #6e6e6e;

  ============================================= */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
.colorsList {
	color: #0079bf;
	color: #0079bf;
	color: #00a3d2;
	color: #1c9fcd;
	color: #00688b;
	color: #eef9fb;
	color: #eef9fb;
	color: #fff;
	color: #6e6e6e;
}

/* =============================================
  RESET
============================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #d8f3f9;
}

::selection {
	background: #d8f3f9;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	height: 100%;
	line-height: 1.15;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	width: 100%;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #fff;
	color: #6e6e6e;
	-ms-content-zooming: none;
	font: normal normal normal 1.6em/1.8 "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	word-break: normal;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

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

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

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

progress {
	vertical-align: baseline;
}

[hidden],
template {
	display: none;
}

[disabled] {
	cursor: not-allowed;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: currentColor;
	text-decoration: none;
}

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

abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

ul,
ol,
li {
	list-style: none;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

picture,
video {
	height: auto;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

optgroup {
	font-weight: 700;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:focus:not(.focus-visible) {
	outline: 0;
}

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

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

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	width: 100%;
	-webkit-appearance: none;
}

input[type="radio"] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

input[type="submit"],
input[type="button"],
button,
select {
	cursor: pointer;
}

select {
	background: url(../img/arrow.svg) no-repeat 98.5% 50%;
	background-size: 12px auto;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

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

textarea {
	overflow-y: auto;
	resize: vertical;
}

[type="checkbox"],
[type="radio"] {
	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;
	outline-offset: -2px;
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*
.f_cc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_box, .f_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.f_item {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.f_h_start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.f_h_center, .f_h_start {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.f_h_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.f_h_end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.f_h_end, .f_h_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.f_h_sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_h_sa {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.f_wrap {
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_column {
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f_start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f_end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f_center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.f_stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}
*/
/* =============================================
  UTILITIES
============================================= */
.is-display-none {
	display: none;
	height: 0;
	width: 0;
}

.is-mincho {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.is-gothic {
	font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.is-josefin {
	font-family: "Josefin Sans", sans-serif;
}

.is-montserrat {
	font-family: "Montserrat", cursive;
}

.is-fixed {
	position: fixed;
	width: 100%;
}

.is-mt-0 {
	margin-top: 0;
}

.is-mb-0 {
	margin-bottom: 0;
}

.is-pt-0 {
	padding-top: 0;
}

.is-pb-0 {
	padding-bottom: 0;
}

.sp,
.is-sp {
	display: none;
}

.is-readonly {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.is-diagonal {
	position: relative;
}

.is-diagonal::after {
	background: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.25) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.25)) repeat;
	background-size: 4px 4px;
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	pointer-events: none;
}

.is-blue {
	color: #00a3d2;
}

.is-link {
	color: #00a3d2;
	border-bottom: 1px dotted #00a3d2;
	transition: 0.3s;
}
.is-link:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.sp,
	.is-sp {
		display: inline-block;
	}

	.pc,
	.is-pc {
		display: none;
	}
}
/* =============================================
  COMPONENTS
============================================= */
.c-btn,
.c-btn-blue,
.c-btn-white {
	display: block;
}
.c-btn .disabled,
.c-btn-blue .disabled,
.c-btn-white .disabled {
	opacity: 0.5;
	pointer-events: none;
}
.c-btn button,
.c-btn input,
.c-btn a,
.c-btn-blue button,
.c-btn-blue input,
.c-btn-blue a,
.c-btn-white button,
.c-btn-white input,
.c-btn-white a {
	min-width: 300px;
	max-width: 100%;
	min-height: 60px;
	color: #00a3d2;
	line-height: 1.45em;
	text-align: center;
	padding: 18px 16px 16px;
	display: inline-block;
	font-weight: bold;
	transition: 0.3s;
	border: 1px solid #00a3d2;
	border-radius: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.c-btn button:after,
.c-btn input:after,
.c-btn a:after,
.c-btn-blue button:after,
.c-btn-blue input:after,
.c-btn-blue a:after,
.c-btn-white button:after,
.c-btn-white input:after,
.c-btn-white a:after {
	z-index: -1;
	height: 100%;
	width: 0%;
	background: #00a3d2;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s ease;
}
.c-btn button:hover,
.c-btn input:hover,
.c-btn a:hover,
.c-btn-blue button:hover,
.c-btn-blue input:hover,
.c-btn-blue a:hover,
.c-btn-white button:hover,
.c-btn-white input:hover,
.c-btn-white a:hover {
	color: #fff;
}
.c-btn button:hover:after,
.c-btn input:hover:after,
.c-btn a:hover:after,
.c-btn-blue button:hover:after,
.c-btn-blue input:hover:after,
.c-btn-blue a:hover:after,
.c-btn-white button:hover:after,
.c-btn-white input:hover:after,
.c-btn-white a:hover:after {
	width: 100%;
}

.c-btn-white button,
.c-btn-white input,
.c-btn-white a {
	border: 1px solid #fff;
	color: #fff;
}
.c-btn-white button:after,
.c-btn-white input:after,
.c-btn-white a:after {
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	transition: 0.3s ease;
}
.c-btn-white button:hover,
.c-btn-white input:hover,
.c-btn-white a:hover {
	color: #00a3d2;
}
.c-btn-white button:hover:after,
.c-btn-white input:hover:after,
.c-btn-white a:hover:after {
	left: 0;
	border: 1px solid #fff;
}

.c-btn-blue button,
.c-btn-blue input,
.c-btn-blue a {
	border: 1px solid #00a3d2;
	color: #fff;
	background: #00a3d2;
}
.c-btn-blue button:after,
.c-btn-blue input:after,
.c-btn-blue a:after {
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	transition: 0.3s ease;
}
.c-btn-blue button:hover,
.c-btn-blue input:hover,
.c-btn-blue a:hover {
	color: #00a3d2;
}
.c-btn-blue button:hover:after,
.c-btn-blue input:hover:after,
.c-btn-blue a:hover:after {
	left: 0;
	border: 1px solid #fff;
}

.c-section {
	margin-bottom: 130px;
}
.c-section-ttl {
	font-family: "Josefin Sans", sans-serif;
	font-size: 150px;
	font-size: 15rem;
	color: #df3838;
	line-height: 0.9em;
}

.c-article-post-time {
	font-family: "Josefin Sans", sans-serif;
	padding: 3px 8px;
	max-width: 120px;
}
.c-article-post-cat {
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	max-width: 120px;
	text-transform: uppercase;
}
.c-article-post-cat-span {
	background: rgba(255, 255, 255, 0.3);
	padding: 4px 8px 2px;
	width: 120px;
	border-radius: 2px;
	display: inline-block;
}
.c-article-post-ttl {
	padding: 3px 8px 3px 20px;
}

.c-flex,
.c-flex-col2,
.c-flex-col3,
.c-flex-col4,
.c-flex-col5,
.c-flex-datalist {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-flex-col2-item {
	width: 50%;
}

.c-flex-col3-item {
	width: 33.3333333333%;
}

.c-flex-col4-item {
	width: 25%;
}

.c-flex-col5-item {
	width: 20%;
}

.c-flex-datalist:not(:last-of-type) {
	border-bottom: 1px solid rgba(63, 63, 63, 0.2);
}
.c-flex-datalist-ttl {
	width: 25%;
	padding: 4px 16px 4px 0;
	opacity: 0.8;
}
.c-flex-datalist-data {
	width: 75%;
	padding: 4px 0;
}

.c-grid {
	display: grid;
	display: -ms-grid;
}

.c-map {
	overflow: hidden;
	position: relative;
}
.c-map::after {
	content: "";
	display: block;
	padding-top: 61.8%;
}
.c-map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* form */
.c-form {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto 130px;
	padding: 0 15px;
	/* form privacy */
}
.c-form-lead {
	text-align: center;
	margin-bottom: 40px;
	padding: 30px 30px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.c-form-table {
	max-width: 800px;
	width: 100%;
	margin: auto;
}
.c-form-tbody {
	padding: 0 15px;
}
.c-form-cnt {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.c-form-label-val {
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
}
.c-form-label-val.is-require {
	color: #fff;
	background: #ed0000;
}
.c-form-label-val.is-any {
	background: #ddd;
}
.c-form-label-txt {
	font-weight: bold;
	padding: 0 12px;
}
.c-form-label-txt {
	font-weight: bold;
	padding: 0 12px;
}
.c-form-required {
	margin-right: 12px;
	background: #df3838;
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	font-size: 1.2rem;
}
.c-form-any {
	margin-right: 12px;
	background: #bdbbba;
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	font-size: 1.2rem;
}
.c-form-ttl {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2px 0;
	padding: 0 0 12px;
	width: 100%;
	display: block;
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form textarea,
.c-form select {
	width: 100%;
	padding: 8px 8px;
	background: #f8f8f8;
	font-size: 15px;
	font-size: 1.5rem;
	height: 45px;
}
.c-form input[type="text"]::placeholder,
.c-form input[type="email"]::placeholder,
.c-form input[type="tel"]::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
	color: #aaa;
}
.c-form textarea {
	height: 160px;
}
.c-form-dt,
.c-form dt {
	margin-bottom: 12px;
}
.c-form-dd,
.c-form dd {
	margin-bottom: 45px;
}
.c-form-consent {
	text-align: center;
	margin-bottom: 20px;
}
.c-form-consent span {
	display: inline-block;
}
.c-form-consent label {
	cursor: pointer;
}
.c-form-btn {
	text-align: center;
}
.c-form-btn input {
	letter-spacing: 0.15em;
}
.c-form-privacy {
	padding: 20px 15px;
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 40px;
}
.c-form-privacy-inner {
	max-height: 225px;
	overflow-y: auto;
	padding: 10px;
}
.c-form-privacy-inner::-webkit-scrollbar {
	width: 8px;
}
.c-form-privacy-inner::-webkit-scrollbar-track {
	border: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.c-form-privacy-inner::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 8px;
	box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.c-form-privacy-ttl {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 20px;
}
.c-form-privacy-txt {
	margin: 0 0 40px;
}
.c-form-privacy-list-item {
	margin: 0 0 40px;
}
.c-form-privacy-subttl {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 20px;
}
.c-form-privacy-order {
	counter-reset: order 0;
}
.c-form-privacy-order-item {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.c-form-privacy-order-item:before {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #111;
	content: counter(order) ".";
	counter-increment: order 1;
}
.c-form-privacy-order-txt {
	margin: 0 0 20px;
}
.c-form input[type="checkbox"] {
	min-height: 1px;
	max-width: 1px;
	opacity: 0;
	display: none;
}
.c-form input[type="checkbox"] + .mwform-checkbox-field-text {
	padding: 0;
	display: inline-block;
	line-height: 1.45rem;
	position: relative;
	padding-left: 30px;
}
.c-form input[type="checkbox"] + .mwform-checkbox-field-text:before {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: -0.45rem;
	content: "";
	border: 1px solid #ddd;
	transition: 0.3s;
}
.c-form input[type="checkbox"] + .mwform-checkbox-field-text:after {
	transition: 0.3s;
	content: "";
	width: 16px;
	height: 8px;
	position: absolute;
	display: block;
	left: 4px;
	top: 0;
	opacity: 0;
	border-left: 3px solid #00a3d2;
	border-bottom: 3px solid #00a3d2;
	transform: rotate(-45deg);
	color: #00a3d2;
}
.c-form input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
	opacity: 0;
	transform: rotate(90deg) scale(1.3);
}
.c-form input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
	opacity: 1;
}
.c-form .c-btn {
	text-align: center;
}
.c-form .c-btn-body {
	margin-top: 20px;
}

.mw_wp_form_input .is-preview-visible {
	display: none;
}

.mw_wp_form_preview .is-preview-visible {
	display: block;
}

.mw_wp_form_confirm .is-preview-none {
	display: none;
}

.c-form-privacy-consent .error {
	padding-left: 42px;
}

.mw_wp_form_confirm .c-privacy,
.mw_wp_form_confirm .c-form-consent,
.mw_wp_form_confirm .is-confirm-none {
	display: none;
}

.mw_wp_form_complete {
	text-align: center;
}

.mw_wp_form_complete .c-btn {
	padding-bottom: 130px;
}

.mw_wp_form_send_error {
	text-align: center;
	padding: 0 15px 40px;
}

/* ----- breadcrumbs ----- */
.c-breadcrumbs {
	color: #6e6e6e;
	margin: auto;
	padding: 20px 10% 40px;
}

.c-breadcrumbs-items {
	display: flex;
	flex-wrap: wrap;
}
.c-breadcrumbs-item {
	font-size: 12px;
	font-size: 1.2rem;
}
.c-breadcrumbs-item:first-child {
	color: #00a3d2;
}
.c-breadcrumbs-item:not(:last-child)::after {
	color: #6e6e6e;
	content: "/";
	display: inline-block;
	margin: 0 1.15em;
}

.c-breadcrumbs-link,
.c-breadcrumbs-link span,
.c-breadcrumbs-item {
	display: inline;
}

/* ----- pager ----- */
.p-pager {
	margin: 40px 0 120px;
	display: block;
	width: 100%;
}

.p-archive-pager {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-archive-pager-item {
	padding: 5px;
}

.p-archive-pager-btn {
	width: 40px;
	min-height: 40px;
	line-height: 40px;
	border: 1px solid #eaeaea;
	display: block;
	text-align: center;
}

.p-archive-pager-btn.is-current {
	background: #00a3d2;
	border: 1px solid #00a3d2;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.c-section {
		margin-bottom: 60px;
	}
	.c-section-ttl {
		font-size: 60px;
		font-size: 6rem;
	}

	.c-btn a {
		max-width: 100%;
	}

	.c-flex-datalist {
		display: block;
	}
	.c-flex-datalist-ttl {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 4px 0 0 0;
		width: 100%;
	}
	.c-flex-datalist-data {
		padding: 0 0 4px 0;
		width: 100%;
	}

	.c-form {
		padding: 0 15px;
	}
	.c-form-wrap {
		padding: 40px 4.6875%;
	}
	.c-form-lead {
		padding: 50px 30px 0;
	}

	.mw_wp_form_complete .c-btn {
		padding: 0 15px 60px;
	}

	.p-archive-pager-btn {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.p-archive-pager-item {
		padding: 2px;
	}
}
/* =============================================
  animation
  - ani-slide-left
  - ani-slide-right
  - ani-slide-up
  - ani-opacity
  - ani-rotate
  - ani-mappin
  - ani-shake
  - ani-swipe
============================================= */
.js-animate {
	opacity: 0;
}

.js-slide-left.is-active {
	animation: 0.8s ease 0s normal forwards ani-slide-left;
}

.js-slide-right.is-active {
	animation: 0.8s ease 0s forwards ani-slide-right;
}

.js-slide-up.is-active {
	animation: 0.8s ease 0s forwards ani-slide-up;
}

@keyframes ani-swipe {
	0% {
		transform: translateY(0) rotate(90deg);
	}
	30% {
		transform: translateY(8px) rotate(90deg);
	}
	90% {
		transform: translateY(0) rotate(90deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@keyframes ani-slide-left {
	0% {
		transform: translateX(30px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes ani-slide-right {
	0% {
		transform: translateX(-30px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes ani-slide-up {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes ani-opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes ani-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes ani-mappin {
	0% {
		padding: 2px 10px 2px;
	}
	25% {
		padding: 0px 10px 4px;
	}
	50% {
		padding: 2px 10px 2px;
	}
	75% {
		padding: 3px 10px 1px;
	}
	100% {
		padding: 2px 10px 2px;
	}
}
@keyframes ani-shake {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(10deg);
	}
	20% {
		transform: rotate(-10deg);
	}
	30% {
		transform: rotate(10deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/* =============================================
  LAYOUT
============================================= */
.l-wrapper {
	z-index: 0;
}

.l-main {
	background: #fff;
}

.l-gnav {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	pointer-events: none;
	transition: 0.3s;
}

.l-gnav.js-open {
	opacity: 1;
	pointer-events: all;
}

/* ----- Layout Header ----- */
.l-header {
	width: 100%;
}

/* ----- Layout Footer ----- */
.l-footer {
	position: relative;
}

/* ----- SP LAYOUT ----- */
@media screen and (max-width: 767px) {
	.l-wrapper {
		display: block;
	}

	.l-header {
		min-width: 100%;
	}

	.l-sidebar {
		left: -100px;
		bottom: 0;
		transition: 0.5s ease;
		opacity: 0;
		pointer-events: none;
	}
	.l-sidebar.js-open {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.l-main {
		margin: 50px 0 0 0;
	}
}
/* ----- HEADER ----- */
.p-header {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.p-header-left,
.p-header-right {
	display: flex;
	height: 100px;
	/* width: 33.33%; */
	width: 38%;
	align-items: center;
	padding-right: 2vw;
}
.p-header-right {
	justify-content: flex-end;
}
.p-header-logo {
	max-width: 33.33%;
	text-align: center;
	z-index: 5;
	width: 400px;
	height: auto;
}
.p-header-logo-link {
	display: inline-block;
	padding-top: 5px;
	position: relative;
	background: #fff;
}
.p-header-logo-link:before {
	background: #1c9fcd;
	background: linear-gradient(90deg, #1c9fcd 0%, #1c9fcd 25%, #00688b 25%, #00688b 50%, #1c9fcd 50%, #1c9fcd 75%, #00688b 75%, #00688b 100%, #1c9fcd 100%);
	position: absolute;
	height: 5px;
	width: 100%;
	content: "";
	top: 0;
	transition: 0.3s;
}
.p-header-logo-link:hover:before {
	opacity: 0.7;
}
.p-header-logo-link:hover img {
	opacity: 0.7;
}
.p-header-logo-img {
	width: 100%;
	background: #fff;
	transition: 0.3s;
}

.p-header-tel,
.p-header-mail {
	color: #fff;
	height: 100%;
	font-family: "Montserrat", cursive;
	width: 230px;
	letter-spacing: 0.18em;
	font-size: 18px;
	font-size: 1.8rem;
	transition: 0.3s;
	cursor: pointer;
	text-transform: none;
	overflow: visible;
	text-indent: 0px;
	text-shadow: none;
	text-align: center;
}
.p-header-tel-head,
.p-header-mail-head {
	letter-spacing: 0;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}
.p-header-tel-add:before,
.p-header-mail-add:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	font-size: 1.6rem;
	width: 28px;
	height: 28px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
	line-height: 28px;
}
.p-header-tel:hover,
.p-header-mail:hover {
	opacity: 0.9;
}
.p-header-tel:hover .p-header-tel-add:before,
.p-header-tel:hover .p-header-mail-add:before,
.p-header-mail:hover .p-header-tel-add:before,
.p-header-mail:hover .p-header-mail-add:before {
	animation: 1s linear 0s infinite normal ani-shake;
}
.p-header-tel {
	background: #1c9fcd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.p-header-tel__link {
	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%;
	height: 100%;
}
.p-header-tel-add:before {
	content: "\f879";
	color: #1c9fcd;
	padding-left: 3px;
}
.p-header-mail {
	background: #00688b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.p-header-mail__link {
	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%;
	height: 100%;
}
.p-header-mail-add:before {
	content: "\f0e0";
	color: #00688b;
	padding-left: 3px;
}
.p-header-txt {
	word-break: break-all;
	/* margin-right: 120px; */
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	line-height: 1.65em;
	text-align: right;
}
.p-header-txt-em {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	vertical-align: middle;
}

.p-hum {
	min-width: 100px;
	width: 100px;
	height: 100px;
	position: fixed;
	background: #1c9fcd;
	z-index: 13;
	top: 0;
	right: 0;
	transition: 0.3s;
	display: none;
}
.p-hum-line {
	transition: 0.3s;
	display: block;
	height: 2px;
	position: absolute;
	left: 25px;
	content: "";
	background: #fff;
}
.p-hum-line:nth-child(1) {
	width: 50px;
	top: 44px;
}
.p-hum-line:nth-child(2) {
	width: 30px;
	bottom: 44px;
}
.p-hum:hover {
	opacity: 0.9;
}
.p-hum:hover .p-hum-line {
	width: 50px;
}

.p-hum.js-open {
	background: transparent;
}
.p-hum.js-open .p-hum-line {
	transform: rotate(135deg);
	width: 50px;
	top: calc(50%);
	background: #00a3d2;
}
.p-hum.js-open .p-hum-line:nth-child(2) {
	transform: rotate(-135deg);
	width: 50px;
	top: calc(50%);
}

.p-gnav {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-size: cover;
	background-position: 100% 100%;
	background-color: rgba(28, 159, 205, 0.5);
}
.p-gnav.is-diagonal:after {
	position: fixed;
}
.p-gnav:before {
	background: #1c9fcd;
	content: "";
	top: 0;
	left: 0;
	width: 50%;
	height: 100vh;
	position: fixed;
	z-index: 1;
}
.p-gnav-wrap {
	width: 50%;
	height: 100%;
	overflow-y: auto;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
	max-height: 100%;
	z-index: 2;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.p-gnav-wrap::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.p-gnav-wrap::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #1c9fcd;
}
.p-gnav-wrap::-webkit-scrollbar-track {
	border-radius: 0;
	background: #1c9fcd;
}
.p-gnav-list {
	padding: 40px 40px 60px;
	z-index: 1;
	position: relative;
	text-align: center;
	display: inline-block;
}
.p-gnav-item {
	font-size: 21px;
	font-size: 2.1rem;
	color: #fff;
	margin-top: 35px;
	text-align: left;
}
.p-gnav-item .p-gnav-item {
	font-size: 15px;
	font-size: 1.5rem;
}
.p-gnav-snav-list {
	margin-left: 35px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.p-gnav-snav-list .p-gnav-item {
	margin-top: 0;
}
.p-gnav-link {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	transition: 0.3s;
	border-radius: 1em;
}
.p-gnav-link:before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	content: "";
	top: calc(50% - 4px);
	left: 0;
	transition: 0.3s ease;
}
.p-gnav-link:hover:before {
	background: #fff;
	left: 5.5px;
}
.p-gnav.is-scroll .p-gnav-wrap {
	position: relative;
}
.p-gnav.is-scroll .p-gnav-list {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 25px 0 60px;
}

.p-gnav-item .p-gnav-item .p-gnav-item-wrap {
	margin-top: 15px;
}

.c-sp-tel {
	display: none;
}
@media screen and (max-width: 1700px) {
	.p-header-txt {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 767px) {
	.p-hum {
		display: block;
	}
}
/* ----- FOOTER ----- */
.p-contact {
	border-top: 1px solid #00a3d2;
}
.p-contact-wrap {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 22px 0 22px;
	max-width: 1220px;
	margin: auto;
}
.p-contact-btn {
	width: calc(50% - 8px);
	margin: 8px 0;
}
.p-contact-btn:nth-child(2n + 1):last-child {
	width: 100%;
}
.p-contact-tel,
.p-contact-mail {
	color: #fff;
	height: 100%;
	letter-spacing: 0.2em;
	font-size: 30px;
	font-size: 3rem;
	display: flex;
}
.p-contact-tel-head,
.p-contact-mail-head {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	width: 100%;
	font-weight: bold;
}
.p-contact-tel-add,
.p-contact-mail-add {
	position: relative;
	padding-left: 48px;
	font-family: "Montserrat", cursive;
	margin: auto;
}
.p-contact-tel-add:before,
.p-contact-mail-add:before {
	position: absolute;
	padding-left: 48px;
	top: 8px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	font-size: 1.8rem;
	width: 38px;
	height: 38px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	line-height: 40px;
	padding-left: 6px;
}
.p-contact-tel {
	background: #1c9fcd;
}
.p-contact-tel-add:before {
	content: "\f879";
	color: #1c9fcd;
}
.p-contact-mail {
	background: #00688b;
}
.p-contact-mail-add:before {
	content: "\f0e0";
	color: #00688b;
}
.p-contact-link {
	padding: 30px 16px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	transition: 0.3s;
}
.p-contact-link:hover {
	opacity: 0.9;
}
.p-contact-link:hover .p-contact-tel-add:before,
.p-contact-link:hover .p-contact-mail-add:before {
	animation: 1s linear 0s infinite normal ani-shake;
}

.p-time-table {
	margin: 0 auto 28px;
	border-top: 1px solid #00a3d2;
}
.p-time-table-body {
	width: 100%;
	max-width: 400px;
	margin: 28px auto 5px;
}
.p-time-table-body th {
	width: 125px;
}
.p-time-table-body th,
.p-time-table-body td {
	padding: 5px 0;
	transition: 0.2s;
	/*
  &:hover {
    background: rgba(0, 121, 191, 0.1);
  }
  */
}
.p-time-table-body thead {
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	border-bottom: 2px solid #00a3d2;
}
.p-time-table-body thead th {
	text-align: left;
}
.p-time-table-body tbody tr {
	border-bottom: 1px solid #00a3d2;
}
.p-time-table-body tbody th {
	text-align: left;
	letter-spacing: 0.18em;
	font-size: 13px;
	font-size: 1.3rem;
}
.p-time-table-body tbody td {
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #00a3d2;
}
.p-time-table-txt {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.18em;
	max-width: 400px;
	margin: auto;
}
.p-time-table-small {
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.18em;
}

.p-footer-nav {
	background: #00a3d2;
	text-align: center;
	margin: auto;
}
.p-footer-nav-list {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	padding: 10px 0;
	max-width: 1200px;
	flex-wrap: wrap;
	margin: auto;
}
.p-footer-nav-item {
	padding: 0 20px;
	line-height: 1.65em;
	position: relative;
	letter-spacing: 0.12em;
	font-size: 15px;
	font-size: 1.5rem;
}
.p-footer-nav-item:not(:last-child):before {
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	height: 16px;
	width: 1px;
	background: #fff;
	content: "";
}
.p-footer-nav-link {
	display: block;
	transition: 0.2s;
	font-size: 13px;
	font-size: 1.3rem;
}
.p-footer-nav-link:hover {
	opacity: 0.6;
}

.p-footer-sns {
	margin: 20px auto;
	color: #00a3d2;
}
.p-footer-sns-list {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.p-footer-sns-item {
	margin: 8px;
	width: 32px;
	height: 32px;
}
.p-footer-sns-link {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	transition: 0.3s;
}
.p-footer-sns-link:hover span {
	animation: 1s linear 0s infinite normal ani-shake;
}

.p-footer-bnr-item {
	margin: 20px auto;
	max-width: 200px;
	width: 100%;
}

.p-copy {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 20px 15px;
}

/* ----- HOME ----- */
.p-main-header {
	position: relative;
}
.p-main-header:before {
	content: "Scroll";
	font-family: "Montserrat", cursive;
	position: absolute;
	left: calc(50% - 40px);
	width: 80px;
	text-align: center;
	bottom: 75px;
	z-index: 5;
	transform: rotate(90deg);
	color: #fff;
	letter-spacing: 0.18em;
	font-size: 15px;
	animation: 1.2s linear 1s infinite normal ani-swipe;
}
.p-main-header:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 50px;
	border-left: 1.5px solid #fff;
	z-index: 5;
}

.p-main-visual {
	padding: 0 2.7777777778%;
	margin-bottom: 45px;
	position: relative;
}
.p-main-visual .p-time-table {
	background: #fff;
	border: 0;
	position: absolute;
	bottom: -6px;
	left: calc(2.7777777778% + 22px);
	z-index: 1;
	padding: 0 40px 18px;
}
.p-main-visual .p-home-mv-blog {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	background: #fff;
	max-width: 40%;
	width: 100%;
	padding: 20px 30px;
}
.p-main-visual .p-home-mv-blog-item {
	margin: 5px 0;
}
.p-main-visual .p-home-mv-blog-caption {
	display: flex;
}
.p-main-visual .p-home-mv-blog-meta {
	display: flex;
}
.p-main-visual .p-home-mv-blog-time::after {
	display: none;
}
.p-main-visual .p-home-mv-blog-category {
	width: 95px;
	color: #00a3d2;
	position: relative;
}
.p-main-visual .p-home-mv-blog-category::before {
	width: 1px;
	height: 12px;
	background: #ddd;
	content: "";
	position: absolute;
	left: 0;
	display: block;
	top: 6px;
}

.p-main-visual-container {
	position: relative;
	height: calc(100vh - 100px) !important;
}
.p-main-visual-container:after {
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	content: "";
	display: block;
	top: 10px;
	border: 1px solid #fff;
	left: 10px;
	padding: 10px;
	position: absolute;
	z-index: 3;
	pointer-events: none;
}

.p-main-visual-slide {
	position: relative;
}

.p-main-visual-catchcopy {
	z-index: 2;
	background: rgba(0, 121, 191, 0.4);
	position: absolute;
	top: 0;
	width: 700px;
	left: calc(50% - 350px);
	height: 100%;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
}
.p-main-visual-catchcopy-body {
	padding: 20px;
	position: absolute;
	left: 0;
	width: 100%;
}
.p-main-visual-catchcopy-head {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.25em;
}
.p-main-visual-catchcopy-small {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 20px;
}
.p-main-visual-catchcopy:before {
	height: 100%;
	width: 100%;
	content: "";
	display: block;
	top: 0;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
}

.p-main-visual-poster {
	text-align: center;
	height: calc(100vh - 100px);
	background-size: cover;
	background-position: 50% 50%;
}

.p-section-ttl {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.p-section-ttl-en {
	z-index: 2;
	color: #00a3d2;
	font-weight: bold;
	font-family: "Montserrat", cursive;
	font-size: 45px;
	font-size: 4.5rem;
	letter-spacing: 0.175em;
	display: block;
	line-height: 2;
}
.p-section-ttl-ja {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.175em;
	display: block;
	line-height: 1.3em;
}
.p-section-ttl.is-centerline {
	text-align: center;
}
.p-section-ttl.is-centerline .p-section-ttl-wrap {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.p-section-ttl.is-centerline .p-section-ttl-wrap:before,
.p-section-ttl.is-centerline .p-section-ttl-wrap:after {
	content: "";
	width: 9999%;
	height: 1px;
	background: #00a3d2;
	position: absolute;
	top: 50%;
}
.p-section-ttl.is-centerline .p-section-ttl-wrap:before {
	right: 100%;
}
.p-section-ttl.is-centerline .p-section-ttl-wrap:after {
	left: 100%;
}

.p-section-txt {
	margin: 0px auto 80px;
}

.p-section-lead {
	margin-bottom: 35px;
}

.p-section-lead-txt {
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 0.325em;
	display: block;
	line-height: 1.45em;
}

.p-home-about {
	margin-bottom: 90px;
}
.p-home-about-wrap {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
}
.p-home-about .p-picture-container {
	grid-row: 1;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.p-home-about .p-picture-container .p-picture-top-img {
	width: 100%;
}
.p-home-about .p-picture-container .p-picture-bottom-img {
	width: 100%;
}
.p-home-about-content {
	padding: 0 16.25% 0 10%;
	grid-row: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	display: flex;
	align-items: center;
}

.p-home-sec-figure {
	padding: 0 20px;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 30px;
}
.p-home-sec-img {
	width: 100%;
}
.p-home-sec .p-section-txt {
	max-width: 810px;
	padding: 0 20px;
}
.p-home-sec .c-btn,
.p-home-sec .c-btn-white {
	text-align: center;
	max-width: 600px;
	margin: auto;
	padding: 0 20px;
}

.p-home-blog {
	background-size: cover;
	padding: 60px 20px;
	display: none;
}
.p-home-blog:before {
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	content: "";
	display: block;
	top: 10px;
	border: 1px solid #fff;
	left: 10px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.p-home-blog .p-section-ttl {
	text-align: center;
	margin-bottom: 35px;
}
.p-home-blog .p-section-ttl-en,
.p-home-blog .p-section-ttl-ja {
	color: #fff;
}
.p-home-blog-cover {
	background: rgba(0, 121, 191, 0.4);
	position: absolute;
	top: 0;
	width: 700px;
	left: calc(50% - 350px);
	height: 100%;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
}
.p-home-blog-cover:before {
	height: 100%;
	width: calc(100% - 20px);
	content: "";
	display: block;
	top: 0;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	left: 10px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.p-home-blog-wrap {
	z-index: 1;
	position: relative;
	max-width: 965px;
	padding: 0 20px;
	margin: 0 auto 25px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-home-blog-wrap .p-blog-article {
	width: 50%;
	margin: 0 auto 20px;
	padding: 0 10px 0;
}
.p-home-blog .c-btn,
.p-home-blog .c-btn-white {
	text-align: center;
}
.p-home-menu {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 45px;
}
.p-home-menu-item {
	width: calc(25% - 14px);
	font-size: 0;
	margin: 0 9px 18px;
}
.p-home-menu-item:nth-child(4n + 1) {
	margin-left: 0;
}
.p-home-menu-item:nth-child(4n) {
	margin-right: 0;
}
.p-home-menu-item:nth-child(4n),
.p-home-menu-item:last-child {
	margin-right: 0;
}
.p-home-menu-link {
	position: relative;
	display: inline-block;
	width: 100%;
}
.p-home-menu-link:hover .p-home-menu-img {
	transform: scale(1.1);
}
.p-home-menu-figure {
	width: 100%;
	position: relative;
	padding-bottom: 92.33%;
	overflow: hidden;
}
.p-home-menu-figure:before {
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	content: "";
	display: block;
	top: 10px;
	border: 1px solid #fff;
	left: 10px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.p-home-menu-img {
	width: 100%;
	position: absolute;
	top: 0;
	transition: 0.3s;
}
.p-home-menu-caption {
	position: absolute;
	top: 0;
	background: rgba(0, 121, 191, 0.4);
	height: 100%;
	width: 72%;
	margin: 0 14%;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
}
.p-home-menu-caption-wrap {
	text-align: center;
	width: 100%;
	padding: 3.75%;
}
.p-home-menu-head {
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.45em;
	letter-spacing: 0.2em;
	margin-bottom: 4px;
}
.p-home-menu-txt {
	letter-spacing: 0.12em;
	font-size: 15px;
	font-size: 1.5rem;
}

.p-home-access {
	display: none;
}

.p-home-access-wrap {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 61.1111111111%;
	-ms-grid-columns: 1fr 61.1111111111%;
}
.p-home-access-content {
	padding: 0 8.3333333333% 0 26.6666666667%;
	grid-row: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	display: flex;
	align-items: center;
}
.p-home-access-map {
	grid-row: 1;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.p-home-access-map .c-map::after {
	padding-top: 400px;
}
.p-home-access .p-section-txt {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 25px;
}
.p-home-access-btn-body {
	border: 1px solid #00a3d2;
	display: inline-block;
	font-weight: bold;
	color: #00a3d2;
	font-size: 12px;
	font-size: 1.2rem;
}
.p-home-access-btn-link {
	padding: 5px 12px 5px 30px;
	display: block;
	position: relative;
	transition: 0.3s;
}
.p-home-access-btn-link:before {
	left: 0;
	position: absolute;
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 17px;
	padding: 2px 10px;
}
.p-home-access-btn-link:hover {
	background: #00a3d2;
	color: #fff;
}
.p-home-access-btn-link:hover:before {
	animation: 0.5s linear 0.2s infinite normal ani-mappin;
}

.p-notfound {
	margin: 40px auto 70px;
	max-width: 1030px;
	padding: 0 15px;
}
.p-notfound .p-contents-ttl {
	text-align: left;
}
.p-notfound-txt {
	margin-bottom: 40px;
}

/* ----- component ----- */
.p-blog-article {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.p-blog-link {
	transition: 0.3s;
}
.p-blog-link:hover .p-blog-post-thumb-img {
	transform: scale(1.2);
}
.p-blog-link:hover .p-blog-caption {
	background: #fff;
	color: #00a3d2;
}
.p-blog-link:hover .p-blog-time:after,
.p-blog-link:hover .p-main-visual .p-home-mv-blog-time:after,
.p-main-visual .p-blog-link:hover .p-home-mv-blog-time:after {
	border-right: 1px solid #00a3d2;
}
.p-blog-figure {
	width: 100%;
	padding-bottom: 58%;
	position: relative;
	overflow: hidden;
}
.p-blog-post-thumb-img {
	transition: 0.3s;
	position: absolute;
	width: 100%;
	transform: scale(1.1);
}
.p-blog-caption {
	transition: 0.3s;
	background: #00a3d2;
	color: #fff;
	padding: 18px 20px 28px;
}
.p-blog-meta {
	display: flex;
	margin-bottom: 12px;
}
.p-blog-meta {
	display: flex;
	margin: 0 6px 16px;
}
.p-blog-time,
.p-main-visual .p-home-mv-blog-time {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.14em;
	font-family: "Josefin Sans", sans-serif;
	padding-right: 12px;
	display: inline-block;
}
.p-blog-time:after,
.p-main-visual .p-home-mv-blog-time:after {
	position: absolute;
	border-right: 1px solid #fff;
	content: "";
	width: 1px;
	height: 16px;
	top: 5px;
	right: 0;
}
.p-blog-category,
.p-main-visual .p-home-mv-blog-category {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 12px;
}
.p-blog-category ul,
.p-main-visual .p-home-mv-blog-category ul {
	display: flex;
	flex-wrap: wrap;
}
.p-blog-category li,
.p-main-visual .p-home-mv-blog-category li {
	padding: 5px 4px 0 0;
	line-height: 1.3em;
}
.p-blog-category li:not(:last-child):after,
.p-main-visual .p-home-mv-blog-category li:not(:last-child):after {
	content: ", ";
}
.p-blog-ttl {
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.14em;
	line-height: 2em;
}

.c-gadget-ttl {
	color: #00a3d2;
	font-weight: bold;
	font-family: "Montserrat", cursive;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
}
.c-gadget-items,
.c-gadget-posts,
.c-gadget-archives {
	margin-bottom: 40px;
}
.c-gadget-item,
.c-gadget-post,
.c-gadget-archive {
	padding: 0 0 8px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.c-gadget .c-gadget-post-link,
.c-gadget .c-gadget-item-link,
.c-gadget .c-gadget-archive-link {
	padding-left: 20px;
	display: inline-block;
	position: relative;
}
.c-gadget .c-gadget-post-link:before,
.c-gadget .c-gadget-item-link:before,
.c-gadget .c-gadget-archive-link:before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #6e6e6e;
	content: "";
	top: 8px;
	left: 0;
	transition: 0.3s ease;
}
.c-gadget .c-gadget-post-link:hover:before,
.c-gadget .c-gadget-item-link:hover:before,
.c-gadget .c-gadget-archive-link:hover:before {
	background: #00a3d2;
	left: 6px;
}
.c-gadget-post-date {
	display: none;
}
.c-gadget-post-count {
	display: none;
}

.l-subpage .p-blog-wrap {
	max-width: 1030px;
	margin: 0 auto 80px;
	display: flex;
}
.l-subpage .p-blog-meta {
	margin: 0 6px 12px;
}
.l-subpage .p-blog-time,
.l-subpage .p-main-visual .p-home-mv-blog-time,
.p-main-visual .l-subpage .p-home-mv-blog-time {
	font-size: 14px;
	font-size: 1.4rem;
}
.l-subpage .p-blog-category,
.l-subpage .p-main-visual .p-home-mv-blog-category,
.p-main-visual .l-subpage .p-home-mv-blog-category {
	font-size: 12px;
	font-size: 1.2rem;
}
.l-subpage .p-blog-ttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.l-subpage .l-blog-main {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 15px 0;
	justify-content: space-between;
}
.l-subpage .l-blog-side {
	width: 30%;
	padding: 50px 15px 0 30px;
}
.l-subpage .l-post-main {
	width: 70%;
	padding: 50px 15px 0;
}

.p-post-wrap {
	max-width: 1030px;
	margin: auto;
	display: flex;
}
.p-post-eyecatch {
	width: 100%;
}
.p-post-eyecatch-img {
	width: 100%;
}
.p-post-meta {
	color: #00a3d2;
	display: flex;
	padding: 24px 0 20px;
}
.p-post-date {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	min-width: 90px;
	font-family: "Montserrat", cursive;
	letter-spacing: 0.12em;
	padding-right: 8px;
}
.p-post-date:after {
	position: absolute;
	right: 0;
	top: 7px;
	content: "";
	width: 1px;
	height: 10px;
	display: block;
	background: #1c9fcd;
}
.p-post-ttl {
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5em;
	margin-bottom: 16px;
}
.p-post-content {
	font-size: 15px;
	font-size: 1.5rem;
}

.post-categories {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 3px 0 0 12px;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	line-height: 1.5em;
}
.post-categories li:not(:last-child):after {
	content: ", ";
}

.p-post-nav {
	display: flex;
	border: 1px solid #eaeaea;
	border-right: 0;
	border-left: 0;
	padding: 30px 0;
	margin: 85px 0 80px;
}
.p-post-nav-prev,
.p-post-nav-list,
.p-post-nav-next {
	font-size: 15px;
	font-size: 1.5rem;
	width: 33.33%;
	text-align: center;
}
.p-post-nav-prev a,
.p-post-nav-list a,
.p-post-nav-next a {
	transition: 0.3s;
}
.p-post-nav-prev a:hover,
.p-post-nav-list a:hover,
.p-post-nav-next a:hover {
	color: #00a3d2;
}
.p-post-nav-prev a:before,
.p-post-nav-prev a:after,
.p-post-nav-next a:before,
.p-post-nav-next a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 30px;
	display: inline-block;
	color: #00a3d2;
}
.p-post-nav-prev a:before {
	content: "\f053";
}
.p-post-nav-next a:after {
	content: "\f054";
}

.p-article-nav {
	background: #f9f9f9;
	margin: 40px 0;
}
.p-article-nav__headline {
	font-size: 20px;
	color: #6e6e6e;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 12px 40px;
}
.p-article-nav__table {
	padding: 20px 40px 40px;
}
.p-article-nav__table-item {
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 6px;
}
.p-article-nav__table-item-child {
	font-size: 15px;
	padding: 0 0 0 16px;
	position: relative;
}
.p-article-nav__table-item-child:before {
	content: "-";
	position: absolute;
	left: 0;
}
.p-article-nav__table-link {
	transition: 0.3s;
}
.p-article-nav__table-link :hover {
	opacity: 0.7;
}

.p-post-content img {
	width: 100%;
	margin-bottom: 40px;
}

.p-post-content h2,
.p-post-section h2 {
	background: #f9f9f9;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	padding: 15px 15px 15px 25px;
	margin: 30px 0;
	line-height: 1.5em;
	position: relative;
}
.p-post-content h2:before,
.p-post-section h2:before {
	height: 13px;
	width: 5px;
	background: #1c9fcd;
	display: block;
	content: "";
	position: absolute;
	left: -2.5px;
	bottom: 50%;
}
.p-post-content h2:after,
.p-post-section h2:after {
	height: 13px;
	width: 5px;
	background: #00688b;
	display: block;
	content: "";
	position: absolute;
	left: -2.5px;
	top: 50%;
}
.p-post-content h3,
.p-post-section h3 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	padding: 0 0 5px;
	line-height: 1.5em;
	margin: 30px 0;
}
.p-post-content h3:before,
.p-post-section h3:before {
	height: 1px;
	width: 100%;
	display: block;
	content: "";
	background: #eaeaea;
	position: absolute;
	left: 0;
	bottom: 0;
}
.p-post-content h3:after,
.p-post-section h3:after {
	height: 1px;
	width: 40px;
	display: block;
	content: "";
	background: #1c9fcd;
	position: absolute;
	left: 0;
	bottom: 0;
}
.p-post-content__txt a,
.p-post-section__txt a {
	transition: 0.3s;
}
.p-post-content__txt a:hover,
.p-post-section__txt a:hover {
	opacity: 0.7;
}
.p-post-content iframe,
.p-post-content audio,
.p-post-section iframe,
.p-post-section audio {
	max-width: 100%;
	min-width: auto;
}

/* ----- SUBPAGE ----- */
.p-subpage-header {
	background: linear-gradient(90deg, rgba(238, 249, 251, 0.25) 0%, rgba(238, 249, 251, 0.25) 25%, #eef9fb 25%, #eef9fb 50%, rgba(238, 249, 251, 0.25) 50%, rgba(238, 249, 251, 0.25)) repeat;
	background-size: 4px 4px;
	min-height: 210px;
}
.p-subpage-header-wrap {
	margin: auto;
	padding: 75px 10% 60px;
}
.p-subpage-header-ttl-menu {
	color: #00a3d2;
	font-family: "Montserrat", cursive;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.p-subpage-header-ttl-menu-big {
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "Montserrat", cursive;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #00a3d2;
	display: block;
	line-height: 1.2em;
	padding-bottom: 10px;
}
.p-subpage-header-ttl-en {
	font-size: 45px;
	font-size: 4.5rem;
	font-family: "Montserrat", cursive;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #00a3d2;
	display: block;
	line-height: 1.2em;
	padding-bottom: 10px;
}
.p-subpage-header-ttl-ja {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
	display: block;
}

.p-contents-ttl {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
.p-contents-ttl-en {
	font-size: 36px;
	font-size: 3.6rem;
	display: block;
	font-family: "Montserrat", cursive;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #00a3d2;
	line-height: 1.2em;
	margin-bottom: 8px;
}
.p-contents-ttl-ja {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}

/* about */
.p-about-head {
	padding: 40px 0 70px;
	border-bottom: 1px solid #00a3d2;
}
.p-about-head-wrap {
	display: flex;
	padding: 0 30px 0 0;
	max-width: 1260px;
	margin: auto;
	align-items: center;
}
.p-about-head-left {
	min-height: 331px;
	width: 48.125%;
	padding: 0 30px 0 8%;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.p-about-head-right {
	width: 51.875%;
}
.p-about-head-ttl {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.25em;
}

.p-feature {
	margin-bottom: 160px;
}

.p-feature-sec {
	display: flex;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
	margin-bottom: 100px;
}
.p-feature-sec-ttl-small {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	font-family: "Montserrat", cursive;
	position: relative;
	color: #00a3d2;
	padding-bottom: 8px;
	margin: 0 0 30px;
}
.p-feature-sec-ttl-small:before,
.p-feature-sec-ttl-small:after {
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.p-feature-sec-ttl-small:before {
	width: 100%;
	background: #00688b;
}
.p-feature-sec-ttl-small:after {
	width: 50%;
	background: #00a3d2;
}
.p-feature-sec-ttl-em {
	font-size: 30px;
	font-size: 3rem;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 30px;
}
.p-feature-sec:nth-of-type(2n + 1) .p-feature-sec-photo {
	grid-row: 1;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.p-feature-sec:nth-of-type(2n + 1) .p-feature-sec-content {
	grid-row: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	padding: 0 10% 0 20%;
}
.p-feature-sec:nth-of-type(2n) .p-feature-sec-photo {
	grid-row: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.p-feature-sec:nth-of-type(2n) .p-feature-sec-content {
	grid-row: 1;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	padding: 0 20% 0 10%;
}
.p-feature-sec .p-feature-sec-img {
	width: 100%;
}

/* about - staff */
.p-staff {
	position: relative;
	z-index: 1;
	padding-top: 70px;
}
.p-staff:after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0;
	background: #eef9fb;
	padding-bottom: 500px;
}
.p-staff-list {
	display: flex;
	flex-wrap: wrap;
}
.p-staff-item {
	margin: auto;
	width: 33.33%;
	padding: 0 15px 15px;
}
.p-staff-img {
	width: 100%;
}
.p-staff-top-wrap {
	padding: 0 15px;
	max-width: 1030px;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;
}
.p-staff-top-wrap .p-staff-figure {
	width: 50%;
	margin-bottom: 40px;
	background: #fff;
}
.p-staff-top-wrap .p-staff-data {
	width: 50%;
	padding: 50px 5% 10px;
	margin-bottom: 40px;
	background: #fff;
}
.p-staff-top-wrap .p-staff-name {
	margin-bottom: 36px;
}
.p-staff-top-wrap .p-staff-name-ja {
	font-size: 24px;
	font-size: 2.4rem;
	padding-right: 20px;
}
.p-staff-bottom-wrap {
	padding: 0;
	max-width: 1030px;
	margin: auto;
}
.p-staff-bottom-wrap .p-staff-name-ja {
	font-size: 22px;
	font-size: 2.2rem;
	padding-right: 16px;
}
.p-staff-bottom-wrap .p-staff-figure {
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 62.5%;
	height: 0;
}
.p-staff-bottom-wrap .p-staff-img {
	transform: scale(1.1);
}
.p-staff-bottom-wrap .p-staff-name {
	margin-bottom: 20px;
}
.p-staff-txt {
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
}
.p-staff-name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.p-staff-name-ja {
	font-weight: bold;
}
.p-staff-name-en {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "Montserrat", cursive;
	color: #00a3d2;
	font-weight: bold;
}
.p-staff-caption {
	display: block;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}
.p-staff-dt {
	font-weight: bold;
	padding-left: 12px;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.p-staff-dt:before,
.p-staff-dt:after {
	position: absolute;
	left: 0;
	width: 3px;
	content: "";
}
.p-staff-dt:before {
	top: calc(50% - 6px);
	height: 12px;
	background: #00a3d2;
}
.p-staff-dt:after {
	top: 50%;
	height: 6px;
	background: #00688b;
}
.p-staff-dd {
	font-size: 13px;
	font-size: 1.3rem;
}
.p-staff-dd:last-of-type {
	margin-bottom: 20px;
}

/* about - facilities */
.p-facilities {
	background: #eef9fb;
	margin: 0 auto;
	padding: 70px 0;
}
.p-facilities-wrap {
	margin: auto;
	max-width: 1040px;
}
.p-facilities-slide.is-noslide .p-facilities-list {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 1030px;
}
.p-facilities-slide.is-noslide .p-facilities-item {
	margin: auto;
	width: 50%;
	padding: 0 1.875% 30px;
	padding: 0 15px 40px;
}
.p-facilities-slide.is-noslide .p-facilities-arrow {
	display: none;
}
.p-facilities-slide.is-noslide .p-facilities-figure {
	padding-bottom: 58%;
	height: 0;
	overflow: hidden;
}
.p-facilities-slide.is-noslide .p-facilities-img {
	transform: scale(1.2);
}
.p-facilities-slide.is-noslide .p-facilities-caption {
	background: #fff;
	padding: 25px 30px;
	font-size: 15px;
	font-size: 1.5rem;
}
.p-facilities-list {
	display: flex;
	flex-wrap: wrap;
}
.p-facilities-item {
	margin: auto;
	width: 50%;
	padding: 0 1.875% 30px;
	padding: 0 20px 40px;
}
.p-facilities-caption {
	background: #fff;
	padding: 25px 30px;
	font-size: 15px;
	font-size: 1.5rem;
}

/* access */
.p-access-info {
	position: relative;
	padding: 10px 0px 130px;
	margin: 0 auto 90px;
}
.p-access-info:after {
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0;
	background: #eef9fb;
	padding-bottom: 47.5%;
}
.p-access-info-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	background: #fff;
	border-bottom: 4px solid #00a3d2;
	max-width: 1000px;
	padding: 0 0px 80px;
	margin: 50px auto 0;
}
.p-access-info-figure {
	width: 100%;
	margin-bottom: 50px;
}
.p-access-info-left {
	padding: 0 60px;
	width: 50%;
}
.p-access-info-right {
	padding: 20px 10px 0;
	width: 50%;
}
.p-access-info-address {
	margin-bottom: 12px;
	font-size: 15px;
	font-size: 1.5rem;
}
.p-access-info .p-home-access-btn {
	margin-bottom: 36px;
}
.p-access-info-data {
	font-size: 15px;
	font-size: 1.5rem;
}
.p-access-info-dl {
	display: flex;
	margin-bottom: 12px;
}
.p-access-info-dt {
	max-width: 90px;
	min-width: 90px;
	font-weight: bold;
	padding-right: 1em;
}

.p-access-map.c-section {
	margin-bottom: 90px;
}
.p-access-map-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.p-access-map-left {
	width: 62.5%;
}
.p-access-map-right {
	width: 37.5%;
	padding: 0 5.625%;
}
.p-access-map-dt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #00a3d2;
	margin-bottom: 12px;
}
.p-access-map-dt i {
	padding-right: 12px;
}
.p-access-map-dd {
	font-size: 15px;
	font-size: 1.5rem;
}
.p-access-map-dd:last-of-type {
	margin-bottom: 36px;
}

/* faq */
.p-faq-wrap {
	padding: 50px 15px 20px;
	max-width: 1030px;
	margin: auto;
}

.p-faq-section {
	background: #eef9fb;
}

.p-faq-head {
	background: #1c9fcd;
	color: #fff;
	padding: 28px 40px;
	line-height: 1.2em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.p-faq-question {
	padding: 30px;
	margin-bottom: 60px;
}

.p-faq-question-wrap:not(:last-of-type) {
	margin-bottom: 10px;
}

.p-faq-question-ttl {
	cursor: pointer;
	display: block;
	background: #fff;
	font-weight: bold;
	padding: 35px 75px 30px 90px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.p-faq-question-ttl:before {
	position: absolute;
	content: "Q.";
	letter-spacing: 0.2em;
	font-family: "Montserrat", cursive;
	left: 45px;
	top: 26px;
	color: #00688b;
	font-size: 24px;
	font-size: 2.4rem;
}
.p-faq-question-ttl:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f063";
	position: absolute;
	top: calc(50% - 12px);
	right: 30px;
	transition: 0.3s;
	color: #ddd;
}

.p-faq-check {
	display: none;
}

.p-faq-ans {
	padding: 0 35px 0 90px;
	background: #fff;
	position: relative;
	height: 0;
	overflow: hidden;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	font-size: 15px;
	font-size: 1.5rem;
}
.p-faq-ans:before {
	position: absolute;
	content: "A.";
	letter-spacing: 0.2em;
	font-family: "Montserrat", cursive;
	left: 45px;
	top: 0;
	color: #00a3d2;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	transition: 0.3s;
}

.p-faq-ans:after {
	position: absolute;
	height: 1px;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)) repeat;
	background-size: 4px 4px;
}

.p-faq-check:checked + .p-faq-question-ttl:after {
	transform: rotateX(180deg);
}

.p-faq-check:checked + .p-faq-question-ttl + .p-faq-ans {
	padding: 30px 35px 30px 90px;
	height: auto;
	opacity: 1;
	visibility: visible;
}
.p-faq-check:checked + .p-faq-question-ttl + .p-faq-ans:before {
	top: 24px;
}

/* menu */
.p-menu {
	margin: 0 auto;
	padding: 70px 0 160px;
	max-width: 1000px;
	font-size: 1.5rem;
	line-height: 2;
}
.p-menu-list {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}
.p-menu-item {
	width: calc(50% - 30px);
	font-size: 0;
	margin-bottom: 60px;
}
.p-menu-item:nth-last-child(-n + 2) {
	margin-bottom: 0px;
}
.p-menu-link {
	position: relative;
	display: inline-block;
	width: 100%;
}
.p-menu-link:hover .p-menu-img {
	transform: scale(1.1);
}
.p-menu-figure {
	width: 100%;
	position: relative;
	padding-bottom: 92.33%;
	overflow: hidden;
}
.p-menu-figure:before {
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	content: "";
	display: block;
	top: 10px;
	border: 1px solid #fff;
	left: 10px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
.p-menu-img {
	width: 100%;
	position: absolute;
	top: 0;
	transition: 0.3s;
}
.p-menu-caption {
	position: absolute;
	top: 0;
	background: rgba(0, 121, 191, 0.4);
	height: 100%;
	width: 72%;
	margin: 0 14%;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
}
.p-menu-caption-wrap {
	text-align: center;
	width: 100%;
	padding: 3.75%;
}
.p-menu-head {
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.45em;
	letter-spacing: 0.2em;
	margin-bottom: 4px;
}
.p-menu-txt {
	letter-spacing: 0.1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.p-menu-detail-head {
	margin-bottom: 160px;
}

.p-menu-detail-head-sec {
	display: flex;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
	margin: 40px auto 0;
}
.p-menu-detail-head-sec-ttl-small {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	font-family: "Montserrat", cursive;
	position: relative;
	color: #00a3d2;
	padding-bottom: 8px;
	margin: 0 0 30px;
}
.p-menu-detail-head-sec-ttl-small:before,
.p-menu-detail-head-sec-ttl-small:after {
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.p-menu-detail-head-sec-ttl-small:before {
	width: 100%;
	background: #00688b;
}
.p-menu-detail-head-sec-ttl-small:after {
	width: 50%;
	background: #00a3d2;
}
.p-menu-detail-head-sec-ttl-em {
	font-size: 30px;
	font-size: 3rem;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 30px;
}
.p-menu-detail-head-sec-photo {
	grid-row: 1;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.p-menu-detail-head-sec-content {
	grid-row: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	padding: 0 10% 0 20%;
}
.p-menu-detail-head-sec-img {
	width: 100%;
}

.p-menu-flow {
	padding: 112px 0 150px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.p-menu-flow:before {
	background: #fff;
	content: "";
	top: 540px;
	left: 0;
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 100%;
	position: absolute;
}

.p-menu-flow-inner {
	padding: 8% 7.5% 0;
	background: #fff;
	z-index: 1;
	position: relative;
}

.p-menu-flow-wrap {
	margin: auto;
	max-width: 1030px;
	width: 100%;
	padding: 0 15px;
}

.p-menu-flow-list {
	counter-reset: cnt;
}

.p-menu-flow-item {
	padding: 0 0 45px 115px;
	position: relative;
	overflow: hidden;
}

.p-menu-flow-item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	letter-spacing: 0.12em;
	color: #00a3d2;
	border: 2px solid #00a3d2;
	display: inline-block;
	counter-increment: cnt 1;
	content: counter(cnt, decimal-leading-zero);
	line-height: 70px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "Montserrat", cursive;
	text-align: center;
	border-radius: 50%;
}

.p-menu-flow-item:not(:last-child):after {
	border-left: 2px dotted #00a3d2;
	content: "";
	height: 100%;
	top: 70px;
	left: 35px;
	width: 1px;
	display: block;
	position: absolute;
}

.p-menu-flow-ttl {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 1.4em;
}

.p-menu-flow-txt {
	font-size: 15px;
	font-size: 1.5rem;
}

.p-menu-caution {
	position: relative;
	border: 2px solid #ddd;
	padding: 25px 35px;
}
.p-menu-caution-ttl {
	color: #6e6e6e;
	font-weight: bold;
	margin-bottom: 8px;
}
.p-menu-caution-txt {
	font-size: 14px;
	font-size: 1.4rem;
	color: #999999;
}

.p-menu-price {
	background: #eef9fb;
	padding: 105px 0 140px;
}

.p-menu-price-wrap {
	max-width: 1030px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}

.p-menu-price-inner {
	padding: 8% 7.5%;
	background: #fff;
}

.p-menu-price-ttl {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 0 0 8px 16px;
	line-height: 1.2em;
}

.p-menu-price-ttl:before {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 0;
	background: #00a3d2;
	content: "";
}

.p-menu-price-lead {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.p-menu-price-list {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

.p-menu-price-item {
	padding: 15px 1em;
	border-top: 1px dotted #ccc;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 75% 25%;
	-ms-grid-columns: 75% 25%;
}

.p-menu-price-item-ttl {
	font-size: 16px;
	font-weight: bold;
	grid-row: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.p-menu-price-item-txt {
	font-size: 14px;
	grid-row: 2;
	grid-column: 1;
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.p-menu-price-item-price {
	grid-row: 1/3;
	grid-column: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	text-align: right;
}

.p-menu-price-note {
	font-size: 13px;
	color: #999;
	margin-bottom: 60px;
}

.p-menu-nav {
	margin-bottom: 100px;
}

.p-menu-nav-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	/* text-align: center; */
}

.p-menu-nav-item {
	width: 33.33%;
	padding: 20px;
}

.p-menu-nav-link {
	display: flex;
	width: 100%;
	background: #00a3d2;
	align-items: center;
	transition: 0.3s;
}
.p-menu-nav-link:hover {
	opacity: 0.8;
}

.p-menu-nav-figure {
	min-width: 108px;
	max-width: 108px;
	height: 100px;
	overflow: hidden;
}

.p-menu-nav-img {
	width: 100%;
	transform: scale(1.1);
}

.p-menu-nav-item-btn {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 10px 30px 10px 20px;
	position: relative;
	width: 100%;
}
.p-menu-nav-item-btn:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	content: "\f105";
	position: absolute;
	right: 10px;
}

.p-post-related {
	margin-bottom: 80px;
}
.p-post-related-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.p-post-related .yarpp-related {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-post-related .p-blog-article {
	width: calc(33.33% - 10px);
}
.p-post-related .p-blog-meta {
	margin: 0 2px 6px;
}
.p-post-related .p-blog-caption {
	padding: 10px 10px 16px;
}

.addtoany_content {
	text-align: center;
	filter: invert(1) grayscale(1) brightness(3);
	opacity: 0.65;
	margin: 60px 0 0;
}

/* =============================================
  Tablet
============================================= */
/* ----- Tablet Header ----- */
@media screen and (max-width: 1340px) {
	.p-header-mail-head,
	.p-header-tel-head {
		font-size: 10px;
		font-size: 1rem;
	}
	.p-header-mail-add,
	.p-header-tel-add {
		font-size: 12px;
		font-size: 1.2rem;
		display: block;
		letter-spacing: 0.18em;
	}
	.p-header-mail-add:before,
	.p-header-tel-add:before {
		display: block;
		margin: 4px auto 4px;
		padding-left: 3px;
	}
	.p-header-txt {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.p-header-txt-em {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* ----- Tablet Home ----- */
	.c-btn {
		text-align: center;
	}

	.p-main-visual {
		padding: 0 0;
	}
	.p-main-visual-catchcopy {
		width: 640px;
		left: calc(50% - 320px);
	}
	.p-main-visual .p-time-table {
		left: 22px;
	}
	.p-main-visual .p-home-mv-blog {
		position: absolute;
		right: 20px;
	}
	.p-main-visual .p-home-mv-blog-caption {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.p-home-menu {
		padding: 0 20px;
	}
	.p-home-menu-head {
		font-size: 20px;
		font-size: 2rem;
	}
	.p-home-menu-txt {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.p-home-menu-item {
		width: calc(50% - 18px);
		margin-bottom: 18px;
	}
	.p-home-menu-item:nth-child(4n + 1) {
		margin-left: 9px;
	}
	.p-home-menu-item:nth-child(4n),
	.p-home-menu-item:last-child {
		margin-right: 9px;
	}
	.p-home-menu-figure {
		padding-bottom: 75%;
	}
	.p-home-menu-caption {
		width: 84%;
		margin: 0 8%;
	}

	.p-home-about-content {
		padding: 0 40px;
		grid-row: 2;
		grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.p-home-about-wrap {
		grid-template-columns: 100%;
		-ms-grid-columns: 100%;
	}
	.p-home-about .p-picture-container {
		grid-row: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.p-home-access-content {
		padding: 0 40px;
	}

	.p-picture-top {
		padding: 0 21.09375% 4.6875% 0;
	}

	.p-picture-bottom {
		padding: 0 0 4.6875% 21.09375%;
	}

	.p-home-blog-cover {
		width: 640px;
		left: calc(50% - 320px);
	}

	/* ----- Tablet Pages ----- */
	.p-menu {
		padding: 20px 20px 160px;
	}
	.p-menu-head {
		font-size: 20px;
		font-size: 2rem;
	}
	.p-menu-txt {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.p-menu-item {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.p-menu-figure {
		padding-bottom: 75%;
	}
	.p-menu-caption {
		width: 84%;
		margin: 0 8%;
	}

	.p-about-head-ttl {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.p-about-head-wrap {
		padding: 0 30px;
	}
	.p-about-head-left {
		min-height: 231px;
	}

	.p-feature-sec {
		display: block;
	}
	.p-feature-sec-photo {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.p-feature-sec:nth-of-type(2n) .p-feature-sec-content,
	.p-feature-sec:nth-of-type(2n + 1) .p-feature-sec-content {
		padding: 0 32px;
	}

	.p-staff-top-wrap {
		padding: 0 30px;
	}
	.p-staff-bottom {
		padding: 0 15px;
	}
	.p-staff:after {
		padding-bottom: 52.5%;
	}

	/* access */
	.p-access-info {
		padding: 50px 15px 30px;
	}
	.p-access-info-wrap {
		padding: 0 0 30px;
	}
	.p-access-info-left {
		padding: 0 40px;
	}

	.p-access-map-wrap {
		padding: 0 0 30px;
	}
	.p-access-map .c-map:after {
		padding-top: 500px;
	}
}
/* =============================================
  SP
============================================= */
/* ----- SP Header ----- */
@media screen and (max-width: 767px) {
	.p-header {
		width: 100%;
		height: 50px;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 12;
		background: #fff;
	}
	.p-header-left {
		display: none;
	}
	.p-header-right {
		height: 50px;
		width: 100px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.p-header-txt {
		display: none;
	}

	.p-header-logo {
		display: inline-block;
		max-height: 50px;
		max-width: 100%;
		width: auto;
		margin: 0;
		padding: 0 100px 0 0;
		line-height: 0;
	}
	.p-header-logo-link {
		padding: 0;
		display: flex;
		height: 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.p-header-logo-link:before {
		display: none;
	}
	.p-header-logo-img {
		max-height: 50px;
		width: auto;
		padding: 8px 15px;
	}

	.c-sp-tel {
		color: #1c9fcd;
		background: rgba(0, 121, 191, 0.1);
		width: 50px;
		position: absolute;
		right: 50px;
		top: 0;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 50px;
		display: block;
	}
	.c-sp-tel a {
		display: block;
	}

	.p-hum {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}
	.p-hum:hover .p-hum-line,
	.p-hum-line {
		left: 10px;
		height: 1px;
	}
	.p-hum:hover .p-hum-line:nth-child(1),
	.p-hum-line:nth-child(1) {
		top: 20px;
		width: 30px;
	}
	.p-hum:hover .p-hum-line:nth-child(2),
	.p-hum-line:nth-child(2) {
		bottom: 19px;
		width: 20px;
	}
	.p-hum.js-open .p-hum-line {
		background: #fff;
	}
	.p-hum.js-open .p-hum-line:nth-child(1) {
		top: calc(50%);
		width: 30px;
	}
	.p-hum.js-open .p-hum-line:nth-child(2) {
		bottom: calc(50%);
		width: 30px;
	}

	.p-gnav {
		width: 100%;
		background: rgba(255, 255, 255, 0.8);
		overflow-y: auto;
	}
	.p-gnav:before {
		display: none;
	}
	.p-gnav-wrap {
		overflow: hidden;
		width: 100%;
		padding: 40px 0 0;
		display: flex;
		align-items: start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: auto;
		background: #1c9fcd;
		top: 0;
		transform: none;
	}
	.p-gnav-wrap:before {
		width: 100%;
		display: none;
	}
	.p-gnav-list {
		margin-bottom: 56px;
		padding: 0;
	}
	.p-gnav-item {
		margin-top: 16px;
	}
	.p-gnav-item .p-gnav-item .p-gnav-item-wrap {
		margin-top: 8px;
	}
	.p-gnav-link {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0 30px;
		font-weight: bold;
	}
	.p-gnav-snav-list .p-gnav-link {
		padding: 0 10px 0 18px;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: normal;
	}
	.p-gnav .p-contact-link {
		padding: 20px 16px;
	}
	.p-gnav .p-contact-link:hover {
		opacity: 1;
	}
	.p-gnav .p-contact-tel-head,
	.p-gnav .p-contact-mail-head {
		letter-spacing: 0;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.p-gnav .p-contact-tel-add,
	.p-gnav .p-contact-mail-add {
		letter-spacing: 0.12em;
		padding-left: 36px;
		font-size: 23px;
		font-size: 2.3rem;
	}
	.p-gnav .p-contact-tel-add:before,
	.p-gnav .p-contact-mail-add:before {
		height: 25px;
		width: 25px;
		line-height: 25px;
		font-size: 13px;
		font-size: 1.3rem;
		padding: 0 0 0 3px;
	}
	.p-gnav .p-contact-tel {
		background: #fff;
		color: #1c9fcd;
	}
	.p-gnav .p-contact-tel-add:before {
		background: #1c9fcd;
		color: #fff;
	}

	.p-nav-sp-left,
	.p-nav-sp-right {
		max-width: 50%;
	}

	body {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.c-btn input,
	.c-btn button,
	.c-btn a,
	.c-btn-blue input,
	.c-btn-blue button,
	.c-btn-blue a,
	.c-btn-white input,
	.c-btn-white button,
	.c-btn-white a {
		min-width: 100%;
	}

	.c-breadcrumbs {
		padding: 8px 15px;
	}
	.c-breadcrumbs-item {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.c-breadcrumbs-item:not(:last-child)::after {
		margin: 0 5px;
	}

	/* ----- SP Home ----- */
	.p-main-header:before,
	.p-main-header:after {
		display: none;
	}

	.p-main-visual {
		margin-bottom: 30px;
	}
	.p-main-visual-container {
		height: auto !important;
	}
	.p-main-visual-container:after {
		display: none;
	}
	.p-main-visual-slide:after {
		height: calc(100% - 20px);
		width: calc(100% - 20px);
		content: "";
		display: block;
		top: 10px;
		border: 1px solid #fff;
		left: 10px;
		padding: 10px;
		position: absolute;
		z-index: 3;
		pointer-events: none;
	}
	.p-main-visual-poster {
		height: 36vh;
	}
	.p-main-visual-poster.is-diagonal:after {
		display: none;
	}
	.p-main-visual-catchcopy {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		display: block;
	}
	.p-main-visual-catchcopy-body {
		padding: 30px 0 0;
		position: relative;
	}
	.p-main-visual-catchcopy-head {
		color: #1c9fcd;
		font-size: 21px;
		font-size: 2.1rem;
	}
	.p-main-visual-catchcopy-small {
		font-size: 12px;
		font-size: 1.2rem;
		color: #6e6e6e;
	}
	.p-main-visual .p-time-table {
		display: none;
	}
	.p-main-visual .p-home-mv-blog {
		position: relative;
		max-width: 100%;
		width: 100%;
		right: 0;
		top: 0;
		margin: 40px 0 0;
		background: #00a3d2;
		color: #fff;
		padding: 10px 3.75%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-main-visual .p-home-mv-blog-item {
		margin: 15px 0;
	}
	.p-main-visual .p-home-mv-blog-category {
		color: #fff;
	}
	.p-main-visual .p-home-mv-blog-category::before {
		background: #fff;
		top: 4px;
	}

	.p-home-about {
		margin-bottom: 60px;
	}
	.p-home-about .p-section-txt {
		margin-bottom: 30px;
	}

	.p-home-about-content {
		padding: 0 30px;
		margin-top: 30px;
	}

	.p-section-ttl {
		margin: 0 auto 30px;
	}
	.p-section-ttl-en {
		font-size: 25px;
		font-size: 2.5rem;
	}
	.p-section-ttl-ja {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.p-section-ttl.is-centerline .p-section-ttl-wrap:before,
	.p-section-ttl.is-centerline .p-section-ttl-wrap:after {
		display: none;
	}
	.p-section-lead {
		margin-bottom: 30px;
	}
	.p-section-lead-txt {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.p-home-sec .p-section-txt {
		padding: 0 30px;
		margin: 0 auto 30px;
	}
	.p-home-sec .c-btn,
	.p-home-sec .c-btn-white {
		padding: 0 30px;
	}
	.p-home-sec-figure {
		padding: 0 30px;
	}
	.p-home-menu {
		padding: 0 15px;
		margin: 0 auto 10px;
	}
	.p-home-menu-item {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.p-home-blog {
		padding: 60px 0;
	}
	.p-home-blog:before {
		display: none;
	}
	.p-home-blog .c-btn,
	.p-home-blog .c-btn-white {
		padding: 0 30px;
	}
	.p-home-blog-wrap {
		padding: 0;
		margin: 0 auto 20px;
	}
	.p-home-blog-cover {
		width: 100%;
		left: 0;
	}
	.p-home-blog-cover:before {
		display: none;
	}

	.p-blog-article {
		width: 100% !important;
		padding: 0 15px 20px;
	}
	.p-blog-meta {
		margin: 0 4px 8px;
	}
	.p-blog-time,
	.p-main-visual .p-home-mv-blog-time {
		font-size: 12px;
		font-size: 1.2rem;
		min-width: 85px;
		width: auto;
	}
	.p-blog-time:after,
	.p-main-visual .p-home-mv-blog-time:after {
		top: 2px;
	}
	.p-blog-caption {
		padding: 12px 16px 16px;
	}
	.p-blog-category,
	.p-main-visual .p-home-mv-blog-category {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.p-blog-category li,
	.p-main-visual .p-home-mv-blog-category li {
		padding: 3px 4px 0 0;
	}
	.p-blog-ttl {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}

	.l-subpage .p-blog-wrap {
		display: block;
	}
	.l-subpage .p-blog-meta {
		margin: 0 4px 8px;
	}
	.l-subpage .p-blog-time,
	.l-subpage .p-main-visual .p-home-mv-blog-time,
	.p-main-visual .l-subpage .p-home-mv-blog-time {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.l-subpage .p-blog-category,
	.l-subpage .p-main-visual .p-home-mv-blog-category,
	.p-main-visual .l-subpage .p-home-mv-blog-category {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.l-subpage .p-blog-ttl {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5em;
	}

	.l-subpage .p-post-wrap {
		display: block;
	}

	.l-subpage .l-blog-main {
		width: 100%;
		padding: 50px 0 0;
	}

	.l-subpage .l-post-main {
		width: 100%;
		padding: 40px 15px 0;
	}

	.p-post-content {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.c-gadget-ttl {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.c-gadget-items,
	.c-gadget-posts,
	.c-gadget-archives {
		margin-bottom: 20px;
	}

	.p-post-nav-prev,
	.p-post-nav-next,
	.p-post-nav-list {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.p-blog-article {
		width: 100%;
		padding: 0 15px;
	}

	.p-blog-none {
		padding: 0 15px 60px;
	}

	.l-subpage .l-blog-side {
		width: 100%;
		padding: 0 30px;
		margin: 0 auto 80px;
	}

	.p-home-access {
		margin-bottom: 50px;
	}
	.p-home-access-wrap {
		grid-template-columns: 100%;
		-ms-grid-columns: 100%;
	}
	.p-home-access-content {
		grid-row: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		margin-bottom: 40px;
		padding: 0 30px;
	}
	.p-home-access-map {
		grid-row: 2;
		grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.p-home-access-map .c-map::after {
		padding-top: 250px;
	}

	/* ----- SP Footer ----- */
	.p-contact-wrap {
		margin: 0;
		padding: 0;
		border: 0;
	}
	.p-contact-btn {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.p-contact-tel-head,
	.p-contact-mail-head {
		letter-spacing: 0.1em;
	}
	.p-contact-tel-add {
		font-size: 23px;
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		padding-left: 35px;
	}
	.p-contact-mail-add {
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		padding-left: 35px;
	}
	.p-contact-tel-add:before,
	.p-contact-mail-add:before {
		width: 25px;
		height: 25px;
		line-height: 26px;
		padding-left: 3px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.p-contact-link {
		padding: 20px 16px;
	}

	.p-footer-nav {
		display: none;
	}

	.p-time-table {
		width: 100%;
		padding: 0 15px;
	}
	.p-time-table-body th {
		width: 95px;
		letter-spacing: 0;
	}
	.p-time-table-body thead {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.p-time-table-body tbody th {
		letter-spacing: 0;
	}
	.p-time-table-body tbody td {
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.p-time-table-txt {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.p-time-table-small {
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.p-contact + .p-time-table {
		border: 0;
	}

	/* ----- SP Pages ----- */
	.p-subpage-header {
		min-height: auto;
		margin: 84px 0 0;
	}
	.p-subpage-header-wrap {
		min-height: 123px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 15px 10%;
	}
	.p-subpage-header-ttl-en {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.p-subpage-header-ttl-ja {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.p-subpage-header-ttl-menu-big {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.p-contents-ttl {
		margin-bottom: 30px;
	}
	.p-contents-ttl-en {
		font-size: 25px;
		font-size: 2.5rem;
		margin-bottom: 0;
	}
	.p-contents-ttl-ja {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* menu */
	.p-menu {
		padding: 20px 15px 70px;
		margin: 0 auto 10px;
	}
	.p-menu-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-menu-item:nth-last-child(-n + 2) {
		margin-bottom: 20px;
	}

	/* about */
	.p-about-head {
		margin-bottom: 60px;
		padding: 40px 0 60px;
	}
	.p-about-head-wrap {
		display: block;
		padding: 0 15px;
	}
	.p-about-head-left {
		background-position: center;
		padding: 25px 0;
		width: 100%;
		margin-bottom: 40px;
	}
	.p-about-head-right {
		width: 100%;
		padding: 0;
	}

	/* about - feature */
	.p-feature {
		margin-bottom: 0;
	}

	.p-feature-sec {
		margin-bottom: 60px;
	}
	.p-feature-sec-ttl-small {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0 0 4px;
		letter-spacing: 0.15em;
	}
	.p-feature-sec-ttl-em {
		font-size: 20px;
		font-size: 2rem;
	}
	.p-feature-sec-txt {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.p-staff {
		margin-bottom: 40px;
		padding-top: 60px;
	}
	.p-staff:after {
		padding-bottom: 100%;
	}
	.p-staff-top-wrap {
		padding: 0 15px;
		margin-bottom: 60px;
	}
	.p-staff-top-wrap .p-staff-figure {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	.p-staff-top-wrap .p-staff-data {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.p-staff-top-wrap .p-staff-txt {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0 15px;
	}
	.p-staff-bottom-wrap .p-staff-name-ja {
		font-size: 20px;
		font-size: 2rem;
	}
	.p-staff-bottom-wrap .p-staff-name-en {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.p-staff-item {
		width: 100%;
		margin-bottom: 30px;
	}
	.p-staff-name-en {
		display: block;
		width: 100%;
	}
	.p-staff-txt {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.p-facilities-item {
		width: 100%;
		padding: 0 30px;
		margin-bottom: 40px;
	}
	.p-facilities .swiper-pagination-bullet-active {
		background: #00a3d2;
	}
	.p-facilities-list {
		flex-wrap: nowrap;
		padding: 0;
	}
	.p-facilities-caption {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-facilities-arrow {
		width: 32px;
		height: 32px;
	}
	.p-facilities-arrow:after {
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		color: #00a3d2;
	}
	.p-facilities-arrow.swiper-button-prev {
		left: 0;
	}
	.p-facilities-arrow.swiper-button-prev:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 28px;
		content: "\f104";
	}
	.p-facilities-arrow.swiper-button-next {
		right: 0;
	}
	.p-facilities-arrow.swiper-button-next:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 28px;
		content: "\f105";
	}

	.p-access-info {
		background: #eef9fb;
	}
	.p-access-info-left {
		width: 100%;
		padding: 0 50px 20px;
	}
	.p-access-info-right {
		width: 100%;
		padding: 0 30px;
	}
	.p-access-info-address {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-access-info-data {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-access-info:after {
		background: #fff;
		top: 0;
		bottom: auto;
	}

	.p-access-map-wrap {
		padding: 0;
	}
	.p-access-map-left {
		width: 100%;
	}
	.p-access-map-right {
		width: 100%;
		padding: 30px 30px 0;
	}
	.p-access-map-dd {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-access-map .c-map:after {
		padding-top: 300px;
	}

	/* faq */
	.p-faq {
		margin-bottom: 20px;
	}
	.p-faq-head {
		padding: 16px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.p-faq-question {
		margin-bottom: 40px;
		padding: 15px;
	}
	.p-faq-question-ttl {
		padding: 20px 32px 20px 48px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-faq-question-ttl:before {
		font-size: 18px;
		font-size: 1.8rem;
		top: 14px;
		left: 15px;
	}
	.p-faq-question-ttl:after {
		right: 10px;
		top: calc(50% - 14px);
	}
	.p-faq-ans {
		padding: 0 15px 0 48px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-faq-ans:before {
		font-size: 20px;
		font-size: 2rem;
		left: 15px;
	}

	.p-faq-check:checked + .p-faq-question-ttl + .p-faq-ans {
		padding: 20px 15px 20px 48px;
	}
	.p-faq-check:checked + .p-faq-question-ttl + .p-faq-ans:before {
		top: 16px;
	}

	.p-menu-detail-head {
		margin-bottom: 60px;
	}

	.p-menu-detail-head-sec {
		display: block;
	}
	.p-menu-detail-head-sec-ttl-em {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.7em;
	}

	.p-menu-detail-head-sec-img {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.p-menu-detail-head-sec-content {
		display: block;
		padding: 0 30px;
	}

	.p-menu-flow {
		padding: 60px 0;
		background-size: auto 300px;
		background-position: 50% 0;
	}
	.p-menu-flow:after {
		height: 300px;
		content: "";
		background: rgba(255, 255, 255, 0.2);
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		pointer-events: none;
	}

	.p-menu-price {
		padding: 60px 0;
	}

	.p-menu-nav-list {
		display: block;
	}

	.p-menu-nav-item {
		width: 100%;
		padding: 0 30px 15px;
	}

	.p-menu-flow-inner {
		padding: 30px 15px 0;
	}

	.p-menu-flow-item:before {
		width: 50px;
		height: 50px;
		line-height: 48px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.p-menu-flow-item:not(:last-child):after {
		top: 50px;
		left: 25px;
	}

	.p-menu-flow-ttl {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.p-menu-flow-item {
		padding: 0 0 30px 65px;
	}

	.p-menu-caution {
		padding: 20px 15px;
	}

	.p-menu-price-ttl {
		padding: 0 15px 8px 28px;
	}
	.p-menu-price-ttl:before {
		left: 10px;
	}
	.p-menu-price-lead {
		padding: 0 10px;
	}

	.p-menu-price-inner {
		padding: 30px 15px;
	}

	.p-menu-price-item {
		display: block;
	}
	.p-menu-price-item-price {
		text-align: right;
	}

	.p-menu-price-note {
		margin-bottom: 30px;
	}

	.p-menu-nav-item-btn {
		font-size: 14px;
		font-size: 1.3rem;
		padding: 10px 25px 10px 10px;
	}

	.p-post-related {
		/*
    .p-blog-time:after {
      top: 6px;
      height: 12px;
    }
    */
		/*
    .p-blog-category {
      padding: 1px 5px 5px;
    }
    */
	}
	.p-post-related .yarpp-related {
		display: block;
	}
	.p-post-related .p-blog-article {
		width: 100%;
		padding: 0;
	}
	.p-home-menu-item:nth-child(4n + 1) {
		margin: 0 0 20px 0;
	}
}

/*# sourceMappingURL=layout.css.map */

/***** refusal *****/
.refusal img {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.refusal img {
		max-width: 270px;
	}
}

img[src$="reloclub_logo.jpg"],
img[src$="fukuri_logo.jpg"] {
	max-width: 200px;
}
@media screen and (max-width: 767px) {
	.p-home-menu-item:nth-child(4n),
	.p-home-menu-item:last-child {
		margin-right: 0;
	}
}

.p-contact-mail-add.is-calendar:before,
.p-header-mail-add.is-calendar:before,
.p-contact-tel-add.is-calendar:before {
	content: "\f073";
}
.p-contact-mail-add.is-home:before,
.p-header-mail-add.is-home:before {
	content: "\f015";
	color: #004158;
}
.p-gnav .p-contact-mail-add.is-home:before {
	color: #98d9f0;
	background: #fff;
}
.p-contact-btn {
	width: calc(33% - 8px) !important;
	margin: 0;
}
.p-contact-btn:nth-of-type(odd) a,
.p-header-mail:nth-of-type(odd) a {
	background: #1c9fcd !important;
}
.p-gnav-cta-item:nth-of-type(odd) a {
	background: #fff !important;
	color: #1c9fcd;
}
.p-header-mail,
.p-header-tel {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
	.p-contact-wrap {
		display: block;
	}
	.p-contact-btn {
		width: 100% !important;
	}
}

.p-gnav-cta .p-gnav-cta-item:nth-of-type(3) .p-contact-mail {
	background: #98d9f0 !important;
	color: #fff;
}
.p-contact-btn:nth-of-type(3) a,
.p-header-mail:nth-of-type(3) a {
	background: #004158 !important;
}
.ai_popup_content li,
.ai_popup,
.ai_popup p {
	font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ai_bnr_wrapper {
	cursor: pointer;
	max-width: 300px;
	text-align: right;
	max-height: 72px;
}
.mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: #000;
	display: none;
}
.window {
	display: none;
	z-index: 99999;
}
.ai_popup {
	max-width: 400px;
	min-height: 400px;
	padding: 35px;
	padding-top: 22px;
	padding-bottom: 31px;
	font-weight: 600;
	text-align: center;
}

.window p {
	font-size: 30px;
	color: #00688b;
	margin-bottom: 10px;
	line-height: 1.3;
	letter-spacing: 2px;
}
.windowp2 {
	font-size: 20px !important;
}
.popup_title {
	font-size: 21px;
}
.popup_title2 {
	font-size: 19px !important;
	font-weight: normal;
	color: black !important;
	padding-bottom: 13px;
}
.ai_popup_content li {
	background-color: #ffffff;
	cursor: pointer;
	margin-bottom: 13px;
	max-height: 60px;
	position: relative;
	background: #00688b;
	/* border-radius: 5px; */
}
.ai_popup_content li {
	font-size: 24px;
	padding-right: 60px;
}

.ai_popup_content li:last-child {
	margin-bottom: 0px;
}
.ai_popup_content li a {
	display: flex;
	text-decoration: none;
}
.popup_icon_img {
	margin-top: 12px;
	margin-bottom: 7px;
	margin-left: 13px;
	max-width: 36px;
	max-height: 36px;
	margin-right: 16px;
}
.popup_arrow_img {
	margin-top: 4%;
	right: 17px;
	width: 10%;
	position: absolute;
}
.ai_popup_content li p {
	font-size: 22px;
	color: #fff;
	margin-top: 5.5%;
	margin-bottom: 6%;
}
/* .ai_popup_content li p:after{
    content:"";
    width:4px;
    height:7px;
    background-image:url("");
} */
.popup_underline {
	margin-top: 2.5px;
	margin-bottom: 15px;
	border: 1px solid #00688b;
}
.topbnr1 {
	cursor: pointer;
	max-width: 300px;
	text-align: right;
	padding: 0;
	position: unset;
	top: -109px;
	border: none;
	background: none;
	max-height: 72px;
}
.ai_bnr_wrapper img,
#open-chatbot img {
	max-width: 100%;
}

.close {
	position: absolute;
	right: -30px;
	top: -30px;
	cursor: pointer;
	width: 15%;
}
.ai_popup_wrapper {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	right: 0%;
	display: flex;
}
@media screen and (min-width: 767px) {
	.ai_bnr_wrapper img,
	#open-chatbot img {
		max-height: 72px;
		/* padding-left: 10px; */
	}
	.open-chatbot img {
		max-height: 72px;
	}
}
.pagetopBt {
	position: fixed;
	bottom: 90px;
	right: 0;
}
@media screen and (max-width: 767px) {
	.ai_popup_wrapper {
		display: flex;
	}
	.ai_popup_content li {
		padding-right: 0px;
	}
	.close {
		position: absolute;
		right: -18px;
		top: -21px;
		cursor: pointer;
		width: 15%;
	}
	.popup_arrow_img {
		width: 10%;
		height: 50%;
		margin-right: -5px;
		margin-left: 0px;
		margin-top: 5%;
	}
	/*  .ai_bnr_wrapper{
            text-align: left;
    max-width: unset;
    width: 100%;
    right: -50%;
    } */
	.topbnr1 {
		/*  bottom: -20px;width: 100%;max-height: 100%;max-width: unset; */
		position: unset;
	}
	/* .topbnr1 img{
    width: 50%;
}
.ai_bnr_wrapper img {
width: 50%;
} */
	.popup_icon_img {
		max-height: 32px;
		max-width: 32px;
		margin-top: 12px;
		margin-bottom: 6px;
		margin-left: 11px;
	}
	.ai_popup_content li p {
		font-size: 17px;
		margin-top: 17px;
	}
	.ai_popup_content li {
		margin-bottom: 10px;
	}
	.window p {
		font-size: 24px;
	}
	.windowp2 {
		font-size: 16px !important;
	}
	.popup_title2 {
		font-size: 15px !important;
	}
	.ai_popup_content li {
		font-size: 15px;
	}
	.ai_popup {
		min-width: 305px;
		max-width: 305px;
		min-height: 350px;
		padding: 22px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 389px) {
	.ai_popup {
		min-width: 300px;
		max-width: 300px;
		min-height: 350px;
		padding: 22px;
		padding-top: 19px;
		padding-bottom: 41px;
	}
}

/*　241119追加　*/
.p-menu-sec-item {
	margin-bottom: 100px;
}
img.p-menu-sec-item-img {
	width: 100%;
}
.p-menu-sec-ttl-small {
	font-weight: bold;
	margin-bottom: 1em;
}
.txtBlue {
	color: #1c9fcd;
}

@media screen and (min-width: 1341px) {
	.p-menu-sec-item {
		display: grid;
		grid-template-columns: 50% 50%;
	}
	.p-menu-sec-item:nth-child(2n + 1) .p-menu-sec-item-photo {
		grid-row: 1;
		grid-column: 1;
	}
	.p-menu-sec-item:nth-child(2n + 1) .p-menu-sec-content {
		grid-row: 1;
		grid-column: 2;
		padding: 0 20% 0 10%;
	}
	.p-menu-sec-item:nth-child(2n) .p-menu-sec-item-photo {
		grid-row: 1;
		grid-column: 2;
	}
	.p-menu-sec-item:nth-child(2n) .p-menu-sec-content {
		grid-row: 1;
		grid-column: 1;
		padding: 0 10% 0 20%;
	}
}

@media screen and (max-width: 1340px) {
	.p-menu-sec-item-photo {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.p-menu-sec-content {
		padding: 0 32px;
	}
}

@media screen and (max-width: 767px) {
	.p-menu-sec-item {
		margin-bottom: 60px;
	}
}

/*　250219追加　*/
.elementor-element {
	padding: 0 !important;
}

.e-con.e-flex > .e-con-inner {
	padding: 0 !important;
}

.p-home-sec-figure {
	margin: 0 auto 30px !important;
}
/*　250312追加　*/
/* ヘッダー */
.pcNav {
	background-color: #fff;
}

.pcNavList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0;
	margin: 0;
}

.pcNavList__item {
	font-size: 20px;
	color: #1c9fcd;
	text-align: center;
	padding-block: 8px;
	position: relative;
	font-weight: 700;
}

.pcNavList__item::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3rem;
	height: 2px;
	background: #1c9fcd;
	content: "";
	opacity: 0;
	transition: opacity 0.2s;
}

.pcNavList__item:hover::after {
	opacity: 1;
}

.pcNavList__item > a {
	text-decoration: none;
	color: #1c9fcd;
	display: block;
}

.dropdownMenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #e9f6fa;
	padding: 10px 0;
	z-index: 10;
	width: 315px;
	left: 50%;
	transform: translateX(-50%);
}

.dropdownMenu li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid #fff;
}

.dropdownMenu li a {
	display: block;
	padding: 8px 12px 8px 32px;
	text-decoration: none;
	color: #00a3d2;
	font-size: 18px;
	position: relative;
	text-align: start;
}
.dropdownMenu li::before {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #00a3d2;
	line-height: 1;
	width: 0.3em;
	height: 0.3em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(45deg);
	content: "";
	top: 50%;
	left: 16px;
}

.dropdownMenu li a:hover {
	background-color: #f0f0f0;
}

.pcNavList__item:hover .dropdownMenu {
	display: block;
}
@media screen and (max-width: 1700px) {
	.pcNavList__item {
		font-size: 1vw;
	}
}
@media screen and (max-width: 767px) {
	.pcNav {
		display: none;
	}
}
/* 医院情報 */
.info__column {
	display: grid;
	grid-template-columns: auto 50%;
	gap: 47px;
	margin-top: 80px;
}
.info__schedule table {
	width: 100%;
}
.info__schedule thead {
	border-bottom: 1px solid #00a3d2;
	font-weight: 700;
	font-size: 18px;
}
.info__schedule thead th {
	text-align: start;
	width: 150px;
}
.info__schedule tbody tr {
	border-block: 1px solid #00a3d2;
}
.info__schedule tbody tr th {
	text-align: start;
}
.info__schedule tbody tr td {
	padding-block: 8px;
	color: #00a3d2;
}
.info__desc {
	margin-top: 47px;
}
.info__desc a {
	transition: 0.3s;
}
.info__desc a:hover {
	opacity: 0.6;
}
.info__desc dl {
	display: grid;
	grid-template-columns: 15% auto;
}
.info__desc dt {
	font-size: 18px;
	color: #00a3d2;
	padding-block: 8px;
	border-bottom: 1px solid #00a3d2;
	font-weight: 500;
}
.info__desc dd {
	font-size: 18px;
	line-height: 1.8;
	border-bottom: 1px solid #00a3d2;
	padding-block: 8px;
	font-weight: 500;
}
.news__column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	margin-top: 132px;
}
.news__column a {
	transition: 0.3s;
}
.news__column a:hover {
	opacity: 0.6;
}
.news__item {
	box-shadow: 0px 3px 6px #00000029;
}
.news__itemTitle {
	background: #00a3d2;
	font-size: 28px;
	letter-spacing: 1.68px;
	line-height: 1.6;
	color: #fff;
	padding: 16px 0 16px 36px;
}
.news__itemList {
	padding: 11px 34px 37px;
}
.news__itemList li {
	border-bottom: 1px solid #00a3d2;
	padding-block: 21px 10px;
}
.news__itemList li span {
	color: #00a3d2;
	font-size: 16px;
	font-weight: 700;
}
.news__itemList li p {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
}
.news__itemButton {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-radius: 60px;
	max-width: 300px;
	width: 100%;
	border: 1px solid #00a3d2;
	margin: 42px auto 0;
	color: #00a3d2;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.news__column {
		gap: 20px;
		padding-inline: 20px;
	}
	.info__column {
		padding-inline: 20px;
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	.news__column {
		grid-template-columns: 1fr;
	}
	.info__column {
		grid-template-columns: 1fr;
	}
	.info__map iframe {
		height: 320px !important;
	}
	.info__desc dl {
		grid-template-columns: 1fr;
	}
	.info__desc dt {
		border-bottom: none;
		padding-block: 16px 0;
	}
}
