@charset "UTF-8";
/*   BASE
================================================ */
/*
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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
}

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;
}

li {
  list-style: none;
}

/* 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;
}

strong {
  font-weight: normal;
}

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

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table;
}

.fix:after {
  clear: both;
}

.fix {
  *zoom: 1;
}

/*  メディアクエリ   */
/*  Color  */
/*  Font  */
/*  Margin  （レイアウト関係）　*/
/*  Padding　（レイアウト関係）  */
/*   COMPONENTS
================================================ */
/*  main contents  */
.header-container {
  z-index: 50000;
}
@media screen and (min-width: 1024px) {
  .header-container {
    width: 90%;
    max-width: 1200px;
    position: absolute;
    top: 30px;
    left: 5%;
    right: 5%;
    display: flex;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.07);
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .header-container {
    position: absolute;
    top: 3%;
    left: 3%;
    right: 3%;
  }
}
@media screen and (max-width: 1023px) {
  .header-container {
    box-shadow: none;
  }
}
.header-container .logo-main {
  width: 33%;
  background: #fff;
  padding: 22px 2% 16px;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .header-container .logo-main {
    background: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .header-container .logo-main {
    width: calc(100% - 120px);
  }
}
.header-container .logo-main picture source,
.header-container .logo-main picture img {
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 599px) {
  .header-container .logo-main picture source,
.header-container .logo-main picture img {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .header-container.-en .logo-main {
    width: calc(100% - 90px);
  }
}
.header-container .gnav-container {
  flex: auto;
  background: #0A664B;
}
@media screen and (max-width: 1023px) {
  .header-container .gnav-container {
    background: transparent;
  }
}

/*   LAYOUT
================================================ */
.sec-container {
  max-width: 980px;
  margin: 160px auto;
}
nav + .sec-container {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .sec-container {
    max-width: 90%;
  }
}
.sec-container p {
  font-size: 0.9em;
  line-height: 1.8;
}

.box-content {
  max-width: 700px;
  margin: 80px auto;
}
.ttl + .box-content {
  margin-top: 60px;
}

.sec-box {
  max-width: 980px;
  margin: auto;
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .sec-box {
    padding: 80px 3%;
  }
}

/*   カラム表示
================================================ */
.column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .column {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column > .inner {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .column.-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .column.-reverse {
    flex-direction: row-reverse;
  }
}
.column.-column1 > .inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column.-column2 > .inner {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .column.-column2 > .inner:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column.-column2.-two-third {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .column.-column2.-two-third > .inner:first-child {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .column.-column2.-two-third > .inner:last-child {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .column.-column2.-two-third > .inner:last-child {
    width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .column.-column3 > .inner {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .column.-column3 > .inner:not(:last-child) {
    margin-bottom: 30px;
  }
}
.column.-center {
  justify-content: center;
}

/*   共通
================================================ */
@media screen and (max-width: 599px) {
  .scroll-container {
    position: relative;
  }
  .scroll-container::before {
    content: "";
    background: url(../images/cmn/icn-swipe.svg) no-repeat center/contain;
    width: 35px;
    height: 39px;
    display: block;
    position: absolute;
    right: 0;
    top: -35px;
    animation: horizontal 1s ease-in infinite alternate;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 599px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
}

.tab {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .tab {
    border-bottom: 1px solid #0A664B;
  }
}
@media screen and (max-width: 599px) {
  .tab {
    width: 100%;
  }
}

.tab li {
  width: calc(96% /4);
  margin: 0;
  padding: 1.2em 2% 1.8em;
  text-align: center;
  color: #0A664B;
  cursor: pointer;
  list-style: none;
  transition: all 0.3s linear;
  font-family: heisei-mincho-std, serif;
  position: relative;
}
.tab li::after {
  content: "";
  background: url(../images/cmn/icn-arrow_down_green.svg) no-repeat center;
  background-size: contain;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  bottom: 0.7em;
  z-index: 1000;
  transition: all 0.2s ease-in;
  left: 50%;
  transform: translate(-50%, 0);
}
.tab li:hover::after {
  bottom: 0.4em;
  transition: all 0.1s linear;
}
@media screen and (max-width: 599px) {
  .tab li {
    width: 100%;
    padding: 1.1em 2.5em 1.6em;
    font-size: 0.9em;
    border-bottom: 1px solid #0A664B;
  }
}

.tab li.active {
  color: #fff;
  background: #0A664B;
  cursor: auto;
  padding: 1.5em 2%;
}
@media screen and (max-width: 599px) {
  .tab li.active {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
.tab li.active::after {
  content: none;
}

.area {
  width: 100%;
  border-bottom: 1px #0A664B solid;
  overflow-y: scroll;
  height: 600px;
  -webkit-overflow-scrolling: touch;
}
.area::-webkit-scrollbar {
  width: 18px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0;
  border: 1px #0f946d dotted;
}

::-webkit-scrollbar-thumb {
  background: #053829;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(10, 102, 75, 0.5);
}

.table-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-container .table-ttl,
.table-container .table-data {
  padding: 1.5em 0;
  border-bottom: 1px dashed #0A664B;
  font-size: 0.9em;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .table-container .table-ttl,
.table-container .table-data {
    font-size: 0.8em;
  }
}
.table-container .table-ttl {
  width: 30%;
  text-align: center;
  font-weight: bold;
}
.table-container .table-ttl:nth-last-child(2) {
  border-bottom: none;
}
.table-container .table-data {
  width: calc(70% - 2px);
}
@media screen and (min-width: 600px) {
  .table-container .table-data {
    padding-right: 5%;
  }
}
.table-container .table-data:last-child {
  border-bottom: none;
}
.table-container .table-data p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.area > div {
  display: none;
}
.area > div.show {
  display: block;
  animation: fadeIn 1s linear 0s;
}

@media screen and (max-width: 1023px) {
  .only-sp {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .only-sp {
    display: none;
  }
}

/*  第１階層ボタン  */
@media screen and (min-width: 600px) {
  .box-mainbtn.column.-column2 > .inner {
    width: 49%;
  }
}
@media screen and (max-width: 599px) {
  .box-mainbtn.column.-column2 > .inner:first-child {
    margin-bottom: 0;
  }
}

/*   LINK  (主にテキストリンクなど)
================================================ */
/*   BUTTON（ボタン）
================================================ */
.btn {
  display: block;
  text-decoration: none;
}
.btn.-normal {
  display: inline-block;
  background: #0A664B;
  color: #fff;
  padding: 0.55em 1.5em;
  border: 1px transparent solid;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.btn.-normal::before {
  content: "";
  background: url(../images/cmn/icn-arrow_right_white.svg) no-repeat center;
  background-size: contain;
  width: 0.4em;
  height: 0.7em;
  display: inline-block;
  margin-right: 0.4em;
}
.btn.-normal:hover, .btn.-normal.current {
  border-color: #0A664B;
  color: #0A664B;
  background: transparent;
}
.btn.-normal:hover::before, .btn.-normal.current::before {
  background-image: url(../images/cmn/icn-arrow_right_green.svg);
}
.btn.-large {
  width: 100%;
  padding: 1.4em 0;
  text-align: center;
  background: #fff;
  color: #0A664B;
  font-size: 1.15em;
  font-family: heisei-mincho-std, serif;
  border: transparent 1px solid;
  transition: all 0.2s ease;
  margin: 24px 0 0;
}
.btn.-large::before {
  content: "";
  background: url(../images/cmn/icn-arrow_right_green.svg) no-repeat center;
  background-size: contain;
  width: 0.4em;
  height: 0.7em;
  display: inline-block;
  margin-right: 0.4em;
}
.btn.-large:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn.-large:hover::before {
  background-image: url(../images/cmn/icn-arrow_right_white.svg);
}
.btn.btn-link {
  display: block;
  max-width: 320px;
  margin: 1em auto;
  background: #fff;
  border: 1px #0A664B solid;
  border-radius: 3px;
  color: #0A664B;
  font-size: 1.1em;
  font-family: heisei-mincho-std, serif;
  text-align: center;
  padding: 0.7em;
  transition: all 0.4s ease;
}
.btn.btn-link::before {
  content: "";
  background: url(../images/cmn/icn-arrow_right_green.svg) no-repeat center;
  background-size: contain;
  width: 0.4em;
  height: 0.7em;
  display: inline-block;
  margin-right: 0.4em;
  transition: all 0.2s ease;
}
.btn.btn-link:hover, .btn.btn-link.current {
  border-color: #0A664B;
  color: #fff;
  background: rgba(10, 102, 75, 0.8);
}
.btn.btn-link:hover::before, .btn.btn-link.current::before {
  width: 0;
}
.btn.-back {
  border: 1px #0A664B solid;
  border-radius: 3px;
  color: #0A664B;
  text-align: center;
  padding: 1.2em 1em;
  display: block;
  max-width: 420px;
  margin: 32px auto;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}
.btn.-back::before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI0MC44MjMgMjQwLjgyMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBpZD0iQ2hldnJvbl9SaWdodCIgZD0iTTU3LjYzMywxMjkuMDA3TDE2NS45MywyMzcuMjY4YzQuNzUyLDQuNzQsMTIuNDUxLDQuNzQsMTcuMjE1LDBjNC43NTItNC43NCw0Ljc1Mi0xMi40MzksMC0xNy4xNzkgICBsLTk5LjcwNy05OS42NzFsOTkuNjk1LTk5LjY3MWM0Ljc1Mi00Ljc0LDQuNzUyLTEyLjQzOSwwLTE3LjE5MWMtNC43NTItNC43NC0xMi40NjMtNC43NC0xNy4yMTUsMEw1Ny42MjEsMTExLjgxNiAgIEM1Mi45NDIsMTE2LjUwNyw1Mi45NDIsMTI0LjMyNyw1Ny42MzMsMTI5LjAwN3oiIGZpbGw9IiMwYTY2NGIiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcGF0aD4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+) no-repeat left bottom;
  background-size: contain;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}
.btn.-back:hover {
  background: #0A664B;
  color: #fff;
}
.btn.-back:hover::before {
  left: 4%;
}

.select-btn {
  color: #fff;
  background: linear-gradient(230deg, #9dba2c -10%, #217346 100%);
  text-shadow: -3px 6px 10px rgba(1, 75, 56, 0.7);
  font-family: heisei-mincho-std, serif;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0 1em;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .select-btn {
    font-size: 1em;
  }
}
.select-btn:hover {
  opacity: 0.8;
}
.select-btn:hover::after {
  right: 8px;
}
.select-btn span {
  font-family: heisei-mincho-std, serif;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  text-shadow: -3px 6px 10px rgba(1, 75, 56, 0.59);
  z-index: 100;
  position: relative;
}
.select-btn::after {
  content: "";
  display: block;
  background: url(../images/cmn/icn-btn_link_green.svg) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 16px;
  bottom: 16px;
  transition: all 0.2s ease-in;
}

.btn_img1::before {
  content: "";
  background: url(../images/introduction/btn_bg1.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  box-shadow: 0px 8px 25px rgba(13, 59, 47, 0.43);
  z-index: 0;
}

/*   見出し
------------------------------------------ */
.ttl {
  font-weight: normal;
}
.ttl.-ttl1 {
  font-family: heisei-mincho-std, serif;
  font-size: 2em;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .ttl.-ttl1 {
    font-size: 1.5em;
    padding: 0 1em;
  }
}
.ttl.-ttl2 {
  font-family: "Baskervville", serif;
  text-align: center;
  font-size: 4.5em;
  color: #0A664B;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 599px) {
  .ttl.-ttl2 {
    font-size: 2.5em;
  }
}
.ttl.-ttl2 span {
  font-family: heisei-mincho-std, serif;
  font-weight: normal;
  font-size: 18px;
  display: block;
  color: #0A664B;
}
.ttl.-ttl3 {
  font-size: 2em;
  line-height: 1.2;
  font-family: heisei-mincho-std, serif;
  text-align: center;
  color: #0A664B;
  margin: 0 0.5em 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .ttl.-ttl3 {
    font-size: 1.4em;
  }
}
.ttl.-ttl3::after {
  content: "";
  display: block;
  height: 2px;
  width: 3em;
  background: #0A664B;
  margin: 1.6em auto 0;
  box-shadow: 0 2px 6px rgba(10, 102, 75, 0.25);
}
.ttl.-ttl4 {
  font-size: 1.4em;
  margin: 1.8em auto 1.5em;
  color: #0A664B;
  font-family: heisei-kaku-gothic-std;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.ttl.-ttl5 {
  font-size: 1em;
  margin: 0.4em auto 1em;
  color: #0A664B;
  font-family: heisei-kaku-gothic-std;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-bottom: 1px dotted #0A664B;
  display: inline-block;
  text-align: center;
}
.ttl.-ttl_jp {
  font-family: heisei-mincho-std, serif;
  font-size: 1.8em;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0.7em;
}
.ttl.-ttl-w-link a {
  margin: 16px 0;
  padding: 0.7em 3% 0.8em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-family: heisei-mincho-std, serif;
  font-size: 1.4em;
  display: block;
  position: relative;
  border-top: 1px solid #3B7C6B;
  border-bottom: 1px solid #3B7C6B;
  transition: all 0.2s ease;
  overflow: hidden;
}
.ttl.-ttl-w-link a:hover {
  background: #fff;
  color: #0A664B;
}
.ttl.-ttl-w-link a:hover::after {
  right: -1em;
}
.ttl.-ttl-w-link a::after {
  content: "";
  background: url(../images/cmn/icn-btn_link_white.svg) no-repeat center;
  display: inline-flex;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  transition: all 0.2s ease;
}
.ttl.-ttl-w-link.-black a {
  color: inherit;
}
.ttl.-ttl-w-link.-black a::after {
  background: url(../images/cmn/icn-btn_link_green.svg) no-repeat center;
}
.ttl.-ttl-w-link.-black a:hover {
  background: #0A664B;
  color: #fff;
}
.ttl .-small {
  font-size: 0.7em;
  display: block;
  line-height: 1.2;
  margin-top: 8px;
}

/*   パンくず
------------------------------------------ */
.breadcrumb {
  border-bottom: 1px solid #0A664B;
  display: flex;
  padding: 0 3%;
}

.breadcrumb_Item {
  font-size: 0.65em;
  position: relative;
  padding: 12px 1.5em 10px 0.5em;
}
.breadcrumb_Item::after {
  content: "";
  background: url(../images/cmn/breadcrumb_link.svg) no-repeat right;
  background-size: contain;
  display: block;
  width: 10px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0.25em;
}
.breadcrumb_Item .breadcrumb_Link {
  color: #0A664B;
  text-decoration: none;
  font-size: 0.9em;
}
.breadcrumb_Item:first-child {
  background: url(../images/cmn/icn-home.svg) no-repeat left 45%;
  background-size: 0.8em;
  padding-left: 1.2em;
}
.breadcrumb_Item:last-child::after {
  content: none;
}

/*   段落・テキスト
------------------------------------------ */
.txt,
p {
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .txt,
p {
    font-size: 0.9em;
  }
}

.-big {
  font-size: 1.25em;
}

.-small {
  font-size: 0.7em;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

/*  画像  */
figcaption {
  font-size: 0.85em;
  padding: 0.25em 0;
}

/*  シャドウ  */
.shadow {
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.06), 0 5px 6.1px rgba(0, 0, 0, 0.08), 0 10.1px 11.4px rgba(0, 0, 0, 0.09), 0 19.2px 19.8px rgba(0, 0, 0, 0.09), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
  transition: all 0.4s ease;
}

/*   リスト
------------------------------------------ */
.btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -8%;
}
@media screen and (max-width: 599px) {
  .btn-list {
    margin-bottom: 0;
  }
}
.-column1 .btn-list {
  margin-bottom: 0;
}
.btn-list.center {
  justify-content: center;
}
.btn-list li {
  width: 48%;
}
.-column1 .btn-list li {
  width: 24%;
}
@media screen and (max-width: 599px) {
  .-column1 .btn-list li {
    width: 48%;
  }
}
.btn-list li .btn-wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 8%;
}
.btn-list li .btn-wrap a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-list.-big li {
  width: 100%;
}
.btn-list.-small {
  margin-bottom: inherit;
}

.img-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .img-list {
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .img-list {
    justify-content: center;
  }
}
.img-list .item {
  margin: 0 2% 16px;
  width: 29%;
}
@media screen and (max-width: 599px) {
  .img-list .item {
    width: 44%;
  }
}
.img-list .item img {
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.06), 0 5px 6.1px rgba(0, 0, 0, 0.08), 0 10.1px 11.4px rgba(0, 0, 0, 0.09), 0 19.2px 19.8px rgba(0, 0, 0, 0.09), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
  transition: all 0.4s ease;
}
.img-list .item a img:hover {
  box-shadow: none;
}

table {
  width: 100%;
  font-size: 0.8em;
}
table th,
table td {
  padding: 0.5em 2%;
  text-align: center;
  vertical-align: middle;
  border: 1px #b6b6b6 solid;
  line-height: 1.2;
}
table th {
  background: #e6e6e6;
}
table.-left th {
  position: sticky;
  left: 0;
  z-index: 1000;
}
table.-top th {
  position: sticky;
  top: 0;
  z-index: 1000;
}
table #date {
  background: #4293fd;
}
table #master {
  background: #fa4141;
}
table #doctor {
  background: #4b994b;
}

.table-wrap {
  width: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-right: 1px solid #CCC;
}
@media screen and (max-width: 599px) {
  .table-wrap {
    overflow: auto;
  }
}

.table-wrap table {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
}

.table-wrap th {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap;
}

.table-wrap td {
  padding: 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  white-space: nowrap;
}

.no-border {
  border-collapse: collapse;
}

.list-txt {
  margin: 24px auto;
}
.list-txt dt {
  float: left;
  clear: both;
  margin-right: 8px;
  font-weight: bold;
}
.list-txt dd {
  margin-left: 8px;
  border-bottom: 1px dotted #0A664B;
}
.list-txt dt,
.list-txt dd {
  padding: 0.6em;
}
.list-txt dt:last-child, .list-txt dt:nth-last-child(2),
.list-txt dd:last-child,
.list-txt dd:nth-last-child(2) {
  border: none;
}
.list-txt > li {
  margin-left: 1.5em;
  margin-bottom: 16px;
  line-height: 1.2;
}
.list-txt .check {
  position: relative;
}
.list-txt .check::before {
  content: "";
  background: url(../images/cmn/check.svg) no-repeat center bottom;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0.25em;
  position: absolute;
  left: -1.5em;
}
.list-txt .download {
  position: relative;
}
.list-txt .download::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTM4Mi41NiwyMzMuMzc2QzM3OS45NjgsMjI3LjY0OCwzNzQuMjcyLDIyNCwzNjgsMjI0aC02NFYxNmMwLTguODMyLTcuMTY4LTE2LTE2LTE2aC02NGMtOC44MzIsMC0xNiw3LjE2OC0xNiwxNnYyMDhoLTY0ICAgIGMtNi4yNzIsMC0xMS45NjgsMy42OC0xNC41Niw5LjM3NmMtMi42MjQsNS43MjgtMS42LDEyLjQxNiwyLjUyOCwxNy4xNTJsMTEyLDEyOGMzLjA0LDMuNDg4LDcuNDI0LDUuNDcyLDEyLjAzMiw1LjQ3MiAgICBjNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIgZmlsbD0iIzAwYzc1NyIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6IiBmaWxsPSIjMDBjNzU3IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0.25em;
  position: absolute;
  left: -1.5em;
}

.list-txt .mark::before,
.list-txt .mark::after {
    position: absolute;
    content: '';
}

.list-txt .mark::before {
    left: 0;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background-color: #2589d0;
}

.list-txt .mark::after {
    left: .8em;
    transform: translateX(-75%) rotate(-45deg);
    width: .8em;
    height: .8em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.list-12 {
    list-style-type: none;
}

.list-12 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
}

.list-12 li::before,
.list-12 li::after {
    position: absolute;
    content: '';
}

.list-12 li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #2589d0;
}

.list-12 li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.list-13 {
    list-style-type: none;
}

.list-13 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
}

.list-13 li::before,
.list-13 li::after {
    position: absolute;
    content: '';
}

.list-13 li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #008040;
}

.list-13 li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}


.dli-box-in {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.15em;
  height: 1.15em;
}

.dli-box-in::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.46em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.15em 0.15em;
  box-sizing: border-box;
}

.dli-box-in > span {
  position: relative;
  width: 0.1em;
  height: 0.625em;
  background: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.353em;
  margin: auto;
}

.dli-box-in > span::before {
  content: '';
  width: 0.40625em;
  height: 0.40625em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

.pdf {
  position: relative;
}
.pdf::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiNFMkU1RTc7IiBkPSJNMTI4LDBjLTE3LjYsMC0zMiwxNC40LTMyLDMydjQ0OGMwLDE3LjYsMTQuNCwzMiwzMiwzMmgzMjBjMTcuNiwwLDMyLTE0LjQsMzItMzJWMTI4TDM1MiwwSDEyOHoiLz4NCjxwYXRoIHN0eWxlPSJmaWxsOiNCMEI3QkQ7IiBkPSJNMzg0LDEyOGg5NkwzNTIsMHY5NkMzNTIsMTEzLjYsMzY2LjQsMTI4LDM4NCwxMjh6Ii8+DQo8cG9seWdvbiBzdHlsZT0iZmlsbDojQ0FEMUQ4OyIgcG9pbnRzPSI0ODAsMjI0IDM4NCwxMjggNDgwLDEyOCAiLz4NCjxwYXRoIHN0eWxlPSJmaWxsOiNGMTU2NDI7IiBkPSJNNDE2LDQxNmMwLDguOC03LjIsMTYtMTYsMTZINDhjLTguOCwwLTE2LTcuMi0xNi0xNlYyNTZjMC04LjgsNy4yLTE2LDE2LTE2aDM1MmM4LjgsMCwxNiw3LjIsMTYsMTYNCglWNDE2eiIvPg0KPGc+DQoJPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0xMDEuNzQ0LDMwMy4xNTJjMC00LjIyNCwzLjMyOC04LjgzMiw4LjY4OC04LjgzMmgyOS41NTJjMTYuNjQsMCwzMS42MTYsMTEuMTM2LDMxLjYxNiwzMi40OA0KCQljMCwyMC4yMjQtMTQuOTc2LDMxLjQ4OC0zMS42MTYsMzEuNDg4aC0yMS4zNnYxNi44OTZjMCw1LjYzMi0zLjU4NCw4LjgxNi04LjE5Miw4LjgxNmMtNC4yMjQsMC04LjY4OC0zLjE4NC04LjY4OC04LjgxNlYzMDMuMTUyeg0KCQkgTTExOC42MjQsMzEwLjQzMnYzMS44NzJoMjEuMzZjOC41NzYsMCwxNS4zNi03LjU2OCwxNS4zNi0xNS41MDRjMC04Ljk0NC02Ljc4NC0xNi4zNjgtMTUuMzYtMTYuMzY4SDExOC42MjR6Ii8+DQoJPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0xOTYuNjU2LDM4NGMtNC4yMjQsMC04LjgzMi0yLjMwNC04LjgzMi03Ljkydi03Mi42NzJjMC00LjU5Miw0LjYwOC03LjkzNiw4LjgzMi03LjkzNmgyOS4yOTYNCgkJYzU4LjQ2NCwwLDU3LjE4NCw4OC41MjgsMS4xNTIsODguNTI4SDE5Ni42NTZ6IE0yMDQuNzIsMzExLjA4OFYzNjguNGgyMS4yMzJjMzQuNTQ0LDAsMzYuMDgtNTcuMzEyLDAtNTcuMzEySDIwNC43MnoiLz4NCgk8cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTMwMy44NzIsMzEyLjExMnYyMC4zMzZoMzIuNjI0YzQuNjA4LDAsOS4yMTYsNC42MDgsOS4yMTYsOS4wNzJjMCw0LjIyNC00LjYwOCw3LjY4LTkuMjE2LDcuNjgNCgkJaC0zMi42MjR2MjYuODY0YzAsNC40OC0zLjE4NCw3LjkyLTcuNjY0LDcuOTJjLTUuNjMyLDAtOS4wNzItMy40NC05LjA3Mi03Ljkydi03Mi42NzJjMC00LjU5MiwzLjQ1Ni03LjkzNiw5LjA3Mi03LjkzNmg0NC45MTINCgkJYzUuNjMyLDAsOC45NiwzLjM0NCw4Ljk2LDcuOTM2YzAsNC4wOTYtMy4zMjgsOC43MDQtOC45Niw4LjcwNGgtMzcuMjQ4VjMxMi4xMTJ6Ii8+DQo8L2c+DQo8cGF0aCBzdHlsZT0iZmlsbDojQ0FEMUQ4OyIgZD0iTTQwMCw0MzJIOTZ2MTZoMzA0YzguOCwwLDE2LTcuMiwxNi0xNnYtMTZDNDE2LDQyNC44LDQwOC44LDQzMiw0MDAsNDMyeiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0.25em;
  position: absolute;
  left: -1.5em;
}

/*  コンテンツ内ボタンリスト  */
.list-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-btn > .btn {
  margin: 0 0.5em 1em;
}

/*  ページ下部カテゴリ用ボタンリスト  */
.btmlist-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .btmlist-btn::after {
    content: "";
    width: 48%;
    display: block;
  }
}
.btmlist-btn li {
  width: 48%;
}
.btmlist-btn li > .btn.btn-link {
  margin: 8px 0;
}
@media screen and (max-width: 599px) {
  .btmlist-btn li > .btn.btn-link {
    font-size: 0.8em;
    text-align: left;
    line-height: 1.2;
  }
}

/*   各ページ
================================================ */
.keyimg {
  border-bottom: 15px solid #0A664B;
  box-shadow: 0px 10px 25px -5px rgba(2, 46, 34, 0.35);
}
.-home .keyimg {
  height: 95vh;
  overflow: hidden;
  min-height: 650px;
}
.-home .keyimg .ttl.-ttl2 {
  margin-bottom: 0;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  width: 95%;
}
.-home .keyimg .subttl {
  position: absolute;
  padding: 0 5%;
  bottom: 30px;
}
@media screen and (max-width: 599px) {
  .-home .keyimg .subttl {
    left: 5%;
    right: 5%;
  }
}
@media screen and (min-width: 600px) {
  .-home .keyimg .subttl {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.-home .keyimg .subttl img {
  width: 100%;
}
.-home .keyimg .box-keyimg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 680px;
}

.slideshow {
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 95vh;
  min-height: 680px;
  z-index: -1;
}

.slideshow > .slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 3s ease-in-out;
  /*フェード時間・イージング*/
  background-size: cover;
}

.slideshow > .slide.showSlide {
  opacity: 1;
}

/*=== スライドのアニメーションを段差で開始する ========= */
.slider1 {
  background: url(../images/home/hero-img_1.jpg) no-repeat center;
}

.slider2 {
  background: url(../images/home/hero-img_2.jpg) no-repeat center;
}

.slider3 {
  background: url(../images/home/hero-img_3.jpg) no-repeat center;
}

.bg_green {
  background: #0A664B;
}
.bg_green .ttl,
.bg_green p {
  color: #fff;
}
table .bg_green {
  background: #AEFFBD;
}

.bg_red {
  background: #fa7878;
}

.bg_pink {
  background: pink;
}

.bg_yellow {
  background: #FFFFCC;
}

.bg_blue {
  background: #D9E5FF;
}

.bg_gray {
  background: #F5F5F5;
}

.home-about .column:first-child {
  position: relative;
}
.home-about .column:first-child::before {
  content: url(../images/home/about-bg_ttl.svg);
  position: absolute;
  right: 0;
  top: 0;
}
.home-about .column:first-child .inner {
  width: 60%;
  color: #fff;
}
.home-about .column:first-child .inner:first-child {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .home-about .column:first-child .inner:first-child {
    width: auto;
  }
}
.home-about .column:first-child .inner:first-child picture,
.home-about .column:first-child .inner:first-child source,
.home-about .column:first-child .inner:first-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .home-about .column:first-child .inner {
    width: auto;
  }
}

