@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Noto+Sans+JP:wght@400&family=Noto+Serif+JP:wght@500&family=Open+Sans:wght@400;600&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[global]
******************************************/
html,
body {
  /*height: 100%;*/
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #333;
  background-color: #f5f5f5;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 2;
  }
}

.inner {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 0;
}
.inner-wide {
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner-wide {
    width: 100%;
    padding: 0 15px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.full {
  width: 100%;
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
}

p a {
  color: #333;
  text-decoration: none;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0 auto;
  padding: 40px 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #c1c8c2;
}

small {
  font-size: 85%;
}

.tel {
  display: flex;
  align-items: baseline;
}
.tel i {
  font-size: 70%;
  margin: 5px 5px 0 0;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.fz0 {
  font-size: 0;
}

.jp {
  font-family: "Noto Serif JP";
  font-weight: 500;
}
.jp.name {
  color: #16431e;
}

.eng {
  font-family: "Lusitana";
  font-weight: 400;
}
.eng.name {
  color: #16431e;
  opacity: 0.3;
}

ul.disk li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -22.5px;
  padding-left: 25px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.mt0 {
  margin-top: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

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

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

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

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

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

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

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

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

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

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

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

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

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

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

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

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

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

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

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

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

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

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

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

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

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

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

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

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

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

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

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

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

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

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

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

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

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

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

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

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

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

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

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

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

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

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

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

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

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

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

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

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

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

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

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

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

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

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

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/******************************************
[PC・SP表示非表示]
******************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120% !important;
  font-weight: 800 !important;
  /* sp */
}
@media screen and (max-width: 768px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center !important;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 768px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #16431e !important;
}

.color-sub {
  color: #f5f5f5 !important;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #d40301 !important;
}

.orange {
  color: #f07801 !important;
}

.yellow {
  color: #fff000 !important;
}

.green {
  color: #4ca438 !important;
}

.blue {
  color: #2560a4 !important;
}

.brown {
  color: #481c06 !important;
}

.gray {
  color: #ddd !important;
}

.gray-light {
  color: #c1c8c2 !important;
}

/******************************************
[見出し]
******************************************/
h3 {
  font-family: "Lusitana";
  font-size: 3.125rem;
  line-height: 1.2;
  color: #16431e;
  font-weight: 700;
  margin-bottom: 30px;
}

/* sp */
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.5625rem;
  }
}
h4 {
  font-size: 1.5625rem;
  font-weight: 800;
  line-height: 1.4;
  color: #2560a4;
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 3px dotted #2560a4;
  display: inline-block;
  /*&:after {
    content: "";
    width: 120px;
    height: 1px;
    border-bottom: 3px dotted $blue;
    position: absolute;
    left: 2px;
    bottom: -18px;
  }*/
}
h4.red {
  border-bottom-color: #d40301;
}

/* sp */
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.125rem;
    padding-bottom: 10px;
    margin: 0 0 10px;
    border-bottom-width: 2px;
  }
}
h5 {
  font-size: 1.25rem;
  color: #16431e;
  line-height: 1.5;
  font-weight: 800;
  margin: 0 0 20px;
}

/* sp */
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.125rem;
    margin: 0 0 10px;
  }
}
/******************************************
[header]
******************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: auto;
  z-index: 100;
}
header .header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  z-index: 1;
}
header .header h1.logo {
  line-height: 1;
  flex: 1;
  z-index: 1;
}
header .header h1.logo a {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
header .header h1.logo a span {
  margin-right: 10px;
}
header .header h1.logo a span:nth-child(1) {
  font-size: 1.5625rem;
}
header .header h1.logo a span:nth-child(2) {
  font-size: 1.125rem;
}
header .header h1.logo a span:nth-child(3) {
  font-size: 1.5625rem;
}
header .header nav {
  flex: 0;
}
header .header nav ul li:first-child {
  margin-right: 30px;
}
header .header nav ul li a:after {
  padding-left: 5px;
  font-weight: normal;
}

/* sp */
@media screen and (max-width: 768px) {
  header {
    background-color: #f5f5f5;
  }
  header .header {
    height: 100px;
    padding: 20px;
  }
  header .header h1.logo a {
    flex-wrap: wrap;
  }
  header .header h1.logo a span {
    margin-right: 10px;
  }
  header .header h1.logo a span:nth-child(1) {
    font-size: 1.25rem;
  }
  header .header h1.logo a span:nth-child(2) {
    font-size: 1.25rem;
  }
  header .header h1.logo a span:nth-child(3) {
    font-size: 1.25rem;
    width: 100%;
    margin-top: 10px;
  }
}
/******************************************
[footer]
******************************************/
footer {
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 50px 0 30px;
}
footer nav {
  position: absolute;
  top: -40px;
  right: 0;
}
footer nav ul li {
  margin-left: 20px;
}
footer nav ul li a {
  font-size: 0.75rem;
  color: #16431e;
}
footer .copy {
  font-size: 0.875rem;
  text-align: center;
}

