@charset "UTF-8";
:root {
  --text: #282828;
  --main: #5B4844;
  --bg: #FFFFF1;
  --innerWidth: calc(100% - 24px);
  --innerMax: 900px;
}
h1 {
  font-size: 2rem;
  line-height: 1.4;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fff;
  color: var(--text);
  font-size: 0.9rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 375px) {
  body {
    font-size: 1rem;
  }
}

section {
  position: relative;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  outline-width: 0;
  text-decoration: none;
  opacity: 0.7;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-style: none;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

.serif {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* ============= common class ================ */
.inner {
  width: var(--innerWidth);
  max-width: var(--innerMax);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#secFV{
	background:#122342;
}

#secFV .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#secFV .bg {
  width: 100%;
}
#secFV .title {
  width: 61.333%;
}
#secFV .features {
  width: 61.333%;
  padding: 0 10px;
  display: flex;
  grid-gap: 5px;
}
#secFV .txt {
  width: 71.2%;
}
@media screen and (min-width: 768px) {
  #secFV .inner {
    max-width: 1000px;
  }
  #secFV .title {
    width: 40%;
  }
  #secFV .features {
    width: 40%;
  }
  #secFV .txt {
    width: 46.434%;
  }
	#secFV .bg {
		max-width: 1000px;
	}
}

#sec01 .blk01 {
  padding: 15px;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
#sec01 .blk01 .title {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2625;
  text-align: center;
}
#sec01 .blk01 .award {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
#sec01 .blk01 .award .img01 {
  max-width: 241px;
  margin: 0 auto;
}
#sec01 .blk01 .award .img02 {
  max-width: 258px;
}
@media screen and (min-width: 375px) {
  #sec01 .blk01 .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #sec01 .blk01 {
    padding: 30px;
    grid-gap: 20px;
  }
  #sec01 .blk01 .title {
    font-size: 24px;
  }
  #sec01 .blk01 .award {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  #sec01 .blk01 {
    padding: 50px;
  }
  #sec01 .blk01 .title {
    font-size: 30px;
  }
  #sec01 .blk01 .award .img01 {
    max-width: 350px;
    margin: 0;
  }
  #sec01 .blk01 .award .img02 {
    max-width: 375px;
  }
}
#sec01 .blk02 .title {
  padding: 14px 8px;
  background-color: #5B4844;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.4383;
  text-align: center;
  font-feature-settings: "palt";
}
#sec01 .blk02 .featureWrap {
  padding: 15px 10px;
  background-color: #EAE0C8;
}
#sec01 .blk02 .feature {
  max-width: 352px;
  display: flex;
  grid-gap: 10px;
}
#sec01 .blk02 .feature li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid var(--text);
}
@media screen and (min-width: 375px) {
  #sec01 .blk02 .title br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sec01 .blk02 .title {
    font-size: 18px;
  }
  #sec01 .blk02 .featureWrap {
    padding: 30px 10px;
  }
  #sec01 .blk02 .feature {
    max-width: 800px;
    grid-gap: 30px;
  }
  #sec01 .blk02 .feature li:not(:last-child) {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  #sec01 .blk02 .title {
    font-size: 20px;
  }
}
#sec01 .blk03 {
  padding: 18px 0;
  background-color: #1A262F;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
#sec01 .blk03 .txt01 {
  width: 100%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.15011;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
}
#sec01 .blk03 .txt01 strong {
  width: 100%;
  background-color: #3B4F5D;
  display: block;
}
#sec01 .blk03 .txt01 strong img {
  max-width: 300px;
}
#sec01 .blk03 .txt02 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.36955;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec01 .blk03 {
    padding: 30px 0;
    grid-gap: 20px;
  }
  #sec01 .blk03 .txt01 {
    font-size: 24px;
  }
  #sec01 .blk03 .txt02 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  #sec01 .blk03 .txt01 {
    font-size: 32px;
  }
  #sec01 .blk03 .txt01 strong img {
    max-width: 400px;
  }
  #sec01 .blk03 .txt02 {
    font-size: 24px;
  }
}