.about1_content {
  padding: 16px 0 0 3%;
}
@media screen and (max-width: 599px) {
  .about1_content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }
}

.about2_content {
  margin: 32px 0 0;
}
.about2_content .inner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about2_content .inner {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .about2_content .inner:first-child {
    padding-bottom: 24px;
  }
}
.about2_content .inner p {
  margin-bottom: 0;
}

.home-about-forent .sec-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about_forent {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about_forent .inner:first-child {
    width: 30%;
  }
  .about_forent .inner:last-child {
    width: 68%;
  }
}
@media screen and (max-width: 599px) {
  .about_forent .inner:first-child {
    margin-bottom: 16px;
  }
}
.about_forent .inner p {
  margin-bottom: 0;
}
.about_forent .ttl.-ttl-w-link.-black a {
  margin-top: 0;
}

.sub-link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .sub-link {
    flex-wrap: wrap;
  }
  .sub-link li {
    width: 28%;
    margin-bottom: 8px;
  }
}

.sec-sub .sec-box {
  padding: 24px 3%;
}
@media screen and (max-width: 599px) {
  .sec-sub .sec-box {
    padding-bottom: 8px;
  }
}
.sec-sub.-link .sec-box {
  padding: 24px 3%;
}
@media screen and (max-width: 599px) {
  .sec-sub.-link .sec-box {
    padding-bottom: 8px;
  }
}
.sec-sub .sub-nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .sec-sub .sub-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.sec-sub .sub-nav li {
  margin-left: 0.8em;
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  .sec-sub .sub-nav li {
    width: 28%;
    margin-bottom: 16px;
  }
}
.sec-sub .sub-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
}
@media screen and (max-width: 599px) {
  .sec-sub .sub-nav a {
    font-size: 0.8em;
  }
}
.sec-sub .sub-nav a:hover {
  text-decoration: underline;
}
.sec-sub .sub-nav a::before {
  content: "";
  background: url(../images/cmn/icn-arrow_right_white.svg) no-repeat center;
  background-size: contain;
  width: 5px;
  height: 1em;
  display: inline-block;
  margin-right: 4px;
  vertical-align: bottom;
}