/* sp */
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
  footer nav {
    position: static;
    margin-bottom: 30px;
  }
  footer nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer nav ul li {
    margin: 0 15px;
  }
  footer nav ul li a {
    padding: 15px 0;
  }
  footer .copy {
    font-size: 0.875rem;
    text-align: center;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 80px 0;
  overflow: hidden;
  background-color: #fff;
}

/* sp */
/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
}
nav > ul {
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
nav > ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  color: #16431e;
  font-weight: 600;
  display: flex;
  align-items: center;
}
nav > ul li a:after {
  font-family: "icomoon";
  content: "\e900";
  padding-left: 5px;
}
nav .spNav-info {
  display: none;
}
nav .spNav-info-logo {
  display: none;
}

/* sp */
@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    will-change: transform;
    border-width: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  header nav > ul {
    display: block;
    width: 150px;
  }
  header nav > ul > li {
    margin: 0 !important;
  }
  header nav > ul > li a {
    justify-content: space-between;
    padding: 20px 0;
  }
  header nav .spNav-info {
    display: block;
    padding: 15px;
  }
  header nav .spNav-info p {
    font-size: 0.875rem;
    margin-top: 10px;
    line-height: 1.5;
  }
  header nav .spNav-info p:first-child {
    margin-top: 0;
  }
  header nav .spNav-info p a {
    color: #f5f5f5;
  }
  header nav .spNav-info-logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 4px 0 5px;
  }
  header nav .spNav-info-logo img {
    width: auto;
    height: 38px;
  }
  header nav .spNav-info .spNav-info-tel {
    font-size: 1rem;
    font-weight: 600;
  }
  header nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    top: 25px;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 400;
    bottom: 0px;
  }
  .button {
    right: 30px;
    outline: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
  }
  .button:after {
    content: "MENU";
    font-family: "Open Sans";
    font-weight: 400;
    text-align: center;
    color: #ddd;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 18px;
    right: -7px;
    left: 0;
    width: 25px;
    height: 1px;
    margin: auto;
    background: #333;
    transition: 0.5s;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: -8px;
    width: 32px;
    height: 1px;
    margin: auto;
    background: #333;
    transition: 0.5s;
  }
  .button .bar:before {
    top: -10px;
  }
  .button .bar:after {
    top: 10px;
  }
  .open nav {
    right: 0;
    background-color: #fff;
  }
  .open .button {
    border-radius: 0;
  }
  .open .button:after {
    content: "CLOSE";
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
  }
  .open .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    right: 0;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
  }
  .telBtn:after {
    content: "TEL";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.375rem;
    top: 5px;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 99;
  transition: 0.3s;
  bottom: -160px;
  right: 0;
  width: 40px;
  height: 120px;
}
.pagetop a {
  line-height: 1;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px 10px 0;
  background-color: #16431e;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop a i {
  margin-bottom: 5px;
}
.pagetop a i:before {
  transform: rotate(-90deg);
  display: inline-block;
}
.pagetop:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 25px 0;
  border-color: transparent #16431e transparent transparent;
  position: absolute;
  left: 0;
  top: -25px;
}
@media screen and (min-width: 769px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: -20px;
}
@media screen and (min-width: 769px) {
  .pagetop.fade:hover {
    bottom: 0;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: -160px;
    right: 0;
    width: 30px;
    height: 80px;
  }
  .pagetop a {
    padding: 6px 8px 0;
  }
  .pagetop:before {
    border-width: 20px 30px 20px 0;
    top: -20px;
  }
  .pagetop.fade {
    bottom: 0;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
  height: 480px;
  padding: 40px;
}
/* sp */
@media screen and (max-width: 768px) {
  .gmap {
    height: 340px;
    padding: 20px;
  }
  .gmap iframe {
    height: 300px;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 5px 5px 0px 0px rgba(245, 245, 245, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(245, 245, 245, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(245, 245, 245, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  margin: 2px 0;
  display: block;
  width: 100%;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  display: block;
}

/* sp */
@media screen and (max-width: 768px) {
  .note {
    font-size: 12px !important;
  }
  .note-big {
    font-size: 12px !important;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics.news ul li {
  width: 100%;
  margin: 0 0 15px;
}
.topics.news ul li a {
  line-height: 1;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
}
.topics.news ul li a span {
  display: block;
}
.topics.news ul li a:hover {
  text-decoration: none;
  background-color: #ddd;
}
.topics.news ul li .topics_date,
.topics.news ul li .category_name {
  font-family: "Lusitana";
}
.topics.news ul li .topics_date {
  width: 85px;
}
.topics.news ul li .category_name {
  margin: 0 15px;
  color: #2560a4;
  font-weight: 700;
  width: 60px;
  text-align: center;
}
.topics.news ul li .topics_title {
  color: #333;
  width: 100%;
  flex: 1;
}
.topics.detail {
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 30px;
}
.topics.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 800;
}
.topics.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.topics.detail .topics_body {
  font-size: 1rem;
  padding: 40px 0 0;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}

/* sp */
@media screen and (max-width: 768px) {
  .topics.news ul li {
    margin-bottom: 20px;
  }
  .topics.news ul li .category_name {
    font-size: 0.875rem;
    width: auto;
    text-align: left;
    margin-left: 5px;
  }
  .topics.news ul li .topics_title {
    width: 100%;
    flex: initial;
    margin-top: 5px;
    line-height: 1.5;
  }
  .topics.news ul li a {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .topics.detail {
    padding: 15px;
    background-size: 240px 240px;
  }
  .topics.detail .topics_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .topics.detail .topics_date {
    font-size: 0.625rem;
  }
  .topics.detail .topics_body {
    font-size: 0.875rem;
    padding: 30px 15px;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  right: -60px;
  /* sp */
}
.sideBnr:hover {
  right: -10px !important;
}
.sideBnr.fade {
  right: -15px;
}
.sideBnr a {
  color: #fff;
  background: #f5f5f5;
}
.sideBnr a i {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sideBnr a {
    height: 36px;
  }
  .sideBnr a:before {
    font-size: 1em;
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
}

.radius {
  border-radius: 10px;
}

/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.imgTxt:first-of-type {
  margin-top: 0 !important;
}
.imgTxt-img {
  font-size: 0;
  width: 400px;
}
.imgTxt-img img {
  width: 400px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
.imgTxt-img.right {
  order: 2 !important;
}
.imgTxt-img.left {
  order: 1 !important;
}
.imgTxt-txt {
  flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 1.5625rem;
  color: #16431e;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  padding-right: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #16431e;
  display: block;
}
.imgTxt-txt .ttl:after {
  content: "";
  width: 46px;
  height: 30px;
  background: url("../img/icon-wood2.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.imgTxt-txt.left {
  order: 1 !important;
}
.imgTxt-txt.right {
  order: 2 !important;
}
.imgTxt:nth-of-type(even) .imgTxt-img {
  order: 2;
}
.imgTxt:nth-of-type(even) .imgTxt-txt {
  order: 1;
}
.imgTxt.mini {
  margin-top: 40px;
}
.imgTxt.mini .imgTxt-img {
  width: 250px;
}
.imgTxt.mini .imgTxt-txt {
  flex: 1;
}
.imgTxt.wide {
  margin-top: 40px;
}
.imgTxt.wide .imgTxt-img {
  width: 500px;
}
.imgTxt.wide .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide .imgTxt-txt {
  flex: 1;
}
.imgTxt.reverse .imgTxt-img {
  order: 2;
}
.imgTxt.reverse .imgTxt-txt {
  order: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  .imgTxt,
  .imgTxt.mini {
    display: block;
    width: 100%;
    max-width: 600px;
  }
  .imgTxt > div,
  .imgTxt.mini > div {
    min-height: auto;
  }
  .imgTxt .imgTxt-img,
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-img,
  .imgTxt.mini .imgTxt-txt {
    width: 100%;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    height: auto;
    margin: 0 0 20px !important;
  }
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-txt {
    padding: 0 !important;
  }
  .imgTxt .ttl,
  .imgTxt.mini .ttl {
    font-size: 1.125rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt,
  .imgTxt.mini:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
}
/******************************************
コンタクトエリア　#contact
******************************************/
#contact {
  border-top: 1px solid #ddd;
  padding: 80px 0;
}
#contact .btn {
  margin-top: 0;
}

/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  z-index: 1;
}
.btn a, .btn span {
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.04;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: solid 1px #16431e;
  text-align: center;
  padding: 25px 15px;
  display: block;
  transition: 0.3s;
}
.btn a:before, .btn span:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: #16431e;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.btn a:after, .btn span:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #16431e;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.btn a:hover, .btn span:hover {
  background-color: #16431e;
  color: #fff;
}
.btn a:hover:before, .btn a:hover:after, .btn span:hover:before, .btn span:hover:after {
  background-color: #fff;
}

/* sp */
@media screen and (max-width: 768px) {
  .btn {
    margin: 50px auto 0;
    padding: 0 25px;
  }
  .btn a, .btn span {
    font-size: 1rem;
    padding: 15px;
  }
  .btn a:after, .btn span:after {
    width: 50px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .telNum a {
    color: #fff;
  }
}
/******************************************
[works] サムネ付きトピックス
******************************************/
.works ul {
  display: flex;
  justify-content: space-between;
}
.works ul li {
  width: 29%;
}
.works ul li a {
  display: block;
  text-decoration: none;
}
.works ul li a span {
  display: inline-block;
}
.works ul li .topics_thumb {
  display: block;
  background-color: #ddd;
  height: 250px;
  margin-bottom: 15px;
}
.works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works ul li .topics_date {
  font-weight: 600;
  line-height: 1;
  color: #16431e;
  padding: 0;
  vertical-align: middle;
}
.works ul li .category_name {
  font-size: 0.875rem;
}
.works ul li .topics_title {
  display: block;
  color: #333;
}

/* sp */
@media screen and (max-width: 768px) {
  .works ul {
    display: block;
  }
  .works ul li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .works ul li .topics_thumb {
    height: 60vw;
  }
  .works ul li .topics_date {
    font-weight: 600;
    line-height: 1;
    color: #16431e;
    padding: 0;
    vertical-align: middle;
  }
  .works ul li .category_name {
    font-size: 0.875rem;
  }
  .works ul li .topics_title {
    display: block;
    color: #333;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
}
table.basic tr {
  border-top: 1px solid #ddd;
}
table.basic tr:first-child {
  border-top-width: 0;
}
table.basic tr th, table.basic tr td {
  padding: 15px;
  line-height: 1.5;
}
table.basic tr th {
  width: 100px;
}

/* sp */
@media screen and (max-width: 768px) {
  table.basic tr th, table.basic tr td {
    font-size: 0.75rem;
    padding: 10px 5px;
  }
  table.basic tr th {
    width: 80px;
  }
}
/******************************************
[.frame] フレーム
******************************************/
.frame {
  color: #333;
  background: #c1c8c2;
  padding: 25px;
  border-radius: 4px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 2px;
  margin: 10px 0;
}
.frame-white {
  background: #fff;
  padding: 30px;
  margin: 0;
  border-radius: 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  display: flex;
  align-items: baseline;
  margin: 10px 0 0;
  padding-bottom: 10px;
}
.check li:before {
  color: #16431e;
  font-size: 1.5em;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 10px;
}
.check li:first-child {
  margin-top: 0;
}
.check.line li {
  border-bottom: 1px dashed #16431e;
}

.list li {
  display: block;
  margin: 5px 0;
  line-height: 1.6;
}
.list li:before {
  content: "●";
  color: #16431e;
  display: inline-block;
  width: 1em;
  margin-right: 5px;
  text-align: left;
}
.list.inline {
  display: flex;
  flex-wrap: wrap;
}
.list.inline li {
  margin: 0 5% 2% 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .check li {
    font-size: 0.875rem;
    align-items: baseline;
    margin-top: 10px;
  }
  .check li:first-child {
    margin-top: 0;
  }
  .check li:before {
    font-size: 1.2em;
  }
}
/******************************************
ローディング　loading
******************************************/
#load_animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

#load_animation.is-active {
  opacity: 0;
  visibility: hidden;
}

.load-icon {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.load-icon.is-active {
  opacity: 1;
  visibility: visible;
}

/* sp */
@media screen and (max-width: 768px) {
  .load-icon img {
    width: 70%;
    height: auto;
  }
}
/******************************************
[sec1]  お知らせ
******************************************/
#news .news {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #fff;
}
#news .news ul {
  width: 100%;
}
#news .news ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed #333;
}
#news .news ul li:first-child {
  padding-top: 0;
}
#news .news ul li a {
  color: #333;
  line-height: 1.5;
  padding: 0;
  display: flex;
  align-items: center;
}
#news .news ul li a span.topics_thumb, #news .news ul li a span.topics_title {
  display: block;
}
#news .news ul li a span.topics_thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
  background: url("../img/_dummy.jpg") center no-repeat;
  background-size: cover;
}
#news .news ul li a span.topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}
#news .news ul li a span.topics_title {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /*max-height: 40px;*/
  white-space: inherit;
}
#news .news ul li a span.topics_date {
  font-weight: 700;
}
#news .news ul li a span.category_name, #news .news ul li a span.topics_date {
  display: inline-block;
  margin-right: 5px;
}
#news .news ul li a span.category_name {
  font-size: 0.75rem;
  color: #fff;
  padding: 5px 10px 6px;
  line-height: 1;
  background-color: #333;
}
#news .news .btn.tate {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
#news .news .btn.tate a {
  margin: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  #news .news {
    padding: 15px 20px;
  }
  #news .news ul {
    display: block;
  }
  #news .news ul li {
    width: 100%;
    padding: 10px 0;
  }
  #news .news ul li a {
    font-size: 0.75rem;
    display: block;
  }
  #news .news ul li a span.topics_thumb {
    height: 200px;
  }
  #news .news ul li a span.topics_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  #news .news ul li a span.topics_title {
    max-height: 36px;
  }
  #news .news ul li a span.category_name {
    font-size: 0.625rem;
  }
}
.arrow {
  z-index: 10;
}
.arrow-txt {
  position: absolute;
  bottom: 30px;
  right: 40px;
  transform: rotateZ(90deg) translateY(-32px);
  border-top: solid 0.6px #16431e;
  width: 240px;
  margin-left: auto;
  transition: 0.3s;
}
.arrow-txt:after {
  content: "";
  width: 6.4px;
  height: 0.6px;
  background-color: #16431e;
  position: absolute;
  right: -1px;
  top: 1.8px;
  transform: rotateZ(-48deg);
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .arrow-txt {
    right: 0;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .arrow {
    width: 100%;
  }
  .arrow-txt {
    bottom: 30px;
    right: initial;
    left: -90px;
    width: 160px;
  }
  .arrow-txt:after {
    content: "";
    width: 6.4px;
    height: 0.6px;
    background-color: #16431e;
    position: absolute;
    right: -1px;
    top: 1.8px;
    transform: rotateZ(-48deg);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .arrow-txt {
    right: 0;
  }
}
#index {
  /* sp */
  /******************************************
  [mv]
  ******************************************/
  /* sp */
}
#index header {
  top: -100px;
  transition: 0.3s;
}
#index header.show {
  top: 0;
}
@media screen and (max-width: 768px) {
  #index main {
    margin-top: 100px;
  }
  #index header {
    top: 0;
  }
}
#index .mv {
  width: 100%;
  max-width: 1160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-right: 120px;
  padding-left: 30px;
  margin: auto;
  overflow: hidden;
}
#index .mv-txt {
  order: 1;
}
#index .mv-txt h2.logo {
  padding-bottom: 20px;
}
#index .mv-txt h2.logo p {
  font-size: 1.4375rem;
}
#index .mv-txt h2.logo p.jp.name {
  font-size: 2.375rem;
}
#index .mv-txt h2.logo p.eng.name {
  font-size: 1.4375rem;
}
#index .mv-txt h2.logo p.ttl {
  color: #333;
  font-size: 1.875rem;
}
#index .mv-txt h2.logo:after {
  content: "";
  width: 20vw;
  max-width: 400px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index .mv-txt nav {
  margin-top: 80px;
}
#index .mv-txt nav ul {
  display: block;
}
#index .mv-txt nav ul li {
  width: 130px;
  margin-top: 40px;
}
#index .mv-txt nav ul li a {
  justify-content: space-between;
}
#index .mv-txt nav ul li a:after {
  padding-left: 20px;
}
#index .mv-img {
  order: 2;
  width: auto;
  height: 64vh;
}
#index .mv-img img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #index .mv {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }
  #index .mv-txt {
    order: 2;
    margin-right: 60px;
  }
  #index .mv-txt h2.logo {
    display: none;
  }
  #index .mv-txt nav {
    margin-top: 80px;
  }
  #index .mv-txt nav ul {
    display: block;
  }
  #index .mv-txt nav ul li {
    width: 130px;
    margin-top: 40px;
  }
  #index .mv-txt nav ul li a {
    justify-content: space-between;
  }
  #index .mv-txt nav ul li a:after {
    padding-left: 20px;
  }
  #index .mv-img {
    order: 1;
    width: 100%;
    max-width: 356px;
    height: 550px;
  }
  #index .mv-img img {
    max-width: initial;
    width: auto;
  }
}