.ctaBlk {
  background-color: #E2E2E2;
  position: relative;
}
.ctaBlk::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(59, 79, 93, 0.1);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ctaBlk .inner {
  padding: 20px 0;
  z-index: 1;
}
.ctaBlk .txt01 {
  margin-bottom: 15px;
  color: #282828;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  text-align: center;
}
.ctaBlk .txt02 {
  width: 100%;
  padding: 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.7449;
  text-align: center;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
}
.ctaBlk .txt02::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5B4844;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(50% + 10px) calc(100% - 12px), 50% 100%, calc(50% - 10px) calc(100% - 12px), 0 calc(100% - 12px));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ctaBlk .btns {
  width: 100%;
  max-width: 375px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.ctaBlk .btns a {
  width: 100%;
  padding: 6px 0;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  font-feature-settings: "palt";
  text-align: center;
  display: block;
}
.ctaBlk .btns a small {
  font-size: 10px;
  font-weight: 600;
}
.ctaBlk .btns a.form {
  background-color: #294C7A;
}
.ctaBlk .btns a.tel {
  background-color: #C5400B;
}
.ctaBlk .btns a.line {
  background-color: #00B900;
}
.ctaBlk .logo {
  width: 100%;
  max-width: 190px;
  margin: 25px auto 0;
}
@media screen and (min-width: 375px) {
  .ctaBlk .txt01 {
    font-size: 13px;
  }
  .ctaBlk .txt02 {
    font-size: 18px;
  }
  .ctaBlk .btns {
    grid-gap: 7px;
  }
  .ctaBlk .btns a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .ctaBlk .inner {
    padding: 30px 0;
  }
  .ctaBlk .txt01 {
    font-size: 18px;
  }
  .ctaBlk .txt02 {
    font-size: 24px;
  }
  .ctaBlk .btns {
    max-width: 500px;
    margin-top: 20px;
    grid-gap: 7px;
  }
  .ctaBlk .btns a {
    padding: 0 0 10px;
    font-size: 18px;
  }
  .ctaBlk .logo {
    max-width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .ctaBlk .inner {
    padding: 50px 0;
  }
  .ctaBlk .txt01 {
    font-size: 24px;
  }
  .ctaBlk .txt02 {
    font-size: 28px;
  }
  .ctaBlk .btns {
    max-width: 768px;
    grid-gap: 10px;
  }
  .ctaBlk .btns a {
    padding: 8px 0 14px;
    font-size: 20px;
  }
  .ctaBlk .btns a small {
    font-size: 16px;
  }
  .ctaBlk .logo {
    max-width: 260px;
  }
}

#sec02 {
  position: relative;
}
#sec02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #4D4330 url(../img/sec02_blk01_bg.jpg) center top/100% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#sec02 .blk01 {
  padding: 38px 0 0;
  color: #FFF;
  position: relative;
  z-index: 1;
}
#sec02 .blk01 .txt {
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
#sec02 .blk01 .txt::after {
  content: "・・・";
  width: 3px;
  height: 13px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="15" viewBox="0 0 4 15" fill="none">  <circle cx="1.94286" cy="1.69286" r="1.31786" fill="%23D9D9D9"/>  <circle cx="1.94286" cy="7.32812" r="1.31786" fill="%23D9D9D9"/>  <circle cx="1.94286" cy="12.9648" r="1.31786" fill="%23D9D9D9"/></svg>') center/contain no-repeat;
  color: transparent;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#sec02 .blk01 .list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}