@media screen and (max-width: 599px) {
  .box-news {
    display: flex;
    flex-direction: column;
  }
}
.box-news .table-ttl {
  font-size: 0.8em;
  background: #0A664B;
  padding: 0.5em 1em;
  width: 20%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .box-news .table-ttl {
    width: 100%;
    padding: 1em 1em 0.75em;
  }
}
.box-news .table-data {
  font-size: 0.9em;
  padding: 0.5em 1em;
  width: calc(80% - 2px);
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .box-news .table-data {
    width: 100%;
    padding: 0.5em 0;
  }
}

.teacher_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .teacher_box::after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .teacher_box > .item {
    width: 48%;
  }
}
@media screen and (min-width: 600px) {
  .teacher_box > .item {
    width: 30%;
  }
}
.teacher_box span {
  display: block;
}
.teacher_box .position {
  color: #0A664B;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: 1px dotted #0A664B;
}
.teacher_box .name {
  display: block;
  font-family: heisei-mincho-std, serif;
  color: #ec5f1e;
  color: #0A664B;
  font-size: 1.25em;
  text-decoration: none;
  background: url(../images/cmn/icn-arrow_right_green.svg) no-repeat right 65%;
  background-size: 6px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 4px 0;
}
.teacher_box .name:hover {
  background-color: rgba(10, 102, 75, 0.5);
  background-position: 110%;
}
.teacher_box .name.noarrow {
  background: none;
}
.teacher_box .photo {
  float: left;
  margin-right: 8px;
  clear: left;
}
.teacher_box .photo img {
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.06), 0 5px 6.1px rgba(0, 0, 0, 0.08), 0 10.1px 11.4px rgba(0, 0, 0, 0.09), 0 19.2px 19.8px rgba(0, 0, 0, 0.09), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
}
.teacher_box .title {
  font-size: 0.7em;
  border-bottom: 1px dotted #0A664B;
  margin-left: 75px;
  color: #0A664B;
  font-weight: bold;
  margin-bottom: 4px;
}
.teacher_box .detail {
  font-size: 0.8em;
  margin-left: 75px;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: justify;
}
.teacher_e .teacher_box .detail {
  text-align: left;
  font-size: 0.7em;
}
.teacher_box .btn {
  clear: both;
  border: none;
  font-size: 0.9rem;
  margin-top: 0;
  text-align: right;
  padding-top: 4px;
  padding-right: 0;
  color: #ec5f1e;
}

