@charset "UTF-8";

.bg-color {
  background-color: #139275;
  color: #fff;
}

a:link,
a:visited,
a:hover {
  color: #95B537;
  text-decoration: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Kosugi Maru", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1rem;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  background: #fff;
}

#body {
  font-size: 1.6rem;
}

.single {
  position: relative;
  max-width: 1200px;
  width: 99%;
  margin: 0 auto;
  padding: 80px 0;
}

.single_none {
  width: 99%;
  padding: 80px 0;
}

.msingle {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px;
}

@media (max-width: 768px) {
  .msingle {
    padding: 16px;
  }
}

.lsingle {
  width: 49%;
  float: left;
}

.rsingle {
  width: 49%;
  float: right;
}

footer {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 1.3rem;
  background: #fff;
  border-top: 3px solid #139275;
}

#footer {
  margin: 0 auto;
  padding: 16px 0 16px;
}

address span {
  display: inline-block;
}

.logo_f {
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 479px) {
  .logo_f {
    width: 180px;
    margin: 0 auto 8px;
  }
}

.copyright {
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#fnavi {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
}

#fnavi li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0 32px;
  font-size: 1.5rem;
  border-left: 1px solid #aaa;
}

#fnavi li:first-child {
  border-left: 0px solid #aaa;
}

#fnavi li:first-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #333;
}

#fnavi li a {
  color: #139275 !important;
}

#fnavi li a:link,
#fnavi li a:visited,
#fnavi li a:hover {
  color: #555 !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  #fnavi {
    display: none;
  }
}

#fmenu-lg {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.3rem;
  padding: 16px 0;
}

#fmenu-lg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#fmenu-lg li {
  /*display:inline;
    margin-right:20px; */
  width: calc(100% / 4.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

#fmenu-lg li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f068";
  margin-right: 5px;
  color: #139275;
}

#fmenu-lg li:last-child {
  border: none;
  margin: 0;
}

#fmenu-lg a:link,
#fmenu-lg a:visited,
#fmenu-lg a:hover {
  color: #fff;
  text-decoration: none;
}

#fmenu-lg li ul {
  margin-top: 15px;
}

#fmenu-lg li ul li {
  width: 100% !important;
  /*display:inline;
      margin-right:20px; */
  font-weight: normal;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0rem;
  padding-left: 0em;
  border-right: 0px solid #aaa;
  height: auto;
  margin-bottom: 5px;
}

#fmenu-lg li ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "・";
  margin-right: 5px;
  color: #FFF;
}

.mtext1 {
  font-size: 2.3rem;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #139275;
}

@media (max-width: 768px) {
  .mtext1 {
    font-size: 1.5rem !important;
  }
}

.sp {
  display: none;
  margin: 0 auto;
}

.pc {
  display: block;
  margin: 0 auto;
}

.map {
  width: 100%;
  height: 450px;
}

.scrollbar-y {
  width: 100%;
  height: 79px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.scrollbar-y::-webkit-scrollbar {
  width: 5px;
}

.scrollbar-y::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.scrollbar-y::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}

.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #139275;
}

.news dd {
  padding-left: 8em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news-bl dt {
  float: left;
  width: 7em;
  background: #139275;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.news-bl dd {
  padding-left: 8em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0;
}

.news-bl dd:last-child {
  border-bottom: 0px;
}

.list_check {
  padding: 8px 0;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list_check li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #139275;
}

.list_check li:last-child {
  border-bottom: dotted 0px #aaa;
}

.file-btn {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 3px;
  color: #fff;
  background: #aaa;
  cursor: pointer;
  font-size: 1.3rem;
}

.file-btn:hover {
  background: #ccc;
}

.file-btn input {
  display: none;
}

.form {
  margin: 10px 0 10px;
}

.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
  font-size: 1.6rem;
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.form dd p {
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #bbb;
  width: calc(100% - 10px) !important;
  padding: 0 5px;
  border-radius: 2px;
}

.textarea {
  height: 30px;
}

textarea {
  height: 350px !important;
}

.form-button {
  margin: 32px 0;
}

#mailform button {
  cursor: pointer;
  font-size: 1.5rem;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #139275;
  font-weight: normal;
  letter-spacing: 0.1rem;
  border: 1px solid #139275;
}