#sec02 .blk01 .list > li {
  padding: 20px 0 15px;
  background-color: #5B4844;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.125;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 15px;
}
#sec02 .blk01 .list > li:nth-child(even) {
  background-color: #3B4F5D;
}
#sec02 .blk01 .list > li img {
  width: 40px;
}
@media screen and (min-width: 375px) {
  #sec02 .blk01 .list > li {
    padding: 30px 0 25px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  #sec02 .blk01 {
    padding-top: 40px;
  }
  #sec02 .blk01 .txt {
    padding-bottom: 60px;
    font-size: 34px;
  }
  #sec02 .blk01 .txt::after {
    width: 10px;
    height: 25px;
  }
  #sec02 .blk01 .list {
    max-width: 900px;
    grid-template-columns: repeat(6, 1fr);
  }
	
	#sec02 .blk01 .list > li img {
		width: 56px;
	}
	
}
#sec02 .blk02 {
  padding: 12px 0 10px;
  position: relative;
  z-index: 1;
}
#sec02 .blk02 .list {
  width: 100%;
  display: grid;
  grid-gap: 12px;
}
#sec02 .blk02 .list > li {
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec02 .blk02 .list > li .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}
#sec02 .blk02 .list > li .bnrs {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
#sec02 .blk02 .list > li .bnrs.bnrs03 {
  max-width: 300px;
}
#sec02 .blk02 .note {
  margin-top: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 375px) {
  #sec02 .blk02 .note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #sec02 .blk02 {
    padding: 20px 0;
  }
  #sec02 .blk02 .list > li {
    padding: 20px;
  }
  #sec02 .blk02 .list > li .title {
    font-size: 24px;
  }
  #sec02 .blk02 .note {
    font-size: 16px;
  }
	#sec02 .blk02 .list > li .bnrs {
		font-size: 16px;
	}
	
}
@media screen and (min-width: 992px) {
  #sec02 .blk02 {
    padding-bottom: 40px;
  }
  #sec02 .blk02 .list > li .title {
    margin-bottom: 18px;
		font-size: 28px;
  }
  #sec02 .blk02 .list > li .bnrs {
    max-width: 750px;
  }
  #sec02 .blk02 .list > li .bnrs.bnrs03 {
    max-width: 600px;
  }
}
#sec02 .blk03 {
  padding: 15px 0 20px;
  background-color: #F9F9ED;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F2EAD7 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F2EAD7 calc(100% - 1px));
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
#sec02 .blk03 .title {
  color: #8F6E2A;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5417;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
}
#sec02 .blk03 .title img {
  width: 22px;
}
#sec02 .blk03 .list {
  width: 100%;
  padding: 12px;
  margin: 15px 0 20px;
  background-color: var(--text);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}
#sec02 .blk03 .list li {
  padding: 1px 10px;
  background-color: #3B4F5D;
  color: #fff;
  font-size: 12px;
  line-height: 1.975;
  text-align: center;
}
#sec02 .blk03 .list li:nth-child(2), #sec02 .blk03 .list li:nth-child(4), #sec02 .blk03 .list li:nth-child(5), #sec02 .blk03 .list li:nth-child(7), #sec02 .blk03 .list li:nth-child(10), #sec02 .blk03 .list li:nth-child(12) {
  background-color: #5B4844;
}
@media screen and (min-width: 375px) {
  #sec02 .blk03 .title {
    font-size: 18px;
  }
  #sec02 .blk03 .list li {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  #sec02 .blk03 {
    padding: 30px 0;
  }
  #sec02 .blk03 .title {
    font-size: 24px;
  }
  #sec02 .blk03 .title img {
    width: 30px;
  }
  #sec02 .blk03 .list {
    max-width: 900px;
    padding: 20px;
    margin: 20px auto 30px;
    box-shadow: 0 0 0 100vmax var(--text);
    clip-path: inset(0 -100vmax);
  }
}
@media screen and (min-width: 992px) {
  #sec02 .blk03 {
    padding: 50px 0;
  }
  #sec02 .blk03 .title {
    font-size: 34px;
  }
  #sec02 .blk03 .list li {
    font-size: 21px;
  }
}