.box-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.box-youtube iframe,
.box-youtube video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.-laboratory .btn {
  position: relative;
  z-index: 200;
}

.fl-r {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .fl-r {
    float: right;
    clear: right;
  }
}

/*   土木ギャラリー
------------------------------------------ */
.list-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-gallery li {
  width: 48%;
  margin-bottom: 40px;
}
.list-gallery .ttl.-ttl4 {
  margin: 1em 0 8px;
  padding: 4px 1em;
  font-size: 1em;
  background: #0A664B;
  color: #fff;
}
.list-gallery p.-small {
  font-size: 0.7em;
}
.list-gallery tbody {
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .list-gallery tbody {
    display: flex;
    flex-direction: column;
  }
  .list-gallery tbody tr:first-child {
    display: flex;
    flex-direction: column;
  }
}
.list-gallery tbody th {
  background: transparent;
  border: none;
}
.list-gallery tbody td {
  border: none;
  text-align: left;
}
.list-gallery tbody tr:last-child td {
  padding-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .list-gallery .gallery-img {
    width: 180px;
  }
}
.list-gallery .gallery-img img {
  object-fit: cover;
  box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.06), 0 5px 6.1px rgba(0, 0, 0, 0.08), 0 10.1px 11.4px rgba(0, 0, 0, 0.09), 0 19.2px 19.8px rgba(0, 0, 0, 0.09), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
  transition: all 0.4s ease;
}
@media screen and (min-width: 600px) {
  .list-gallery .gallery-img img {
    width: 100%;
    height: 250px;
  }
}
.list-gallery .gallery-img img:hover {
  box-shadow: none;
}