#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}

#mailform button:hover {
  background: #fff;
  color: #139275;
}

#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*Radio Text*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: '';
  z-index: 3;
}

label.radio_text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64BCFF;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #FFF;
  box-shadow: 20px -1px #FFF;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #139275;
  border-bottom: 3px solid #139275;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #FFF;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #EEE;
  box-shadow: 41px 0px #EEE;
}

.fm-text {
  padding: 8px;
  margin: 16px 0;
  text-align: center;
  border: 2px solid #eee;
  background: #fff;
}

#two_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#two_column #sidenav {
  background: #fff;
  width: calc(260px - 0px);
  padding: 0px;
}

#two_column #sidenav h1 {
  text-align: center;
  padding: 32px 0 0;
  margin-bottom: 0;
}

#two_column #sidenav h1 img {
  width: 90%;
}

#two_column #main {
  width: calc(100% - 260px);
  margin-left: 0px;
  background: #fff;
}

@media (max-width: 768px) {
  #two_column #sidenav {
    width: calc(100% - 0px);
    padding: 16px 0;
  }

  #two_column #sidenav .smenu {
    display: none;
  }

  #two_column #sidenav h1 {
    padding: 0;
  }

  #two_column #sidenav h1 img {
    width: 100px;
  }

  #two_column #main {
    width: calc(100% - 0px);
  }
}

.smenu {
  padding: 0 16px;
}

.smenu li {
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.smenu a {
  padding: 6px 0px;
  font-size: 1.3rem;
  font-family: "Kosugi Maru", sans-serif;
  text-indent: 1em;
  display: block;
  text-decoration: none;
  /*
    &:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f0da";
      margin-right: 5px;
    }
 */
}

.smenu a span {
  font-size: 1.3rem;
  font-family: "Kosugi Maru", sans-serif;
}

.smenu a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #139275;
}

.smenu a:link,
.smenu a:visited {
  color: #333;
}

/* bnr_onepoint */
.bnr_onepoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bnr_onepoint li {
  width: calc(50%);
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #fff;
}

.bnr_onepoint li * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.bnr_onepoint li *:before,
.bnr_onepoint li *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.bnr_onepoint li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.bnr_onepoint li figcaption img {
  margin-bottom: 20px;
}

.bnr_onepoint li figcaption p {
  text-align: left;
}

.bnr_onepoint li figcaption .btn {
  border: 1px solid #fff;
  padding: 3px 0;
  width: 220px;
  margin-top: 30px;
  text-align: center !important;
}

.bnr_onepoint li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bnr_onepoint li:hover img:not(.icn) {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bnr_onepoint li:hover .btn {
  background: #fff;
  color: #333;
}

@media (max-width: 768px) {
  .bnr_onepoint li {
    width: calc(100%);
  }

  .bnr_onepoint figcaption {
    position: absolute;
    margin: auto;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .bnr_onepoint figcaption .btn {
    margin-top: 10px !important;
  }

  .bnr_onepoint figcaption img:not(.icn) {
    width: 180%;
  }

  .bnr_onepoint figcaption p {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto;
  }

  .bnr_onepoint figcaption .icn {
    width: 250px;
  }

  .bnr_onepoint figcaption .btn {
    margin-top: 5px;
  }
}

.list_btn {
  font-size: 1.2em;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list_btn li {
  width: calc(33.33% - 10px);
  position: relative;
  border-radius: 35px;
  border: 1px solid #139275;
  text-align: center;
}

.list_btn li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 90%;
  bottom: 25%;
  color: #139275;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list_btn li:hover:before {
  left: 92%;
  color: #fff;
}

.list_btn li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 10px 0px;
}

.list_btn li a:link,
.list_btn li a:visited {
  color: #139275;
}

.list_btn li a:hover {
  color: #fff !important;
}

.list_btn li:hover {
  background: #139275;
}

@media (max-width: 768px) {
  .list_btn li {
    width: calc(100%);
    margin: 0 0 10px;
  }
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #139275;
  width: 100px;
  background: #139275;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .listFlow dl {
    display: block;
    width: 100%;
  }

  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }

  .listFlow dl dt .num {
    display: block;
  }

  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