#sec03 .blk01 {
  padding: 30px 0;
  background: linear-gradient(180deg, #3B4F5D 40%, #5B4844 40%);
}
#sec03 .blk01 .title {
  width: 100%;
  max-width: 273px;
}
#sec03 .blk01 .list {
  width: 100%;
  display: flex;
}
#sec03 .blk01 .list > li {
  color: #FFF;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 6px;
}
#sec03 .blk01 .list > li .img {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 375px) {
  #sec03 .blk01 .list > li {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #sec03 .blk01 {
    padding: 60px 0;
  }
  #sec03 .blk01 .title {
    max-width: 400px;
    margin-bottom: 20px;
  }
  #sec03 .blk01 .list {
    max-width: 768px;
    margin: 0 auto;
  }
  #sec03 .blk01 .list > li {
    font-size: 16px;
  }
}
#sec03 .blk02 {
  padding: 30px 0 34px;
  background-color: #F2F2F2;
}
#sec03 .blk02 .title {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.45833;
  text-align: center;
  font-feature-settings: "palt";
}
#sec03 .blk02 .list {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 30px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.53123;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
#sec03 .blk02 .list > li.col-6:nth-child(odd) {
  padding-right: 8px;
}
#sec03 .blk02 .list > li.col-6:nth-child(even) {
  padding-left: 8px;
}
#sec03 .blk02 .list .img {
  width: 100%;
  margin-bottom: 5px;
}
#sec03 .blk02 .list .list_title {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #8F6E2A;
  color: #8F6E2A;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45833;
  text-align: center;
}
#sec03 .blk02 .txt01 {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
}
#sec03 .blk02 .txt01 strong {
  max-width: 330px;
}
#sec03 .blk02 .txt02 {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 375px) {
  #sec03 .blk02 .title {
    font-size: 18px;
  }
}
@media screen and (min-width: 576px) {
  #sec03 .blk02 .list {
    row-gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  #sec03 .blk02 {
    padding: 40px 0;
  }
  #sec03 .blk02 .title {
    font-size: 24px;
  }
  #sec03 .blk02 .list {
    max-width: 810px;
  }
  #sec03 .blk02 .list > li.col-md-4:nth-child(3n+1) {
    padding: 0 5px 0 15px;
  }
  #sec03 .blk02 .list > li.col-md-4:nth-child(3n+2) {
    padding: 0 10px;
  }
  #sec03 .blk02 .list > li.col-md-4:nth-child(3n+3) {
    padding: 0 15px 0 5px;
  }
  #sec03 .blk02 .txt01 {
    font-size: 20px;
  }
  #sec03 .blk02 .txt01 strong {
    max-width: 450px;
  }
  #sec03 .blk02 .txt02 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  #sec03 .blk02 {
    padding: 50px 0;
  }
  #sec03 .blk02 .title {
    font-size: 28px;
  }
  #sec03 .blk02 .list {
    max-width: 810px;
    row-gap: 20px;
  }
  #sec03 .blk02 .list > li {
    font-size: 16px;
  }
  #sec03 .blk02 .list .img {
    margin-bottom: 12px;
  }
  #sec03 .blk02 .list .list_title {
    padding-bottom: 6px;
    margin-bottom: 6px;
    color: #8F6E2A;
    font-size: 22px;
  }
  #sec03 .blk02 .txt01 {
    font-size: 25px;
  }
  #sec03 .blk02 .txt01 strong {
    max-width: 500px;
  }
  #sec03 .blk02 .txt02 {
    font-size: 25px;
  }
}

