@charset "UTF-8";
/* FONT */
@font-face {
  font-family: "Kosugi Maru";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/kosugi-maru-v6-japanese_latin-regular.eot");
  src: local("Kosugi Maru"), local("KosugiMaru-Regular"), url("fonts/kosugi-maru-v6-japanese_latin/kosugi-maru-v6-japanese_latin-regular.woff2") format("woff2");
}
/* Animation 関連 */
/* ブレイクポイント(for MediaQuery - max-width(PC->sp)) : オリジナルは scss/variables */
/* 最大幅・最小幅 */
/* 体裁共通 */
/* 汎用カラー */
/* 透明度 */
/* 汎用 Mixin */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/* ==================================================
common.css
================================================== */
/* ==================================================
 1.0 - Reset
-------------------------------------------------- */
html {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 62.5% !important;
  font-feature-settings: "palt";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  position: relative;
  z-index: 1;
  min-width: 320px;
  background: #fff;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

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

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

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

button[disabled],
html input[disabled] {
  opacity: 0.8;
  cursor: default;
}

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

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

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

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

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

fieldset {
  margin: 0 0 1.75em;
  padding: 0.875em;
  min-width: inherit;
  border: 1px solid #d1d1d1;
}
fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/* ==================================================
 2.0 - Elements
-------------------------------------------------- */
ul,
ol {
  position: relative;
  margin: 0 0 0 1em;
  padding: 0;
}
ul.unstyle,
ol.unstyle {
  margin-left: 0;
  list-style: none;
}

ul {
  list-style: disc;
}
ul.square {
  list-style: square;
}
ul.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline li {
  display: inline;
  margin-right: 1em;
}

ul.point {
  margin-left: 0;
}
ul.point li {
  list-style-type: none;
  /*点を非表示*/
  position: relative;
  /*基準位置*/
  padding-left: 1em;
}
ul.point li span {
  display: inline-flex;
  width: 17rem;
}
ul.point li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 0.6em;
  /*点の位置*/
  content: "";
  background: #e74237;
  /*点の色*/
}

ol {
  margin-left: 1.5em;
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  position: relative;
  margin: 1em auto 40px;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0 0 1em 1em;
}

p {
  margin-bottom: 1em;
}

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

del {
  opacity: 0.8;
}

caption {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #000000;
  font-size: 1.4rem;
}

table,
th,
td {
  border: 1px solid #9f9f9f;
}

table {
  margin: 1em auto 40px;
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px;
}
table tr:nth-child(even) > td {
  background: #fcfcfc;
}
table th,
table td {
  padding: 0.8em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
table th {
  border-width: 0 1px 1px 0;
  background: #f5f5f5;
  font-weight: 700;
}
table td {
  border-width: 0 1px 1px 0;
}
table caption {
  caption-side: bottom;
}
table caption.caption-side-top {
  caption-side: top;
}

hr {
  margin: 3em 0 1.5em;
  height: 1px;
  border: 0;
  background-color: #9f9f9f;
}
hr.noline {
  margin: 0;
  height: 0;
  background: transparent;
}

/* ==================================================
 3.0 - Typography
-------------------------------------------------- */
#site-body {
  font-size: 1.6rem;
}

.mincho {
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2rem;
}

h3,
h4 {
  font-size: 1.8rem;
}

h5,
h6 {
  margin-bottom: 1.2em;
  font-size: 1.7rem;
  font-weight: 700;
}

.kerning {
  letter-spacing: -0.06em;
}