#second {
  /* sp */
  /******************************************
  [#profile] プロフィール
  ******************************************/
  /* sp */
  /******************************************
  [#works] ワークス
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /* sp */
  /* sp */
  /* sp */
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /* sp */
}
#second main {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #second .arrow-txt {
    right: 0;
    left: initial;
  }
}
#second #profile {
  padding-top: 0;
  background-color: initial;
}
#second .profile {
  display: flex;
}
#second .profile .img {
  max-width: 632px;
  width: 100%;
}
#second .profile .txt {
  margin-top: 120px;
  max-width: 738px;
  margin-left: 120px;
  width: 100%;
}
#second .profile .txt .jp.name,
#second .profile .txt .eng.name {
  font-size: 1.5625rem;
  margin-right: 15px;
  opacity: 1;
}
#second .profile .txt dl.data {
  display: flex;
  margin-top: 5px;
}
#second .profile .txt dl.data dt:after {
  content: "：";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #second .profile {
    display: block;
  }
  #second .profile .img {
    max-width: initial;
  }
  #second .profile .txt {
    margin-top: 70px;
    max-width: initial;
    margin-left: 20px;
  }
  #second .profile .txt .jp.name,
  #second .profile .txt .eng.name {
    font-size: 1.25rem;
  }
}
#second #works {
  background-color: #f5f5f5;
  padding: 0;
}
#second #detail {
  background-color: #f5f5f5;
}
#second #detail .worksTab-btn input[name=tab_item] {
  display: none;
}
#second #detail .worksTab-btn label[for] {
  cursor: pointer;
}
#second #detail .worksTab-btn a {
  display: block;
  width: calc((100% - 20px) / 5);
}
#second #detail .worksTab-btn a.on > label {
  background-color: #fff;
  color: #16431e;
}
#second #detail .worksTab-btn a > label {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #second .worksTab-btn a {
    display: block;
    width: calc((100% - 60px) / 5);
  }
}
#second .worksTab-btn {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
#second .worksTab-btn input[name=tab_item] {
  display: none;
}
#second .worksTab-btn label[for] {
  cursor: pointer;
}
#second .worksTab-btn input:checked + label,
#second .worksTab-btn label:hover {
  background-color: #fff;
  color: #16431e;
}
#second .worksTab-btn label {
  width: calc((100% - 60px) / 5);
  background-color: #16431e;
  padding: 24px 8px;
  font-size: 16px;
  font-family: "Lusitana";
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
#second .worksTab-container {
  padding: 80px 100px;
  clear: both;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  z-index: 2;
}
#second .worksTab-container:nth-of-type(2) {
  display: block;
}
#second .worksTab-container.prof {
  display: none;
}
#second .worksTab-content {
  gap: 0 32px;
  margin-bottom: 16px;
  display: flex;
}
#second .worksTab-age {
  font-family: "Lusitana";
}
#second .worksTab:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#second .worksTab details .c-summary {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
#second .worksTab details .c-summary .btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #second .worksTab-btn label {
    width: calc((100% - 20px) / 5);
    font-size: 12px;
    padding: 10px 2px;
  }
  #second .worksTab-container {
    padding: 40px 16px 160px;
  }
  #second .worksTab-content {
    flex-direction: column;
    line-height: 1.5;
  }
  #second .worksTab-age {
    font-weight: 700;
  }
  #second .worksTab:after {
    top: 44px;
  }
}
#second #contactForm,
#second #cookie,
#second #privacy {
  background-color: initial;
  padding: 160px 0 80px;
}
#second #contactForm h3,
#second #cookie h3,
#second #privacy h3 {
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  top: -70px;
}
#second #contactForm h3 span,
#second #cookie h3 span,
#second #privacy h3 span {
  font-size: 2.5rem;
  font-weight: bold;
  opacity: 0.05;
  display: block;
  pointer-events: none;
}
#second #contactForm .inner-wide,
#second #cookie .inner-wide,
#second #privacy .inner-wide {
  background-color: #fff;
  border-radius: 4px;
}
#second #contactForm .inner-wide .inner,
#second #cookie .inner-wide .inner,
#second #privacy .inner-wide .inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #second #contactForm h3,
  #second #cookie h3 {
    top: -37px;
  }
  #second #contactForm h3 span,
  #second #cookie h3 span {
    font-size: 1.875rem;
  }
}
#second #privacy .privacy-box {
  width: 100%;
  height: 300px;
  margin-top: 0 !important;
}
#second #privacy .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second #privacy .privacy-box-txt > p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#second #privacy .privacy-box-txt dl {
  width: 100%;
}
#second #privacy .privacy-box-txt dl dt {
  font-size: 1rem;
  font-weight: bold;
  color: #16431e;
  margin: 30px 0 5px;
}
#second #privacy .privacy-box-txt dl dd {
  font-size: 0.875rem;
  line-height: 1.6;
}
#second #privacy .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second #privacy .privacy-box-txt dl dd a {
  text-decoration: underline;
}
#second #privacy .privacy-box-txt ul {
  margin: 0 0 20px 2em;
}
#second #privacy .privacy-box-txt ul.parenthesized {
  margin: 0 0 20px 1em;
}
#second #privacy .privacy-box-txt ul.parenthesized li {
  list-style-type: none;
  counter-increment: cnt;
}
#second #privacy .privacy-box-txt ul.parenthesized li::before {
  content: "（ " counter(cnt) " ）";
}
#second #privacy .privacy-box-txt ul.decimal li {
  list-style-type: decimal;
}
#second #privacy .privacy-box-txt ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}
#second #privacy .privacy table tr th, #second #privacy .privacy table tr td {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
}
#second #privacy .privacy table tr th {
  width: 170px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  #second .privacy-box {
    padding: 0;
  }
  #second .privacy-box-txt p {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
  #second .privacy .basic th {
    width: 100px !important;
  }
}
#second #contactForm .form .myhp-form__items {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#second #contactForm .form .myhp-form__items .myhp-form__content {
  flex: 1;
}
#second #contactForm .form .myhp-form__items .myhp-form__title {
  margin: 10px 20px 0 0;
}
#second #contactForm .form .myhp-form__items .myhp-form__title .myhp-form__required {
  font-size: 0.875rem;
  background-color: #d40301;
  margin-right: 10px;
  padding: 3px 10px 4px;
}
#second #contactForm .form .myhp-form__items .myhp-form__note,
#second #contactForm .form .myhp-form__items .myhp-form__error {
  width: 100%;
}
#second #contactForm .form .myhp-form__button-confirm {
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 1.125rem;
  color: #333;
  font-weight: 600;
  line-height: 1.04;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  border: solid 1px #16431e;
  text-align: center;
  padding: 25px 15px;
  display: block;
  transition: 0.3s;
}
#second #contactForm .form .myhp-form__button-confirm:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: #16431e;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#second #contactForm .form .myhp-form__button-confirm:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #16431e;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#second #contactForm .form .myhp-form__button-confirm:hover {
  background-color: #16431e;
  color: #fff;
}
#second #contactForm .form .myhp-form__button-confirm:hover:before, #second #contactForm .form .myhp-form__button-confirm:hover:after {
  background-color: #fff;
}
#second #contactForm .form .myhp-form__privacypolicy-link {
  color: initial;
}
@media screen and (max-width: 768px) {
  #second #contactForm {
    padding: 60px 20px 40px;
  }
  #second #contactForm .inner-wide .inner {
    padding: 60px 0 40px;
  }
  #second #contactForm .form .myhp-form__items {
    display: block;
  }
  #second #contactForm .form .myhp-form__items .myhp-form__title {
    margin: 0 0 16px;
  }
  #second #contactForm .form .myhp-form__button-confirm {
    font-size: 0.875rem;
  }
  #second #contactForm .form .myhp-form__privacypolicy-text {
    font-size: 0.75rem;
    display: block;
  }
}
#second #form {
  padding-top: 0;
  margin-top: -60px;
}
#second table.normal {
  background: #fff;
}
#second table.normal tr th, #second table.normal tr td {
  color: #333;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