#sec04 {
  padding: 35px 0 0;
  background: #3B4F5D url(../img/sec04_bg.jpg) center top/100% no-repeat;
}
@media screen and (min-width: 768px) {
  #sec04 {
    --innerMax: 900px;
  }
}
#sec04 .blk01 .title {
  padding-bottom: 20px;
  background: url(../img/sec04_blk01_titlebg.png) center bottom/min(50%, 160px) no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.1875;
  text-align: center;
  font-feature-settings: "palt";
}
#sec04 .blk01 .txt01 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.1875;
  text-align: center;
}
#sec04 .blk01 .box {
  width: 100%;
  padding: 30px 12px 12px;
  margin-top: 60px;
  background-color: #971515;
  position: relative;
}
#sec04 .blk01 .box::before {
  content: "";
  width: 63px;
  height: 56px;
  background: url(../img/sec04_blk01_boxicon.png) center/contain no-repeat;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#sec04 .blk01 .box .box_title {
  width: 100%;
  max-width: 327px;
  margin: 0 auto 18px;
}
#sec04 .blk01 .box .box_list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
#sec04 .blk01 .box .box_list > li {
  background: linear-gradient(180deg, transparent 40%, #D9D9D9 40%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec04 .blk01 .box .box_list > li .img {
  width: 100%;
  max-width: 62px;
  margin-bottom: -8px;
  position: relative;
  z-index: 2;
}
#sec04 .blk01 .box .box_list > li .list_title {
  width: 100%;
  padding: 15px 0 22px;
  background-color: #3B4F5D;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(50% + 7.5px) calc(100% - 10px), 50% 100%, calc(50% - 7.5px) calc(100% - 10px), 0 calc(100% - 10px));
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.333;
  text-align: center;
  position: relative;
  z-index: 1;
}
#sec04 .blk01 .box .box_list > li .list_title > span {
  min-height: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sec04 .blk01 .box .box_list > li .contents {
  width: 100%;
  padding: 20px 8px 10px;
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 4px;
}
#sec04 .blk01 .box .box_list > li .contents::before {
  content: "";
  width: 5px;
  height: 32px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="36" viewBox="0 0 5 36" fill="none"><path d="M2.62498 2.625L2.625 33.9375" stroke="%23AA231C" stroke-width="3.375" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.37 11.25"/></svg>') center/contain no-repeat;
  display: block;
}
#sec04 .blk01 .box .box_list > li .contents p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.475;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 375px) {
  #sec04 .blk01 .title {
    font-size: 36px;
  }
  #sec04 .blk01 .txt01 {
    font-size: 30px;
  }
  #sec04 .blk01 .box .box_list > li .list_title {
    font-size: 13px;
  }
  #sec04 .blk01 .box .box_list > li .contents p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  #sec04 .blk01 {
    padding: 50px 0 0;
  }
  #sec04 .blk01 .title {
    padding-bottom: 20px;
    background-size: min(50%, 160px);
    font-size: 40px;
  }
  #sec04 .blk01 .box {
    padding: 50px 16px 30px;
  }
  #sec04 .blk01 .box .box_list {
    max-width: 600px;
  }
  #sec04 .blk01 .box .box_list > li .img {
    max-width: 80px;
  }
  #sec04 .blk01 .box .box_list > li .list_title {
    padding: 15px 0 22px;
    font-size: 16px;
  }
  #sec04 .blk01 .box .box_list > li .contents {
    width: 100%;
    padding: 20px 8px 20px;
  }
}
@media screen and (min-width: 992px) {
  #sec04 .blk01 .title {
    font-size: 50px;
  }
  #sec04 .blk01 .txt01 {
    font-size: 40px;
  }
  #sec04 .blk01 .box {
    margin-top: 100px;
  }
  #sec04 .blk01 .box::before {
    width: 83px;
    height: 76px;
    top: -50px;
  }
  #sec04 .blk01 .box .box_title {
    max-width: 450px;
    margin-bottom: 30px;
  }
  #sec04 .blk01 .box .box_list {
    max-width: 840px;
  }
  #sec04 .blk01 .box .box_list > li .img {
    max-width: 100px;
  }
  #sec04 .blk01 .box .box_list > li .list_title {
    padding: 20px 0 26px;
    font-size: 22px;
  }
  #sec04 .blk01 .box .box_list > li .contents {
    padding: 30px 8px 20px;
  }
  #sec04 .blk01 .box .box_list > li .contents p {
    font-size: 22px;
  }
}
#sec04 .blk02 {
  padding: 20px 0 30px;
}
#sec04 .blk02 .box {
  padding: 20px 12px;
  background-color: #FFF7E6;
  border: 3px solid #8F6E2A;
}
#sec04 .blk02 .title {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.26563;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
#sec04 .blk02 .title::after {
  content: "";
  width: 89px;
  height: 24px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="91" height="26" viewBox="0 0 91 26" fill="none"><path d="M46.2471 25.3545L46.1562 25.4053L46.0654 25.3555L0.834961 0.625H1.61523L46.1533 24.9766L89.2852 0.625H90.0469L46.2471 25.3545Z" fill="%238F6E2A"/></svg>') center/contain no-repeat;
  display: block;
}
#sec04 .blk02 .box_list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px 4px;
}
#sec04 .blk02 .txt {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.26563;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 375px) {
  #sec04 .blk02 .title {
    font-size: 24px;
  }
  #sec04 .blk02 .txt {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  #sec04 .blk02 .title {
    font-size: 28px;
  }
  #sec04 .blk02 .txt {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  #sec04 .blk02 {
    padding-top: 50px;
  }
  #sec04 .blk02 .box {
    padding: 30px;
  }
  #sec04 .blk02 .title {
    margin-bottom: 25px;
    font-size: 34px;
    grid-gap: 15px;
  }
	#sec04 .blk02 .txt {
    font-size: 34px;
  }
  #sec04 .blk02 .box_list {
    max-width: 720px;
    margin-bottom: 25px;
  }
}

