@charset "UTF-8";

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8em;
}

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

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

th {
  text-align: left;
  font-size: 100%;
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Base
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body,
html {
  height: 100%;
}

body {
  padding-top: 100px;
  font-family: "FOT-筑紫ゴシック Pr5N R", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #092181;
  text-decoration: underline;
}

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

.no-link {
  pointer-events: none;
}

.anchor {
  pointer-events: none;
  margin-top: -100px;
  padding-top: 100px;
}

a[href^=tel] {
  cursor: default;
}

@media only screen and (max-width: 800px) {
  body {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
/*------------
Header
--------------*/
.header {
  background: #fff;
  width: 100%;
  height: 100px;
}

.h-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

.h-logo {
  width: 100%;
  max-width: 270px;
  margin-right: 15px;
}

/*------------
G-navi
--------------*/
.pc-navi>ul {
  font-family: "FOT-筑紫ゴシック Pro B";
  display: flex;
  align-items: center;
}

.pc-navi>ul>li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.pc-navi>ul>li>a {
  color: #000;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}

.pc-navi>ul>li>a::after {
  content: "";
  width: calc(100% - 30px);
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.5s;
  transform: translate(-50%, 5px);
}

.pc-navi>ul>li>a:hover::after {
  transform: translate(-50%, 0);
}

.dropdown-nav {
  display: none;
  border-top: 1px solid #ccc;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.dropdown-nav .inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
}

.dropdown-nav .ttl {
  border-right: 1px solid #c8c8c8;
  width: 25%;
}

.dropdown-nav .ttl .txt01 {
  display: block;
  color: #092181;
  font-family: "Red Hat Text";
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.dropdown-nav .desc {
  width: 70%;
}

.dropdown-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1%;
}

.dropdown-nav ul li {
  color: #fff;
  font-family: "FOT-セザンヌ ProN DB";
  text-align: center;
  margin: 0 1% 1% 0;
  width: 24%;
}

.dropdown-nav ul li:nth-child(4n) {
  margin: 0 0 1%;
}

.dropdown-nav ul a {
  display: block;
  background: #092181;
  color: #fff;
  font-family: "FOT-セザンヌ ProN DB";
  line-height: 1.2;
  text-align: center;
  padding: 25px;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}

.dropdown-nav ul a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.dropdown-nav ul a:hover {
  opacity: 0.5;
}

.overlay {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  z-index: 105;
}

.overlay.is-on {
  pointer-events: auto;
  opacity: 1;
}

.sp-navi,
.sp-fixed-btns {
  display: none;
}

.fixed-menu {
  position: fixed;
  top: 50%;
  right: 0;
  color: #fff;
  z-index: 100;
  transform: translate(445px, -50%);
}

.fixed-menu .item {
  font-family: "FOT-筑紫ゴシック Pro B";
  background: #092181;
  border-radius: 4px 0 0 4px;
  padding: 45px 20px;
  width: 500px;
  position: relative;
  transition: 0.5s;
}

.fixed-menu .item+.item {
  margin-top: 10px;
}

.fixed-menu .item:hover {
  transform: translateX(-445px);
}

.fixed-menu .ttl {
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  white-space: nowrap;
}

.fixed-menu .ttl i {
  margin-bottom: 10px;
}

.fixed-menu .desc {
  flex: 1;
  padding-left: 40px;
}

.fixed-menu .txt {
  font-size: 12px;
  text-align: center;
}

.fixed-menu .wrapper {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0;
}

.fixed-menu .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  width: 48%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.fixed-menu .btn .icon {
  position: relative;
  padding-left: 15px;
}

.fixed-menu .btn .icon::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_tel_w.png) no-repeat center/contain;
  width: 11px;
  height: 15px;
  left: 0;
  bottom: 1px;
}

.fixed-menu .btn .mail {
  position: relative;
  padding-left: 25px;
}

.fixed-menu .btn .mail::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_mail.png) no-repeat center/contain;
  width: 18px;
  height: 16px;
  left: 0;
  bottom: 1px;
}

.fixed-menu .btn .small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}

.fixed-menu .btn::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateZ(0) scaleX(0);
  transform-origin: right top;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}

.fixed-menu .btn:not(.tel):hover::before {
  transform: translateZ(0) scaleX(1);
  transform-origin: left top;
}

.fixed-menu.is-open .item {
  transform: translateX(-445px);
}

/*------------
Hero
--------------*/
.hero-catch {
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #fff;
  text-shadow: 0 0 7px #092181, 0 0 7px #092181, 0 0 9px #092181;
}

.hero-catch .ttl {
  font-size: 65px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-catch .txt {
  font-size: 20px;
}

/*- Hero01 -*/
.hero01 {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}

.hero01 .hero-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.3s;
}

.hero01 .hero-bg div {
  width: 100%;
  height: 100%;
}

.hero01 .hero-bg .slick-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero01 .hero-bg .slick-dots {
  width: auto;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}

.hero01 .hero-catch {
  position: absolute;
  top: 28%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 800px) {

  /*------------
  Hero
  ---------------*/
  .hero-catch .ttl {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .hero-catch .txt {
    font-size: 13px;
  }

  /*- Hero01 -*/
  .hero01 {
    height: 40vh;
  }

  .hero01 .hero-catch {
    padding: 0 5vw;
    top: auto;
    bottom: 30px;
    left: 0;
    transform: translateY(0);
  }
}

/*------------
Top contents
--------------*/
main {
  background: #fff;
}

.t-btn,
.u-btn,
.btn-more,
.list-post-type01 .list-btn a {
  display: inline-block;
  background: #fff;
  color: #092181;
  border: 2px solid #092181;
  font-family: "FOT-筑紫ゴシック Pro B";
  line-height: 1;
  text-align: center;
  padding: 15px 25px;
  width: 210px;
  transition: all ease 0.3s;
  position: relative;
  z-index: 0;
}

.t-btn::before,
.u-btn::before,
.btn-more::before,
.list-post-type01 .list-btn a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #092181;
  border-right: 2px solid #092181;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all ease 0.3s;
}

.t-btn:hover,
.u-btn:hover,
.btn-more:hover,
.list-post-type01 .list-btn a:hover {
  background: #092181;
  color: #fff;
}

.t-btn:hover::before,
.u-btn:hover::before,
.btn-more:hover::before,
.list-post-type01 .list-btn a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-more {
  font-size: 12px;
  min-width: 0;
  padding: 7px 10px 7px 25px;
}

.t-btn+.t-btn,
.u-btn+.u-btn {
  margin-left: 15px;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide {
  max-width: 1200px;
}

.t-ttl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}