#second table.normal tr th {
  text-align: center;
  background: #c1c8c2;
}
#second .cookie a {
  color: #2560a4;
  text-decoration: underline;
}
#second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
  padding: 10px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(1) {
  width: 300px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(2) {
  width: 150px;
}
#second .cookie .cookieTable table tr td {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #second .cookie .cookieTable {
    width: 100%;
    overflow-x: scroll;
  }
  #second .cookie .cookieTable table {
    width: 600px;
  }
  #second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
    font-size: 0.75rem;
    padding: 10px;
  }
  #second .cookie .cookieTable table tr th {
    width: 33.333% !important;
  }
}

/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-2n.space2 .column-box,
.thumbnail-2n.space2 .column-box {
  width: calc((100% + 2px) / 2 - 2px);
  margin: 2px 2px 0 0;
}
.column-2n.space2 .column-box:nth-child(-n+2),
.thumbnail-2n.space2 .column-box:nth-child(-n+2) {
  margin-top: 0;
}

.column-2n,
.thumbnail-2n {
  margin-top: 30px;
}
.column-2n:first-child, .column-2n:first-of-type,
.thumbnail-2n:first-child,
.thumbnail-2n:first-of-type {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 40px) / 2 - 40px);
  margin: 40px 40px 0 0;
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n.space2 .column-box,
  .thumbnail-2n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-3n,