#sec05_cont {
  padding: 35px 0;
  background-color: #ECEFF0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #CAD9E4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #CAD9E4 calc(100% - 1px));
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: center center;
}
#sec05_cont .title {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.3906;
  text-align: center;
  font-feature-settings: "palt";
}
#sec05_cont .box {
  width: 100%;
  padding: 40px 12px 20px;
  background-color: #3B4F5D;
  position: relative;
}
#sec05_cont .box::before {
  content: "";
  width: 26px;
  height: 30px;
  background: linear-gradient(180deg, #D19E38 0%, #6B511D 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sec05_cont .box .box_title {
  margin-bottom: 18px;
  color: #fff;
}
#sec05_cont .box .box_list {
  margin-bottom: 15px;
  display: grid;
  grid-gap: 15px;
}
#sec05_cont .box .box_list > li {
  padding: 10px 0;
  background-color: #FFF;
  position: relative;
}
#sec05_cont .box .box_list > li::before {
  content: "";
  width: 17px;
  height: 15px;
  background-color: #8F6E2A;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#sec05_cont .box .box_list > li .list_title {
  padding: 0 12px 6px;
  border-bottom: 1px solid #AA231C;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.78;
  font-feature-settings: "palt";
}
#sec05_cont .box .box_list > li .list_title strong {
  color: #AA231C;
  font-weight: 300;
}
#sec05_cont .box .box_list > li p {
  padding: 6px 12px 0;
  font-size: 15px;
  line-height: 1.575;
}
#sec05_cont .box .box_list > li p small {
  font-size: 12px;
}
#sec05_cont .txt {
  color: #E2CFA1;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.51786;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 375px) {
  #sec05_cont .title {
    font-size: 24px;
  }
  #sec05_cont .box .box_list > li .list_title {
    padding: 0 16px 6px;
    font-size: 18px;
  }
  #sec05_cont .txt {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  #sec05_cont {
    padding: 50px 0;
  }
  #sec05_cont .title {
    margin-bottom: 40px;
    font-size: 34px;
  }
  #sec05_cont .box {
    padding: 60px 20px 40px;
  }
  #sec05_cont .box .box_list {
    margin-bottom: 30px;
  }
  #sec05_cont .box .box_list > li {
    padding: 24px 0;
  }
  #sec05_cont .box .box_list > li .list_title {
    padding: 0 20px 15px;
		font-size: 24px;
  }
  #sec05_cont .box .box_list > li p {
    padding: 15px 20px 0;
		font-size: 18px;
  }
	#sec05_cont .box .box_list > li p small {
		font-size: 15px;
	}
  #sec05_cont .txt {
    font-size: 34px;
  }
}

#sec06 {
  padding: 0 0 20px;
  background: url(../img/sec06_bg.jpg) center bottom/cover no-repeat;
}
#sec06 .title {
  width: 100%;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
