@charset "UTF-8";
/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/*-- ------------------------------
  00. Common Setting
------------------------------ */
/* Reset
-----------------------*/
.fp-Section .g-PageTitle__titleBlock__titleBox__title,
.fp-Section .g-PageTitle--v2__titleBlock__titleBox__title,
.fp-Section .g-HeadingTitle__titleBlock__titleBox__title,
.fp-Section .g-HeadingTitle--v2__titleBlock__titleBox__title {
  margin-bottom: 0;
}

.fp-Section .g-Section__inner {
  max-width: 1440px;
}

.fp-Section .l-Column.is-gutter--xl .l-Column__cols {
  padding: 0 24px;
}

/* .fp-Section .cmn-richtext {
  color: #32140a;
} */

.fp-Section * {
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 640px) {
  .fp-Section .opt-sm-al_l.g-AnnotationListP--v2.opt-al_c .g-AnnotationListP--v2__ul {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Font
-----------------------*/
/* fontfamily */
.fp-fontfamily--01 {
  font-family: sans-serif;
  font-weight: 400;
}

.fp-fontfamily--02 {
  font-family: sans-serif;
  font-weight: 600;
}

/* font color */
.fp-fontcolor--01 {
  color: #666666;
}

.fp-fontcolor--02 {
  color: #BA512A;
}

.fp-fontcolor--03 {
  color: #484848;
}

/* font size */
.opt-fontsize--34 {
  font-size: 34px;
}

@media only screen and (max-width: 640px) {
  .opt-fontsize--34 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 386px) {
  .opt-fontsize--34 {
    font-size: 22px;
  }
}

.opt-fontsize--32 {
  font-size: 32px;
}

@media only screen and (max-width: 640px) {
  .opt-fontsize--32 {
    font-size: 20px;
  }
}

.opt-fontsize--30 {
  font-size: 30px;
}

@media only screen and (max-width: 640px) {
  .opt-fontsize--30 {
    font-size: 20px;
  }
}

.opt-fontsize--24 {
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  .opt-fontsize--24 {
    font-size: 16px;
  }
}

.opt-fontsize--20 {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .opt-fontsize--20 {
    font-size: 14px;
  }
}

.opt-fontsize--18 {
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .opt-fontsize--18 {
    font-size: 16px;
  }
}

.opt-fontsize--16 {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .opt-fontsize--16 {
    font-size: 14px;
  }
}

.opt-fontsize--14 {
  font-size: 14px;
}

.opt-fontsize--12 {
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .opt-sm-fontsize--20 {
    font-size: 20px;
  }
  .opt-sm-fontsize--17 {
    font-size: 17px;
  }

  .opt-sm-fontsize--16 {
    font-size: 16px;
  }

  .opt-sm-fontsize--14 {
    font-size: 14px;
  }
  .opt-sm-fontsize--12 {
    font-size: 12px;
  }
}

/* Text Decoration */
.fp-textD--01,
.fp-textD--02 {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
  padding: 8px 10px;
}

@media only screen and (max-width: 640px) {
  .fp-textD--01,
  .fp-textD--02 {
    font-size: 11px;
    padding: 8px 3px;
  }
}

.fp-textD--01 {
  background-color: #ffffa0;
}

.fp-textD--02 {
  background-color: #ffe1ed;
}

.fp-textD--03 {
  background: linear-gradient(transparent 70%, #ffffa0 30%);
}

.fp-textD--04  {
  background: linear-gradient(transparent 70%, #ffe1ed 30%);
}

/* other */
.fp-word_break {
  word-break: break-all;
}

/* Background
-----------------------*/
.fp-Section.bg-col01 {
  background-color: #EDEDED;
}

.fp-Section.bg-col02 {
  background-color: #C7DEE5;
}

.fp-Section.bg-col03 {
  background-color: #4D7884;
}

.fp-Section.bg-col04 {
  background-color: #FFFFFF;
}

/*-- ------------------------------
  01. Component Setting
------------------------------ */
/* Column Separator */
/* .fp-Section .g-Column.is-backgroundColor--2 {
  background-color: #a8e7c680;
}

.fp-Section .g-Column.is-backgroundColor--3 {
  background-color: #ffffa080;
} */

.fp-Section .fp-Column03.g-Column.is-backgroundColor--2,
.fp-Section .fp-Column03.g-Column.is-backgroundColor--3 {
  padding: 0 0 60px;
}

@media only screen and (max-width: 640px) {
  .fp-Section .fp-Column03.g-Column.is-backgroundColor--2,
  .fp-Section .fp-Column03.g-Column.is-backgroundColor--3 {
    padding: 0 0 40px;
  }
}

@media only screen and (min-width: 1136px) and (max-width: 1286px) {
  .fp-Section .g-Column.opt-lg-w80p {
    width: 90%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1136px) {
  .fp-Section .g-Column.opt-lg-w80p {
    width: 100%;
  }
}

.fp-Column .g-Column__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.fp-Column .l-Column__cols {
  float: none;
}

.fp-Column .g-Column__inner:after {
  content: none;
}

@media only screen and (max-width: 640px) {
	.l-Section__inner{
		padding: 0 5%;
	}
}


/* 03 */
@media only screen and (max-width: 640px) {
  .fp-Column03 .fp-GroupBox03 {
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 828px) {
  .fp-Column03.opt-sm-w100p .g-Column__cols-md-3 {
    width: 100%;
  }

  .fp-Column03 .g-Column__cols:not(:first-child) {
    padding-top: 30px;
  }

  .fp-Column03 .fp-GroupBox03 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .fp-ImageTextVP--01 .g-ImageTextVP--v2__contentsBlock__text {
    grid-area: text;
    align-self: center;
  }

  .fp-ImageTextVP--01 .g-ImageTextVP--v2__contentsBlock__image {
    grid-area: image;
  }

  .fp-ImageTextVP--01.opt-sm-imageW50p.is-smallViewHorizontalL .g-ImageTextVP--v2__contentsBlock {
    display: grid;
    grid-template-areas:
      "image headingTitle"
      "image text";
    grid-template-rows: auto 1fr;
    grid-template-columns: 50% 50%;
  }

  .fp-ImageTextVP--01.opt-sm-al_l {
    text-align: left;
  }

  .fp-ImageTextVP--01.opt-sm-al_l .g-AnnotationListP--v2__ul {
    margin: 0;
  }
}

/* group box */
.fp-GroupBox.is-backgroundColor--1 {
  border-color: #ffffa0;
}

.fp-GroupBox.is-backgroundColor--3 {
  border-color: #ffe1ed;
  background-color: #fff;
}


.fp-GroupBox03.is-border {
  padding: 15px 5px;
}


/* HR Item */
.fp-Hr .l-Hr__hr.is-color--1 {
  border-color: #32140a33;
}

/* List Pack */
.fp-List .g-List--ver2__ul {
  padding-left: 1.5em;
}

.fp-List--01 .cmn-richtext a,
.fp-List--01 .cmn-richtext a:link,
.fp-List--01 .cmn-richtext a:visited {
  color: #32140a;
}

.fp-List--01 .cmn-richtext a:hover,
.fp-List--01 .cmn-richtext a:focus,
.fp-List--01 .cmn-richtext a:active {
  color: #32140a;
  opacity: .7;
  transition: all .3s ease;
}

/* 02 */
.fp-List--02 .g-List--ver2__ul__item::marker {
  color: #a8e7c6;
  font-size: 30px;
}

/* Annotation List Pack */
.g-AnnotationListP.opt-fontsize--14 .l-AnnotationListUnit--v2 {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .g-AnnotationListP.opt-fontsize--14 .l-AnnotationListUnit--v2 {
    font-size: 12px;
  }
}

/* Button Pack */
.fp-ButtonP .is-colorset--1.is-rightIcon .g-ButtonUnit__link .cmn-richtext,
.fp-ButtonP .is-colorset--2.is-rightIcon .g-ButtonUnit__link .cmn-richtext,
.fp-ButtonP .is-colorset--3.is-rightIcon .g-ButtonUnit__link .cmn-richtext,
.fp-ButtonP .is-colorset--4.is-rightIcon .g-ButtonUnit__link .cmn-richtext {
  padding-right: 0;
}

.fp-ButtonP .is-colorset--1 .l-ButtonUnit__link,
.fp-ButtonP .is-colorset--2 .l-ButtonUnit__link,
.fp-ButtonP .is-colorset--3 .l-ButtonUnit__link,
.fp-ButtonP .is-colorset--4 .l-ButtonUnit__link {
  justify-content: space-between;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fp-ButtonP .is-colorset--1 .g-ButtonUnit__link__icon,
.fp-ButtonP .is-colorset--2 .g-ButtonUnit__link__icon,
.fp-ButtonP .is-colorset--3 .g-ButtonUnit__link__icon,
.fp-ButtonP .is-colorset--4 .g-ButtonUnit__link__icon {
  position: relative;
  right: 0;
  margin-top: 0;
  text-align: center;
}

.fp-ButtonP .is-colorset--3 .l-ButtonUnit__link,
.fp-ButtonP .is-colorset--4 .l-ButtonUnit__link {
  justify-content: center;
  gap: 12px;
}

.fp-ButtonP.is-equalWidth .is-colorset--3 .g-ButtonUnit__link .cmn-richtext,
.fp-ButtonP.is-equalWidth .is-colorset--4 .g-ButtonUnit__link .cmn-richtext {
    width: auto;
}

.fp-ButtonP .is-colorset--3 .g-ButtonUnit__link__icon,
.fp-ButtonP .is-colorset--4 .g-ButtonUnit__link__icon {
  position: static;
}

@media only screen and (max-width: 640px) {
  .fp-ButtonP .is-colorset--3 .l-ButtonUnit__link {
    gap: 4px;
  }

  .fp-ButtonP .is-colorset--4 .l-ButtonUnit__link {
    gap: 10px;
  }
}

/* 01 */
.fp-ButtonP .is-colorset--1 .l-ButtonUnit__link {
  background-color: transparent;
  border-color: transparent;
  border-top: 1px solid #32140a;
  border-bottom: 1px solid #32140a;
  padding: 26px 23px 26px 20px;
}

.fp-ButtonP .is-colorset--1 .g-ButtonUnit__link__icon {
  color: #fff;
  height: 30px;
  width: 30px;
  background-color: #32140a;
  border-radius: 50%;
  flex-shrink: 0;
}

.fp-ButtonP .is-colorset--1 .cmn-icon--bullet::before,
.fp-ButtonP .is-colorset--1 .cmn-icon--bullet::after,
.fp-ButtonP .is-colorset--1 .cmn-icon--external::before,
.fp-ButtonP .is-colorset--1 .cmn-icon--external::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 13.5px;
    width: 1.5px;
    height: 14px;
    border-radius: 1px;
    background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .fp-ButtonP .is-colorset--1 .cmn-icon--bullet::before,
  .fp-ButtonP .is-colorset--1 .cmn-icon--bullet::after,
  .fp-ButtonP .is-colorset--1 .cmn-icon--external::before,
  .fp-ButtonP .is-colorset--1 .cmn-icon--external::after {
    left: 14.7px;
  }

.fp-ButtonP .is-colorset--1 .l-ButtonUnit__link {
  padding: 20px;
}
}

.fp-ButtonP .is-colorset--1 .cmn-icon--bullet::before,
.fp-ButtonP .is-colorset--1 .cmn-icon--external::before {
  transform: rotate(90deg);
}

/* 02 */
.fp-ButtonP .is-colorset--2 .l-ButtonUnit__link {
  background-color: #E02C2F;
  border-color: #E02C2F;
  padding: 25px 10px;
  font-size: 1.5rem;
	border-radius: 40px;
}

.fp-ButtonP .is-colorset--2 .l-ButtonUnit__link .cmn-richtext {
  color: #fff;
}

.fp-ButtonP .is-colorset--2 .g-ButtonUnit__link__icon {
  font-weight: bold;
  color: #E02C2F;
  line-height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.fp-ButtonP .is-colorset--2 .cmn-icon--bullet:before {
  content: "→";
  display: inline-block;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 640px) {
  .fp-ButtonP .is-colorset--2 .l-ButtonUnit__link {
    padding: 10px 15px;
    font-size: 1.125rem;
  }
}

/* 03 */
.fp-ButtonP .is-colorset--3 .l-ButtonUnit__link {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  padding: 10px 9.5%;
	border-radius: 25px;
}

.fp-ButtonP .is-colorset--3 .l-ButtonUnit__link .cmn-richtext {
  color: #fff;
}

.fp-ButtonP .is-colorset--3 .g-ButtonUnit__link__icon {
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.fp-ButtonP .is-colorset--3 .cmn-icon--external:before,
.fp-ButtonP .is-colorset--3 .cmn-icon--bullet:before {
  content: "\e016";
  display: inline-block;
  width: 30px;
  height: 30px;
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .fp-ButtonP .is-colorset--3 .l-ButtonUnit__link {
    padding: 10px 13px;
  }
}

@media only screen and (max-width: 640px) {
  .fp-ButtonP .is-colorset--3 .g-ButtonUnit__link__icon {
    font-size: 12px;
    line-height: 20px;
    width: 20px;
  }

  .fp-ButtonP .is-colorset--3 .cmn-icon--external:before,
  .fp-ButtonP .is-colorset--3 .cmn-icon--bullet:before {
    width: 20px;
    height: 20px;
		font-size: 10px;
  }
}

/* 04 */
.fp-ButtonP .is-colorset--4 .l-ButtonUnit__link {
  background-color: #BA512A;
  border-color: #BA512A;
	color: #fff;
}

.fp-ButtonP .is-colorset--4 .g-ButtonUnit__link__icon {
  color: #BA512A;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.fp-ButtonP .is-colorset--4 .cmn-icon--to_bottom:before {
  content: "\e016";
  display: inline-block;
  width: 40px;
  height: 40px;
	font-size: 14px;
}

@media only screen and (max-width: 640px) {
  /* .fp-ButtonP .is-colorset--4 .l-ButtonUnit__link {
    font-size: 1.3rem;
  } */

  .fp-ButtonP .is-colorset--4 .g-ButtonUnit__link__icon {
    font-size: 12px;
    line-height: 30px;
    width: 30px;
  }

  .fp-ButtonP .is-colorset--4 .cmn-icon--to_bottom:before {
    width: 35px;
    height: 35px;
  }
}

/* Banner Link Pack */
/* 01 */
.fp-BannerLinkP--01 .g-BannerLinkP--v2__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px 38px;
  flex-wrap: wrap;
  float: none;
}

.fp-BannerLinkP--01 .g-BannerLinkP--v2__list__item {
  width: calc(33.3% - 25.33px);
}

@media only screen and (max-width: 640px) {
  .fp-BannerLinkP--01 .g-BannerLinkP--v2__list {
    gap: 15px 14px;
  }

  .fp-BannerLinkP--01 .g-BannerLinkP--v2__list__item {
    width: calc(50% - 7px);
  }
}

.fp-BannerLinkP--01 .g-BannerLinkP--v2__list:after {
  content: none;
}

/* Image & Text Pack (V) */
/* 01 */
.fp-ImageTextVP--01 .g-Text {
  line-height: 1.8;
}

.fp-ImageTextVP--01 .g-Text .opt-fontsize--30 {
  line-height: 1.1;
}

@media only screen and (max-width: 640px) {
  .fp-ImageTextVP--01.is-smallViewHorizontalL .g-ImageTextVP--v2__contentsBlock__image {
    padding-right: 0;
  }

  .fp-ImageTextVP--01.is-layoutT .g-ImageTextVP--v2__contentsBlock__image {
    margin-bottom: 0;
  }
}



/* 03 */
.fp-ImageTextVP--03 {
  background-color: #fff;
  border: 2px solid #DBCCAA;
  padding: 20px 30px;
}

@media only screen and (max-width: 640px) {
  .fp-ImageTextVP--03 {
    padding: 15px 14px;
  }

  .fp-ImageTextVP--03 .fp-ButtonP .opt-fontsize--16 {
    font-size: 12px;
  }
}

/*-- ------------------------------
  02. Page Setting
------------------------------ */
/* Section 02 */
.fp-Section02 .fp-GroupBox01 {
  position: relative;
}

.fp-Section02 .fp-GroupBox01 .fp-btn01 {
  position: absolute;
	bottom: 0;
	right: 0;
  width:20%;
  z-index: 2;
}

.fp-Section02 .fp-GroupBox01 .fp-btn01 .g-Image--v2__img img:hover,
.fp-Section02 .fp-GroupBox01 .fp-btn01 .g-Image--v2__img img:focus,
.fp-Section02 .fp-GroupBox01 .fp-btn01 .g-Image--v2__img img:active {
		opacity: 0.7;
}


@media only screen and (max-width: 640px) {
	.fp-Section02 .fp-GroupBox01 .fp-btn01 {
		width:60%;
	}

	.fp-Section02 .fp-GroupBox01 .fp-btn01.l-HeadingTitle--v2.is-link:hover,
	.fp-Section02 .fp-GroupBox01 .fp-btn01.l-HeadingTitle--v2.is-link:focus,
	.fp-Section02 .fp-GroupBox01 .fp-btn01.l-HeadingTitle--v2.is-link:active{
		opacity: 1;
	}

	.fp-Section02 .fp-GroupBox01 .fp-btn01 .l-Image--v2.is-link:hover,
	.fp-Section02 .fp-GroupBox01 .fp-btn01 .l-Image--v2.is-link:focus,
	.fp-Section02 .fp-GroupBox01 .fp-btn01 .l-Image--v2.is-link:active{
		opacity: 1;
	}

		.fp-Section02 .fp-GroupBox01 .fp-btn01 .g-Image--v2__img:hover,
		.fp-Section02 .fp-GroupBox01 .fp-btn01 .g-Image--v2__img:focus,
		.fp-Section02 .fp-GroupBox01 .fp-btn01 .g-Image--v2__img:active{
		width: 100%;
    background: #bdaf95;
    z-index: 1;
    border-radius: 10px 0 0 0;
	}
}


/* Section 03 */

@media only screen and (max-width: 640px) {
	.fp-Section03{
		padding: 0 20px;
	}
}

.fp-Section03 .fp-GroupBox03.is-border {
	padding: 15px 5px;
	border-color: #666666;
}

.fp-Section03 .fp-Col01 .g-Column__inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fp-Section03 .fp-Col01 .g-Column__inner .g-Column__cols{
	width: calc(50% - 20px);
	padding: 0 3%;
}

.fp-Section03 .fp-Col01 .fp-GroupBox04 {
	position: relative;
	z-index: 2;
}

.fp-Section03 .fp-Col01 .fp-GroupBox05 {
	position: relative;
	top: -6%;
	border: 2px solid #8DC1C2;
	background-color: #FFFFFF;
	box-shadow: 15px 15px #C7DEE5;
	max-width: 498px;
	margin: 0 auto;
}

.fp-Section03 .fp-GroupBox05 .g-ImageTextVP--v2{
	padding: 50px 7% 0 7%;
}

.fp-Section03 .fp-GroupBox05 .icon-01{
	position: absolute !important;
	width: 20%;
	top: 4%;
	right: 4%;
}

.fp-Section03 .fp-GroupBox05 .text01{
	background-color: #666666;
	color: #FFFFFF;
	margin-bottom: 0;
	padding: 10px 0;
}

.fp-Section03 .fp-Col02 .g-Column__inner{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.fp-Section03 .fp-Col02 .g-Column__inner .g-Column__cols{
	width: calc(50% - 20px);
}

.fp-Section03 .fp-Col02 .fp-GroupBox04 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding-left: 3%;
	top: 40px;
}

.fp-Section03 .fp-Col02 .fp-GroupBox05 {
	position: relative;
	border: 2px solid #8DC1C2;
	background-color: #FFFFFF;
	box-shadow: 15px 15px #C7DEE5;
	max-width: 498px;
	margin: 0 auto;
}

.fp-Section03 .text02{
	letter-spacing: normal;
}

@media only screen and (max-width: 640px) {
  .fp-Section03 .fp-Col01 .g-Column__inner{
	justify-content: center;
	flex-wrap: wrap;
	}

	.fp-Section03 .fp-Col01 .g-Column__inner .g-Column__cols{
		width: 100%;
		padding: 0 1% 0 0;
	}
	.fp-Section03 .fp-Col02 .g-Column__inner .g-Column__cols{
		width: 100%;
		padding: 0 1% 0 0;
	}
	.fp-Section03 .fp-Col01 .fp-GroupBox05 {
		top: -30px;
	}
	.fp-Section03 .fp-Col02 .fp-GroupBox04 {
		top: 30px;
	}
	.fp-Section03 .fp-Col01 .fp-GroupBox04.gb04-01{
		width:80%;
		margin: 0 auto;
	}
	.fp-Section03 .fp-Col01 .fp-GroupBox04.gb04-02{
		width:90%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.fp-Section03 .fp-Col01 .fp-GroupBox05{
		height: 500px;
	}

	.fp-Section03 .fp-GroupBox05 .text01{
		bottom: 0;
    position: absolute;
    width: 100%;
	}

	.fp-Section03 .fp-Col02 .fp-GroupBox05{
		height: 480px;
	}

}

/* Section 04 */
@media only screen and (max-width: 640px) {
.fp-Section04 .fp-ButtonP .is-colorset--3 .l-ButtonUnit__link{
	padding: 10px 5px;
}

.fp-Section04 .fp-ButtonP{
	margin-top: 14px;
}
}

/* 01 */
.fp-Column01 .g-Column__inner {
  gap: 0 40px;
}

.fp-Column01 .l-Column__cols {
  width: calc(50% - 20px);
}

.fp-Column01 .g-GroupBox,
.fp-Column01 .fp-ImageTextVP--03 {
  height: 100%;
  box-sizing: border-box;
}

.fp-Column01 .fp-ImageTextVP--03 {
  position: relative;
  padding: 20px 30px 77px;
}

.fp-Column01 .fp-ImageTextVP--03 .fp-ButtonP {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
}

@media only screen and (max-width: 640px) {
  .fp-Column01 .g-Column__inner {
    gap: 0 14px;
  }

  .fp-Column01 .l-Column__cols {
    width: calc(50% - 7px);
  }

  .fp-Column01 .fp-ImageTextVP--03 {
    padding: 15px 14px 60px;
  }

  .fp-Column01 .fp-ImageTextVP--03 .fp-ButtonP {
    bottom: 14px;
    width: calc(100% - 14px);
  }
}

/* Section 05 */

.fp-Section05 .fp-Column02{
	background-color: #ffffff;
	padding: 20px 4%;
}

.fp-Section05 .fp-Column02:last-child {
	background-color: #ffffff;
	padding: 20px 4% 60px;
}

@media only screen and (max-width: 640px) {
	.fp-Section05 .fp-Column02{
		background-color: #ffffff;
		padding: 20px 3%;
	}

	.fp-Section05 .fp-Column02{
		background-color: #ffffff;
		padding: 20px 3% 30px;
	}
}

.fp-Column02 .g-Column__inner {
  gap: 0 40px;
}

.fp-Column02 .l-Column__cols {
  width: calc(25% - 30px);
}

@media only screen and (min-width: 1025px) {
  .fp-Column02.is-background {
    padding: 20px 4%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .fp-Column02 .l-Column__cols {
    width: calc(50% - 20px);
  }

  .fp-Column02.is-background {
    padding: 20px 9%;
  }
}

@media only screen and (max-width: 640px) {
  .fp-Column02 .g-Column__inner {
    gap: 0 20px;
  }

  .fp-Column02 .l-Column__cols {
    width: calc(50% - 10px);
  }

  .fp-Column02.is-background {
    background-size: auto, 0 !important;
  }
}


.fp-Section05 .fp-GroupBox02 {
  position: relative;
}

.fp-Section05 .fp-GroupBox02 .g-HeadingTitle--v2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

/* 02 */
.fp-ImageTextVP--02 .l-Image--v2.is-borderColor--2 {
  border:2px solid #DBCCAA;
}

.fp-ImageTextVP--02-wrap {
  position: relative;
}

.fp-ImageTextVP--02-wrap .hdt_01{
	height: 120px;
}

.fp-ImageTextVP--02-wrap .hdt_02{
	height: 90px;
}

@media only screen and (max-width: 640px) {
	.fp-ImageTextVP--02-wrap .hdt_01{
	height: 100px;
	}
}

.fp-ImageTextVP--02-wrap .fp-icon01 {
  position: absolute !important;
  top: -40px;
  right: -30px;
  width: 80px;
}

@media only screen and (min-width: 1025px) {
  .fp-ImageTextVP--02 .g-HeadingTitle__p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
.fp-ImageTextVP--02-wrap .fp-icon01 {
  position: absolute !important;
  top: -30px;
  right: -10px;
  width: 60px;
}

  .fp-ImageTextVP--02 .g-HeadingTitle__p,
  .fp-ImageTextVP--02 .fp-ButtonP .opt-fontsize--16 {
    font-size: 12px;
  }
}



.sc05-font{
	font-size: 17px;
	color: #666666;
}

@media only screen and (max-width: 640px) {
	.sc05-font{
	font-size: 14px;
	}
}

/* Section 06 */

.fp-Section06 .fp-GroupBox01 .g-HeadingTitle{
	margin-top: 60px;
}

.fp-Section06 .fp-GroupBox01 .fp-text01{
	background-color: #ffffff;
	border: 2px solid #8DC1C2;
	padding: 15px 10px;
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {
		.fp-Section06 .fp-GroupBox01 .fp-text01{
		padding: 15px 10px;
		margin-top: 0;
	}
}

.sc-flex03 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.sc-flex03 .g-TextLinkUnit__link {
    border-bottom: 1px solid #484848;
}

@media only screen and (max-width: 640px) {

	.fp-Section06 .fp-GroupBox01 .g-HeadingTitle{
		margin-top: 45px;
		margin-left: 10px;
	}
	.fp-Section06 .g-ImageTextHP--v2.is-imageL .g-ImageTextHP--v2__contentsBlock{
		grid-template-areas:"image headingTitle"
												"text text";
	}
	.sc-flex03 .g-TextLinkUnit__link {
		border-bottom: 2px solid #484848;
	}
	.sc-flex03 {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.fp-Section06 .col_list .g-List--ver2__ul{
		padding-left: 6%;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.fp-Section06 .col_list .g-List--ver2__ul{
		padding-left: 2%;
	}
}


/* Section 08 */
.fp-Section08 .fp-BannerLinkP--02 .g-BannerLinkP--v2__list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	float: none;
}

.fp-Section08 .fp-BannerLinkP--02 .g-BannerLinkP--v2__list__item {
  width: 80px;
	margin: 0 20px;
}

.fp-Section08 .fp-Column .g-Column__inner{
	gap: 0 30px;
}

.fp-Section08 .fp-Column .l-Column__cols{
	width: calc(50% - 15px);
	float: none;
}


.fp-Section08 .fp-GroupBox01{
	border: 2px solid #BA512A;
}

.fp-Section08 .fp-GroupBox01.is-border{
	padding: 0;
}

.fp-Section08 .fp-ButtonP .is-colorset--5 .cmn-icon--bullet:before{
	content: "\e016";
	font-size: 14px;
}

.fp-Section08 .fp-ButtonP .is-colorset--4 .cmn-icon--external:before{
	content: "\e016";
	font-size: 14px;
}

.fp-Section08 .fp-ButtonP .is-colorset--5 .l-ButtonUnit__link {
	color: #666666;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #666666;
	padding: 14px 0;
}

.fp-Section08 .fp-ButtonP .is-colorset--5 .l-ButtonUnit__link .cmn-richtext{
	padding-right: 0;
}

.fp-Section08 .fp-ButtonP .is-colorset--5 .g-ButtonUnit__link__icon {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	background-color: #666666;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	right: 0;
	margin-top: 0;
	text-align: center;
}


@media only screen and (min-width: 641px) {
	.fp-Section08 .fp-ButtonP .is-colorset--5 {
			max-width: 410px;
			margin: auto;
	}
}

@media only screen and (max-width: 640px) {
	.fp-ButtonP .is-colorset--4 .l-ButtonUnit__link{
		padding: 5px 0;
	}
	.fp-Section08 .fp-Column .g-Column__inner{
		gap: 0;
	}
	.fp-Section08 .fp-Column .l-Column__cols{
		width: calc(50% - 8px);
		float: none;
	}

	.fp-Section08 .fp-ButtonP .is-colorset--5 .g-ButtonUnit__link__icon{
		line-height: 22px;
		width: 25px;
		margin-top: 3px;
	}
	.fp-Section08 .fp-ButtonP .is-colorset--5 .cmn-icon--bullet:before{
		font-size: 9px;
	}
	.fp-Section08 .fp-ButtonP .is-colorset--4 .cmn-icon--external:before{
		font-size: 9px;
	}
}

/* min */
@media only screen and (max-width: 400px) {
  .fp-ImageTextVP--02 .g-HeadingTitle__p {
    font-size: 11px;
  }

  .fp-Column02.is-background {
    padding: 20px 18px;
  }

  .fp-List--02.opt-fontsize--24 {
    font-size: 16px;
  }

  .fp-TileLinkHP--01 .opt-fontsize--20 {
      font-size: 13px;
  }

  /* .fp-ButtonP .is-colorset--4 .l-ButtonUnit__link {
    padding: 10px;
  } */
}
