@charset "UTF-8";
/* ==========================================================================
  reset
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* フォームの初期化を追加 */
/* テキスト */
input[type=text],
input[type=email] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  background: white;
}

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

select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: none;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

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

input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.302);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.302);
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
  Foundation
  ========================================================================== */
/* base */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "mincho-std";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../font/A-OTF-A1MinchoStd-Bold.woff") format("woff");
}
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #454545;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 2.28;
}
@media (max-width: 599px) {
  body {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 999px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 680px;
}
@media (max-width: 599px) {
  .inner {
    padding: 0 18px;
  }
}

.wrapper {
  overflow: hidden;
}

.block {
  display: inline-block;
}

@media (min-width: 600px) {
  .show.is-sp {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .show.is-pc {
    display: none !important;
  }
}
@media (min-width: 800px) {
  .show.is-sp-adjust {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .show.is-pc-adjust {
    display: none !important;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a:focus {
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.accent {
  color: #007E63;
}

.sm {
  font-size: 1.3rem;
}

.md {
  font-size: 1.6rem;
}

@media (max-width: 599px) {
  .scrollable {
    margin-right: -16px;
  }
}

.scrollable + .scrollable {
  margin-top: 30px;
}

/* ==========================================================================
  header
  ========================================================================== */
.hr {
  width: 680px;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}
@media (max-width: 999px) {
  .hr {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .hr {
    height: 75px;
  }
}
.hr__inner {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: initial;
}
@media (max-width: 599px) {
  .hr__inner {
    padding: 0 20px 0 5px;
  }
}
.hr__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .hr__logo {
    width: 112px;
  }
}
.hr__logo:hover {
  opacity: 0.7;
}
@media (max-width: 599px) {
  .hr__logo {
    width: auto;
    height: 75px;
  }
  .hr__logo img {
    width: auto;
    height: 75px;
  }
}
.hr__logo > a {
  display: block;
}

/* ==========================================================================
  toggle
  ========================================================================== */
.toggle {
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 99999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 599px) {
  .toggle {
    width: 36px;
    height: 36px;
  }
}
.toggle span {
  -webkit-transition: 0.35s ease-in-out;
  border-bottom: solid 5px #007E63;
  display: block;
  right: 0;
  position: absolute;
  transition: 0.35s ease-in-out;
  width: 100%;
}
.toggle span:nth-child(1) {
  top: 12px;
}
@media (max-width: 599px) {
  .toggle span:nth-child(1) {
    top: 5px;
  }
}
.toggle span:nth-child(2) {
  top: 24px;
}
@media (max-width: 599px) {
  .toggle span:nth-child(2) {
    top: 15px;
  }
}
.toggle span:nth-child(3) {
  top: 36px;
}
@media (max-width: 599px) {
  .toggle span:nth-child(3) {
    top: 25px;
  }
}
.toggle.is-active span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 599px) {
  .toggle.is-active span:nth-child(1) {
    top: 15px;
  }
}
.toggle.is-active span:nth-child(2), .toggle.is-active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 599px) {
  .toggle.is-active span:nth-child(2), .toggle.is-active span:nth-child(3) {
    top: 15px;
  }
}

/* ==========================================================================
  footer
  ========================================================================== */
.ft {
  background: #007E63;
  color: #fff;
  text-align: center;
  padding: 45px 0 20px;
}
@media (min-width: 600px) {
  .ft {
    margin-top: 70px;
  }
}
.ft__logo {
  display: block;
  margin: 0 auto 34px;
  text-align: center;
  width: 139px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ft__logo:hover {
  opacity: 0.7;
}
.ft__copyright.sm {
  font-size: 1.2rem;
}

/* ==========================================================================
  structure
  ========================================================================== */
@media (min-width: 1000px) {
  .main {
    position: relative;
  }
  .main::before {
    content: "";
    background: url(../img/datsumo/main.jpg) no-repeat top center/cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .webp .main::before {
    background: url(../img/datsumo/main.webp) no-repeat top center/cover;
  }
}
.main > .logo:hover {
  opacity: 0.9;
}

@media (max-width: 1399px) {
  .main > .logo,
  .main > .nav {
    display: none;
  }
}
@media (min-width: 1400px) {
  .main > .nav {
    left: 0;
    position: fixed;
    padding: 72px 30px;
  }
  .main > .logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
  .main > .logo img {
    width: auto;
  }
}
.contents {
  overflow: hidden;
}
@media (min-width: 1000px) {
  .contents {
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.188);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.188);
    width: 680px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: -30%;
    margin: auto;
  }
}

/* ==========================================================================
  title
  ========================================================================== */
.ttl {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 599px) {
  .ttl {
    margin-bottom: 30px;
  }
}
.ttl.is-white {
  color: #fff;
}
.ttl.is-white .ja {
  color: #fff;
}
.ttl .en img {
  width: auto;
}
.ttl .ja {
  color: #007E63;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 12px;
}
.ttl .ja.is-lg {
  color: #1D1C1C;
  font-size: 2.8rem;
  margin-top: 23px;
}
@media (max-width: 599px) {
  .ttl .ja.is-lg {
    font-size: 2.2rem;
    margin-top: 34px;
  }
}
.ttl::before {
  content: "";
  background: url(../img/datsumo/ttl-deco.png) no-repeat top center/30px 50px;
  width: 30px;
  height: 50px;
  position: absolute;
  top: -77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.catch {
  text-align: center;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 3.3rem;
  color: #1D1C1C;
  margin-bottom: 40px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 599px) {
  .catch {
    font-size: 2.3rem;
    line-height: 1.65;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
}
.catch::before {
  background: url(../img/datsumo/flower1.png) no-repeat top center/141px 288px;
  content: "";
  height: 288px;
  left: -40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 141px;
  margin-top: -20px;
}
@media (max-width: 599px) {
  .catch::before {
    left: -55px;
    margin-top: 0;
    z-index: -1;
  }
}
.catch::after {
  background: url(../img/datsumo/flower2.png) no-repeat top center/160px 271px;
  content: "";
  height: 271px;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
  margin-top: -30px;
}
@media (max-width: 599px) {
  .catch::after {
    right: -60px;
    margin-top: 0;
    z-index: -1;
  }
}
@media (max-width: 599px) {
  .catch::before, .catch::after {
    zoom: 0.8;
  }
}

.lineTtl {
  background: #007E63;
  color: #fff;
  text-align: center;
  padding: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.lineTtl.is-dark {
  background: #006D7E;
}

.nijuLine {
  border-bottom: 4px double #007E63;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #007E63;
}

.subTtl {
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2.6rem;
  color: #007E63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 599px) {
  .subTtl {
    font-size: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.subTtl > span {
  margin-right: 20px;
  border: 1px solid #007E63;
  border-radius: 2px;
  background: #fff;
  font-size: 2.3rem;
  padding: 9px 15px;
  color: #007E63;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 599px) {
  .subTtl > span {
    padding: 2px 15px;
    margin-bottom: 16px;
  }
}

.dot.is-simple > li {
  line-height: 2.28;
}
.dot.is-simple > li::before {
  content: "・";
  color: #454545;
  margin-top: 2px;
}
.dot > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.53;
}
.dot > li:not(:last-child) {
  margin-bottom: 12px;
}
.dot > li::before {
  margin-top: 2px;
  content: "●";
  font-size: 1.2rem;
  margin-right: 5px;
  color: #007E63;
}

.sm span {
  display: block;
  margin-bottom: 8px;
}
.sm .dot > li {
  font-size: 1.3rem;
}

.imgBlock {
  max-width: 500px;
  margin: 20px auto;
}

/* ==========================================================================
  button
  ========================================================================== */
.squareBtn {
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.squareBtn.is-dark {
  background: #18716B;
}
.squareBtn.is-dark:hover {
  background: #1c867f;
}
.squareBtn.is-dark > span::before {
  background: url(../img/datsumo/web-icon.svg) no-repeat top center/40px 30px;
  width: 40px;
  height: 30px;
}
.squareBtn.is-light {
  background: #2E9E45;
}
.squareBtn.is-light:hover {
  background: #34b24e;
}
.squareBtn.is-light > span::before {
  background: url(../img/datsumo/line-icon.svg) no-repeat top center/40px 40px;
  width: 40px;
  height: 40px;
}
.squareBtn > span {
  line-height: 1.5;
  color: #fff;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.squareBtn > span::before {
  content: "";
  margin-right: 20px;
}

.borderBtn {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px;
  max-width: 200px;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.borderBtn:hover {
  opacity: 0.7;
}

.borderBtn + .borderBtn{
  margin-top: 20px;
}

.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 599px) {
  .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 600px) {
  .btns .squareBtn {
    width: calc(50% - 15px);
    height: 90px;
  }
  .btns .squareBtn:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 599px) {
  .btns .squareBtn {
    width: 100%;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    height: 87px;
  }
  .btns .squareBtn:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
  parts
  ========================================================================== */
/* ==========================================================================
  fv
  ========================================================================== */
.fv-datsumo {
  margin-top: 100px;
  background: url(../img/datsumo/fv_pc.jpg) no-repeat top center/cover;
  text-align: center;
  color: #1D1C1C;
  padding: 90px 0 137px;
  margin-bottom: 70px;
  position: relative;
}
.fv-datsumo::before {
  content: "";
  background: url(../img/datsumo/leave.png) no-repeat top center/235px 132px;
  width: 235px;
  height: 132px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 599px) {
  .fv-datsumo::before {
    zoom: 0.6;
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .fv-datsumo {
    background-image: url(../img/datsumo/fv_sp.jpg);
  }
}
@media (max-width: 599px) {
  .fv-datsumo {
    margin-top: 75px;
    padding: 70px 0 77px;
    margin-bottom: 55px;
  }
}
.fv-datsumo .fv__ttl {
  line-height: 1.5;
}
.fv-datsumo .line,
.fv-datsumo .fv__ttl {
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.fv-datsumo .line {
  margin-bottom: -6px;
  font-size: 2.2rem;
  display: inline-block;
  letter-spacing: 0.08em;
}
@media (max-width: 599px) {
  .fv-datsumo .line {
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
}
.fv-datsumo .line > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}
.fv-datsumo .line > span::before, .fv-datsumo .line > span::after {
  content: "";
  width: 24px;
  height: 1px;
  margin: 0 10px;
  background: #1D1C1C;
}
.fv-datsumo .md {
  margin: 15px 0 11px;
}
@media (max-width: 599px) {
  .fv-datsumo .md {
    font-size: 1.2rem;
    margin: 9px 0 19px;
  }
}
.fv-datsumo__ttl {
  font-size: 4.3rem;
  letter-spacing: 0.16em;
}
@media (max-width: 599px) {
  .fv-datsumo__ttl {
    font-size: 3rem;
  }
}
.fv-datsumo__ttl > span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.fv-datsumo__ttl > span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.fv-datsumo__ttl .accent {
  letter-spacing: 0.2em;
}

.webp .fv-datsumo {
  background: url(../img/datsumo/fv_pc.webp) no-repeat top center/cover;
}
@media (max-width: 599px) {
  .webp .fv-datsumo {
    background-image: url(../img/datsumo/fv_sp.webp);
  }
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .feature {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 326px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.feature > li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
}
@media (min-width: 600px) {
  .feature > li {
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .feature > li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  .feature > li {
    font-size: 1.2rem;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .feature > li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.feature > li::before {
  content: "";
  background: rgba(90, 124, 109, 0.95);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature > li:first-child {
  position: relative;
}
.feature > li:first-child::after {
  background: url(../img/datsumo/deco1.png) no-repeat top center/112px 115px;
  content: "";
  height: 115px;
  left: -40px;
  position: absolute;
  top: -50px;
  width: 112px;
}
@media (max-width: 599px) {
  .feature > li:first-child::after {
    zoom: 0.6;
  }
}
@media (max-width: 599px) {
  .feature > li:nth-child(2)::after {
    background: url(../img/datsumo/deco_sp.png) no-repeat top center/59px 60px;
    top: -26px;
    content: "";
    height: 60px;
    position: absolute;
    right: -21px;
    width: 59px;
  }
}
.feature > li:last-child {
  position: relative;
}
.feature > li:last-child::after {
  background: url(../img/datsumo/deco2.png) no-repeat top center/117px 103px;
  bottom: -46px;
  content: "";
  height: 103px;
  position: absolute;
  right: -38px;
  width: 117px;
}
@media (max-width: 599px) {
  .feature > li:last-child::after {
    zoom: 0.6;
    right: -48px;
  }
}
.feature > li > p {
  width: 100%;
  height: 100%;
  line-height: 1.64;
  padding: 16px 4px;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .feature > li > p {
    padding: 4px;
  }
}

@-webkit-keyframes ScrollAnimation {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}

@keyframes ScrollAnimation {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
.scroll-pointer {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  color: #1D1C1C;
}
.scroll-pointer::before, .scroll-pointer::after {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: auto;
  content: "";
  background-color: currentColor;
}
.scroll-pointer::before {
  opacity: 0.2;
}
.scroll-pointer::after {
  -webkit-animation: ScrollAnimation 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
  animation: ScrollAnimation 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}
.scroll-pointer._down {
  height: 120px;
  margin: auto;
}
.scroll-pointer._down::before, .scroll-pointer._down::after {
  height: 120px;
  width: 1px;
  margin: auto;
}

/* ==========================================================================
  section
  ========================================================================== */
section {
  position: relative;
}
section .inner {
  padding-top: 120px;
}
@media (max-width: 599px) {
  section .inner {
    padding-bottom: 65px;
  }
}

@media (min-width: 600px) {
  .sec01 .inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 999px) {
  .sec01 .inner {
    text-align: center;
  }
}
.sec01 .camp {
  margin-bottom: 132px;
}
@media (max-width: 599px) {
  .sec01 .camp {
    margin-bottom: 60px;
  }
}
@media (max-width: 999px) {
  .sec01 p {
    text-align: left;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
}

.sec02 {
  background: url(../img/datsumo/dark-bg.jpg) repeat top center/cover;
}
@media (min-width: 600px) {
  .sec02 .inner {
    padding-bottom: 45px;
  }
}

.webp .sec02 {
  background: url(../img/datsumo/dark-bg.webp) repeat top center/cover;
}

@media (min-width: 600px) {
  .sec03 .inner {
    padding-bottom: 55px;
  }
}

@media (min-width: 600px) {
  .sec04 .inner {
    padding-bottom: 17px;
  }
}
.sec04 .nijuLine {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .sec04 .nijuLine {
    margin-top: 45px;
  }
}

.sec05 {
  background: url(../img/datsumo/light-bg.jpg) no-repeat top center/cover;
}
.sec05__img {
  margin-bottom: 57px;
}
@media (max-width: 599px) {
  .sec05__img {
    margin-bottom: 26px;
  }
}
.sec05 .inner {
  padding-top: 50px;
}
@media (min-width: 600px) {
  .sec05 .inner {
    padding-bottom: 50px;
  }
}
.sec05 .ttl::before {
  display: none;
}
.sec05 .ttl .ja {
  font-size: 3rem;
}
@media (max-width: 599px) {
  .sec05 .ttl .ja {
    font-size: 2.8rem;
  }
}

.webp .sec05 {
  background: url(../img/datsumo/light-bg.webp) no-repeat top center/cover;
}

.sec06 .inner {
  padding-top: 144px;
}
@media (min-width: 600px) {
  .sec06 .inner {
    padding-bottom: 60px;
  }
}
.sec06 .tbl {
  margin-top: 23px;
}

.sec07 {
  background: #88AC9C;
  color: #fff;
}
.sec07__img {
  margin-bottom: 33px;
}
@media (min-width: 600px) {
  .sec07 .inner {
    padding-bottom: 100px;
  }
}
.sec07 p.lg {
  margin-bottom: 24px;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 599px) {
  .sec07 p.lg {
    font-size: 2.2rem;
  }
}
.sec07 .info {
  margin: 0 0 45px 0;
}
.sec07 .schedule {
  margin-bottom: 45px;
}
@media (max-width: 599px) {
  .sec07 .schedule {
    margin-bottom: 20px;
  }
}

.sec06 + .cta .inner {
  padding-bottom: 150px;
}

.sec08 .inner {
  padding-bottom: 64px;
}
.sec08 .sm {
  font-size: 1rem;
}
.sec08 .sm.en {
  color: #707070;
  margin-top: -8px;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.sec09 {
  margin-bottom: 70px;
  background: #F1F1F1;
}
.sec09 .inner {
  padding-bottom: 46px;
}

@media (min-width: 600px) {
  .sec09 + .cta .inner {
    padding-bottom: 120px;
  }
}

/* ==========================================================================
  campaign
  ========================================================================== */
.camp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .camp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.camp > li {
  position: relative;
}
@media (min-width: 600px) {
  .camp > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 599px) {
  .camp > li {
    width: 85%;
  }
}
.camp > li img {
  vertical-align: top;
}
@media (min-width: 600px) {
  .camp > li:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 599px) {
  .camp > li:first-child {
    margin-bottom: 20px;
  }
}
.camp > li:first-child::before {
  background: url(../img/datsumo/deco3.png) no-repeat top center/60px 57px;
  content: "";
  height: 57px;
  left: -10px;
  position: absolute;
  top: -14px;
  width: 60px;
}
@media (max-width: 599px) {
  .camp > li:first-child::before {
    top: -18px;
  }
}
.camp > li:nth-child(2)::before {
  background: url(../img/datsumo/deco4.png) no-repeat top center/58px 59px;
  bottom: -16px;
  content: "";
  height: 59px;
  position: absolute;
  right: -10px;
  width: 58px;
}
.camp > li:nth-child(3) {
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 599px) {
  .camp > li:nth-child(3) {
    margin-top: 90px;
    width: 86%;
  }
  .camp > li:nth-child(3)::after {
    background: url(../img/datsumo/deco4.png) no-repeat top center/58px 59px;
    top: -14px;
    content: "";
    height: 59px;
    position: absolute;
    left: -10px;
    width: 58px;
  }
}
.camp > li:nth-child(3)::before {
  content: "";
  background: url(../img/datsumo/add.svg) no-repeat top center/127px 40px;
  width: 127px;
  height: 40px;
  position: absolute;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .camp > li:nth-child(3)::before {
    top: -64px;
  }
}

.bnr {
  margin: 120px auto 70px;
}
@media (max-width: 599px) {
  .bnr {
    margin: 100px auto 0;
  }
}

.link {
  text-decoration: underline;
  color: #18716b;
  display: block;
}
.link:hover {
  opacity: 0.6;
}

/* ==========================================================================
  concern
  ========================================================================== */
.conc > li {
  background: #fff;
  border-radius: 3px;
  padding: 26px 30px;
}
.conc > li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .conc > li {
    padding: 20px 30px;
  }
}
@media (max-width: 599px) {
  .conc > li > p {
    line-height: 2;
  }
}
.conc__ttl {
  font-size: 1.8rem;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 16px;
  color: #007E63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 599px) {
  .conc__ttl {
    margin-bottom: 12px;
  }
}
.conc__ttl::before {
  content: "";
  background: url(../img/datsumo/q-icon.svg) no-repeat top center/50px 50px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  min-width: 50px;
  min-height: 50px;
}

/* ==========================================================================
  diff
  ========================================================================== */
@media (min-width: 600px) {
  .data {
    padding: 0 16px;
  }
}
.data.is-dark .data__wrap > dt {
  color: #006D7E;
}
.data__wrap {
  padding: 13px 0;
  border-bottom: 1px solid #C1C1C1;
}
@media (max-width: 599px) {
  .data__wrap {
    padding: 14px 0;
  }
}
.data__wrap:first-of-type {
  padding: 0 0 13px 0;
}
@media (max-width: 599px) {
  .data__wrap:first-of-type {
    padding: 0 0 14px 0;
  }
}
.data__wrap > dt {
  color: #007E63;
  font-size: 1.7rem;
  margin-bottom: -4px;
}
@media (max-width: 599px) {
  .data__wrap > dt {
    margin-bottom: 3px;
  }
}
.data__wrap > dd {
  color: #707070;
  font-size: 1.6rem;
}
@media (max-width: 599px) {
  .data__wrap > dd {
    line-height: 1.5;
  }
}

.data + .lineTtl {
  margin-top: 54px;
}

/* ==========================================================================
  cta
  ========================================================================== */
.cta {
  background: url(../img/datsumo/colorful-bg_pc.png) no-repeat top center/100% 558px;
}
@media (max-width: 599px) {
  .cta {
    background-image: url(../img/datsumo/colorful-bg_sp.png);
  }
}
.cta .inner {
  padding-top: 134px;
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .cta .inner {
    padding-top: 114px;
    padding-bottom: 10px;
  }
}
.cta p.sm {
  margin: -13px 0 36px;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.webp .cta {
  background-image: url(../img/datsumo/colorful-bg_pc.webp);
}
@media (max-width: 599px) {
  .webp .cta {
    background-image: url(../img/datsumo/colorful-bg_sp.webp);
  }
}

/* ==========================================================================
  menu
  ========================================================================== */
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab__ttl {
  display: none;
}
.tab__label {
  color: #fff;
  background: #E7E7E7;
  white-space: nowrap;
  text-align: center;
  padding: 14px 2%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 599px) {
  .tab__label {
    padding: 10px 2%;
  }
}
.tab__label:after {
  content: "";
  width: 200vw;
  height: 2px;
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  position: absolute;
  bottom: 0;
  left: -100vw;
  z-index: 1;
}
.tab__contents {
  width: 100%;
  height: 0;
  display: none;
  background: #fff;
}
.tab__switch:checked + .tab__label {
  background: #BC7E99;
}
.tab__switch:checked + .tab__label::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #BC7E99 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab__switch#female:checked + .tab__label::after {
  background: #BC7E99;
}
.tab__switch#male:checked + .tab__label {
  background: #5C7EBA;
  position: relative;
}
.tab__switch#male:checked + .tab__label::before {
  border-color: #5C7EBA transparent transparent transparent;
}
.tab__switch#male:checked + .tab__label::after {
  background: #5C7EBA;
}
.tab__switch:checked + .tab__label + .tab__contents {
  height: auto;
  padding: 55px 0;
  display: block;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media (max-width: 599px) {
  .tab__switch:checked + .tab__label + .tab__contents {
    padding: 40px 0;
  }
}
.tab__switch {
  display: none;
}

.tbl {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .tbl {
    width: calc(100% - 18px);
    font-size: 1.4rem;
  }
}
@media (max-width: 399px) {
  .tbl {
    min-width: 320px;
  }
}
.tbl th, .tbl td {
  border: 1px solid #fff;
  padding: 11px 10px;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .tbl th, .tbl td {
    padding: 11px 4px;
  }
}
.tbl th {
  background: #007E63;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.tbl td {
  background: #F3F1F1;
  color: #707070;
}
.tbl tr:not(:first-child) td:first-child {
  color: #1D1C1C;
  white-space: nowrap;
  background: #ECF3F1;
}

/* ==========================================================================
  feature
  ========================================================================== */
.point > li:not(:last-child) {
  margin-bottom: 48px;
}
.point__ttl {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  color: #007E63;
  line-height: 1.65;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.point__ttl .icon {
  margin-right: 15px;
  font-weight: 500;
  background: url(../img/datsumo/circle.svg) no-repeat top center/75px 75px;
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #FFF;
  font-size: 1.4rem;
}
.point__ttl .icon .number {
  font-weight: bold;
  font-size: 2.2rem;
}
.point p {
  color: #707070;
  font-size: 1.6rem;
  line-height: 2;
}
.point .tbl tr:not(:first-child) td:first-child {
  text-align: center;
}
.point .tbl tr:nth-child(2) td {
  text-align: center;
}
.point .tbl td {
  text-align: left;
}

/* ==========================================================================
  company
  ========================================================================== */
.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* @media (max-width: 599px) {
  .info dt {
    margin-bottom: 19px;
  }
} */
.info dt img {
  width: auto;
}
@media (max-width: 599px) {
  .info dt img {
    width: 110px;
  }
}
@media (min-width: 600px) {
  .info dt img {
    margin-right: 60px;
  }
}
.info dd {
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  .info dt, .info dd{
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .info dd {
    line-height: 1.66;
  }
}
.info dd p + p {
  margin-top: 10px;
}

.schedule {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  line-height: 1.25;
  color: #222222;
}
@media (max-width: 599px) {
  .schedule {
    font-size: 1rem;
  }
}
.schedule th, .schedule td {
  vertical-align: middle;
}
.schedule th {
  border: 1px solid #007E63;
  padding: 14px;
}
@media (max-width: 599px) {
  .schedule th {
    padding: 10px 5px;
  }
}
.schedule td {
  padding: 10px;
}
@media (max-width: 599px) {
  .schedule td {
    padding: 3px 5px;
  }
}
.schedule td {
  border: 1px solid rgba(69, 69, 69, 0.5);
  background: #fff;
  text-align: center;
}
.schedule td .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background: #007E63;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .schedule td .circle {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
  }
}
.schedule td .circle.is-reverse {
  border: 2px solid #007E63;
  background: #fff;
}
.schedule th {
  background: #007E63;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.map {
  position: relative;
}
.map::before {
  padding-top: 60%;
  display: block;
  content: "";
}
@media (max-width: 599px) {
  .map::before {
    padding-top: 67%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
  doctor
  ========================================================================== */
@media (min-width: 600px) {
  .column__info {
    float: right;
    width: 232px;
    margin-left: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .column__info {
    max-width: 232px;
    margin: 0 auto 20px;
  }
}
.column__img {
  margin-bottom: 8px;
}

/* ==========================================================================
  flow
  ========================================================================== */
.flow > li {
  background: #fff;
  border: 1px solid #007E63;
  padding-bottom: 20px;
}
.flow > li:not(:last-child) {
  margin-bottom: 30px;
}
.flow > li > p {
  padding: 14px 28px 0;
}
@media (max-width: 599px) {
  .flow > li > p {
    padding: 14px 16px 0;
  }
}
.flow > li > .dot {
  padding: 9px 28px 0;
}
@media (max-width: 599px) {
  .flow > li > .dot {
    padding: 9px 16px 0;
  }
}
.flow__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2.3rem;
  color: #007E63;
}
@media (max-width: 599px) {
  .flow__ttl {
    font-size: 2.1rem;
  }
}
.flow__ttl > span {
  width: 175px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  background: #007E63;
  color: #fff;
}
@media (max-width: 599px) {
  .flow__ttl > span {
    margin-right: 15px;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
}

/* ==========================================================================
  qa
  ========================================================================== */
.qa__item {
  line-height: 1.66;
  font-size: 1.5rem;
  color: #707070;
  position: relative;
  border: 1px solid #007E63;
  border-radius: 3px;
}
.qa__item:not(:last-child) {
  margin-bottom: 20px;
}
.qa__q {
  cursor: pointer;
  position: relative;
  padding: 20px 60px 20px 26px;
}
@media (max-width: 599px) {
  .qa__q {
    padding-right: 45px;
  }
}
.qa__q .qa__mark {
  background: url(../img/datsumo/font-q.svg) no-repeat top center/11px 17px;
}
.qa__a {
  display: none;
  padding: 0 60px 20px 26px;
  position: relative;
}
@media (max-width: 599px) {
  .qa__a {
    padding-right: 45px;
  }
}
.qa__a .qa__mark {
  background: url(../img/datsumo/font-a.svg) no-repeat top center/11px 17px;
}
.qa__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.qa__mark {
  width: 11px;
  height: 17px;
  min-width: 11px;
  min-height: 17px;
  display: block;
  margin-right: 15px;
  margin-top: 3px;
}
.qa__icon {
  position: absolute;
  right: 10px;
  top: 16px;
  width: 30px;
  height: 30px;
}
.qa__icon::before, .qa__icon::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #007E63;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qa__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.qa__icon.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.qa__txt {
  font-weight: 500;
}








/* WP統合追記 */
/* ==========================================================================
  update
  ========================================================================== */
  .update {
    padding: 70px 0 60px 0;
  }

  .update .inner{
   padding-top: 0;
  }


  .update__ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
    color:  #007E63;
    text-align: center;
    font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .update__ttl span{

    display: block;
  }


  @media (max-width: 999px) {
    .update__ttl {
      margin-bottom: 20px;
    }
  }

  .update__ttl .below {
    color: #007E63;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
  }

  .update .decoBtn {
    color: #707070;
    font-size: 1.4rem;
    margin-top: 25px;
  }


  .update .decoBtn__txt {
    padding-left: 10px;
  }

  .update__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .update__item:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
  }

  @media (max-width: 999px) {
    .update__item {
      font-size: 1.4rem;
    }
  }

  .update__item time {
    color: #007E63;

    letter-spacing: .1em;
    width: 110px;
  }

  @media (max-width: 999px) {
    .update__item time {
      width: 100px;
    }
  }

  .update__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
    width: 100%;
  }

  .update__item a:hover {
    opacity: .7;
  }

  .update__item:first-child a {
    padding: 0 0 13px 0;
  }

  .update__contents {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .update__subTtl {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative;
    top: 2px;
  }

  .update .tab .tab__switch:checked + .tab__label + .tab__contents {
    padding-left: 0;
    padding-right: 0;
  }

  @media (max-width: 999px) {
    .update .tab .tab__label {
      font-size: 1.2rem;
      padding: 8px 3px;
    }
  }

  @media all and (-ms-high-contrast: none) {
    .update .decoBtn__arrow::before, .update .decoBtn__arrow::after {
      display: none;
    }
    .decoBtn__txt {
      -webkit-transition: .2s;
      transition: .2s;
    }
    .decoBtn__txt:hover {
      opacity: .7;
    }
  }

  @media (min-width: 1000px) {
    .update + .update {
      padding-top: 30px;
    }
  }

  @media (max-width: 999px) {
    .update + .update {
      padding-top: 0;
    }
  }

  @media (max-width: 999px) {
    .mv + .update {
      padding: 10px 0 64px !important;
    }
  }

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

  @media (max-width: 999px) {
    .bannerLinks {
      -ms-flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-top: 50px;
    }
  }

  .bannerLink {
    display: block;
  }

  @media (min-width: 1000px) {
    .bannerLink {
      margin-bottom: 30px;
      width: calc(50% - 3% / 2);
    }
    .bannerLink:not(:nth-child(2n)) {
      margin-right: 3%;
    }
  }

  .bannerLink--full {
    margin-right: 0 !important;
    width: 100%;
  }

  @media (max-width: 999px) {
    .bannerLink:not(:last-child) {
      margin-bottom: 30px;
    }
  }

  .bannerLink:hover {
    opacity: .7;
  }

  .decoBtn {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    font-family: "mincho-std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    outline: 1px solid #707070;
    padding: 5px 0;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 240px;
  }

  @media (max-width: 999px) {
    .decoBtn {
      max-width: 282px;
      width: 100%;
    }
  }

  .decoBtn:hover .decoBtn__arrow::before {
    height: 1px;
    width: 40px;
  }

  .decoBtn:hover .decoBtn__arrow::after {
    width: 0;
  }

  .decoBtn__txt {
    color: #222222;
    height: 100%;
    padding-left: 20px;
    width: 100%;
    z-index: 10;
  }

  .decoBtn__txt:before {
    -webkit-transition: .3s;
    background: #222222;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 0;
    z-index: -1;
  }

  .decoBtn__txt:hover {
    color: #fff;
  }

  .decoBtn__txt:hover::before {
    width: 100%;
  }

  .decoBtn__arrow {
    -webkit-transform: translateY(-50%);
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
  }

  .decoBtn__arrow::before {
    -webkit-transition: .5s;
    background: #222222;
    content: "";
    height: 1px;
    position: absolute;
    transition: .5s;
    width: 28px;
  }

  .decoBtn__arrow::after {
    -webkit-transform: rotate(45deg);
    -webkit-transition: .5s;
    background: #222222;
    content: "";
    height: 1px;
    position: absolute;
    right: -28px;
    top: -3px;
    transform: rotate(45deg);
    transition: .5s;
    width: 7px;
  }

  /*IE対応 */
  @media all and (-ms-high-contrast: none) {
    .decoBtn__txt:hover {
      color: #3C3C3C !important;
    }
  }


  /* ==========================================================================
  news
  ========================================================================== */
.news__item .news__cat {
  border-radius: 8px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  margin-left: 20px;
  padding: 4px 16px;
  text-align: center;
}

@media (max-width: 999px) {
  .news__item .news__cat {
    border-radius: 4px;
  }
}

.news__item .news__cat--doctor-blog {
  background: #2C683B;
}

.news__item:not(:last-child) {
  margin-bottom: 20px;
}

.news__item > a {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  background: #F5F2F0;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 5% 30px 7%;
}

@media (max-width: 999px) {
  .news__item > a {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    border-radius: 5px;
    flex-direction: column;
    padding: 20px 7%;
  }
}

.news__item > a:hover {
  opacity: .7;
}

.news__item > a:hover .news__img img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.news__time {
  color: #007E63;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.news__ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 11px;
  margin-top: 5px;
}

@media (max-width: 999px) {
  .news__ttl {
    font-size: 1.8rem;
  }
}

.news__txt {
  font-size: 1.6rem;
  max-width: 485px;
}

@media (max-width: 999px) {
  .news__txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .news__wrap {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 380px;
  }
}

.news__img {
  overflow: hidden;
  position: relative;
}

@media (min-width: 1000px) {
  .news__img {
    margin-left: 21%;
    width: 31%;
  }
}

@media (max-width: 999px) {
  .news__img {
    margin-top: 20px;
    width: 100%;
  }
}

.news__img::before {
  content: "";
  display: block;
  padding-top: 66%;
}

@media (max-width: 999px) {
  .news__img::before {
    padding-top: 50%;
  }
}

.news__img img {
  -o-object-fit: cover;
  -o-object-position: top center;
  -webkit-transition: .3s;
  bottom: 0;
  font-family: "object-fit:cover,object-position: top center";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  width: 100%;
}

.news__cat {
  background: #007E63;
}

.news__cat--doctor-blog {
  background: #2C683B;
}

.news__cat:hover {
  opacity: .8;
}

/* ==========================================================================
  post
  ========================================================================== */
.info .post {
  background: #F5F2F0;
  border-radius: 8px;
  margin-top: 20px;
  padding: 30px 7%;
}

@media (max-width: 999px) {
  .info .post {
    border-radius: 5px;
  }
}

.info .post .news__ttl {
  font-size: 2.4rem;
  margin-bottom: 30px;
  margin-top: 5px;
  font-weight: 500;
}

@media (min-width: 1000px) {
  .info .post .news__wrap {
    max-width: 800px;
  }
}

.info .post .news__cat {
  border-radius: 8px;
  color: #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  height: 24px;
  letter-spacing: 0.08em;
  line-height: 24px;
  margin-left: 20px;
  padding: 0 16px;
  text-align: center;
}

@media (max-width: 999px) {
  .info .post .news__cat {
    border-radius: 5px;
  }
}

.info .post__eyeCatch {
  margin-bottom: 30px;
  position: relative;
}

.info .post__eyeCatch::before {
  content: "";
  display: block;
  padding-top: 67%;
}

.info .post__eyeCatch img {
  -o-object-fit: cover;
  -o-object-position: top center;
  bottom: 0;
  font-family: "object-fit:cover,object-position: top center";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.info .post__contents {
  word-wrap: break-word;
}

.info .post__contents p {
  letter-spacing: 0.23em;
  line-height: 1.9;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 999px) {
  .info .post__contents p {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.info .post__contents a {
  color: #007E63;
  text-decoration: underline;
}

.info .post__contents  a:hover {
  opacity: .6;
}

.info .post__contents .blocks-gallery-grid {
  padding-left: 0;
}

.info .post__contents .blocks-gallery-grid li {
  list-style: none;
}

.info .post__contents figcaption {
  margin-top: 10px;
}

.info .post__contents ul {
  margin: 20px 0;
}

.info .post__contents ul li {
  position: relative;
  padding-left: 15px!important;
}

.info .post__contents ul li::before {
  background: #007E63;
  border-radius: 50%;
  content: "";
  height: 6px;
  min-height: 6px;
  min-width: 6px;
  width: 6px;
  position: absolute;
  top: 10px;
  left: 0;
}

.info .post__contents ol {
  margin: 20px 0;
}

.info .post__contents ol li {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.info .post__contents .blocks-gallery-item::before {
  display: none;
}

.info .post__contents table {
  border: 1px solid #666666;
  border-collapse: collapse;
  margin: 30px 0;
  table-layout: fixed;
  width: 100%;
}


.info .post__contents table th,
.info .post__contents table td {
  border: 1px solid #666666;
}

.info .post__contents .wp-block-button {
  margin: 30px 0;
}

.info .post__contents img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.info .post__contents h1 + p,
.info .post__contents h2 + p,
.info .post__contents h3 + p,
.info .post__contents h4 + p,
.info .post__contents h5 + p,
.info .post__contents h6 + p {
  margin-top: 0;
}

.info .post__contents h1,
.info .post__contents h2,
.info .post__contents h3,
.info .post__contents h4,
.info .post__contents h5,
.info .post__contents h6 {
  letter-spacing: 0.08em;
  margin-bottom: 17px;
  margin-top: 40px;
}

.info .post__contents h1 {
  background: #007E63;
  border-radius: 4px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  padding: 10px;
}

@media (max-width: 999px) {
  .info .post__contents h1 {
    font-size: 1.8rem;
    padding: 12px;
  }
}

.info .post__contents h2 {
  border-bottom: 1px solid #007E63;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  padding-bottom: 10px;
}

@media (max-width: 999px) {
  .info .post__contents h2 {
    font-size: 1.8rem;
  }
}

.info .post__contents h3,
.info .post__contents h4,
.info .post__contents h5,
.info .post__contents h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.info .post__contents h3::before,
.info .post__contents h4::before,
.info .post__contents h5::before,
.info .post__contents h6::before {
  background: #007E63;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 20px;
}

.dateTtl {
  border-left: 4px solid #007E63;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  margin-bottom: 12px;
  padding-left: 20px;
}

@media (max-width: 999px) {
  .dateTtl {
    margin-top: 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  .post__contents img {
    width: 100% !important;
  }
}



.info .post__contents table {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .info .post__contents table {
    width: calc(100% - 18px);
    font-size: 1.4rem;
  }
}
@media (max-width: 399px) {
  .info .post__contents table {
    min-width: 340px;
  }
}
.info .post__contents table th, .info .post__contents table td {
  border: 1px solid #fff;
  padding: 11px 10px;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .info .post__contents table th, .info .post__contents table td {
    padding: 11px 4px;
  }
}
.info .post__contents table tr:first-child td {
  background: #007E63;
  color: #fff;
  font-weight: 500;
  font-weight: bold;

}
.info .post__contents table td {
  background: #F3F1F1;
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .info .post__contents table td {
    font-size: 1.2rem;
  }
}
.info .post__contents table tr:not(:first-child) td:first-child {
  color: #1D1C1C;
  font-weight: bold;
  background: #ECF3F1;
}

/* ==========================================================================
  pagination
  ========================================================================== */
  .pagination {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 52px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  @media (max-width: 999px) {
    .pagination {
      margin-top: 40px;
    }
  }

  .pagination a.next, .pagination a.prev {
    font-size: 5rem;
  }

  @media (max-width: 999px) {
    .pagination a.next, .pagination a.prev {
      font-size: 3rem;
    }
  }

  .page-numbers {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-transition: .2s;
    align-items: center;
    background: #007E63;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 1.9rem;
    height: 40px;
    justify-content: center;
    margin-right: 4px;
    padding: 0 16px;
    position: relative;
    transition: .2s;
    width: 40px;
  }

  @media (max-width: 999px) {
    .page-numbers {
      font-size: 1.6rem;
      height: 36px;
      margin-right: 6px;
      width: 36px;
    }
  }

  .page-numbers:last-child {
    margin-right: 0;
  }

  .page-numbers.current {
    background: transparent;
    color: #000;
  }

  .page-numbers.current:hover {
    background: transparent;
  }

  .page-numbers:hover {
    background: rgb(0, 125, 98,.7);
  }

  .page-numbers.dots {
    background: transparent;
    border: none;
    color: #000;
    min-width: initial;
    width: auto;
  }

  .dots {
    margin-right: 0;
  }

  .dots + .page-numbers::after {
    display: none;
  }

  .prev {
    position: relative;
  }

  .prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
  }

  .next {
    position: relative;
  }

  .next::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
  }

  .prev + .page-numbers::after {
    display: none;
  }

  /* ==========================================================================
    paging
    ========================================================================== */
  .paging {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;

  }

  .paging__item > a {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #007E63;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 1.9rem;
    height: 40px;
    justify-content: center;
    width: 90px;
  }

  .paging__item > a:hover {
    background: rgba(0, 128, 100,.3);
  }

  .paging__item:not(:last-child) {
    margin-right: 16px;
  }


  .datsumoBlog{
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;

    overflow-y: scroll;
  }

  .datsumoBlog.info{
    padding-top: 0;
  }

  .datsumoBlog .news__time{
    color: #007E63;
  }
  .datsumoBlog.info .inner{
    padding-bottom: 60px;
  }

  /* ==========================================================================
  post
  ========================================================================== */
.info .post {
  background: #F5F2F0;
  border-radius: 8px;
  margin-top: 20px;
  padding: 30px 7%;
}

@media (max-width: 999px) {
  .info .post {
    border-radius: 5px;
  }
}

.info .post .news__ttl {
  font-size: 2.4rem;
  margin-bottom: 30px;
  margin-top: 5px;
}

@media (min-width: 1000px) {
  .info .post .news__wrap {
    max-width: 800px;
  }
}

.info .post .news__cat {
  border-radius: 8px;
  color: #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  height: 24px;
  letter-spacing: 0.08em;
  line-height: 24px;
  margin-left: 20px;
  padding: 0 16px;
  text-align: center;
}

@media (max-width: 999px) {
  .info .post .news__cat {
    border-radius: 5px;
  }
}

.info .post__eyeCatch {
  margin-bottom: 30px;
  position: relative;
}

.info .post__eyeCatch::before {
  content: "";
  display: block;
  padding-top: 67%;
}

.info .post__eyeCatch img {
  -o-object-fit: cover;
  -o-object-position: top center;
  bottom: 0;
  font-family: "object-fit:cover,object-position: top center";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.info .post__contents {
  word-wrap: break-word;
}

.info .post__contents p {
  letter-spacing: 0.23em;
  line-height: 1.9;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 999px) {
  .info .post__contents p {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.info .post__contents p a {
  color: #007E63;
  text-decoration: underline;
}

.info .post__contents p a:hover {
  opacity: .6;
}

.info .post__contents .blocks-gallery-grid {
  padding-left: 0;
}

.info .post__contents .blocks-gallery-grid li {
  list-style: none;
}

.info .post__contents figcaption {
  margin-top: 10px;
}

.info .post__contents ul {
  margin: 20px 0;
}

.info .post__contents ul li {
  position: relative;
  padding-left: 15px!important;
}

.info .post__contents ul li::before {
  background: #007E63;
  border-radius: 50%;
  content: "";
  height: 6px;
  min-height: 6px;
  min-width: 6px;
  width: 6px;
  position: absolute;
  top: 10px;
  left: 0;
}

.info .post__contents ol {
  margin: 20px 0;
}

.info .post__contents ol li {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.info .post__contents .blocks-gallery-item::before {
  display: none;
}



.info .post__contents .wp-block-button {
  margin: 30px 0;
}

.info .post__contents img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.info .post__contents h1 + p,
.info .post__contents h2 + p,
.info .post__contents h3 + p,
.info .post__contents h4 + p,
.info .post__contents h5 + p,
.info .post__contents h6 + p {
  margin-top: 0;
}

.info .post__contents h1,
.info .post__contents h2,
.info .post__contents h3,
.info .post__contents h4,
.info .post__contents h5,
.info .post__contents h6 {
  letter-spacing: 0.08em;
  margin-bottom: 17px;
  margin-top: 40px;
}

.info .post__contents h1 {
  background: #007E63;
  border-radius: 4px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  padding: 10px;
}

@media (max-width: 999px) {
  .info .post__contents h1 {
    font-size: 1.8rem;
    padding: 12px;
  }
}

.info .post__contents h2 {
  border-bottom: 1px solid #007E63;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  padding-bottom: 10px;
}

@media (max-width: 999px) {
  .info .post__contents h2 {
    font-size: 1.8rem;
  }
}

.info .post__contents h3,
.info .post__contents h4,
.info .post__contents h5,
.info .post__contents h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.info .post__contents h3::before,
.info .post__contents h4::before,
.info .post__contents h5::before,
.info .post__contents h6::before {
  background: #007E63;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 20px;
}

.dateTtl {
  border-left: 4px solid #007E63;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  margin-bottom: 12px;
  padding-left: 20px;
}

@media (max-width: 999px) {
  .dateTtl {
    margin-top: 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  .post__contents img {
    width: 100% !important;
  }
}

/* ==========================================================================
  ctaBox
  ========================================================================== */
  .ctaBox {
    border: 2px solid #007E63;
    border-radius: 8px;
    margin: 50px 0;
    padding: 30px 3%;
  }

  @media (max-width: 999px) {
    .ctaBox {
      margin: 40px 0 20px;
      padding: 20px 3%;
    }
  }

  .ctaBox__txt {
    font-size: 1.8rem;
    margin-bottom: 24px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
  }

  @media (max-width: 999px) {
    .ctaBox__txt {
      font-size: 1.6rem;
      margin-bottom: 30px;
    }
  }


  .ctaBox__wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ctaBox .clinic__logo {
    margin-bottom: 0;
    max-width: 300px;
  }

  @media (max-width: 999px) {
    .ctaBox .clinic__logo {
      margin-bottom: 20px;
      text-align: center;
    }
  }

  .ctaBox .clinic__logo img {
    width: 270px;
  }

  @media (max-width: 999px) {
    .ctaBox .clinic__dl {
      font-size: 1.4rem;
      display: flex;
      align-items: center;
    }
  }

  .ctaBox .clinic__dl dt {
    width: 80px;
  }

  @media (max-width: 999px) {
    .ctaBox .clinic__dl dt {
      width: 60px;
    }
  }

  .ctaBox__box {
    -ms-flex: 1 1 0%;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-flex: 1 1 0%;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
  }

  .ctaBox__btns {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }

  @media (max-width: 999px) {
    .ctaBox__btns {
      -ms-flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-top: 30px;
    }
  }

  .ctaBox__btns .clinic__tel {
    height: 70px;
  }

  .ctaBox__btns .clinic__contact {
    font-size: 1.7rem;
    height: 70px;
  }

  @media (max-width: 1100px) {
    .ctaBox__btns .clinic__contact {
      font-size: 1.5rem;
    }
  }

  .ctaBox__btns .clinic__tel dl dt {
    font-size: 1.4rem;
  }

  .ctaBox__btns .clinic__tel dl dd {
    font-size: 2rem;
  }

  @media (max-width: 1100px) {
    .ctaBox__btns .clinic__tel dl dd {
      font-size: 1.7rem;
    }
  }

  @media (max-width: 999px) {
    .ctaBox__btns .clinic__columns {
      width: 100%;
    }
  }

  @media (min-width: 1000px) {
    .ctaBox__btns .clinic__columns {
      -ms-flex: 1 1 0%;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0%;
      flex: 1 1 0%;
    }
  }



  @media (max-width: 999px) {
    .ctaBox__btns .clinic__column {
      width: 100%;
    }
  }

  @media (min-width: 1000px) and (min-width: 1000px) {
    .ctaBox__btns .clinic__column--web {
      width: 240px;
    }
  }

  @media (min-width: 1000px) and (max-width: 1100px) {
    .ctaBox__btns .clinic__column--web {
      width: 200px;
    }
  }

  @media (min-width: 1000px) {
    .ctaBox__btns .clinic__column:not(:last-child) {
      margin-right: 12px;
    }
  }

  .info .update {
    padding: 40px 0 20px;
  }

  @media (min-width: 1000px) {
    .info .update__info {
      width: 220px;
    }
  }

  @media (max-width: 999px) {
    .info .update__ttl {
      font-size: 2.2rem;
    }
  }
/* ==========================================================================
  clinic
  ========================================================================== */
  .clinic {
    padding: 92px 0 109px;
  }
  @media (max-width: 999px) {
    .clinic {
      padding: 75px 0 57px;
    }
  }

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

  @media (max-width: 999px) {
    .clinic .inner {
      -ms-flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      flex-direction: column;
    }
  }

  @media (min-width: 1000px) {
    .clinic__right {
      margin-left: 4.5%;
      width: 47%;
    }
  }

  @media (max-width: 999px) {
    .clinic__right {
      margin-top: 30px;
    }
  }

  .clinic__left {
    font-family: 'Noto Sans JP', sans-serif;
  }

  @media (min-width: 1000px) {
    .clinic__left {
      -ms-flex: 1 1 0%;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0%;
      flex: 1 1 0%;
    }
  }

  .clinic__logo {
    margin-bottom: 22px;
    max-width: 331px;
    width: 100%;
  }

  @media (max-width: 999px) {
    .clinic__logo {
      max-width: 290px;
    }
  }

  .clinic__dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .clinic__dl:not(:last-of-type) {
    margin-bottom: 8px;
  }

  @media (max-width: 999px) {
    .clinic__dl:not(:last-of-type) {
      margin-bottom: 4px;
    }
  }

  .clinic__dl dt {
    width: 120px;
  }

  @media (max-width: 999px) {
    .clinic__dl dt {
      width: 80px;
    }
  }

  .clinic__dl dd {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .clinic .dayTbl {
    border: 1px solid #82553C;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin-top: 21px;
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }

  .clinic .dayTbl th {
    background: #82553C;
    color: #fff;
    font-weight: 400;
    padding: 3px;
  }

  .clinic .dayTbl th:first-child {
    width: 90px;
  }

  .clinic .dayTbl td {
    color: #222222;
    padding: 7px;
  }

  .clinic .dayTbl td:first-child {
    line-height: 1.2;
  }

  .clinic .dayTbl th,
  .clinic .dayTbl td {
    border: 1px solid #82553C;
    vertical-align: middle;
  }

  .clinic .dayTbl td {
    font-size: 1.4rem;
  }

  .clinic .dayTbl td._circle {
    color: #866761;
    font-size: 1.6rem;
  }

  .clinic__note {
    font-size: 1.4rem;
    text-align: right;
  }

  @media (max-width: 999px) {
    .clinic__note {
      font-size: 1.1rem;
      white-space: nowrap;
    }
  }

  .clinic__note ._circle {
    color: #82553C;
  }

  @media (max-width: 374px) {
    .clinic__note {
      font-size: 1rem;
    }
  }

  .clinic__note ._sm {
    font-size: 1.2rem;
  }

  @media (max-width: 999px) {
    .clinic__note ._sm {
      font-size: 1.1rem;
    }
  }

  @media (max-width: 374px) {
    .clinic__note ._sm {
      font-size: 1rem;
    }
  }

  .clinic__list {
    font-weight: 300;
    line-height: 1.7;
    margin-top: 26px;
  }

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

  .clinic__item:not(:last-child) {
    margin-bottom: 5px;
  }

  .clinic__item::before {
    content: "●";
    margin-right: 4px;
  }

  .clinic__item._caution::before {
    content: "※";
  }

  .clinic__item:last-child {
    border-top: 1px solid #000000;
    margin-top: 10px;
    padding-top: 19px;
  }

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

  @media (max-width: 999px) {
    .clinic__box {
      -ms-flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      flex-direction: column;
    }
  }

  .clinic__img {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  @media (min-width: 1000px) {
    .clinic__img {
      margin-left: 40px;
    }
  }

  @media (max-width: 999px) {
    .clinic__img {
      margin-top: 10px;
    }
    .clinic__column:not(:last-of-type) {
      margin-bottom: 17px;
    }
  }



  @media (min-width: 1000px) {
    .clinic__columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .clinic__columns .clinic__column {
      width: calc(50% - 3% / 2);
    }
    .clinic__columns .clinic__column:not(:nth-child(2n)) {
      margin-right: 3%;
    }
  }

  .clinic__desc {
    background: rgba(132, 86, 61, 0.08);
    border-radius: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    padding: 20px 10px;
    text-align: center;
  }

  .clinic__contact {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #007E63;
    border-radius: 8px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    height: 158px;
    justify-content: center;
  }

  @media (max-width: 999px) {
    .clinic__contact {
      font-size: 2rem;
      height: 98px;
    }
  }

  .clinic__contact::before {
    background: url(../img/common/ico_web.svg) no-repeat top center/44px 37px;
    content: "";
    height: 37px;
    margin-right: 12px;
    width: 44px;
  }

  @media (min-width: 1000px) {
    .clinic__contact--mail {
      font-size: 1.7rem;
      height: 147px;
    }
  }

  @media (max-width: 1100px) {
    .clinic__contact--mail {
      font-size: 1.6rem;
    }
  }

  .clinic__contact--mail::before {
    background: url(../img/common/ico_mail.svg) no-repeat top center/32px 32px;
    height: 32px;
    width: 32px;
  }

  .clinic__contact:hover {
    background: rgb(0, 128, 100,.5);
  }

  .clinic__tel {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid #007E63;
    border-radius: 8px;
    color: #007E63;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 147px;
    justify-content: center;
  }

  @media (max-width: 999px) {
    .clinic__tel {
      height: 110px;
    }
  }

  .clinic__tel::before {
    background: url(../img/common/ico_tel_green.svg) no-repeat top center/29px 29px;
    content: "";
    height: 29px;
    margin-right: 10px;
    width: 29px;
  }

  .clinic__tel dl dt {
    font-size: 2rem;
  }

  .clinic__tel dl dd {
    font-size: 2.8rem;
    line-height: 1;
  }

  .clinic__tel dl dd ._sm {
    font-size: 1.4rem;
  }

  @media (max-width: 999px) {
    .clinic__tel dl dd {
      font-size: 2.8rem;
    }
  }

  .clinic__subTtl {
    color: #82553C;
    font-weight: bold;
    letter-spacing: 0.08em;
  }

  .clinic__subTtl ._lg {
    font-size: 2rem;
  }

  .clinic__txt {
    font-size: 1.5rem;
  }

  .clinic .caution {
    margin-top: 10px;
  }

  @media (max-width: 999px) {
    .clinic__contact {
      font-size: 2rem;
      height: 107px;
    }
    .clinic__tel {
      height: 107px;
    }
    .clinic__tel dl dt {
      font-size: 1.6rem;
    }
    .clinic__tel dl dd ._sm {
      font-size: 1.5rem;
      margin-right: 5px;
    }
    .clinic__tel dl dd {
      font-size: 2.7rem;
    }
  }

  .page + #access .clinic {
    border-top: 1px solid #000;
  }


  /* ==========================================================================
  author
  ========================================================================== */
.author {
  border: 1px solid #007E63;
  margin: 45px 0;
  padding: 55px 7%;
}

@media (max-width: 999px) {
  .author {
    padding: 30px 7%;
  }
}

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

@media (max-width: 999px) {
  .author__wrap {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: center;
    flex-direction: column;
  }
}

.author__left {
  text-align: center;
  width: 200px;
}

@media (min-width: 1000px) {
  .author__left {
    margin-right: 11%;
  }
}

@media (max-width: 999px) {
  .author__right {
    margin-top: 20px;
  }
}

@media (min-width: 1000px) {
  .author__right {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.author__desc {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 999px) {
  .author__desc {
    margin-bottom: 30px;
  }
}

.author__img {
  height: 200px;
  width: 200px;
}

@media (max-width: 999px) {
  .author__img {
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
}

.author__img img {
  -o-object-fit: cover;
  -o-object-position: top center;
  border: 1px solid #707070;
  border-radius: 50%;
  font-family: "object-fit:cover,object-position: top center";
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.author__ttl {
  color: #007E63;
  font-size: 2rem;
  margin-bottom: 26px;
  padding-bottom: 5px;
  position: relative;
}

@media (max-width: 999px) {
  .author__ttl {
    text-align: center;
  }
}

.author__ttl > a {
  font-size: 1.6rem;
}

.author__ttl::before {
  background: rgba(0, 128, 100,.5);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.author__ttl::after {
  background: #007E63;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 34px;
}

.author__subTtl {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
}

.author__subTtl::after {
  background: #007E63;
  content: "";
  height: 1px;
  margin-left: 20px;
  width: 20px;
}

.author__link {
  display: block;
  margin-top: 30px;
}

@media (max-width: 999px) {
  .author__link {
    text-align: center;
  }
}

.author__link img {
  width: auto;
}

.author a:hover {
  opacity: .7;
}

.jumpTarget {
  margin-top: -100px;
  padding-top: 100px;
}

@media (max-width: 999px) {
  .jumpTarget {
    margin-top: -75px;
    padding-top: 75px;
  }
}