.mttl_bl {
  background: #f1f1f1;
  color: #139275;
  text-indent: 0.8em;
  font-size: 1.8rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #139275;
  margin: 10px 0;
  padding: 5px 0;
}

.mttl_yl {
  font-size: 3.2rem;
  color: #139275 !important;
  text-align: center;
  position: relative;
  line-height: 1em;
  padding: 20px 0;
  display: table;
  margin: 0 auto 16px;
}

.mttl_yl:after,
.mttl_yl:before {
  content: "";
  width: 2px;
  height: 1.7em;
  background: #139275;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mttl_yl:before {
  -webkit-transform: skewX(-150deg);
  transform: skewX(-150deg);
  left: -40px;
}

.mttl_yl:after {
  -webkit-transform: skewX(150deg);
  transform: skewX(150deg);
  right: -40px;
}

.mttl_yl span {
  display: block;
  margin-top: 5px;
}

.mttl_bar {
  font-family: "Kosugi Maru", sans-serif;
  position: relative;
  border-bottom: 2px solid #139275;
  margin: 0 0px 16px;
  padding-bottom: 0px;
  font-size: 2.3rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #139275;
}

.mttl_bar:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  margin-right: 8px;
  color: #139275;
}

.mttl_bar:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #12896e;
}

.mttl_bar span {
  margin-left: 5px;
  margin-bottom: .2em;
  color: #555;
  font-size: .6em;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.mttl_cl {
  font-family: "Kosugi Maru", sans-serif;
  color: #139275;
  text-align: center;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 45px;
  position: relative;
  letter-spacing: 0.2rem;
}

.mttl_cl:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #139275;
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.mttl_cl span {
  font-size: 1.2rem;
  display: block;
  color: #139275;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 479px) {
  .mttl_cl {
    font-size: 2rem;
    margin-bottom: 24px;
  }

  .mttl_cl:after {
    top: 50px;
  }
}

#blog_flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 20px auto 100px;
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 20px;
}

#blog_flexwrap #blog_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}

.blog_sttl01 {
  background: #139275;
  color: #fff;
  text-indent: 5px;
  font-size: 1.7rem;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: normal;
}

.blog_sttl01:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ca";
  margin-right: 5px;
}

.blog_mttl {
  width: calc(100% - 20px);
  color: #139275;
  font-size: 1.8rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #139275;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8;
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
}

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
  padding: 15px 0;
}

.pages {
  width: 100%;
}

.page_next {
  float: left;
  width: 49%;
}

.page_prev {
  float: right;
  text-align: right;
  width: 49%;
}

.page_prev a {
  display: block;
  padding: 5px 10px;
  background: #139275;
}

.page_next a {
  display: block;
  padding: 5px 10px;
  background: #139275;
}

.page_prev a:hover,
.page_next a:hover {
  opacity: 0.6;
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
  color: #fff;
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
  color: #fff;
}

.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog_side_list .blog_bx {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 1.2rem;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}

.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_side_list .blog_bx figcaption {
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.blog_side_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 1.2rem;
  color: #139275;
  float: none;
  padding: 0 0px;
}

.blog_side_list .blog_bx .ttm {
  float: none;
  padding-top: 0px;
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog_top_list .blog_bx {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: calc(33.33% - 40px) !important;
  font-size: 12px;
  margin: 10px;
  position: relative;
  padding: 10px 10px 10px;
  background: #fff !important;
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_top_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}

.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}

.blog_top_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #139275;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
  font-size: 1.6rem;
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

.archive li {
  border-bottom: 1px dotted #aaa;
}

.archive li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
  color: #139275;
}

@media (max-width: 768px) {
  .blog_top_list {
    margin-bottom: 0;
  }

  .blog_top_list .blog_bx {
    width: calc(100% - 22px) !important;
    margin: 0px 0 8px;
  }

  .blog_top_list .blog_bx .blog_bx_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog_top_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 150px);
  }

  .blog_top_list .blog_bx figcaption {
    width: 130px;
    height: 100px;
    display: block;
    text-align: center;
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
  }

  .blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #139275;
    float: none;
    padding: 0 0px;
  }

  .blog_top_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #888;
  }

  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }

  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
  }

  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }

  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }

  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .page_prev {
    float: none;
    text-align: left;
    width: 100%;
  }
}