#sec06 .title .img01 {
  width: 70%;
  clip-path: polygon(0 0, 100% 0%, 79% 100%, 0% 100%);
}
#sec06 .title .img02 {
  width: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#sec06 .box {
  width: 100%;
  padding: 26px 20px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  font-feature-settings: "palt";
}
#sec06 .box p + p {
  margin-top: 1.6em;
}
#sec06 .box p.logo {
  margin-top: 40px;
  text-align: center;
}
#sec06 .box p.logo img {
  width: 183px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #sec06 .inner {
    --innerMax: 1000px;
  }
  #sec06 .title {
    margin-bottom: 20px;
  }
  #sec06 .box {
    max-width: 900px;
    padding: 30px 40px;
    margin: 0 auto;
  }
  #sec06 .box p {
    font-size: 26px;
  }
  #sec06 .box p.logo img {
    width: 300px;
  }
}



/* -------- sec_profile_media -------- */

.bg_11 {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg_big_11.jpg);
  background-size: cover;
}
.bg_navy{
  background-color:#00152a;
}
#sec_profile_media {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
@media screen and (max-width: 767px) {
  #sec_profile_media .container{
	padding-left:0px;
	padding-right:0px;
  }
}
@media screen and (max-width: 767px) {
  #sec_profile_media h2 span {
    width: 100%;
    padding: 18px 5px;
    display: block;
  }
}
#sec_profile_media h2.profile_name {
  font-size: 30px;
  color: #fff;
  text-align: left;
  background:none;
  padding-bottom: 14px;
}
#sec_profile_media h2.profile_name .title {
  font-size: 1.075rem;
  color: #fff;
  vertical-align:text-top;
}
#sec_profile_media h2.profile_name .alphabet {
  font-style: italic;
  letter-spacing:0.08em;
  font-weight:200;
}
#sec_profile_media .history {
  font-size: 1.075rem;
}
#sec_profile_media .introduce {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  line-height:1.7em;
}
#sec_profile_media .belongs {
  line-height:1.75em;
}
@media screen and (max-width: 767px) {
  #sec_profile_media h2.profile_name {
    font-size: 20px;
    padding-bottom: 14px;
  }
  #sec_profile_media h2.profile_name .title {
	font-size: 0.9rem;
  }
  #sec_profile_media .history {
    font-size: 0.9rem;
  }
  #sec_profile_media .introduce {
    font-size: 0.872rem;
	line-height:1.3em;
  }
}

@media screen and (max-width: 767px) {
  #sec_profile_media {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #sec_profile_media .belongs {
    font-size: 0.85rem;
    font-weight: normal;
	text-align:left !important;
  }
}


/* -------- sec05 -------- */
#sec05 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #00152a;
  font-size: 0.7rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #sec05 {
	font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #sec05 {
	font-size: 0.9rem;
  }
}
#sec05 h2 {
  font-size: 22px;
  color: #fff;
  background: url("../img/sec05_img_001.png") top center no-repeat;
  padding-top: 75px;
  text-align: center;
  margin-bottom: 50px;
}
#sec05 h3 {
  font-size: 16px;
  font-weight: normal;
  background: url("../img/sec05_bdr.png") bottom left no-repeat;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
#sec05 dl.list01 {
  width: 100%;
}
#sec05 dl.list01 dt {
  width: 25%;
  font-weight: normal;
  float: left;
  clear: left;
}
#sec05 dl.list01 dd {
  width: 75%;
  margin-left: 25%;
}
#sec05 dl.list02 {
  width: 100%;
}
#sec05 dl.list02 dt {
  width: 10%;
  font-weight: normal;
  float: left;
  clear: left;
}
#sec05 dl.list02 dd {
  width: 90%;
  margin-left: 10%;
}
/* SP sec05 */
@media screen and (max-width: 767px) {
  #sec05 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  #sec05 h2 {
    font-size: 16px;
    color: #fff;
    background: url("../img/sec05_img_001.png") top center no-repeat;
    padding-top: 70px;
  }
  #sec05 h3 {
    font-size: 14px;
    font-weight: normal;
    background: url("../img/sec05_bdr.png") bottom left no-repeat;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/*流れ*/