.thumbnail-3n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-3n.space2 .column-box,
.thumbnail-3n.space2 .column-box {
  width: calc((100% + 2px) / 3 - 2px);
  margin: 2px 2px 0 0;
}
.column-3n.space2 .column-box:nth-child(-n+3),
.thumbnail-3n.space2 .column-box:nth-child(-n+3) {
  margin-top: 0;
}

.column-3n,
.thumbnail-3n {
  margin-top: 30px;
}
.column-3n:first-child, .column-3n:first-of-type,
.thumbnail-3n:first-child,
.thumbnail-3n:first-of-type {
  margin-top: 0;
}
.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 40px) / 3 - 40px);
  margin: 40px 40px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n.space2 .column-box,
  .thumbnail-3n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-4n,
.thumbnail-4n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-4n.space2 .column-box,
.thumbnail-4n.space2 .column-box {
  width: calc((100% + 2px) / 4 - 2px);
  margin: 2px 2px 0 0;
}
.column-4n.space2 .column-box:nth-child(-n+4),
.thumbnail-4n.space2 .column-box:nth-child(-n+4) {
  margin-top: 0;
}

.column-4n,
.thumbnail-4n {
  margin-top: 30px;
}
.column-4n:first-child, .column-4n:first-of-type,
.thumbnail-4n:first-child,
.thumbnail-4n:first-of-type {
  margin-top: 0;
}
.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 40px) / 4 - 40px);
  margin: 40px 40px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n.space2 .column-box,
  .thumbnail-4n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-5n,