table th {
  vertical-align: middle;
  padding: 16px 8px;
  font-weight: normal;
  line-height: 1.5;
  border: #ddd 1px solid;
  background: #eee;
}

table td {
  padding: 5px 10px;
  vertical-align: middle;
  border: #ddd 1px solid;
}

table td b {
  color: #139275;
  font-size: 12px;
}

table.tbl-2l {
  margin: 16px 0;
}

table.tbl-2l th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none !important;
}

table.tbl-2l tr:nth-child(odd) {
  background: #eee !important;
}

table.tbl-2l td {
  padding: 15px 10px;
  border: #eee 0px solid !important;
  background: none;
}

.bg_image1 {
  background-image: url(../img/bg_image1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-position: top center;
}

.bg_image2 {
  background-image: url(../img/bg_image2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.bg_image3 {
  background-image: url(../img/bg_image3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.bg_image4 {
  background-image: url(../img/bg_image4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.bg_image5 {
  background-image: url(../img/bg_image5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.btn-r {
  max-width: 1200px;
  margin: 16px auto;
  background: #eee;
  padding: 8px 0;
}

.btn-r a {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #139275;
  border: 2px solid #139275;
  font-size: 16px;
  display: block;
  width: 265px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  color: #139275;
  border-radius: 35px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-r a:hover {
  color: #139275 !important;
  background-color: #fff;
  border-color: #139275;
}

.btn-r a:link,
.btn-r a:visited,
.btn-r a:hover {
  color: #FFF;
  text-decoration: none;
}

.btn-r a::before,
.btn-r a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #139275;
}

.btn-r a::before {
  right: 0;
}

.btn-r a::after {
  left: 0;
}

.btn-r a:hover::before,
.btn-r a:hover::after {
  width: 0;
  background-color: #139275;
  border-radius: 20px;
}

.btn-r a::before,
.btn-r a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  border-radius: 20px;
}

.btn-r a::before,
.btn-r a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn1 a {
  position: relative;
  z-index: 2;
  background: #139275;
  border: 2px solid #139275;
  font-size: 16px;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn1 a:link,
.btn1 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn1 a:hover {
  color: #139275;
  text-decoration: none;
  background-color: #fff;
  border-color: #139275;
}

.btn1 a::before,
.btn1 a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #139275;
}

.btn1 a::before {
  right: 0;
}

.btn1 a::after {
  left: 0;
}

.btn1 a:hover::before,
.btn1 a:hover::after {
  width: 0;
  background: #139275;
}

.btn1 a::before,
.btn1 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn1 a::before,
.btn1 a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_cline {
  position: relative;
  display: block;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
  .btn_cline {
    border: 1px solid #000000;
    margin: 16px auto;
  }

  .btn_cline>span {
    pointer-events: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%;
    height: 54px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.83px;
  }

  .btn_cline>span:after {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 40px;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  .btn_cline:before {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
  }

  .btn_cline:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -40px;
    width: 80px;
    height: 1px;
    background: #000;
  }

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

  .btn_cline:hover>span {
    color: #fff;
  }

  .btn_cline:hover>span:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .btn_cline.white {
    border: 1px solid #fff;
  }

  .btn_cline.white>span {
    color: #fff;
  }

  .btn_cline.white>span:after {
    background: #000;
  }

  .btn_cline.white:after,
  .btn_cline.white:before {
    background: #fff;
  }

  .btn_cline.white:hover>span {
    color: #000;
  }
}

@media screen and (max-width: 750px) {
  .btn_cline {
    border: 2px solid #000000;
    width: 80%;
  }

  .btn_cline>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    text-align: left;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 1.33px;
    font-family: 'Montserrat', sans-serif;
  }

  .btn_cline:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30px;
    width: 50px;
    height: 1px;
    background: #000;
  }

  .btn_cline.white {
    border: 1px solid #fff !important;
  }

  .btn_cline.white>span {
    color: #fff !important;
  }

  .btn_cline.white:after {
    background: #fff !important;
  }
}

.list4 .list_bx {
  width: calc(25% - 33px) !important;
}

@media (max-width: 768px) {
  .list4 .list_bx {
    width: calc(100% - 33px) !important;
  }
}

.linklist_sb {
  position: relative;
  margin: 0 0 32px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.linklist_sb .list_bx {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: calc(33.33% - 30px) !important;
  font-size: 12px;
  margin: 5px;
  position: relative;
  padding: 10px;
  background: #fff;
}

.linklist_sb .list_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.linklist_sb .list_bx .btn {
  margin-top: 8px;
}

.linklist_sb .list_bx .btn span {
  border: 1px solid #111;
  padding: 2px 24px;
}

.linklist_sb .list_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.linklist_sb .list_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}

.linklist_sb .list_bx:hover {
  background: #EEE;
}

.linklist_sb .list_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.linklist_sb .list_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.linklist_sb .list_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.linklist_sb .list_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.linklist_sb .list_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.linklist_sb .list_bx .ttl {
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  float: left;
  background: #139275;
  padding: 0 15px;
  margin-bottom: 5px;
}

.linklist_sb .list_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 10px;
  font-weight: normal;
  color: #333;
}

.linklist_sb .list_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.linklist_sb .list_bx .list_ttl {
  clear: both;
  font-weight: bold;
  color: #139275;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #139275;
}

@media screen and (max-width: 768px) {
  .linklist_sb .list_bx {
    /*アニメーション*/
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
  }
}

.bg1 {
  background: url("../img/footer_bg.png") bottom center repeat-x;
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}

#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*background: #eb6100;*/
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #139275;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

#page-top a:hover {
  background: #28e3b8;
  text-decoration: none;
}

.contactbx {
  text-align: center;
  margin: 15px 0;
}

.contactbx li {
  margin: 0 5px 10px;
  display: inline-block;
}

.contactbx a {
  width: 100%;
  display: block;
  font-size: 20px;
}

.contactbx .tl a {
  background: #fff;
  width: 550px;
  max-width: 550px;
  font-weight: bold;
  padding: 8px 0px;
  border: 1px solid #139275;
  font-size: 2.3rem;
  font-family: "Kosugi Maru", sans-serif;
}

.contactbx .ml a {
  background: #fff;
  width: 550px;
  max-width: 550px;
  font-weight: bold;
  padding: 8px 0px;
  border: 1px solid #139275;
  font-size: 2.3rem;
  font-family: "Kosugi Maru", sans-serif;
  background: #139275;
}

.contactbx .ol a {
  background: #fff;
  width: 550px;
  max-width: 550px;
  font-weight: bold;
  padding: 8px 0px;
  border: 1px solid #139275;
  font-size: 2.3rem;
  font-family: "Kosugi Maru", sans-serif;
  background: #139275;
}

.contactbx .tl a:link,
.contactbx .tl a:visited {
  color: #333;
}

.contactbx .tl a:hover {
  color: #fff;
  background: #139275;
}

.contactbx .tl a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 15px;
}

.contactbx .ml a:link,
.contactbx .ml a:visited {
  color: #fff;
}

.contactbx .ml a:hover {
  color: #fff;
  background: #139275;
  opacity: 0.6;
}

.contactbx .ml a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 5px;
}

.contactbx .ol a {
  color: #fff !important;
}

.contactbx .ol a:link,
.contactbx .ol a:visited {
  color: #fff !important;
}

.contactbx .ol a:hover {
  color: #fff !important;
  background: #28e3b8;
}

.contactbx .ol a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .contactbx .tl a {
    width: 100% !important;
    min-width: 290px !important;
    display: block;
    font-size: 1.8rem;
  }

  .contactbx .ml a {
    width: 100% !important;
    min-width: 290px !important;
    display: block;
    font-size: 1.8rem;
  }

  .contactbx .ol a {
    width: 100% !important;
    min-width: 290px !important;
    display: block;
    font-size: 1.8rem;
  }
}

.bg-area {
  background-image: url(../img/bg-area.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 330px;
}

.bg-area .lsingle {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .bg-area {
    background: none;
    height: auto;
  }

  .bg-area .lsingle {
    padding-bottom: 200px;
  }
}

header {
  width: 100%;
  z-index: 100;
  padding: 16px 0 8px;
  border-top: 3px solid #139275;
  position: relative;
}

header #head {
  max-width: 1200px;
  margin: 0 auto 8px;
}

header #head .logo {
  float: left;
}

