/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 18.11594vw;
}

@media (min-width: 600px) {
  body {
    padding-bottom: 12.5vw;
  }
}

@media (min-width: 900px) {
  body {
    padding-bottom: 0;
  }
}

.only--pc {
  display: none !important;
}

@media (min-width: 900px) {
  .only--pc {
    display: block !important;
  }
}

.only--sp {
  display: block !important;
}

@media (min-width: 900px) {
  .only--sp {
    display: none !important;
  }
}

::-webkit-scrollbar {
  display: none;
}

body {
  padding-bottom: 0;
}

.header {
  width: 100%;
  padding: 20px 0;
}

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

.header-logo a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.header-logo a img {
  width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 16px 0;
  }
  .header-logo a img {
    width: 240px;
  }
}

.mv {
  position: relative;
}

.mv-container {
  max-width: 1200px;
  margin: 0 auto;
}

.mv-container-item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mv .prev-btn {
  width: 44px;
  height: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(((100vw - 1200px) / 2) * -1);
  z-index: 100;
  cursor: pointer;
}

.mv .next-btn {
  width: 44px;
  height: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(((100vw - 1200px) / 2) * -1);
  z-index: 100;
  cursor: pointer;
}

.mv .slide-dots {
  cursor: pointer;
  z-index: 100;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.mv .slide-dots li {
  width: 50px;
  height: 2px;
  margin: 0 6px;
  background: #d8d8d8;
  cursor: pointer;
}

.mv .slide-dots li button {
  display: none;
}

.mv .slide-dots .slick-active {
  background: #0C6836;
}

@media only screen and (max-width: 1200px) {
  .mv .prev-btn {
    left: 0;
  }
  .mv .next-btn {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mv-container {
    max-width: 100%;
  }
  .mv .prev-btn {
    display: none;
    visibility: hidden;
  }
  .mv .next-btn {
    display: none;
    visibility: hidden;
  }
  .mv .slide-dots {
    margin-top: 28px;
  }
  .mv .slide-dots li {
    width: 40px;
  }
}

.intro {
  max-width: 1200px;
  margin: 160px auto 120px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
}

.intro-logo {
  box-sizing: border-box;
  max-width: 50%;
  border-left: 20px solid #0D6837;
  border-top: 20px solid #0D6837;
  border-bottom: 20px solid #0D6837;
  padding: 0 40px 0 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.intro-logo.other {

}

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

.intro-content {
  box-sizing: border-box;
  max-width: 50%;
  padding: 70px 60px 70px 40px;
  border-right: 20px solid #000000;
  border-top: 20px solid #000000;
  border-bottom: 20px solid #000000;
}

.intro-content._001 {
  border-right: 20px solid #cc0c2f;
  border-top: 20px solid #cc0c2f;
  border-bottom: 20px solid #cc0c2f;
}

.intro-content._002 {
  border-right: 20px solid #0D6837;
  border-top: 20px solid #0D6837;
  border-bottom: 20px solid #0D6837;
}

.intro-content._003 {
  border-right: 20px solid #E90022;
  border-top: 20px solid #E90022;
  border-bottom: 20px solid #E90022;
}

.intro-content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667;
  color: #000000;
  text-align: center;
}

.intro-content p + p {
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .intro {
    max-width: 100%;
    margin: 80px 24px 80px;
    padding: 54px 24px 63px;
    flex-direction: column;
    border-top: 16px solid #0D6837;
    border-right: 16px solid #0D6837;
    border-left: 16px solid #0D6837;
    position: relative;
  }
	
 .intro._001Sp {
    border-bottom: 16px solid #cc0c2f;
  }
 .intro._001Sp:before {
    content: "";
    height: calc(50% + 16px);
    width: 16px;
    background: #cc0c2f;
    position: absolute;
    bottom: -16px;
    left: -16px;
  }
  .intro._001Sp:after {
    content: "";
    height: calc(50% + 16px);
    width: 16px;
    background: #cc0c2f;
    position: absolute;
    bottom: -16px;
    right: -16px;
  }
  .intro._002Sp {
    border-bottom: 16px solid #0D6837;
  }
  .intro._002Sp:before {
    content: "";
    height: calc(50% + 16px);
    width: 16px;
    background: #0D6837;
    position: absolute;
    bottom: -16px;
    left: -16px;
  }
  .intro._002Sp:after {
    content: "";
    height: calc(50% + 16px);
    width: 16px;
    background: #0D6837;
    position: absolute;
    bottom: -16px;
    right: -16px;
  }
  .intro._003Sp {
    border-bottom: 16px solid #E90022;
  }
  .intro._003Sp:before {
    content: "";
    height: calc(50% + 16px);
    width: 16px;
    background: #E90022;
    position: absolute;
    bottom: -16px;
    left: -16px;
  }
  .intro._003Sp:after {
    content: "";
    height: calc(50% + 16px);
    width: 16px;
    background: #E90022;
    position: absolute;
    bottom: -16px;
    right: -16px;
  }
  .intro-logo {
    box-sizing: border-box;
    max-width: 100%;
    border-left: none;
    border-top: none;
    border-bottom: none;
    flex-direction: column;
    padding: 0;
    margin-bottom: 40px;
  }
  .intro-content {
    max-width: 100%;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .intro-content._001 {
    border: none;
  }
  .intro-content._002 {
    border: none;
  }
  .intro-content._003 {
    border: none;
  }
  .intro-content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  .intro-content p + p {
    margin-top: 20px;
  }
}

.section-inner {
  max-width: 800px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 74px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  letter-spacing: 5.12px;
}

.section-title-md {
  margin-bottom: 59px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  letter-spacing: 3.84px;
}

.section-block {
  margin-top: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

.section-block + .btns {
  margin-top: 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
}

.section-block + .btns a {
  width: 240px;
  height: 53px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: #0D6837;
  border: 1px solid #0D6837;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.section-block + .btns a:hover {
  background: #0D6837;
  color: #fff;
}

.section-block + .btns a + a {
  margin-left: 24px;
}

.section-block + .section-block {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #f0f2f5;
}

.section-sub-title {
  text-align: center;
  color: #0D6837;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

.section-sub-title span {
  margin-top: 12px;
  display: block;
  color: #000000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: normal;
}

.section-lead {
  margin-bottom: 60px;
}

.section-lead p {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .section-inner {
    max-width: 100%;
    padding: 0 24px;
  }
  .section-title {
    margin-bottom: 71px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 3.84px;
  }
  .section-title-md {
    margin-bottom: 37px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 3.2px;
  }
  .section-block {
    margin-top: 0;
    padding: 0;
  }
  .section-block + .btns {
    margin-top: 60px;
    flex-direction: column;
  }
  .section-block + .btns a {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.64286;
    box-sizing: border-box;
  }
  .section-block + .btns a + a {
    margin-left: 0;
    margin-top: 28px;
  }
  .section-sub-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 1.6px;
  }
  .section-sub-title span {
    margin-top: 9px;
  }
  .section-lead {
    margin-bottom: 44px;
  }
  .section-lead p {
    text-align: left;
  }
}

.section + .section {
  margin-top: 80px;
}

.item-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.item-list-item {
  width: 360px;
}

.item-list-item:nth-child(even) {
  margin-left: auto;
}

.item-list-img {
  margin-bottom: 16px;
  text-align: center;
  border: 1px solid #f0f2f5;
}

.item-list-img img {
  width: auto;
  height: 420px;
  vertical-align: bottom;
}

.item-list-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.item-list-row > div:nth-child(even) {
  margin-left: auto;
}

.item-list-row p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.item-list-row p span {
  font-weight: 700;
}

.item-list-row p + p {
  margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  .item-list {
    flex-direction: column;
  }
  .item-list-item {
    width: 100%;
  }
  .item-list-item:nth-child(even) {
    margin-left: auto;
  }
  .item-list-item + .item-list-item {
    margin-top: 44px;
  }
  .item-list-img img {
    height: 320px;
  }
}

.news-list {
  margin-bottom: 120px;
}

.news-list li a {
  display: block;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46667;
  color: #00174f;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.news-list li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.news-list li a .date {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.15385;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}

.news-list li a p + p {
  margin-top: 10px;
}

.news-list li + li {
  border-top: 1px solid #f0f2f5;
  margin-top: 32px;
}

.news-list li + li a {
  padding-top: 32px;
}

@media only screen and (max-width: 768px) {
  .news-list {
    margin-top: -20px;
    margin-bottom: 0;
  }
}

.bnr-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bnr-list-item {
  width: calc((100% - 90px) / 3);
  margin-right: 45px;
}

.bnr-list-item img {
  width: 100%;
  height: auto;
}

.bnr-list-item:nth-child(3n) {
  margin-right: 0;
}

.bnr-list-item a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

@media only screen and (max-width: 768px) {
  .bnr-list-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }
  .bnr-list-item:nth-child(3n) {
    margin-right: 0;
  }
}

.footer {
  background: #000;
  margin-top: 200px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

.footer-row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 204px;
  height: 30px;
}

.footer-logo a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.footer-menu-item {
  display: inline-block;
  margin-right: 24px;
}

.footer-menu-item:last-child {
  margin-right: 0;
}

.footer-menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}

.footer-menu-item a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.footer-copy {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
  color: #686868;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 120px;
  }
  .footer-inner {
    max-width: 100%;
    padding: 80px 24px 100px;
  }
  .footer-row {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 32px;
  }
  .footer-menu-item {
    margin-right: 20px;
  }
  .footer-menu-item:nth-child(3n) {
    margin-right: 0;
  }
  .footer-menu-item a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: normal;
  }
  .footer-copy {
    text-align: left;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    margin-top: 24px;
    letter-spacing: 0.6px;
  }
}