/*   ENGLISH
================================================ */
.en_top .sec-container {
  margin: 80px auto 60px;
}
.en_top .btn-list {
  margin-bottom: 0;
}
.en_top .btn-list .item {
  width: 24%;
}
.en_top .tab {
  justify-content: flex-start;
}

footer .inner,
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .inner p,
footer .footer-logo p {
  margin-bottom: 0;
  font-size: 0.8em;
}

.copyright {
  font-size: 12px;
  background: #0A664B;
  text-align: center;
  color: #fff;
  padding: 56px 0;
  margin-bottom: 0;
}

/*  navigation  */
/*   GNAVI
================================================ */
.gnav-list {
  display: flex;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .gnav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: -100vh;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    animation: fade-in 0.4s ease-out alternate;
  }
  .gnav-list.open {
    top: 0;
    bottom: 0;
    background-color: #0A664B;
    z-index: 10000;
    display: flex;
    padding: 60px 0 0;
    justify-content: center;
  }
  .gnav-list.open::before {
    content: "";
    background: url(../images/cmn/mainlogo_sp.svg) no-repeat;
    background-size: contain;
    width: 55vw;
    height: 60px;
    position: absolute;
    left: 5%;
    top: 4%;
  }
}
.gnav-list > li {
  position: relative;
  transition: all 0.2s linear;
}
.gnav-list > li:hover {
  background: #0c7d5c;
}
@media screen and (min-width: 1024px) {
  .gnav-list > li {
    flex: auto;
  }
}
.gnav-list > li::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #579383;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1023px) {
  .gnav-list > li::after {
    width: 80%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 15%;
    left: 10%;
  }
}
.gnav-list > li.noline::after {
  content: none;
}
.gnav-list > li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  font-size: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .gnav-list > li a {
    padding: 1.5em 0;
    flex-direction: column;
    display: block;
    font-size: 1em;
    text-align: center;
    position: relative;
  }
  .gnav-list > li a::after {
    content: "";
    background: url(../images/cmn/icn-arrow_right_white.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    right: 5%;
    z-index: 1000;
    transition: all 0.2s ease-in;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list > li a {
    position: relative;
  }
  .gnav-list > li a::after {
    content: "";
    background: url(../images/cmn/icn-arrow_down_white.svg) no-repeat center;
    background-size: contain;
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    bottom: 0.7em;
    z-index: 1000;
    transition: all 0.2s ease-in;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.gnav-list > li .submenu {
  position: absolute;
  top: 99%;
  width: 100%;
  opacity: 0;
  z-index: -100;
  transition: all 0.3s ease-out;
  visibility: hidden;
}
.gnav-list > li .submenu li {
  border-bottom: 1px #0f946d solid;
}
.gnav-list > li .submenu li:last-child {
  border-bottom: none;
}
.gnav-list > li .submenu a {
  padding: 1.5em 1.5em 1.5em 8px;
  transition: all 0.2s ease-out;
  font-size: 0.8em;
  line-height: 1.4;
  text-align: center;
}
.gnav-list > li .submenu a .small {
  font-size: 0.8em;
  font-weight: normal;
}
.gnav-list > li .submenu a::after {
  transform: rotate(-90deg) translate(0, -50%);
  bottom: auto;
  right: 4px;
  top: 43%;
  left: auto;
}
.gnav-list > li .submenu a:hover {
  background: #0c7d5c;
}
.gnav-list > li .submenu a:hover::after {
  right: -4px;
  transition: all 0.2s ease-out;
}
.gnav-list > li.only-sp a {
  font-size: 0.8em;
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .gnav-list > li:hover {
    transition: overflow 0.2s linear;
  }
  .gnav-list > li:hover a::after {
    bottom: 0.4em;
    transition: all 0.1s linear;
  }
  .gnav-list > li:hover .submenu {
    display: block;
    opacity: 1;
    animation: fade-in 0.4s ease-out alternate;
    transition: all 0.1s linear;
    z-index: 100;
    visibility: visible;
    background: #0A664B;
    top: 99%;
  }
}

/* icon */
.icon {
  width: 60px;
  height: 100%;
  padding: 5px;
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: 3%;
  top: 2.5%;
  background: #0A664B;
  z-index: 10000;
}
@media screen and (min-width: 1024px) {
  .icon {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .icon {
    height: 60px;
  }
}
.icon.open {
  z-index: 100000;
  position: fixed;
  right: 3%;
  top: 3%;
}

.icon span {
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  height: 3px;
}

.icon span:nth-child(1) {
  top: calc(50% - 8px);
  left: 30%;
  right: 30%;
}

.icon span:nth-child(2) {
  top: calc(50% - 1px);
  left: 30%;
  right: 30%;
  opacity: 1;
}

.icon span:nth-child(3) {
  top: calc(50% + 6px);
  left: 30%;
  right: 30%;
}

.icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 45%;
}

.icon.open span:nth-child(2) {
  opacity: 0;
}

.icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 45%;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    display: block;
    transform: translate(0, 0);
  }
}
.subnav {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  display: flex;
}
.subnav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  position: relative;
  margin: 0 0 0 1em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.subnav a:hover {
  text-decoration: underline;
}
.subnav a::before {
  content: "";
  background: url(../images/cmn/icn-arrow_right_white.svg) no-repeat center;
  background-size: contain;
  width: 5px;
  height: 1em;
  display: inline-block;
  margin-right: 4px;
  vertical-align: bottom;
}
@media screen and (max-width: 1023px) {
  .subnav {
    display: none;
  }
}

.overflow {
  overflow: hidden;
  transition: all 0.2s ease;
}

/*   KEYIMG
------------------------------------------ */
.keyimg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.keyimg .-ttl1 {
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 1.5em);
}
@media screen and (max-width: 599px) {
  .keyimg .-ttl1 {
    height: 100%;
  }
}
@media screen and (min-width: 600px) {
  .keyimg .-ttl1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 45px;
  }
}
@media screen and (max-width: 599px) {
  .keyimg {
    height: 40vh;
  }
}
@media screen and (min-width: 600px) {
  .keyimg {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .keyimg.-introduction {
    background-image: url(../images/introduction/keyimg.jpg);
  }
}
@media screen and (min-width: 600px) {
  .keyimg.-introduction {
    background-image: url(../images/introduction/keyimg@2x.jpg);
  }
}
@media screen and (max-width: 599px) {
  .keyimg.-admission {
    background-image: url(../images/admission/keyimg.jpg);
  }
}
@media screen and (min-width: 600px) {
  .keyimg.-admission {
    background-image: url(../images/admission/keyimg@2x.jpg);
  }
}
@media screen and (max-width: 599px) {
  .keyimg.-enrolled_student {
    background-image: url(../images/enrolled_student/keyimg.jpg);
  }
}
@media screen and (min-width: 600px) {
  .keyimg.-enrolled_student {
    background-image: url(../images/enrolled_student/keyimg@2x.jpg);
  }
}
@media screen and (max-width: 599px) {
  .keyimg.-forent {
    background-image: url(../images/forent/keyimg.jpg);
  }
}
@media screen and (min-width: 600px) {
  .keyimg.-forent {
    background-image: url(../images/forent/keyimg@2x.jpg);
  }
}

/*   HELPER
------------------------------------------ */
.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

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

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

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

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

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.-shadow img {
  box-shadow: 2px 8px 18px -4px rgba(10, 102, 75, 0.25);
  filter: drop-shadow(2px, 8px, 18px, rgba(10, 102, 75, 0.25));
}