header #head #menuA {
  height: auto;
  background: #f2f2f2;
}

header #menu {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px 0;
}

header #menu * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #menu ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header #menu li {
  width: calc(100% / 6 - 2px);
  border-left: #28e3b8 1px dotted;
}

header #menu li:last-child {
  border-right: #28e3b8 1px dotted;
}

header #menu li a {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  display: block;
  padding: 16px 0px;
  letter-spacing: 0.1rem;
  color: #139275;
}

header #menu li a span {
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
  letter-spacing: 0rem;
  color: #139275;
}

header #menu li a:link,
header #menu li a:visited {
  color: #139275;
  text-decoration: none;
}

header #menu li a:hover {
  opacity: 0.6;
}

header .tel {
  float: right;
}

header .telbtn_t {
  float: left;
  margin: 0 15px;
  line-height: 1.4;
  text-align: center;
  color: #222;
  padding-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

header .telbtn_t span {
  font-size: 3.2rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
}

header .telbtn_t span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f095";
  margin-right: 5px;
  color: #FFF;
  font-size: 2.9rem;
  color: #139275;
}

header .mailbtn_t {
  float: right;
}

header .mailbtn_t a {
  display: block;
  background: linear-gradient(135deg, #139275 50%, #07382d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
  color: #FFFFFF;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

header .mailbtn_t a:hover {
  background: #139275;
}

header.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 2px;
}

header.clone-nav #menu li {
  border-left: #d5d5d5 1px solid;
}