#secflow {

  padding-bottom: 50px;
  box-sizing:border-box;
  color:#000;
}

#secflow h2 {
  font-size: 28px;
  color: #182945;
  text-align: center;
  margin-bottom: 50px;
}
#secflow h2 span {
  border-top: 5px solid #182945;
  border-bottom: 1px solid #4F4F4F;
  padding: 18px;
}

@media screen and (max-width: 767px) {
  #secflow h2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #secflow h2 span {
    width: 100%;
    padding: 18px 5px;
    display: block;
  }
}

#secflow .container {
    border:none;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* -------- sec sec_flow2 -------- */
#sec_flow2 {}
#sec_flow2 h3 {
  font-size: 1.02rem;
}
#sec_flow2 p {
  font-size: 0.9rem;
}
#sec_flow2 .flex_box {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
#sec_flow2 .flex_box_left {
  width: 35%;
}
#sec_flow2 .flex_box_right {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  #sec_flow2 h3 {
    font-size: 1.05rem;
  }
  #sec_flow2 p {
    font-size: 0.8rem;
  }
  #sec_flow2 .flex_box_left {
    width: 25%;
  }
  #sec_flow2 .flex_box_right {
    width: 75%;
    text-align: left;
  }
}

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


/* -------- sec_faq -------- */
#sec_faq {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../img/sec02_bg.png");
  color:#000;
}

#sec_faq .container {
    border:none;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#sec_faq h2 {
  font-size: 28px;
  color: #182945;
  text-align: center;
  margin-bottom: 50px;
}
#sec_faq h2 span {
  border-top: 5px solid #182945;
  border-bottom: 1px solid #4F4F4F;
  padding: 18px;
}

@media screen and (max-width: 767px) {
  #sec_faq h2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #sec_faq h2 span {
    width: 100%;
    padding: 18px 5px;
    display: block;
  }
}

#sec_faq h3 {
  font-size: 1.0rem;
}

#sec_faq a {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

footer {
  width: 100%;
  padding: 15px;
  background: #000;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
/* SP footer */
@media screen and (max-width: 767px) {
  footer {
    font-size: 10px;
  }
}


/*SP版footer固定nav*/

@media screen and (max-width: 767px){
	.key_visual {
	    padding-top: 0 !important;
   	 	padding-bottom: 0!important;
	}
	#top-head{
   		height: initial;
		background: none;
	}
}

.sp_navi_hbg{
	top:0;
	right:0;
	background:#000;
	padding:0.5rem;
}

.sp_navi_hbg_img{
	width:2.5rem;
}


#sp_footer_fix{
	background-color: rgba(0, 0, 0, 0.45); /* 黒 + 透明度45% */
}

.sp_footer_row_gutter .col-4 {
	padding: 0 2px;
}

.sp_footer_tel{
	background:#0bc4ee;
	box-sizing:border-box;
}

.sp_footer_line{
	background:#1dcd00;
	box-sizing:border-box;
}

.sp_footer_mail{
	background:#ea5757;
	box-sizing:border-box;
}

.a_area100{
	position: absolute;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
	text-indent:-999px;
    z-index: 2;
}

/* holiday info*/

.holiday_info .container{
  padding: 3em 0.5rem;
  margin: 0 auto;
  
}

@media screen and (min-width: 576px) {
  .holiday_info .container{
    padding: 5em 1rem;
  }
}
@media screen and (min-width: 768px) {
  .holiday_info .container{
    border-width: 1rem;
	border-left: 1rem solid #122342;
    border-right: 1rem solid #122342;
  }
}

.holiday_info h2 {
    font-size: 28px;
    color: #182945;
    text-align: center;
    margin-bottom: 50px;
}

.holiday_info p {
    color: #182945;
}

@media screen and (max-width: 767px) {
  .holiday_info h2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* -------- footerプライバシーポリシー -------- */
.privacy_link a {
  font-size: 0.8rem
}
.privacy_text {
  font-size: 0.8rem;
  color: #3A3A3A
}
.privacy_text h4 {
  font-size: 0.8rem;
}