.thumbnail-5n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-5n.space2 .column-box,
.thumbnail-5n.space2 .column-box {
  width: calc((100% + 2px) / 5 - 2px);
  margin: 2px 2px 0 0;
}
.column-5n.space2 .column-box:nth-child(-n+5),
.thumbnail-5n.space2 .column-box:nth-child(-n+5) {
  margin-top: 0;
}

.column-5n,
.thumbnail-5n {
  margin-top: 30px;
}
.column-5n:first-child, .column-5n:first-of-type,
.thumbnail-5n:first-child,
.thumbnail-5n:first-of-type {
  margin-top: 0;
}
.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 40px) / 5 - 40px);
  margin: 40px 40px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n.space2 .column-box,
  .thumbnail-5n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-6n,
.thumbnail-6n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-6n.space2 .column-box,
.thumbnail-6n.space2 .column-box {
  width: calc((100% + 2px) / 6 - 2px);
  margin: 2px 2px 0 0;
}
.column-6n.space2 .column-box:nth-child(-n+6),
.thumbnail-6n.space2 .column-box:nth-child(-n+6) {
  margin-top: 0;
}

.column-6n,
.thumbnail-6n {
  margin-top: 30px;
}
.column-6n:first-child, .column-6n:first-of-type,
.thumbnail-6n:first-child,
.thumbnail-6n:first-of-type {
  margin-top: 0;
}
.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 40px) / 6 - 40px);
  margin: 40px 40px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n.space2 .column-box,
  .thumbnail-6n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0 !important;
  clear: both;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: inherit !important;
  z-index: 100;
  /* sp */
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #ddd !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #16431e;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
  /* sp */
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 768px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #16431e;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #333;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.loadingNone {
  display: none;
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 60px;
  position: fixed;
  right: -5px;
  top: 20%;
  z-index: 10;
  transition: 0.1s;
  /* sp */
}
.sideBnr a {
  font-size: 1.125rem;
  color: #16431e;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 15px 22px 15px 15px;
  display: block;
  line-height: 1;
}
.sideBnr a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-width: 0;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
}