header.clone-nav #menu li:last-child {
  border-right: #d5d5d5 1px solid;
}

header.clone-nav .telbtn_t {
  color: #111;
}

header.clone-nav .telbtn_t span:before {
  color: #139275;
}

header.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 768px) {
  header {
    height: 57px !important;
    padding: 0px 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
  }

  header #head {
    height: 57px !important;
  }

  header #head .logo {
    margin-top: 12px;
    margin-left: 5px;
    width: 123px;
    height: 35px;
    font-size: 0;
  }

  header #head .logo img {
    height: 35px;
  }

  header #head .tel {
    display: none;
  }

  header.clone-nav {
    z-index: 0;
    width: 100%;
    -webkit-transition: .0s;
    transition: .0s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0) 0 2px 2px 2px;
  }
}

.slick-slide {
  position: relative;
}

.slick-slide:not(.slick-current) {
  opacity: .5;
}

.slick-slide img {
  margin: 0 auto;
}

.slick-slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /*  width: calc(100% - 40px);*/
  padding: 10px;
  opacity: 0;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  pointer-events: none;
}

.slick-slide .caption>img {
  width: 60%;
}

.slick-current .caption {
  opacity: 1;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  bottom: 26%;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 2;
}

.slick-prev {
  left: 25px;
}

.slick-prev:before {
  content: '';
  border: 3px solid #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15%;
  border-top: none;
  border-right: none;
}

.slick-next {
  right: 50px;
}

.slick-next:before {
  content: '';
  border: 3px solid #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 15%;
  border-top: none;
  border-right: none;
}

.square-dots {
  bottom: -100px;
}

@media (max-width: 768px) {
  .flash {
    height: 60px;
  }

  .slick-current .caption {
    bottom: 6vw;
  }

  .slick-slide .caption>img {
    width: 100%;
  }

  .square-dots {
    bottom: 5px;
  }

  .square-dots li {
    margin: 0 3px;
  }

  .square-dots li button {
    width: 25px;
  }
}

#title_bg1 {
  background-image: url("../img/bg_image1.jpg");
}

#title_bg2 {
  background-image: url(../img/bg_title2.jpg);
}

#title_bg3 {
  background-image: url(../img/bg_title3.jpg);
}

#title_bg4 {
  background-image: url(../img/bg_title4.jpg);
}

#title_bg5 {
  background-image: url(../img/bg_title5.jpg);
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
}