@media screen and (max-width: 959px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3,
  h4 {
    font-size: 1.7rem;
  }
  h5,
  h6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #site-body {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3,
  h4 {
    font-size: 1.6rem;
  }
  h5,
  h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 559px) {
  #site-body {
    font-size: 1.4rem;
  }
}
/* ==================================================
 4.0 - Links
-------------------------------------------------- */
a {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover, a:focus, a:active {
  color: #f69a06;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

@media screen and (min-width: 560px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.btn {
  display: flex;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  align-items: center;
  padding: 1em 0.5em;
  max-width: 160px;
  width: 20%;
  outline: none;
  border: none;
  border-radius: 2px;
  background-color: #ffb400;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #f69a06;
}
.btn span {
  padding-left: 22px;
  background: url("../img/fontawesome/chevron-right-solid.svg") 0 50% no-repeat;
  background-size: 16px 16px;
}
.btn span.prev {
  background-image: url("../img/fontawesome/chevron-left-solid.svg");
}
.btn span.next {
  padding-left: 0;
  padding-right: 22px;
  background-position: 100% 50%;
}
.btn.disable {
  cursor: default;
  background-color: #dbdbdb;
}

.post-content a {
  color: #308bce;
  border-bottom: 1px dotted #308bce;
}
.post-content a img {
  display: block;
  padding: 10px;
  border: 1px solid #308bce;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-content a:hover, .post-content a:focus, .post-content a:active {
  color: #f69a06;
  border-color: transparent;
}
.post-content a:hover img, .post-content a:focus img, .post-content a:active img {
  border-color: #f69a06;
  opacity: 0.8;
}
.post-content a.link-pdf, .post-content a.link-word, .post-content a.link-excel {
  margin-right: 0.5em;
  padding-left: 22px;
  border: none;
  background: url("../img/fontawesome/file-pdf-regular.svg") 0 50% no-repeat;
  background-size: 16px 16px;
}
.post-content a.link-pdf span, .post-content a.link-word span, .post-content a.link-excel span {
  border-bottom: 1px dotted #308bce;
}
.post-content a.link-word {
  background-image: url("../img/fontawesome/file-word-regular.svg");
}
.post-content a.link-excel {
  background-image: url("../img/fontawesome/file-excel-regular.svg");
}
.post-content a.link-external {
  margin-right: 0.5em;
  padding-right: 20px;
  border: none;
  background: url("../img/fontawesome/external-link-alt-solid.svg") 100% 50% no-repeat;
  background-size: 12px 12px;
}

@media screen and (max-width: 767px) {
  .btn span {
    padding-left: 18px;
    background-size: 12px 12px;
  }
  .btn span.next {
    padding-left: 0;
    padding-right: 18px;
  }
}
/* ==================================================
 5.0 - Layout
-------------------------------------------------- */
.margin-top {
  margin-top: 80px !important;
}

.margin-bottom {
  margin-bottom: 80px !important;
}

.margin-top-half {
  margin-top: 40px !important;
}

.margin-bottom-half {
  margin-bottom: 40px !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.inner {
  position: relative;
  margin: auto;
  max-width: 990px;
  width: 86%;
}

.align-center {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .inner {
    max-width: 796px;
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .margin-top {
    margin-top: 40px !important;
  }
  .margin-bottom {
    margin-bottom: 40px !important;
  }
  .inner {
    max-width: 640px;
  }
}
@media screen and (max-width: 559px) {
  .inner {
    max-width: 100%;
  }
}
/* ==================================================
 6.0 - Common
-------------------------------------------------- */
.content-area {
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .content-area {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .content-area {
    padding-top: 75px;
  }
}
.section {
  position: relative;
  padding: 80px 0;
}
.section .hl {
  position: relative;
  margin-bottom: 60px;
}
.section .hl img {
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  max-width: 600px;
  min-width: 300px;
  width: 65%;
  height: auto;
}

.ib span {
  display: inline-block;
}

.larger {
  font-size: 2.2rem;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .section .hl {
    margin-bottom: 40px;
  }
  .section .hl img {
    width: 70%;
  }
  .larger {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
  .section .hl {
    margin-bottom: 30px;
  }
  .section .hl img {
    width: 80%;
  }
  .larger {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 559px) {
  .section {
    padding: 40px 0;
  }
  .section .hl img {
    width: 100%;
  }
  .larger {
    font-size: 1.6rem;
  }
}
/* --------------------------------------------------
 6.1 - Header
-------------------------------------------------- */
.site-header {
  position: relative;
  width: 100%;
}

.site-branding {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1140px;
}
.site-branding::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #faefe0 url("../img/common/bg_header_line.svg") 50% 74px repeat-x;
  background-size: 1940px 40px;
  content: "";
}

.hdr-logo {
  display: flex;
  justify-content: left;
  margin: 0;
  padding: 0;
  width: 40%;
  height: 114px;
}
.hdr-logo .hdr-logo-item {
  padding-right: 10px;
  padding-left: 10px;
}
.hdr-logo .hdr-logo-liglig {
  margin: 0;
  width: 30.5%;
}
.hdr-logo .hdr-logo-liglig_link {
  width: 48%;
}
.hdr-logo .hdr-logo-link_plus {
  width: 20%;
}
.hdr-logo .logo-img {
  position: relative;
  display: block;
  margin: 10px auto 0;
  width: auto;
  height: 54px;
}

.hdr-nav {
  display: flex;
  justify-content: right;
  width: 60%;
}

.mobile-menu {
  display: none;
}

.btn-mobile-menu {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 12000;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background-color: #804e00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 959px) {
  .site-header {
    position: fixed;
    z-index: 2;
  }
  .site-branding::before {
    background-position: 50% 70px;
    background-size: 1455px 30px;
  }
  .hdr-logo {
    padding: 0;
    max-width: 380px;
    width: 100%;
    height: 100px;
  }
  .hdr-logo .logo-img {
    margin-top: 10px;
  }
  .hdr-nav {
    display: none;
    width: 100%;
  }
  .mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .site-branding::before {
    background-position: 50% 55px;
    background-size: 970px 20px;
  }
  .hdr-logo {
    max-width: 300px;
    height: 75px;
  }
  .hdr-logo .logo-img {
    height: 36px;
  }
  .btn-mobile-menu {
    top: 12px;
  }
}
/* 6.1.1 - Header Navigation
-------------------------------------------------- */
.gnav {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
  padding-right: 7px;
  height: 20px;
}
.gnav li {
  padding: 0 3px;
}
.gnav li a {
  display: block;
  width: 100px;
  height: 20px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
}
.gnav li.gnav-01 a {
  background-color: #e02a29;
}
.gnav li.gnav-02 a {
  background-color: #ffb400;
}
.gnav li.gnav-03 a {
  background-color: #008B31;
}
.gnav li.gnav-04 a {
  background-color: #4545c7;
}
.gnav li.gnav-05 a {
  background-color: #0099cf;
}
.gnav li.gnav-06 a {
  background-color: #804e00;
}

.nav-contact {
  order: 1;
  margin: -8px 0 0 15px;
}
.nav-contact a,
.nav-contact img {
  position: relative;
  display: block;
  width: 220px;
  height: 110px;
}

.nav-sns {
  display: flex;
  justify-content: space-evenly;
  margin-top: 25px;
  width: 110px;
  height: 20px;
}
.nav-sns li a,
.nav-sns li img {
  display: block;
  width: 20px;
  height: 20px;
}
.nav-sns li a {
  opacity: 0.8;
}

@media screen and (max-width: 1193px) {
  .gnav li a {
    padding-right: 1em;
    padding-left: 1em;
    width: auto;
  }
  .nav-contact a,
  .nav-contact img {
    width: 200px;
    height: 100px;
  }
  .nav-sns {
    margin-top: 26px;
    width: 105px;
  }
  .nav-sns li a,
  .nav-sns li img {
    width: 18px;
    height: 18px;
  }
}
/* 6.1.2 - Modal Menu
-------------------------------------------------- */
.modal-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11000;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  width: 100%;
  height: auto;
  background-color: #faefe0;
}
.modal-menu .hdr-nav {
  display: block;
  padding: 30px 15px;
}
.modal-menu .gnav {
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: auto;
}
.modal-menu .gnav li {
  margin-bottom: 15px;
}
.modal-menu .gnav li a {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  line-height: 60px;
}
.modal-menu .nav-contact {
  margin: 0;
}
.modal-menu .nav-contact a {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 2px;
  background-color: #ffffff;
}
.modal-menu .nav-contact a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #804e00;
  text-align: center;
  line-height: 60px;
  content: "お問い合わせ";
}
.modal-menu .nav-contact img {
  display: none;
}
.modal-menu .nav-sns {
  margin: 40px 0;
  width: 100%;
  height: 20px;
}
.modal-menu .nav-sns li a {
  padding: 10px;
  width: 40px;
  height: 40px;
}
.modal-menu .nav-sns li img {
  width: 20px;
  height: 20px;
}

/* 6.1.3 - Hamburger Button
-------------------------------------------------- */
.c-hamburger {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  border: none !important;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  position: absolute;
  top: 15px;
  left: 5px;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
}
.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  content: "";
}
.c-hamburger span::before {
  top: -8px;
}
.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger-htx {
  background-color: transparent;
}
.c-hamburger-htx span {
  -webkit-transition: background-color 0s 0.3s;
  -moz-transition: background-color 0s 0.3s;
  transition: background-color 0s 0.3s;
}
.c-hamburger-htx span::before, .c-hamburger-htx span::after {
  transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s;
}
.c-hamburger-htx span::before {
  transition-property: top, transform;
}
.c-hamburger-htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger-htx.is-active {
  background-color: transparent;
}
.c-hamburger-htx.is-active span {
  background: none;
}
.c-hamburger-htx.is-active span::before, .c-hamburger-htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.c-hamburger-htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger-htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* --------------------------------------------------
 6.1 - Footer
-------------------------------------------------- */
.site-footer {
  position: relative;
  padding-top: 200px;
}
.site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1400px;
  height: 200px;
  background: #ffffff url("../img/common/bg_footer_illustration_01.svg") 50% 100% no-repeat;
  background-size: contain;
  content: "";
}

.site-info {
  padding: 5px 0;
  background-color: #804e00;
  color: #ffffff;
}
.site-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1134px !important;
  width: 100% !important;
}
.site-info .ftr-logo {
  display: flex;
  margin: 0;
}
.site-info .ftr-logo .ftr-logo-item {
  margin: 0 10px;
}
.site-info .ftr-logo .logo-img {
  display: block;
  width: auto;
  height: 48px;
}
.site-info .ftr-access {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.site-info .ftr-access p {
  margin: 0;
}
.site-info .ftr-access p span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.site-info .ftr-access dl {
  margin: 0 0 0 1em;
}
.site-info .ftr-access dl dt,
.site-info .ftr-access dl dd {
  display: inline-block;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 1193px) {
  .site-info .container {
    flex-direction: column;
  }
  .site-info .ftr-logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 959px) {
  .site-footer {
    padding-top: 180px;
  }
  .site-footer::before {
    height: 180px;
    background-image: url("../img/common/bg_footer_illustration_02.svg");
  }
  .site-info .ftr-access {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding-top: 100px;
  }
  .site-footer::before {
    height: 100px;
    background-image: url("../img/common/bg_footer_illustration_03.svg");
  }
  .site-info {
    padding: 30px 0;
  }
  .site-info .ftr-logo {
    flex-direction: column;
    align-items: center;
  }
  .site-info .ftr-logo .ftr-logo-item {
    margin-bottom: 10px;
  }
  .site-info .ftr-access {
    flex-direction: column;
    font-size: 1.4rem;
    text-align: center;
  }
  .site-info .ftr-access dl {
    margin: 10px 0 0;
  }
}
/* ==================================================
 7.0 - Content
-------------------------------------------------- */
.off-canvas {
  overflow: hidden;
}

/* ==================================================
 8.0 - Flex-box
-------------------------------------------------- */
.alm-reveal,
.flex-5,
.flex-4,
.flex-3,
.flex-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
}

.flex-5 .unit,
.flex-4 .unit,
.flex-3 .unit,
.flex-2 .unit {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-flow: column;
  flex-flow: column;
}
.flex-5 .unit li,
.flex-4 .unit li,
.flex-3 .unit li,
.flex-2 .unit li {
  width: 100%;
  text-align: left;
}

.flex-5 li,
.flex-5 .unit {
  width: 20%;
}

.flex-4 li,
.flex-4 .unit {
  width: 25%;
}

.alm-reveal li,
.flex-3 li,
.flex-3 .unit {
  width: 33.333%;
}

.flex-2 li,
.flex-2 .unit {
  width: 50%;
}

.flex-pic {
  background-position: center center;
  background-size: cover;
}

.alm-reveal::after,
.flex-3::after {
  /* 左寄せ（flex-3のみ有効） */
  content: "";
  display: block;
  width: 33.2%;
}

/* 特殊サイズ */
.doctor-nav .flex-2 .flex-pic {
  width: 40%;
}
.doctor-nav .flex-2 .note {
  width: 60%;
}

@media screen and (max-width: 959px) {
  .flex-5 li,
  .flex-5 .unit,
  .flex-4 li,
  .flex-4 .unit,
  .alm-reveal li,
  .flex-3 li,
  .flex-3 .unit,
  .flex-2 li,
  .flex-2 .unit {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .flex-5,
  .flex-4,
  .alm-reveal,
  .flex-3,
  .flex-2 {
    align-items: center;
    justify-content: center;
  }
  .flex-5 li,
  .flex-5 .unit,
  .flex-4 li,
  .flex-4 .unit,
  .alm-reveal li,
  .flex-3 li,
  .flex-3 .unit,
  .flex-2 li,
  .flex-2 .unit {
    width: 100% !important;
  }
  .flex-pic {
    height: 300px;
  }
}
/* ==================================================
 9.0 - Other
-------------------------------------------------- */
/* Waypoints
-------------------------------------------------- */
.animated {
  visibility: visible !important;
}

.delay {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-2 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-4 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-6 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-7 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* モバイル環境でのメインコンテント内のディレイは無効 */
@media screen and (max-width: 767px) {
  .main-content .delay,
  .main-content .delay-1,
  .main-content .delay-2,
  .main-content .delay-3,
  .main-content .delay-4,
  .main-content .delay-5,
  .main-content .delay-6,
  .main-content .delay-7 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
/* Word Press theme グーテンベルク
-------------------------------------------------- */
.alignwide {
  /* 特に指定なしで最大化される模様 */
}

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
}

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