.t-ttl::before {
  position: absolute;
  content: "";
  background: #ED9B37;
  width: 47px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.t-ttl .txt01 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.t-ttl .txt02 {
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 16px;
}

.t-ttl.white {
  color: #fff;
}

.sec01 {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  background: url(../images/sec-bg_img01.jpg) no-repeat center/cover;
}

.sec01-layout {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  padding: 0 0 0 calc((100% - 1024px) / 2);
  margin-bottom: 85px;
  z-index: 0;
}

.sec01-layout .l-img {
  width: 56.64%;
  margin: 0 0 0 4.88%;
}

.sec01-layout .l-desc {
  flex: 1;
}

.sec01-layout .l-ttl {
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.sec01-layout .l-ttl::before {
  position: absolute;
  content: "";
  background: #ED9B37;
  width: 47px;
  height: 4px;
  left: 0;
  bottom: 0;
}

.sec01-layout .l-ttl .txt01 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 45px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.sec01-layout .l-ttl .txt02 {
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 16px;
}

.sec01-layout .l-btn {
  margin-top: 45px;
}

.sec01-layout.reverse {
  flex-direction: row;
  padding: 0 calc((100% - 1024px) / 2) 0 0;
}

.sec01-layout.reverse .l-img {
  text-align: right;
  margin: 0 4.88% 0 0;
}

.sec01-layout-small {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

.sec01-layout-small .l-img {
  width: 460px;
  margin: 0 0 0 50px;
}

.sec01-layout-small .l-desc {
  flex: 1;
}

.sec01-layout-small .l-ttl {
  line-height: 1.5;
  margin-bottom: 30px;
}

.sec01-layout-small .l-ttl .txt01 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.sec01-layout-small .l-ttl .txt02 {
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 16px;
}

.sec01-layout-small .l-btn {
  margin-top: 30px;
}

.sec01-layout-small.reverse {
  flex-direction: row;
}

.sec01-layout-small.reverse .l-img {
  text-align: right;
  margin: 0 50px 0 0;
}

.sec01-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec01-list::after {
  content: "";
  width: 32.22%;
}

.sec01-list>li {
  border: 1px solid #eeeeee;
  width: 32.22%;
}

.sec01-list .list-img {
  text-align: center;
}

.sec01-list .list-desc {
  padding: 40px 30px;
}

.sec01-list .num {
  display: block;
  color: #ED9B37;
  font-family: "Red Hat Text";
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}

.sec01-list .list-ttl {
  text-align: center;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 21px;
  margin-bottom: 20px;
}

.sec02 {
  background: url(../images/sec-bg_img04.jpg) no-repeat 47% 0px/cover;
  padding: 80px 0;
}

.sec02-layout {
  display: flex;
  align-items: flex-start;
}

.sec02-layout .l-img {
  width: 670px;
}

.sec02-layout .l-desc {
  flex: 1;
  background: #fff;
  padding: 60px;
  position: relative;
  margin: 60px 0 0 -60px;
  z-index: 0;
}

.sec02-layout .l-ttl {
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.sec02-layout .l-ttl::before {
  position: absolute;
  content: "";
  background: #ED9B37;
  width: 47px;
  height: 4px;
  left: 0;
  bottom: 0;
}

.sec02-layout .l-ttl .txt01 {
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 30px;
  margin-bottom: 10px;
}

.sec02-layout .l-ttl .txt02 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 14px;
  letter-spacing: 0.1em;
}

.sec02-layout .l-btn {
  margin-top: 30px;
}

.sec02-layout.reverse {
  flex-direction: row-reverse;
}

.sec02-layout.reverse .l-desc {
  margin: 60px -60px 0 0;
}

.sec03 {
  background: url(../images/sec-bg_img03.jpg) no-repeat center/cover;
  padding: 80px 0;
}

.sec03-layout {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

.sec03-layout .l-img {
  width: 670px;
}

.sec03-layout .l-desc {
  flex: 1;
  background: #fff;
  padding: 60px;
  position: relative;
  margin: 60px 0 0 -60px;
  z-index: 0;
}

.sec03-layout .l-ttl {
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.sec03-layout .l-ttl::before {
  position: absolute;
  content: "";
  background: #ED9B37;
  width: 47px;
  height: 4px;
  left: 0;
  bottom: 0;
}

.sec03-layout .l-ttl .txt01 {
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 30px;
  margin-bottom: 10px;
}

.sec03-layout .l-ttl .txt02 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 14px;
  letter-spacing: 0.1em;
}

.sec03-layout .l-btn {
  margin-top: 30px;
}

.sec03-layout.reverse {
  flex-direction: row-reverse;
}

.sec03-layout.reverse .l-desc {
  margin: 60px -60px 0 0;
}

.sec04 {
  background: url(../images/sec-bg_img02.jpg) no-repeat center/cover;
  padding: 80px 0 75px;
}

.sec04-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec04-list li {
  text-align: center;
  width: calc(33.3333333333% - 18px);
  margin: 0 7.5px;
}

.sec04-list li:nth-child(n+4) {
  margin-top: 45px;
}

.sec04-list a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  transition: 0.5s;
}

.sec04-list a::before {
  content: "";
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #092181 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec04-list a:hover .list-img img {
  transform: scale(1.1);
}

.sec04-list .list-img {
  text-align: center;
  overflow: hidden;
}

.sec04-list .list-img img {
  transition: 0.5s;
}

.sec04-list .list-desc {
  padding: 30px 10px;
}

.sec04-list .desc-inner {
  padding: 0 30px;
  text-align: left;
}

.sec04-list .list-ttl {
  line-height: 1.4;
  font-family: "FOT-筑紫ゴシック Pro B";
  text-align: center;
  margin-bottom: 15px;
}

.sec04-list .list-ttl .txt01 {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.sec04-list .list-ttl .txt02 {
  display: block;
  color: #ED9B37;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.sec06 {
  background: #fff;
  padding: 60px 0;
}

.sec06-layout {
  display: flex;
  position: relative;
  min-height: 150px;
}

.sec06-layout .l-intro {
  width: 25.48%;
}

.sec06-layout .l-desc {
  flex: 1;
}

.sec06-layout .l-ttl {
  padding-bottom: 15px;
  position: relative;
}

.sec06-layout .l-ttl::before {
  content: "";
  position: absolute;
  background: #ED9B37;
  height: 4px;
  width: 47px;
  left: 0;
  bottom: 0;
}

.sec06-layout .l-ttl .txt01 {
  line-height: 1;
  display: block;
  font-family: "Red Hat Text";
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.sec06-layout .l-ttl .txt02 {
  line-height: 1.4;
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 16px;
}

.sec06-layout .l-ttl.white {
  color: #fff;
}

.sec06-layout .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec06-layout .t-btn {
  width: 160px;
}

.list-top-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-top-blog::after {
  content: "";
  width: 241px;
}

.list-top-blog li {
  width: 241px;
}

.list-top-blog a {
  display: block;
}

.list-top-blog a:hover .list-img {
  opacity: 0.5;
}

.list-top-blog a:hover .list-ttl {
  text-decoration: underline;
}

.list-top-blog .list-img {
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
  transition: 0.5s;
}

.list-top-blog img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 165px;
}

.list-top-blog time {
  color: #ED9B37;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.list-top-blog .list-ttl {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-top-blog .category {
  display: inline-block;
  color: #092181;
  font-size: 12px;
  line-height: 1;
}

.list-top-blog .category+.category::before {
  content: "/";
  margin: 0 5px;
}

.sec08 {
  background: #fff;
  padding: 60px 0;
}

.sec08-layout {
  display: flex;
  position: relative;
  min-height: 170px;
}

.sec08-layout .l-intro {
  width: 25.48%;
}

.sec08-layout .l-desc {
  flex: 1;
}

.sec08-layout .l-ttl {
  padding-bottom: 15px;
  position: relative;
  color: #37414F;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.sec08-layout .l-ttl::before {
  content: "";
  position: absolute;
  background: #ED9B37;
  height: 4px;
  width: 47px;
  left: 0;
  bottom: 0;
}

.sec08-layout .l-ttl .txt01 {
  line-height: 1;
  display: block;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.sec08-layout .l-ttl .txt02 {
  line-height: 1.4;
  display: block;
  font-size: 16px;
}

.sec08-layout .l-ttl.white {
  color: #fff;
}

.sec08-layout .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec08-layout .t-btn {
  width: 160px;
}

.list-top-news {
  font-size: 15px;
}

.list-top-news li {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
  align-items: flex-end;
  padding-bottom: 15px;
}

.list-top-news li+li {
  margin-top: 15px;
}

.list-top-news time {
  display: inline-block;
  color: #ED9B37;
  font-size: 13px;
  width: 90px;
  margin-right: 25px;
}

.list-top-news a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "FOT-セザンヌ ProN DB";
  max-width: 630px;
}

.list-top-news a:hover {
  text-decoration: underline;
}

.bnr-fade {
  display: inline-block;
  transition: 0.5s;
}

.bnr-fade:hover {
  opacity: 0.5;
}

.map-layout {
  position: relative;
}

.map-layout iframe {
  vertical-align: bottom;
}

.map-layout .l-desc {
  background: #fff;
  padding: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

.map-layout .l-logo {
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
}

.map-layout .l-logo .logo {
  width: 250px;
}

.map-layout .inner {
  display: table;
  margin: 0 auto;
}

.map-layout .address {
  margin-bottom: 15px;
}

.map-layout .tel {
  border-bottom: 2px solid #092181;
  display: inline-block;
  color: #092181;
  font-family: "Red Hat Text";
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.map-layout .tel span {
  position: relative;
  margin-right: 25px;
}

.map-layout .tel span::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_tel.png) no-repeat center/contain;
  width: 17px;
  height: 23px;
  left: 0;
  bottom: 5px;
}

.map-layout .l-dl {
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  overflow: hidden;
  margin: 0 0 25px 0;
  letter-spacing: 0.05em;
}

.map-layout .l-dl dt {
  float: left;
  margin-bottom: 10px;
}

.map-layout .l-dl dd {
  padding: 0 0 0 100px;
  margin-bottom: 10px;
}

/*------------
Footer
--------------*/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  background: #ED9B37;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 18px 0 0;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}

.pagetop a::before {
  content: "";
  position: absolute;
  background: #092181;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateZ(0) scaleY(0);
  transform-origin: right bottom;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}

.pagetop a:hover::before {
  transform: translateZ(0) scaleY(1);
  transform-origin: left bottom;
}

.footer {
  background: #fff;
}

.footer .container {
  padding: 80px 0 90px;
}

.f-wrapper {
  display: flex;
  justify-content: space-between;
}

.f-utility {
  flex: 0 0 40%;
}

.f-logo {
  margin-bottom: 20px;
}

.site-map {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.site-map>ul+ul {
  margin-left: 20px;
}

.site-map>ul>li+li {
  margin-top: 5px;
}

.site-map>ul>li ul li::before {
  content: "-";
  margin-right: 5px;
}

.site-map a:not(.no-link) {
  line-height: 1.5;
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-map a:not(.no-link):hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.f-bnr {
  display: flex;
  flex-wrap: wrap;
}

.f-bnr li {
  width: 24%;
  margin-right: 1.3%;
}

.f-bnr li:nth-child(4n) {
  margin-right: 0;
}

.f-bnr li:nth-child(n+5) {
  margin-top: 2%;
}

.f-bnr a {
  transition: 0.5s;
}

.f-bnr a:hover {
  opacity: 0.5;
}

.copyright {
  background: #092181;
  color: #fff;
  text-align: center;
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  font-size: 14px;
  line-height: 35px;
}

@media only screen and (max-width: 800px) {

  /*------------
  Header
  --------------*/
  .header {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
  }

  .h-wrapper {
    padding: 0 5vw;
    width: 100%;
  }

  .h-logo {
    text-align: center;
    margin: 0;
    max-width: 100%;
  }

  .h-logo img {
    max-height: 35px;
    width: auto;
  }

  /*------------
  G-navi
  --------------*/
  .pc-navi {
    display: none;
  }

  :root {
    --navi-background: #fff;
    --navi-border-color: #ccc;
    --navi-text-color: #092181;
    --svg-stroke: #092181;
    --humberger: #092181;
  }

  .sp-navi {
    display: block;
  }

  .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
  }

  .sp-navi-btns div {
    flex: 1;
    position: relative;
  }

  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 10px 0;
  }

  .sp-navi-btns .item .img {
    display: block;
  }

  .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20px;
    margin-bottom: 8px;
    stroke: var(--svg-stroke);
  }

  .sp-navi-btns .item .ttl {
    display: block;
  }

  .humberger {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .humberger .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .humberger span:not(.ttl) {
    background: var(--humberger);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .humberger span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }

  .humberger span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }

  .humberger span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }

  .humberger.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .humberger.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6px) rotate(45deg);
  }

  /* コンテンツ */
  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }

  .sp-navi-list>li {
    border-bottom: 1px solid #d6d6d6;
  }

  .sp-navi-list>li>a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

  .sp-navi-list>li.sp-dropdown {
    position: relative;
  }

  .sp-navi-list>li.sp-dropdown::before,
  .sp-navi-list>li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    transition: 0.5s;
  }

  .sp-navi-list>li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }

  .sp-navi-list>li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .sp-navi-list>li.sp-dropdown.is-on::before {
    transform: rotate(90deg);
  }

  .sp-navi-list>li.sp-dropdown>a {
    padding: 15px 0;
    width: 85%;
  }

  .sp-navi-list .child {
    padding: 0 0 15px;
  }

  .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
  }

  .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sp-navi-list .child>ul>li>a {
    font-size: 13px;
    font-weight: bold;
  }

  .sp-navi-other .item+.item {
    margin: 25px 0 0;
  }

  .sp-navi-other .tel {
    display: block;
    color: #092181;
    font-family: "Red Hat Text";
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px;
  }

  .sp-navi-other .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .sp-time {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 5px 10px;
  }

  .sp-time dt {
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    padding: 1px 5px 0;
  }

  .sp-btn {
    display: block;
    background: #092181;
    color: #fff;
    font-family: "FOT-セザンヌ ProN DB";
    line-height: 1;
    text-align: center;
    padding: 16px 25px;
  }

  .sp-btn i {
    display: inline-block;
    width: 17px;
    margin-right: 10px;
  }

  .fixed-menu {
    display: none;
  }

  /*------------
  Top contents
  --------------*/
  .t-ttl {
    margin-bottom: 30px;
  }

  .t-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .t-btn,
  .u-btn {
    display: block;
    line-height: 1.5;
    padding: 15px 20px;
    margin: 0 auto;
    width: 100%;
  }

  .u-btn {
    min-width: 0;
  }

  .t-btn+.t-btn,
  .u-btn+.u-btn {
    margin: 15px 0 0;
  }

  .list-post-type01 .list-btn a {
    padding: 12px 25px;
    font-size: 13px;
    min-width: 130px;
  }

  .contents {
    overflow: hidden;
  }

  .sec01 {
    padding: 50px 0;
    background: url(../images/sec-bg_img01.jpg) no-repeat 57% 50%/cover;
  }

  .sec01-layout {
    display: block;
    padding: 0;
    margin-bottom: 50px;
    z-index: 0;
  }

  .sec01-layout .l-img {
    text-align: center;
    width: 100%;
    margin: 0 0 35px;
  }

  .sec01-layout .l-desc {
    padding: 30px 5vw;
    background: #fff;
  }

  .sec01-layout .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }

  .sec01-layout .l-ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .sec01-layout .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sec01-layout .l-btn {
    text-align: center;
    margin-top: 30px;
  }

  .sec01-layout.reverse {
    padding: 0;
  }

  .sec01-layout.reverse .l-img {
    text-align: center;
    margin: 0 0 35px;
  }

  .sec01-layout-small {
    display: block;
  }

  .sec01-layout-small .l-img {
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
  }

  .sec01-layout-small .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }

  .sec01-layout-small .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sec01-layout-small.reverse .l-img {
    text-align: center;
    margin: 0 0 30px;
  }

  .sec01-list {
    display: block;
  }

  .sec01-list>li {
    width: 100%;
  }

  .sec01-list>li+li {
    margin-top: 30px;
  }

  .sec01-list .list-desc {
    padding: 25px 15px;
  }

  .sec01-list .num {
    margin-bottom: 10px;
  }

  .sec02 {
    padding: 50px 0;
    background: url(../images/sec-bg_img04.jpg) no-repeat 49% 0px/cover;
  }

  .sec02-layout {
    display: block;
  }

  .sec02-layout .l-img {
    width: 100%;
  }

  .sec02-layout .l-desc {
    padding: 30px 20px;
    margin: 0;
  }

  .sec02-layout .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .sec02-layout .l-ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .sec02-layout .l-ttl .txt01 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .sec02-layout .l-btn {
    margin-top: 30px;
  }

  .sec02-layout.reverse .l-desc {
    margin: 0;
  }

  .sec02-list {
    justify-content: space-between;
  }

  .sec02-list li {
    width: 48%;
    margin: 0 0 4%;
  }

  .sec02-list li:nth-child(n+6) {
    margin-top: 0;
  }

  .sec02-list a {
    padding: 15px;
    transition: 0.5s;
  }

  .sec02-list .list-img {
    margin-bottom: 15px;
  }

  .sec02-list .list-ttl .txt01 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .sec02-list .list-ttl .txt02 {
    font-size: 10px;
  }

  .sec03 {
    padding: 50px 0;
  }

  .sec03-layout {
    display: block;
    margin-bottom: 30px;
  }

  .sec03-layout .l-img {
    width: 100%;
  }

  .sec03-layout .l-desc {
    padding: 30px 20px;
    margin: 0;
  }

  .sec03-layout .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .sec03-layout .l-ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .sec03-layout .l-ttl .txt01 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .sec03-layout .l-btn {
    margin-top: 30px;
  }

  .sec03-layout.reverse .l-desc {
    margin: 0;
  }

  .sec04 {
    padding: 50px 0;
    background: url(../images/sec-bg_img02.jpg) no-repeat left/cover;
  }

  .sec04-list {
    display: block;
  }

  .sec04-list li {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }

  .sec04-list li:nth-child(n+4) {
    margin-top: 30px;
  }

  .sec04-list .list-img {
    margin-bottom: 30px;
  }

  .sec04-list .list-desc {
    padding: 0 15px 30px;
  }

  .sec04-list .desc-inner {
    padding: 0 5px;
  }

  .sec04-list .list-ttl {
    margin-bottom: 15px;
  }

  .sec04-list .list-ttl .txt01 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .sec04-list .list-ttl .txt02 {
    font-size: 13px;
  }

  .sec06 {
    padding: 50px 0;
  }

  .sec06-layout {
    display: block;
  }

  .sec06-layout .l-intro {
    width: 100%;
  }

  .sec06-layout .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }

  .sec06-layout .l-ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .sec06-layout .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sec06-layout .l-btn {
    position: static;
    text-align: center;
  }

  .sec06-layout .t-btn {
    width: 100%;
  }

  .list-top-blog {
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
  }

  .list-top-blog li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
    position: relative;
  }

  .list-top-blog li:last-child::after {
    content: "";
    width: 5vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 100%;
  }

  .list-top-blog::after {
    display: none;
  }

  .sec08 {
    padding: 50px 0;
  }

  .sec08-layout {
    display: block;
  }

  .sec08-layout .l-intro {
    width: 100%;
  }

  .sec08-layout .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }

  .sec08-layout .l-ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .sec08-layout .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sec08-layout .l-btn {
    position: static;
    text-align: center;
    margin-top: 30px;
  }

  .sec08-layout .t-btn {
    width: 100%;
  }

  .list-top-news li {
    display: block;
    padding-bottom: 0;
  }

  .list-top-news li+li {
    margin-top: 5px;
  }

  .list-top-news time {
    display: block;
    font-size: 12px;
  }

  .list-top-news a {
    max-width: 100%;
  }

  .map-layout iframe {
    vertical-align: bottom;
    height: 250px;
  }

  .map-layout .l-desc {
    padding: 50px 5vw;
    position: static;
    transform: translateY(0);
  }

  .map-layout .l-logo {
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 25px;
  }

  .map-layout .l-logo .logo {
    width: 250px;
  }

  .map-layout .inner {
    text-align: center;
  }

  .map-layout .address {
    margin-bottom: 10px;
  }

  .map-layout .tel {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .map-layout .l-dl {
    text-align: left;
  }

  /*------------
  Footer
  --------------*/
  .pagetop {
    bottom: 80px;
    right: 15px;
  }

  .pagetop a {
    transition: 0;
  }

  .footer {
    padding-bottom: 65px;
  }

  .footer .container {
    padding: 50px 0;
  }

  .f-wrapper {
    display: block;
  }

  .f-utility {
    margin-bottom: 30px;
  }

  .f-logo {
    text-align: center;
    max-width: 270px;
    margin: 0 auto 35px;
  }

  .site-map {
    display: block;
  }

  .site-map>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-map>ul+ul {
    margin: 15px 0 0;
  }

  .site-map>ul>li {
    width: 49%;
    margin-bottom: 5px;
  }

  .site-map>ul>li.sp-w100 {
    width: 100%;
  }

  .site-map>ul>li+li {
    margin-top: 0;
  }

  .site-map>ul>li ul {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-map>ul>li ul li {
    width: 49%;
  }

  .f-bnr {
    justify-content: space-between;
  }

  .f-bnr li {
    width: 48%;
    margin: 0 0 15px;
  }

  .f-bnr li:nth-child(4n) {
    margin: 0 0 15px;
  }

  .f-bnr li:nth-child(n+5) {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------
Under layout
-----------------------------------------------------------*/
.page-ttl {
  background: #092181;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 300px;
  width: 100%;
}

.page-ttl .txt01 {
  display: block;
  text-transform: uppercase;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.page-ttl .txt02 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 18px;
}

.breadcrumb ul {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 12px;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.u-contents {
  overflow: hidden;
}

.u-contents p+p {
  margin-top: 15px;
}

/*------------
Under parts
--------------*/
.u-h2 {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.u-h2::after {
  content: "";
  background: #ED9B37;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-h3,
.postdata h3 {
  border-bottom: 3px solid #eee;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.u-h3::before,
.postdata h3::before {
  content: "";
  background: #ED9B37;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.u-h4,
.postdata h4 {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}

.u-h4::before,
.postdata h4::before {
  content: "";
  background: #092181;
  width: 10px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 7.5px;
}

.u-catch {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.u-catch span {
  border-bottom: 1px solid #333;
}

.num-ttl {
  border-bottom: 2px solid #eee;
  color: #ED9B37;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.num-ttl .num {
  background: #092181;
  display: inline-block;
  color: #fff;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}

.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #092181;
  position: absolute;
  top: 0;
  right: -7px;
}

.short+.short {
  margin-top: 50px;
}

.tall {
  padding: 70px 0;
}

.tall:nth-child(2n) {
  background: #fafafa;
}

.tall.no-hidden {
  overflow: visible;
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-imgR .l-ttl,
.l-imgL .l-ttl {
  border-bottom: 1px solid #092181;
  color: #333;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 25%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR.small,
.fl-imgL.small {
  width: 25%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

.l-style01 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 0;
}

.l-style01 .l-img {
  width: 56.64%;
  margin: 0 -10% 0 7.5%;
}

.l-style01 .l-desc {
  text-align: justify;
  flex: 1;
}

.l-style01 .num {
  display: inline-block;
  color: #092181;
  font-family: "Red Hat Text";
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 15px;
}

.l-style01 .num i {
  font-size: 20px;
  margin-right: 5px;
}

.l-style01 .l-ttl {
  color: #ED9B37;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.l-style01 .sub-ttl {
  display: flex;
  align-items: center;
  color: #ED9B37;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  margin-bottom: 30px;
}

.l-style01 .sub-ttl::before {
  content: "";
  background: #ED9B37;
  width: 30px;
  height: 2px;
  margin-right: 25px;
}

.l-style01.reverse {
  text-align: right;
  flex-direction: row;
}

.l-style01.reverse .l-img {
  margin: 0 7.5% 0 -10%;
  position: relative;
}

.l-style02 {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.l-style02 .l-img {
  position: relative;
  width: 40%;
  z-index: 1;
}

.l-style02 .l-desc {
  background: #f5f5f5;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  text-align: justify;
  flex: 1;
}

.l-style02 .l-ttl {
  color: #ED9B37;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 25px;
  margin-bottom: 20px;
}

.l-style02 .sub-ttl {
  display: flex;
  align-items: center;
  color: #ED9B37;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  margin-bottom: 30px;
}

.l-style02 .sub-ttl::before {
  content: "";
  background: #ED9B37;
  width: 30px;
  height: 1px;
  margin-right: 30px;
}

.l-style02.reverse {
  flex-direction: row-reverse;
}

.l-style02.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}

.l-style02.white .l-desc {
  background: #fff;
}

.l-style03 {
  position: relative;
  padding-bottom: 100px;
  z-index: 0;
}

.l-style03::before {
  content: "";
  background: #F5F5F5;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.l-style03 .wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.l-style03 .l-img {
  width: 55%;
  margin-right: 5%;
}

.l-style03 .l-desc {
  flex: 1;
  text-align: justify;
}

.l-style03 .l-ttl {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 15px;
}

.l-style03 .sub-ttl {
  color: #092181;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.col1,
.col2,
.col3,
.col4 {
  display: grid;
}

.col1 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.col4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.list-disc li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-disc li:before {
  background: #092181;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}

.list-check li {
  position: relative;
  padding: 0 0 0 25px;
}

.list-check li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid #092181;
  border-bottom: 3px solid #092181;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.list-num {
  counter-reset: number;
}

.list-num>li {
  line-height: 2;
  padding: 0 0 0 32px;
  position: relative;
}

.list-num>li:before {
  background: #092181;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-family: "Red Hat Text";
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  top: 0.4em;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 1px;
  width: 20px;
  height: 20px;
}

.list-num.column2 {
  -moz-column-count: 2;
  column-count: 2;
}

.list-num.column3 {
  -moz-column-count: 3;
  column-count: 3;
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  grid-gap: 5px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  grid-gap: 5px;
}

.list-card>li {
  display: flex;
  flex-direction: column;
  border: 2px solid #eee;
  background: #fff;
  padding: 25px;
}

.list-card .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card .num {
  display: block;
  color: #607D8B;
  font-family: "Red Hat Text";
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card .list-ttl {
  border-bottom: 1px solid #092181;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.list-card .list-desc {
  margin-bottom: 15px;
}

.list-card .list-btn {
  text-align: center;
  margin-top: auto;
}

.list-card .u-btn {
  min-width: 0;
  width: 100%;
}

.list-card02>li {
  display: flex;
  flex-direction: column;
  border: 2px solid #eee;
  background: #fff;
  padding: 25px;
  position: relative;
}

.list-card02 .list-ttl {
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.list-card02 .num {
  background: #092181;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.list-card02 .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card02 .list-desc {
  margin-bottom: 15px;
}

.list-card02 .list-btn {
  text-align: center;
  margin-top: auto;
}

.list-card02 .u-btn {
  min-width: 0;
  width: 100%;
}

.list-card-flow>li {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  padding: 25px;
  position: relative;
}

.list-card-flow>li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #092181;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.list-card-flow>li:last-child::after {
  display: none;
}

.list-card-flow.col2>li::after {
  right: -27px;
}

.list-card-flow.col3>li::after {
  right: -21px;
}

.list-card-flow.col4>li::after {
  right: -17px;
}

.list-card-flow .list-ttl {
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.list-card-flow .num {
  background: #092181;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.list-card-flow .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card-flow .list-desc {
  margin-bottom: 15px;
}

.list-card-flow .list-btn {
  text-align: center;
  margin-top: auto;
}

.list-card-flow .u-btn {
  min-width: 0;
  width: 100%;
}

.list-price>li .intro {
  border-bottom: 1px dotted #c4cfc9;
  display: flex;
  justify-content: space-between;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  padding: 0 0 5px;
}

.list-price>li .desc {
  color: #747474;
  font-size: 13px;
  padding: 5px 0 0;
}

.list-price>li+li {
  margin-top: 20px;
}

.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 15px;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link li:last-child::after {
  display: none;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.list-anchor-link a::before {
  content: "";
  background: url(../images/share/icon_arrow_down.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}

.list-anchor-link a:hover {
  text-decoration: underline;
}

.list-sns {
  display: flex;
  align-items: center;
}

.list-sns li+li {
  margin-left: 15px;
}

.list-sns a {
  transition: 0.5s;
}

.list-sns a:hover {
  opacity: 0.5;
}

.dl-style01 {
  display: flex;
  flex-wrap: wrap;
}

.dl-style01 dt {
  color: #ED9B37;
  background: #edefe8;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 10px;
  width: 25%;
}

.dl-style01 dt .num {
  display: block;
  color: #092181;
  font-family: "Red Hat Text";
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.dl-style01 dd {
  background: #f6f7f3;
  font-size: 15px;
  padding: 20px;
  margin-bottom: 10px;
  width: 75%;
}

.dl-style02 dt {
  border-bottom: 1px dashed #ccc;
  color: #092181;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.dl-style02 dd+dt {
  margin-top: 15px;
}

.dl-faq dt {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

.dl-faq dt::before {
  content: "Q";
  color: #092181;
  font-family: "Red Hat Text";
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -5px;
}

.dl-faq dd {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 30px 40px;
}

.dl-faq dd+dt {
  margin-top: 30px;
}

.patient-data {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}

.patient-data dt {
  background: #333;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FOT-セザンヌ ProN DB";
  text-align: center;
  margin-bottom: 10px;
  width: 100px;
}

.patient-data dd {
  width: calc(100% - 100px);
  padding-left: 30px;
  margin-bottom: 10px;
}

.table-style01 {
  background-color: #fff;
  border: 1px solid #bbb;
}

.table-style01 th,
.table-style01 td {
  border: 1px solid #eee;
  line-height: 1.7;
  padding: 15px;
}

.table-style01 th {
  background: #0C142D;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
}

.table-style01 th.bg01 {
  background: rgba(9, 33, 129, 0.5);
}

.box-style01 {
  border: 2px solid #eee;
  background: #fff;
  padding: 60px;
}

.box-style01>.box-ttl {
  color: #092181;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 30px;
}

.box-style02 {
  background: #0F68B7;
  color: #fff;
  padding: 40px;
}

.box-style02>.box-ttl {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  margin-bottom: 15px;
}

.box-style02>.box-ttl i {
  margin-right: 15px;
  vertical-align: -3px;
}

.box-style02 .list-disc li::before {
  background: #fff;
}

.box-style03 {
  border: 2px solid #eee;
  background: #fff;
  padding: 30px;
}

.box-style03>.box-ttl {
  color: #092181;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}

.flow-arrow {
  border-top: 1px solid #eaeaea;
  text-align: center;
  margin: 50px 0;
  position: relative;
  overflow: visible;
}

.flow-arrow::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flow-arrow::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  transform: rotate(45deg) translate(-50%, -50%);
}

/*------------
スタッフ紹介
--------------*/
.staff-layout {
  display: flex;
}

.staff-layout .l-img {
  margin-right: 100px;
  width: 400px;
}

.staff-layout .l-desc {
  flex: 1;
}

.staff-layout .job {
  display: inline-block;
  border: 2px solid #092181;
  font-family: "FOT-セザンヌ ProN DB";
  color: #092181;
  line-height: 1;
  padding: 5px 35px;
  margin-bottom: 30px;
}

.staff-layout .l-ttl {
  display: block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}

.staff-layout .l-ttl .kana {
  color: #aaa;
  text-transform: uppercase;
  font-family: "Red Hat Text";
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-left: 25px;
}

.box-profile {
  background: #F3F3F3;
  display: flex;
  padding: 50px;
}

.box-profile .item {
  line-height: 1.8;
  width: 48%;
}

.box-profile .item-ttl {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 17px;
  margin-bottom: 10px;
}

.dl-career {
  overflow: hidden;
}

.dl-career dt {
  clear: both;
  color: #888;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.dl-career dd {
  background: url(../images/share/line-dot.svg) repeat-x bottom left;
  padding-left: 65px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.list-staff .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-staff .job {
  display: inline-block;
  border: 2px solid #092181;
  font-family: "FOT-セザンヌ ProN DB";
  color: #092181;
  line-height: 1;
  padding: 5px 30px;
  margin-bottom: 10px;
}

.list-staff .name {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
}

/*------------
医院案内・アクセス
--------------*/
.clinic-layout {
  display: flex;
  justify-content: space-between;
}

.clinic-layout .item {
  width: 48.43%;
}

.clinic-layout .item-ttl {
  color: #ED9B37;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

.clinic-layout .item-ttl::before {
  content: "";
  background: #092181;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.time-table {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.time-table th,
.time-table td {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

.time-table th {
  font-family: "FOT-セザンヌ ProN DB";
  background: #092181;
  color: #fff;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 5px;
}

.time-table th:first-child {
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
  width: 200px;
}

.time-table th:last-child {
  width: 120px;
}

.time-table td {
  border-bottom: 1px solid #ddd;
  padding: 20px 5px;
}

.time-table td:first-child {
  background: rgba(9, 33, 129, 0.8);
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
}

.time-table tr:last-child td:first-child {
  border-bottom: 1px solid #ddd;
}

.time-table.small th:first-child {
  width: 140px;
}

.time-table.small th:last-child {
  width: 60px;
}

.event01 {
  color: #092181;
}

.business-calendar-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}

.business-calendar-box>div {
  width: 100%;
}

.business-calendar-box .business-calendar {
  background: #FFFFFF;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.business-calendar-box .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.business-calendar-box .business-calendar caption span {
  color: #092181;
  line-height: 1;
  font-size: 25px;
  margin: 0 10px;
  vertical-align: -1px;
}

.business-calendar-box .business-calendar caption .business-calendar-past {
  float: left;
}

.business-calendar-box .business-calendar caption .business-calendar-future {
  float: right;
}

.business-calendar-box .business-calendar th {
  background: #092181;
  border: 1px solid #dfdfdf;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  width: 14%;
  text-align: center;
  font-weight: bold;
}

.business-calendar-box .business-calendar td {
  border: 1px solid #dfdfdf;
  position: relative;
  font-family: "Red Hat Text";
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}

.business-calendar-box .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box .business-calendar .today {
  text-decoration: underline;
}

.business-calendar-box .business-calendar .attr0,
.business-calendar-box .business-calendar .attr1,
.business-calendar-box .business-calendar .attr2,
.business-calendar-box .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box .business-calendar .attr0::before,
.business-calendar-box .business-calendar .attr1::before,
.business-calendar-box .business-calendar .attr2::before,
.business-calendar-box .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box .business-calendar .attr0::before {
  background: #EF866B;
}

.business-calendar-box .business-calendar .attr1::before {
  background: #F7B46B;
}

.business-calendar-box .business-calendar .attr2::before {
  background: #A8DBA8;
}

.business-calendar-box .business-calendar .attr3::before {
  background: #B0D7D5;
}

.list-event {
  display: flex;
}

.list-event li {
  line-height: 1;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: #EF866B;
}

.list-event .event02 {
  color: #F7B46B;
}

.list-event .event03 {
  color: #A8DBA8;
}

.list-event .event04 {
  color: #B0D7D5;
}

@media only screen and (max-width: 800px) {
  .page-ttl {
    background: #092181;
    padding: 0 5vw;
    height: 200px;
  }

  .page-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .page-ttl .txt02 {
    font-size: 15px;
  }

  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
  }

  .breadcrumb ul {
    padding: 30px 0;
  }

  .u-h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .u-h2::after {
    width: 25px;
  }

  .u-h3,
  .postdata h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .u-h4,
  .postdata h4 {
    font-size: 18px;
    padding-left: 20px;
  }

  .u-h4::before,
  .postdata h4::before {
    width: 5px;
    top: 7px;
  }

  .u-catch {
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 18px;
  }

  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .num-ttl .num {
    display: table;
    font-size: 10px;
    padding: 0 10px;
    margin: 0 0 10px;
  }

  .num-ttl .num::after {
    display: none;
  }

  .short+.short {
    margin-top: 50px;
  }

  .tall {
    padding: 50px 0;
  }

  .l-imgR,
  .l-imgL {
    display: block;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }

  .l-imgR .l-img {
    margin: 0 0 15px;
  }

  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  .fl-imgR.small,
  .fl-imgL.small {
    width: 100%;
  }

  .l-style01 {
    display: block;
  }

  .l-style01 .l-img {
    width: 100%;
    margin: 0 0 35px;
  }

  .l-style01 .num {
    font-size: 25px;
  }

  .l-style01 .num i {
    font-size: 20px;
    margin-right: 5px;
  }

  .l-style01 .l-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .l-style01.reverse .l-img {
    margin: 0 0 35px;
  }

  .l-style02 {
    display: block;
  }

  .l-style02 .l-img {
    width: 100%;
  }

  .l-style02 .l-desc {
    padding: 15px;
    margin: 30px 0 0;
  }

  .l-style02 .l-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .l-style02 .sub-ttl {
    align-items: flex-start;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .l-style02 .sub-ttl::before {
    margin: 12px 20px 0 0;
  }

  .l-style02.reverse .l-desc {
    padding: 15px;
    margin: 30px 0 0;
  }

  .l-style03 {
    padding-bottom: 50px;
    z-index: 0;
  }

  .l-style03::before {
    content: "";
    background: #F5F5F5;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .l-style03 .wrapper {
    display: block;
  }

  .l-style03 .l-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .l-style03 .l-img::before {
    z-index: 1;
  }

  .l-style03 .l-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .l-style03 .sub-ttl {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .col2,
  .col3,
  .col4 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-disc.row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list-disc.row2 li {
    width: 48%;
  }

  .list-disc.row2 li+li+li {
    margin-top: 10px;
  }

  .list-disc.col2,
  .list-check.col2,
  .list-num.col2 {
    grid-gap: 5px;
  }

  .list-disc.col3,
  .list-check.col3,
  .list-num.col3 {
    grid-gap: 5px;
  }

  .list-card>li {
    padding: 15px;
  }

  .list-card .list-ttl {
    font-size: 18px;
  }

  .list-card-flow {
    display: block;
  }

  .list-card-flow>li {
    padding: 15px;
    margin-bottom: 40px;
    position: relative;
  }

  .list-card-flow>li:last-child {
    margin: 0;
  }

  .list-card-flow>li::after {
    right: 50%;
    top: inherit;
    bottom: -32px;
    transform: translateX(50%) rotate(90deg);
  }

  .list-card-flow .list-ttl {
    font-size: 18px;
  }

  .list-card-flow.col2>li::after {
    right: 50%;
  }

  .list-card-flow.col3>li::after {
    right: 50%;
  }

  .list-card-flow.col4>li::after {
    right: 50%;
  }

  .list-price>li .intro {
    align-items: flex-end;
    font-size: 13px;
    padding: 0 0 5px;
  }

  .list-price>li .ttl {
    width: 50%;
  }

  .list-price>li .price {
    text-align: right;
    font-size: 14px;
    padding-left: 25px;
    width: 50%;
  }

  .list-price>li .label {
    display: block;
    margin: 0 0 5px;
    text-align: center;
  }

  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li {
    margin: 0;
  }

  .list-anchor-link li::after {
    display: none;
  }

  .list-anchor-link a {
    padding: 0 0 0 27px;
  }

  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 2px;
  }

  .dl-style01 {
    display: block;
  }

  .dl-style01 dt {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
  }

  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }

  .dl-style02 dt {
    font-size: 18px;
  }

  .patient-data dd {
    padding-left: 20px;
  }

  .table-style01 th,
  .table-style01 td {
    font-size: 13px;
    padding: 10px;
  }

  .table-style01.sp-block {
    border-bottom: 1px solid #e3e3e3;
  }

  .table-style01.sp-block th,
  .table-style01.sp-block td {
    display: block;
  }

  .table-style01.sp-block td {
    border-width: 0 1px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::before {
    content: "※横にスクロールできます。";
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }

  .box-style01 {
    padding: 25px;
  }

  .box-style01 .box-ttl {
    font-size: 18px;
    margin: 0 auto 15px;
  }

  .box-style02 {
    padding: 25px;
  }

  .box-style03 {
    padding: 25px;
  }

  .flow-arrow {
    margin: 30px 0;
  }

  /*------------
  医院案内・アクセス
  --------------*/
  .clinic-layout {
    display: block;
  }

  .clinic-layout .item {
    width: 100%;
  }

  .clinic-layout .item+.item {
    margin-top: 30px;
  }

  .time-table {
    font-size: 12px;
  }

  .time-table th {
    padding: 10px 0;
  }

  .time-table th:first-child {
    width: 100px;
  }

  .time-table th:last-child {
    width: 40px;
  }

  .time-table td {
    padding: 15px 0;
  }

  .time-table.small th:first-child {
    width: 100px;
  }

  .time-table.small th:last-child {
    width: 40px;
  }

  .list-facility {
    display: block;
    padding-bottom: 0;
  }

  .list-facility::before {
    display: none;
  }

  .list-facility li {
    font-size: 13px;
    width: 100%;
  }

  .list-facility li+li {
    margin-top: 30px;
  }

  .list-facility .list-ttl {
    font-size: 18px;
  }

  /*------------
  スタッフ紹介
  --------------*/
  .staff-layout {
    display: block;
  }

  .staff-layout .l-img {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }

  .staff-layout .job {
    border: 1px solid #092181;
    font-size: 12px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }

  .staff-layout .l-ttl {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 25px;
  }

  .staff-layout .l-ttl .kana {
    font-size: 13px;
    margin-left: 20px;
  }

  .list-staff .job {
    border: 1px solid #092181;
    font-size: 12px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }

  .list-staff .name {
    font-size: 15px;
  }

  .list-event {
    display: block;
  }

  .list-event li {
    font-size: 12px;
    margin: 0 0 5px;
  }
}

/*------------
電話
--------------*/
.tel-layout {
  background: #f5f5f5;
  max-width: 800px;
  padding: 30px 50px;
  margin: 0 auto;
  text-align: center;
  font-family: "FOT-セザンヌ ProN DB";
}

.tel-layout .ttl {
  display: table;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  padding: 0 0 15px;
  margin: 0 auto 25px;
}

.tel-layout .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
}

.tel-layout .tel {
  display: block;
  font-weight: bold;
  font-size: 35px;
  font-family: "Red Hat Text";
  line-height: 1;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.tel-layout .tel span {
  position: relative;
  padding-left: 30px;
}

.tel-layout .tel span::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_tel.png) no-repeat center/contain;
  width: 27px;
  height: 31px;
  left: 0;
  bottom: 8px;
}

.tel-layout .txt {
  line-height: 1.5;
}

.tel-layout .time {
  text-align: left;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.5;
}

.tel-layout .time dt {
  float: left;
}

.tel-layout .time dd {
  padding-left: 80px;
}

@media (max-width: 800px) {
  .tel-layout {
    padding: 25px;
  }

  .tel-layout .ttl {
    display: block;
    font-size: 15px;
  }

  .tel-layout .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .tel-layout .tel {
    font-size: 23px;
  }

  .tel-layout .tel span {
    padding-left: 25px;
  }

  .tel-layout .tel span::before {
    width: 24px;
    height: 27px;
    bottom: 2px;
  }
}

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li+li {
  margin-top: 3px;
}

.list-privacy li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.list-under-news li {
  display: flex;
  text-align: left;
}

.list-under-news time {
  display: inline-block;
  color: #888;
  margin-right: 30px;
}

.list-under-news a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.list-under-news a:hover {
  text-decoration: underline;
}

/*普通投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}

.list-post-type01 li {
  overflow: hidden;
}

.list-post-type01 li+li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl {
  background: url(../images/share/line-dot.svg) repeat-x bottom left;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 20px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
}

.list-post-type01 .list-ttl a {
  transition: 0.5s;
}

.list-post-type01 .list-ttl a:hover {
  opacity: 0.5;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-post-type01 .list-img a {
  transition: 0.5s;
}

.list-post-type01 .list-img a:hover {
  opacity: 0.5;
}

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 5px;
}

.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.list-post-type01 .category {
  background: #092181;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

.list-post-type01 .list-txt {
  margin: 0 0 30px;
}

.list-post-type01 .list-btn {
  text-align: right;
}

/*詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}

.l-post-single .l-ttl {
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 30px;
  margin: 0 0 35px;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.l-post-single .post-data .category {
  background: #092181;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

/*詳細ページ*/
.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 16px;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "FOT-セザンヌ ProN DB";
}

.post-number span,
.post-number a {
  display: inline-block;
  color: #092181;
  border: 1px solid #092181;
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  margin: 0 4px;
}

.post-number a:hover {
  background: #092181;
  color: #fff;
}

.post-number .current {
  background: #092181;
  color: #fff;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "FOT-セザンヌ ProN DB";
}

.post-number-single a {
  display: inline-block;
}

.post-number-single .all {
  background: #092181;
  border: 1px solid #092181;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}

.post-number-single .all:hover {
  background: #fff;
  color: #092181;
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid #092181;
  width: 30px;
  height: 30px;
  position: relative;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #092181;
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: #092181;
}

.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  border-color: #fff;
}

.post-number-single .prev::before {
  transform: rotate(-135deg);
  left: 11px;
  border-left: 1px solid #092181;
}

.post-number-single .next::before {
  transform: rotate(135deg);
  right: 11px;
  border-right: 1px solid #092181;
}

/*症例紹介*/
.post-case-layout {
  border: 2px solid #eee;
  background: #fff;
  padding: 45px 50px;
  margin-bottom: 50px;
}

.post-case-layout .post-data {
  margin: 0 0 15px;
}

.post-case-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.post-case-layout .post-data .category {
  background: #092181;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

.post-case-layout .l-ttl {
  border-bottom: 1px solid #eee;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.post-case-layout .before-after {
  margin-bottom: 40px;
}

.post-case-layout .l-btn {
  text-align: center;
  margin-top: 45px;
}

.post-case-layout .l-item+.l-item {
  margin-top: 50px;
}

.post-case-layout .l-item .item-ttl {
  border-bottom: 1px solid #eee;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 20px;
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 25px;
}

.post-case-layout .l-item .item-ttl::before {
  content: "";
  background: #092181;
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.post-case-layout .l-table {
  background-color: #fff;
  border: 1px solid #bbb;
}

.post-case-layout .l-table th,
.post-case-layout .l-table td {
  border: 1px solid #eee;
  line-height: 1.7;
  padding: 15px;
}

.post-case-layout .l-table th {
  background: #092181;
  color: #fff;
  vertical-align: top;
  text-align: left;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.before-after .item {
  text-align: center;
  position: relative;
}

.before-after .item+.item figure::before {
  content: "";
  border-style: solid;
  border-width: 13.5px 0 13.5px 14px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translate(0, -50%);
}

.before-after figure {
  display: grid;
  place-items: center;
  height: 300px;
  position: relative;
}

.before-after figure img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-height: 300px;
}

.before-after p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 15px;
}

.list-case-details>li {
  display: flex;
  flex-direction: row-reverse;
}

.list-case-details>li+li {
  border-top: 1px dotted #c8c8c8;
  margin-top: 30px;
  padding-top: 30px;
}

.list-case-details .list-img {
  width: 35%;
  margin: 0 0 0 30px;
}

.list-case-details .list-desc {
  flex: 1;
}

.list-case-details .list-ttl {
  color: #092181;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 18px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*普通投稿*/
  .list-post-type01 {
    margin: 0 0 50px;
  }

  .list-post-type01 li+li {
    margin-top: 20px;
  }

  .list-post-type01 .list-ttl {
    font-size: 18px;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }

  .list-post-type01 .list-img {
    float: left;
    margin: 0 15px 0 0;
    width: 40%;
  }

  .list-post-type01 .list-img img {
    width: 100%;
    height: 25vw;
  }

  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }

  .list-post-type01 time {
    font-size: 12px;
    margin: 0 15px 0 0;
  }

  .list-post-type01 .list-txt {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }

  .list-post-type01 .list-btn {
    margin-top: 15px;
  }

  .list-post-type01 .list-btn a {
    padding: 12px 25px;
    font-size: 13px;
    min-width: 130px;
  }

  /*詳細ページ*/
  .l-post-single .l-ttl {
    font-size: 22px;
    margin: 0 0 30px;
  }

  /*セレクト式カテゴリー*/
  .select-area {
    display: block;
    margin: 0 0 30px;
  }

  .select-area .select-item {
    margin: 0;
  }

  .select-area .select-item+.select-item {
    margin-top: 10px;
  }

  .select-area .select-ttl {
    font-size: 15px;
  }

  /*症例紹介*/
  .post-case-layout {
    padding: 25px 15px;
    margin-bottom: 30px;
  }

  .post-case-layout .l-ttl {
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .post-case-layout .before-after {
    margin-bottom: 20px;
  }

  .post-case-layout .l-btn {
    margin-top: 25px;
  }

  .post-case-layout .l-table {
    font-size: 12px;
  }

  .post-case-layout .l-table th,
  .post-case-layout .l-table td {
    padding: 5px;
    line-height: 1.5;
  }

  .before-after {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .before-after .item+.item::before {
    content: "";
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0);
  }

  .before-after .item+.item figure::before {
    display: none;
  }

  .before-after figure {
    height: auto;
  }

  .list-case-details>li {
    display: block;
  }

  .list-case-details .list-img {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}

/*-----------------------------------------------------------
お問い合わせ
-----------------------------------------------------------*/
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #ccc;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  font-weight: bold;
  width: 30%;
}

.contact-form table td {
  padding: 20px 0;
  width: 70%;
}

.contact-form .hissu {
  display: inline-block;
  background: #E35C5C;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
  margin-left: 15px;
  vertical-align: 1px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form input[type=date],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  width: 100%;
  min-height: 50px;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form input[type=file]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #419caf;
}

.contact-form textarea {
  height: 200px;
  resize: vertical;
}

/*radio*/
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.wpcf7-radio label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
}

.wpcf7-radio input[type=radio] {
  display: inline-block;
  background-color: #eeeff2;
  border: 1px solid #d6d9e0;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 10px 0 0;
}

.wpcf7-radio input[type=radio]:checked+span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: 0;
}

.wpcf7-radio input[type=radio]:focus-visible {
  border-color: #419caf;
  outline: none;
}

/*checkbox*/
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
}

.wpcf7-checkbox input[type=checkbox] {
  display: inline-block;
  background-color: #eeeff2;
  border: 1px solid #d6d9e0;
  border-radius: 0;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 10px 0 0;
}

.wpcf7-checkbox input[type=checkbox]:checked+span::before {
  content: "";
  display: block;
  border: solid #333;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: 6px;
  transform: rotate(45deg);
  z-index: 0;
}

.wpcf7-checkbox input[type=checkbox]:focus-visible {
  border-color: #419caf;
  outline: none;
}

/*select*/
.contact-form select::-ms-expand {
  display: none;
}

.contact-form select .select-wrap {
  position: relative;
}

.contact-form select .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/*file*/
.file-label {
  background-color: #f1f1f1;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  padding: 10px 40px;
  transition: 0.5s;
}

.file-label:hover {
  background-color: #333;
  color: #fff;
}

.file-label input[type=file] {
  display: none;
}

.file-message {
  margin-top: 5px;
  font-size: 13px;
}

.date-picker input[type=text] {
  background-image: url("data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojODg4O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQ5LjE5MywxMDMuNTI1YzE1Ljk5NSwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMxNzguMTU3LDEyLjk3LDE2NS4xODgsMCwxNDkuMTkzLDAKCQljLTE2LjAwMiwwLTI4Ljk3MywxMi45Ny0yOC45NzMsMjguOTY0djQ1LjU4OEMxMjAuMjIsOTAuNTU2LDEzMy4xOTEsMTAzLjUyNSwxNDkuMTkzLDEwMy41MjV6Ij48L3BhdGg+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYyLjgxNiwxMDMuNTI1YzE1Ljk5NCwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMzOTEuNzgsMTIuOTcsMzc4LjgxLDAsMzYyLjgxNiwwCgkJYy0xNi4wMDMsMC0yOC45NzMsMTIuOTctMjguOTczLDI4Ljk2NHY0NS41ODhDMzMzLjg0Myw5MC41NTYsMzQ2LjgxMywxMDMuNTI1LDM2Mi44MTYsMTAzLjUyNXoiPjwvcGF0aD4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MzUuMTY0LDQxLjI4N2gtMTcuOTI1djMzLjI2NWMwLDMwLjAxNy0yNC40MTQsNTQuNDMyLTU0LjQyMiw1NC40MzJjLTMwLjAxOCwwLTU0LjQzMi0yNC40MTUtNTQuNDMyLTU0LjQzMgoJCVY0MS4yODdIMjAzLjYxNnYzMy4yNjVjMCwzMC4wMTctMjQuNDE1LDU0LjQzMi01NC40MjMsNTQuNDMyYy0zMC4wMTYsMC01NC40MzItMjQuNDE1LTU0LjQzMi01NC40MzJWNDEuMjg3SDc2LjgzNgoJCWMtMzguNTI4LDAtNjkuNzYzLDMxLjIzNS02OS43NjMsNjkuNzYzdjMzMS4xODdDNy4wNzMsNDgwLjc2NSwzOC4zMDksNTEyLDc2LjgzNiw1MTJoMzU4LjMyOAoJCWMzOC41MjgsMCw2OS43NjMtMzEuMjM1LDY5Ljc2My02OS43NjNWMTExLjA1QzUwNC45MjcsNzIuNTIyLDQ3My42OTIsNDEuMjg3LDQzNS4xNjQsNDEuMjg3eiBNNDcwLjk4Miw0NDIuMjM3CgkJYzAsMTkuNzQ4LTE2LjA2OSwzNS44MTgtMzUuODE4LDM1LjgxOEg3Ni44MzZjLTE5Ljc0OCwwLTM1LjgxOC0xNi4wNy0zNS44MTgtMzUuODE4VjE1NS4xMzhoNDI5Ljk2NFY0NDIuMjM3eiI+PC9wYXRoPgoJPHJlY3QgeD0iMTc1Ljg2MiIgeT0iMzg0LjAwMiIgY2xhc3M9InN0MCIgd2lkdGg9IjYyLjg1OSIgaGVpZ2h0PSI2Mi44NTkiPjwvcmVjdD4KCTxyZWN0IHg9IjE3NS44NjIiIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTkiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSI3OC40NTMiIHk9IjM4NC4wMDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSI3OC40NTMiIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIzNzAuNjk3IiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODUxIiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iMjczLjI4IiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iMjczLjI4IiB5PSIyODYuNTg0IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1OSI+PC9yZWN0PgoJPHJlY3QgeD0iMzcwLjY5NyIgeT0iMzg0LjAwMiIgY2xhc3M9InN0MCIgd2lkdGg9IjYyLjg1MSIgaGVpZ2h0PSI2Mi44NTkiPjwvcmVjdD4KCTxyZWN0IHg9IjM3MC42OTciIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIyNzMuMjgiIHk9IjM4NC4wMDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTkiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIxNzUuODYyIiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iNzguNDUzIiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODUxIiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0Pgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px auto;
  padding-left: 50px;
}

/*希望日*/
.contact-form .reserve-date {
  display: flow-root;
}

.contact-form .reserve-date .date {
  width: 45%;
  float: left;
}

.contact-form .reserve-date .time {
  display: flex;
  align-items: center;
  float: right;
  width: 50%;
}

.contact-form .reserve-date .time select {
  width: 80px;
}

.contact-form .reserve-date .unit {
  margin: 0 10px;
}

/*生年月日*/
.contact-form .birth {
  display: flex;
  align-items: center;
}

.contact-form .birth select {
  width: 75px;
}

.contact-form .birth .unit {
  margin: 0 10px;
}

/*学歴*/
.contact-form .gakureki {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

/*送信ボタン*/
.contact-form .submit-btn {
  display: flex;
  justify-content: center;
}

.contact-form .submit-btn [type=submit] {
  -webkit-appearance: none;
  background: #092181;
  border: 1px solid #092181;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  transition: 0.3s;
  width: 250px;
}

.contact-form .submit-btn [type=submit]:hover {
  opacity: 0.7;
}

.contact-form .submit-btn [type=submit].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

/*エラー表示*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #E35C5C;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 0;
}

.contact-form .wpcf7-not-valid-tip {
  pointer-events: none;
  background: #E35C5C;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 10px;
  margin: 10px 10px 0 0;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

.contact-form .wpcf7-spinner {
  display: none;
}

/*Material datepicker*/
.dtp>.dtp-content {
  font-weight: bold;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
  background: rgb(55, 60, 63) !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #eff0f0 !important;
  color: #333 !important;
}

.dtp .p10>a,
.dtp div.dtp-actual-year,
.dtp table.dtp-picker-days tr>th {
  color: #333 !important;
}

.dtp div.dtp-picker-month {
  font-weight: bold;
  padding-bottom: 0 !important;
}

.dtp table.dtp-picker-days tr>td>a.selected {
  background-color: #96cee1 !important;
  border-radius: 3px !important;
}

.dtp .right,
.dtp .left {
  margin-top: 10px !important;
}

@media (max-width: 800px) {
  .contact-form table {
    margin: 0 0 30px;
  }

  .contact-form table th,
  .contact-form table td {
    display: block;
    width: 100%;
  }

  .contact-form table th {
    padding: 15px 0 10px;
  }

  .contact-form table td {
    padding: 0 0 15px;
  }

  .contact-form .reserve-date .date {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }

  .contact-form .reserve-date .time {
    width: 100%;
  }

  .contact-form .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }

  .contact-form .submit-btn [type=submit].back-btn {
    margin-right: 25px;
  }

  .grecaptcha-badge {
    bottom: 140px !important;
  }
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li+li {
  margin-top: 3px;
}

.list-privacy li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  transition: 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.marker {
  background: linear-gradient(transparent 60%, #FFC107 60%);
}

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
}

.font01 {
  font-family: "FOT-セザンヌ ProN DB";
}

.font02 {
  font-family: "Red Hat Text";
}

.fs18 {
  font-size: 18px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 120px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mtS {
  margin-top: 15px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.sp-map iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }

  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-map iframe,
  .sp-map object,
  .sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*-----------------------------------------------------------
JS
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  transition: 0.5s;
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  left: 25px;
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 8px;
  height: 8px;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #333;
}

.slick-dots li.slick-active button {
  background: #333;
}

.slick-imgs .slick-dots {
  bottom: -20px;
}

.slick-imgs .caption {
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.clinic-slider {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}

.clinic-slider .slick-list {
  overflow: visible;
}

.clinic-slider .slick-slide {
  text-align: left;
  margin: 0 15px;
  opacity: 0.2;
  transition: 0.5s ease-in-out;
}

.clinic-slider .slick-center {
  opacity: 1;
}

.clinic-slider .slick-prev {
  left: 18px;
}

.clinic-slider .slick-next {
  right: 18px;
}

.clinic-slider figure {
  margin-bottom: 15px;
}

.clinic-slider .ttl {
  color: #092181;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 17px;
}

.clinic-slider p {
  font-size: 14px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .slick-imgs {
    padding-bottom: 15px;
  }

  .slick-imgs .slick-dots {
    bottom: 0;
  }
}

/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
@-webkit-keyframes slide-left {
  0% {
    transform: scale(1.1) translateX(0);
  }

  100% {
    transform: scale(1.1) translateX(-50px);
  }
}

@keyframes slide-left {
  0% {
    transform: scale(1.1) translateX(0);
  }

  100% {
    transform: scale(1.1) translateX(-50px);
  }
}

@-webkit-keyframes slide-right {
  0% {
    transform: scale(1.1) translateX(0);
  }

  100% {
    transform: scale(1.1) translateX(50px);
  }
}

@keyframes slide-right {
  0% {
    transform: scale(1.1) translateX(0);
  }

  100% {
    transform: scale(1.1) translateX(50px);
  }
}

@-webkit-keyframes slide-zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes slide-zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.fade-in {
  will-change: transform;
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99), opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transform: translateY(100px);
  opacity: 0;
}

.fade-in.is-action {
  transform: translateY(0);
  opacity: 1;
}

.list-text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.list-text-link li {
  margin: 0 30px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .list-text-link {
    display: block;
  }

  .list-text-link li {
    margin: 0 0 20px;
  }
}