#title {
  padding: 120px 0;
  margin: 0px auto 0;
  background: rgba(255, 255, 255, 0.6);
}

#title h2 {
  font-family: "Kosugi Maru", sans-serif;
  color: #139275;
  text-align: center;
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 1.4;
  position: relative;
  letter-spacing: 4px;
}

#title h2 span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 13px;
  display: block;
  color: #139275;
}

@media screen and (max-width: 768px) {
  #title {
    padding: 100px 0 40px;
  }

  #title h2 {
    font-size: 2.5rem;
  }
}

.pvc strong {
  color: #139275;
  display: block;
  border-bottom: 1px dotted #aaa;
  margin: 8px 0;
}

.pvc strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

.pvc h4 {
  color: #139275;
  display: block;
  border-bottom: 1px dotted #aaa;
  margin: 8px 0;
}

.pvc h4:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

.section_box_text_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: #139275 0 0 0 1px;
  box-shadow: #139275 0 0 0 1px;
  margin: 0 auto;
  background: #139275;
  color: #fff;
}

.section_box_text_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: #139275 0 0 0 1px;
  box-shadow: #139275 0 0 0 1px;
  margin: 0 auto;
  background: #139275;
  color: #fff;
}

.section_box_text_box {
  width: 470px;
  vertical-align: middle;
  padding: 20px 35px;
}

.section_box_text_box .btn1 {
  margin-top: 8px;
}

.section_box_text_box .mttl_cl:after {
  background: #FFF;
}

.section_box_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.conts-ttl {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 15px;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.conts-ttlB {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
  color: #139275;
}

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

  .section_box_text_r,
  .section_box_text_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto 32px;
  }

  .section_box_text_box {
    width: calc(100% - 40px);
    vertical-align: middle;
    padding: 20px 20px;
  }

  .section_box_img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .section_box_img img {
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
    width: 100%;
    height: 250px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

.blanket li {
  padding: 0px 0;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: -150px;
}

.blanket li:nth-child(2n) {
  display: block;
}

.blanket li:nth-child(2n) .image {
  margin: 0 auto;
}

.blanket li:nth-child(2n) .blanket_ttl_top {
  text-align: left;
  color: #139275 !important;
}

.blanket li .image,
.blanket li .detailBox {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}

.blanket li .image {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.blanket li .image img {
  -webkit-box-shadow: rgba(19, 146, 117, 0.1) -50px 50px 0 0;
  box-shadow: rgba(19, 146, 117, 0.1) -50px 50px 0 0;
}

.blanket li .detailBox {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.blanket li .textBox {
  background: white;
  padding: 50px 60px 100px;
}

.blanket li .blanket_ttl_top {
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-indent: 2rem;
  text-align: right;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
}

.blanket li .blanket_ttl_top span {
  display: block;
  font-size: 1.8rem;
}

.blanket li .blanket_ttl {
  font-size: 2.4rem;
  font-weight: normal;
  color: #139275;
  margin-bottom: 10px;
}

.blanket li .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}

.btn_slash {
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 270px;
  margin: 0 auto;
}

.btn_slash:before {
  background: #139275;
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
  z-index: 2;
}

.btn_slash:after {
  -webkit-transform: skew(-12deg) translate(8px, 8px);
  transform: skew(-12deg) translate(8px, 8px);
  border-color: #139275;
  z-index: 1;
}

.btn_slash:before,
.btn_slash:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #139275;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.btn_slash a {
  padding: 20px 0 21px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 3;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  text-decoration: none;
}

.btn_slash:hover:before {
  border-color: #02672c;
  background-color: #02672c;
  -webkit-transform: skew(-12deg) translate(4px, 4px);
  transform: skew(-12deg) translate(4px, 4px);
}

.btn_slash:hover:after {
  border-color: #02672c;
  -webkit-transform: skew(-12deg) translate(4px, 4px);
  transform: skew(-12deg) translate(4px, 4px);
}

.btn_slash:hover a {
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

@media screen and (max-width: 768px) {
  .blanket li {
    display: block;
    margin: 0;
  }

  .blanket li:nth-child(2n) {
    display: block;
  }

  .blanket li:nth-child(2n) .image {
    margin: 0 auto;
  }

  .blanket li:nth-child(2n) .blanket_ttl_top {
    text-align: left;
  }

  .blanket li .image,
  .blanket li .detailBox {
    width: 100%;
  }

  .blanket li .detailBox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    padding: 20px 0;
  }

  .blanket li .image img {
    -webkit-box-shadow: rgba(19, 146, 117, 0.1) -10px 10px 0 0;
    box-shadow: rgba(19, 146, 117, 0.1) -10px 10px 0 0;
  }

  .blanket li .textBox {
    width: calc(100% - 20px);
    background: white;
    padding: 15px 10px;
  }

  .blanket li .blanket_ttl_top {
    font-size: 3rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    text-align: left;
    margin-bottom: 0;
    text-indent: 1rem;
  }

  .blanket li .blanket_ttl_top span {
    font-size: 1.3rem;
  }

  .blanket li .blanket_ttl {
    font-size: 2rem;
    font-weight: normal;
  }

  .blanket li .btn {
    width: 90% !important;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .blanket .btn_slash {
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 25px auto 0;
  }
}

/* product_list */
.product_list_info {
  font-size: 13px;
}

.product_list_info dt {
  float: left;
  width: 6em;
  background: #139275;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.product_list_info dd {
  padding-left: 7em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0;
}

.product_list_info dd:last-child {
  border-bottom: 0px;
}

.product_list {
  width: 100%;
  margin: 10px auto 0;
}

.product_list * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_list figcaption {
  position: relative;
  width: 95%;
  height: 250px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.product_list figcaption img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  font-family: 'object-fit: cover;';
}

.product_list li {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 10px;
  padding: 10px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.product_list li:hover {
  background: rgba(242, 242, 242, 0.2);
}

.product_list li:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.product_list li:hover .btn {
  color: #FFF;
  background: #139275;
}

.product_list li .btn {
  padding: 2px 0px;
  margin: 5px auto;
  font-size: 1.2rem;
  border: 1px solid #139275;
  display: block;
  width: 160px;
  text-align: center;
  color: #139275;
}

.product_list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.product_list li h3 {
  font-size: 1.6rem;
  color: #139275;
  font-family: "Kosugi Maru", sans-serif;
  margin: 10px 0;
  text-align: center;
}

.product_list li .catch {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  z-index: 9999;
  top: -20px;
  left: -10px;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #139275;
  color: #fff;
  margin-bottom: -10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px 0px;
}

.product_list li .product_list_ttl {
  font-size: 1.8rem;
  margin: 10px 0;
  text-align: center;
  font-weight: normal;
  color: #139275;
  font-family: "Kosugi Maru", sans-serif;
}

.product_list li .text {
  text-align: left;
  font-size: 13px;
}

.product_list li .text:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 3px;
  color: #139275;
}

@media screen and (max-width: 768px) {
  .product_list ul {
    display: block;
  }

  .product_list figcaption {
    background: #fff;
    width: 95%;
    height: auto;
  }

  .product_list li {
    width: 93%;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
  }

  .product_list_btn {
    position: relative;
  }
}

.form-contents{
  padding: 0 0 30px 0 !important;
}

.form-contents form dl dt:not(.pattern-exclusion) {
  font-weight: bold;
}

.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  color: #fff !important;
  background: #FF4F4F !important;
  padding: 0 5px 0 !important;
  margin-right: 5px !important;
  font-size: 1.1rem !important;
  border-radius: 2px !important;
  position: relative !important;
  top: -2px !important;
}

.form-contents form dl dd:not(.pattern-exclusion) label{
  display: block;

}

.form-contents form dl dd:not(.pattern-exclusion) input, .form-contents form dl dd:not(.pattern-exclusion) textarea{
  vertical-align: initial;
}

.form-contents dd:not(.pattern-exclusion) input.textarea {
  height: 30px !important;
}

.form-contents :not(.pattern-exclusion) button {
  background-color: #139275 !important;
  border: 1px solid #139275 !important;
}

.form-contents :not(.pattern-exclusion) button:hover {
  background-color: #fff !important;
  color: #139275 !important;
}

.form-pattern-2 .submit-btn:hover::before {
  background-color: #139275 !important;
  transition: all 0.2s ease-in-out 0s;
}