/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  background: #f4f4f4;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  overflow: hidden;
}

section.content {
  padding: 168px 4%;
}
section.content > p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.content {
    padding: 96px 4%;
  }
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
section.content h2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #101649;
  margin-bottom: 56px;
}
section.content h2 span {
  display: flex;
  align-items: baseline;
  color: #101649;
  margin-right: 32px;
}
section.content h2 span::after {
  content: "";
  width: 20px;
  height: 48px;
  border-bottom: 1px solid#101649;;
  transform: rotate(-45deg);
  margin-left: 40px;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


/* SetUp */
/* ============================================ */

:root {
  --text-color: #231815;
  --text-subcolor: #fff;
  --main-color: #b79a6c;
  --sub-color: #3b318c;
  --hvr-color: #000;
  --hdr-height: 120px;
  --hdr-height-sp: 86px;
}

html {
  font-size: 16px;
  font-family: serif ;
}


h1, h2, h3, h4, h5, h6, p,li,dt,dd,span,td,th,a,summary,input,button,textarea {
  font-family: 'Noto Serif JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, serif;
  line-height: 2.3;
  font-feature-settings: "palt";
  color: var(--text-color);
  text-align: justify;
  font-display: optional;
  word-wrap:break-word;
  letter-spacing: 0.06em;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}
.sans {
  font-family: "Noto Sans JP", sans-serif;
}
.serif {
  font-family: "Marcellus", "Noto Serif JP", serif;
  font-weight: 600;
}
.sp_none {
	display: inline-block;
}
.tab_none {
  display: none;
}
.pc_none {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	.pc_none {
		display: inline-block;
	}
	.sp_none {
		display: none;
	}
}
@media (max-width: 460px) {
	.tab_none {
		display: inline-block;
	}

}

.contents {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
.contents_m {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.contents_s {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 960px;
	margin: auto;
  top: 168px;
}
.left_bg_wrap {
  position: relative;
  margin-top: -5vw;
}
.left_bg_wrap:before {
  content: '';
  position: absolute;
  height: 90%;
  width: 65%;
  background: url(../img/recommend_img04.jpg) no-repeat top left;
  background-size: cover;
}
.left_bg {
  padding-top: 15vw;
  display: flex;
  flex-direction: row-reverse;
}
.contents_right {
  max-width: 830;
  padding: 40px 0;
  padding-left: 130px;
}

.anchor {
  padding-top: var(--hdr-height);
  margin-top: calc(-1 * var(--hdr-height));
}

@media screen and (max-width: 1399px) {
	.contents {
		padding: 0 4%;
	}
}
@media screen and (max-width: 1199px) {
	.contents_m {
		width: 96%;
	}
}
@media screen and (max-width: 959px) {
	.contents_s {
		width: 96%;
	}
  .left_bg_wrap:before {
    height: 40%;
    width: 100%;
    background: url(../img/recommend_img04.jpg) no-repeat top left;
    background-size: cover;
  }
  .contents_right {
		width: 96%;
    margin: 60vw auto 0;
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {

}

.text_k {
	color: #000;
}
.text_w {
	color: #fff;
}
.text_m {
	color: var(--main-color);
}
.text_s {
	color: var(--sub-color);
}
.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}
@media screen and (max-width: 768px) {
.t_left_sp {
	text-align: left !important;
}
}
.t_bold {
  font-weight: bold;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_gray {
  background-color: #f0f0f0 ;
}
.bg_main {
  background-color: var(--main-color) ;
}
.bg_sub {
  background-color: var(--sub-color) ;
}

.bdr {
  border: 1px dashed var(--main-color);
  padding: 1.5em;
}

.u_line {
  text-decoration: underline;
}

/* font-size */

.fs14 {font-size: 0.875rem;}
.fs15 {font-size: 0.9375rem;}
.fs18 {font-size: 1.125rem;}
.fs20 {font-size: 1.25rem;}
.fs21 {font-size: 1.3125rem;}
.fs24 {font-size: 1.5rem;}
.fs28 {font-size: 1.75rem;}
.fs32 {font-size: 2rem;}
.fs36 {font-size: 2.25rem;}
.fs42 {font-size: 2.625rem;}
.fs48 {font-size: 3rem;}
.fs60 {font-size: 3.75rem;}
.fs80 {font-size: 5rem; line-height: 1.5em;}

.fs-min {font-size: 0.85em;}

@media screen and (max-width: 768px) {
  .fs14 {font-size: 0.75rem;}
  .fs18 {font-size: 1rem;}
  .fs21 {font-size: 1.125rem;}
  .fs24 {font-size: 1.125rem;}
  .fs32 {font-size: 1.3rem;}
  .fs36 {font-size: 1.3rem;}
  .fs42 {font-size: 1.4rem;}
  .fs48 {font-size: 1.5rem;}
  .fs60 {font-size: 1.6rem;}
  .fs80 {font-size: 2rem;}
}

/* btn */

.btn {
	display: inline-block;
	position: relative;
	max-width: 240px;
	margin: 20px 20px 0 0;
	padding: 2px 2em;
	text-align: center;
  font-weight: bold;
	text-decoration: none;
	line-height: 3em;
	transition: .5s;
}
.main_btn {
	color: #fff;
	background: var(--main-color);
}
.sub_btn {
	color: #fff;
	background: #172c57;
}
.white_btn {
  color: var(--main-color);
  background: #fff;
}
.main_btn:hover ,
.sub_btn:hover ,
.white_btn:hover {
  color: #fff;
  background: var(--hvr-color);
}

/* flex */

.flex {
	display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
}
.flex_item {
  text-align: center;
}
  .flex_item p {
    text-align: left;
  }
.flex-3 {
  gap: 50px;
}
  .flex-3 .flex_item {
    width: calc((100% - 100px)/3);
  }
.flex-5 {
  gap: 50px;
}
  .flex-5 .flex_item {
    width: calc((100% - 200px)/5);
  }
.flex-4 {
  gap: 30px;
  justify-content: center;
}
  .flex-4 .flex_item {
    width: calc((100% - 120px)/5);
  }
.fl-imgtxt {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  gap: 50px;
}
  .fl-imgtxt .txt_wrap {
    max-width: 600px;
  }
  .fl-imgtxt .img_wrap {
    max-width: 620px;
    min-width: 600px;
    margin-left: -100px;
  }
  .fl-imgtxt.fl_reverse {
    flex-direction: row-reverse;
  }
  .fl-imgtxt.fl_reverse .img_wrap {
    margin-right: -100px;
    margin-left: 0px;
  }


  @media screen and (max-width: 1199px) {
    .flex-3, .flex-4, .flex-5 {
      gap: 40px;
    }
    .flex-3 .flex_item ,.flex-4 .flex_item ,.flex-5 .flex_item {
      width: calc((100% - 40px)/2);
    }

    .fl-imgtxt {
      padding: 0 60px;
    }
    .fl-imgtxt {
      flex-direction: column;
      gap: 20px;
      padding: 0 20px;
    }
    .fl-imgtxt.fl_reverse {
      flex-direction: column;
    }
      .fl-imgtxt .txt_wrap {
        max-width: 100%;
      }
      .fl-imgtxt .img_wrap {
        max-width: 100%;
        min-width: auto;
        margin: 0 !important;
      }
  }
  @media screen and (max-width: 768px) {
    .flex-3, .flex-4, .flex-5 {
      display: block;
    }
    .flex-3 .flex_item ,.flex-4 .flex_item ,.flex-5 .flex_item {
      width: 80%;
      margin: 0 auto 30px;
    }
    .flex-5 .flex_item img {
      width: 60%;
    }
    .flex-3 .flex_item p ,.flex-4 .flex_item p ,.flex-5 .flex_item p {
      font-size: 0.9rem;
    }


  }

/* utility */

.hero_image {
  max-height: 240px;
  overflow: hidden;
}

.hero_image img {
  width: 100%;
  height: auto;
}

.sec_ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.sec_ttl span {
  display: block;
  color: var(--sub-color);
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}
.navy_box {
  padding: 50px;
}


@media screen and (max-width: 768px) {
  .sec_ttl {
    zoom: 50%;
    margin-bottom: 60px;
  }
  .navy_box {
    padding: 20px;
  }
}



/* Header */
/* ============================================ */

header {
  width: 100%;
  height: var(--hdr-height);
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
header h1 {
  display: flex;
  align-items: center;
  padding: 20px;
}
header h1 img {
  max-height: 100%;
  transition: 0.5s;
}
.header_contents {
  display: flex;
  flex-direction: row-reverse;
}
.header_cta {
  display: flex;
}
.header_cta .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header_cta .main_btn::before {
  display: block;
  content: "";
  width: 51px;
  height: 35px;
  background-image: url(../img/icon/paper_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 14px;
}
.header_cta .sub_btn::before {
  display: block;
  content: "";
  width: 38px;
  height: 50px;
  background-image: url(../img/icon/mail_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -9px;
  margin-bottom: 10px;
}
header .btn {
  width: 140px;
  height: var(--hdr-height);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}
.header_nav {
  margin-right: 30px;
  margin-top: 42px;
}

.header_tel {
  text-align: right;
}
.header_tel a::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/tell.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.header_tel a {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 15px;
}
.header_tel_txt {
  vertical-align: super;
  margin-right: 15px;
  font-weight: bold;
}


.header_nav nav li:not(:last-child) {
  padding: 0.1em 0.8em 0.2em;
}
.header_nav nav li:last-child {
  padding: 0.1em 0em 0.2em 0.8em;
}
.header_nav nav li a {
  width: 100%;
  font-weight: bold;
  display: inline-block;
  word-break: keep-all;
  position: relative;
}
.header_nav nav li a:after {
  content: '';
  height: 0.2em;
  background-color: var(--hvr-color);
  position: absolute;
  bottom: -0.1em;
  left: 0;
  transition: 0.5s;
  width: 0;
}
.header_nav nav li a:hover:after {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .Toggle {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_cta {
    display: none !important;
  }
}
@media screen and (max-width: 1399px) {
  header h1 img {
    max-height: 90%;
  }
  header .btn {
    width: 150px;
    padding: 0;
  }
  header .btn.navy_btn {
    margin-right: 5px;
  }
  .header_nav nav li:not(:last-child) {
    padding: 0.1em 0.6em 0.2em;
  }
  .header_nav nav li:last-child {
    padding: 0.1em 0em 0.2em 0.6em;
  }
  .header_nav nav li a {
    font-size: 0.875rem;
  }
  .header_tel {
    zoom: 90%;
  }
}
@media screen and (max-width: 1199px) {
  header h1 img {
    max-height: 75%;
  }
  header .btn {
    width: 130px;
    padding: 0;
  }
  .header_nav nav li:not(:last-child) {
    padding: 0.1em 0.4em 0.2em;
  }
  .header_nav nav li:last-child {
    padding: 0.1em 0em 0.2em 0.4em;
  }
}
@media screen and (max-width: 1023px) {
  header .btn {
    height: var(--hdr-height);
  }
  .header_cta {
    padding-right: 60px;
  }
  .header_tel {
    text-align: center;
    margin-top: 50px;
  }
  .header_nav {
    margin: 0;
  }
  .header_nav .sp_nav{
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
  .sp_nav li {
    border-bottom: 1px dotted #333;
  }
  .sp_nav li a {
    text-align: center;
    font-size: 1.125rem;
    padding: 0.8em 0;
  }
  .header_nav {
    display: none;
    transition: 0.5s;
  }
  .header_nav.active {
    display: block;
    position: absolute;
    top: var(--hdr-height);
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100vh;
    margin: 0;
    background: rgba(255, 255, 255, .9);
  }
  .Toggle {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: var(--hdr-height-sp);
  }
  header h1 {
    padding: 10px 0 5px 10px;
  }
  header h1 img {
    max-height: 90%;
    transition: 0.5s;
  }
  .header_cta {
    display: none;
  }
  .sp_cta {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 2%;
    padding: 5px;
    justify-content: center;
  }
  .sp_cta .btn {
    width: calc(98% /2);
    height: 40px;
    line-height: 38px;
    border-radius: 10px;
    margin: 0;
    font-size: 0.65rem;
    position: relative;
    display: block;
  }
  .sp_cta .btn::before {
    display: inline-block;
    width: 44px !important;
    height: 24px !important;
    margin-right: 8px;
    vertical-align: middle;
  }
  .sp_cta .tel_btn::before {
    content: '';
    width: 20px !important;
    height: 20px !important;
    background: url(../img/tell.svg) no-repeat !important;
    background-size: contain !important;
    display: inline-block;
    position: relative;
    margin-right: 5px;
  }
  .header_nav.active {
    top: var(--hdr-height-sp);
  }
}


/* FV */
/* ============================================ */

.fv {
	position: relative;
  max-width: 1700px;
	width: 100%;
  height: calc(100vh - var(--hdr-height));
  background: #fff url(../img/fv_img.jpg) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
  margin-top: var(--hdr-height);
}
.fv.subp {
  background: #fff url(../img/fafv_img.jpg) no-repeat center;
}
.fv_contents {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 4%;
}
.fv_copy {
  font-size: clamp(1.25rem, 5vw, 3.25rem);
  color: var(--text-subcolor);
  text-align: right;
  transition: 0.8s;
}
.fv_copy.subp {
  font-size: clamp(1.25rem, 5vw, 3.25rem);
}

.fv_read {
  font-size: clamp(1.25rem, 5vw, 1.75rem);
  color: var(--text-subcolor);
  text-align: right;
}
.fv_cta {
  display: flex;
  justify-content: flex-end;
}
.fv_contents_btn {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: var(--text-subcolor);
  font-weight: 400;
  padding: 13px 4% 10px;
  letter-spacing: 0.02rem;
  background: var(--main-color);
}
.fv_contents_btn span {
  display: block;
  font-size: 1rem;
  color: var(--text-subcolor);
  line-height: 1;
  text-align: right;
}
.fv_contents_btn::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: ">";
  width: 28px;
  height: 28px;
  border: 1px solid var(--text-subcolor);
  border-radius: 50%;
  margin-left: 16px;
}

@media screen and (max-width: 1499px) {
  .fv_copy {
    zoom: 90%;
  }
}
@media screen and (max-width: 1399px) {
  .fv_copy {
    zoom: 80%;
  }
}
@media screen and (max-width: 1299px) {
  .fv_copy {
    zoom: 70%;
  }
  .fv .form_wrap {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .fv_txtarea h2 {
    zoom: 80%;
  }
  .fv_read {
    zoom: 80%;
  }
  .fv_txt {
    zoom: 80%;
  }
  .fv_contents .btn {
    zoom: 85%;
  }
  .fv_contents:after {
    zoom: 90%;
    right: 5%;
  }
}

@media screen and (max-width: 1023px) {
  .fv_contents:after {
    right: 0;
  }.fv_contents_flex {
    gap: 60px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    margin-top: 15px;
  }
  .fv_contents {
    padding-right: 5%;
    padding-bottom: 15%;
    background-size: cover;
    min-height: 500px;
    height: auto;
  }
  .fv_copy {
    zoom: 130%;
  }
  .fv_contents .btn_area {
    text-align: center;
  }
  .fv_contents:after {
    opacity: 0.2;
    top: 35vw;
  }
  .fv_maker_flex {
    flex-wrap: wrap;
    gap:10px;
  }
  .fv_maker_flex .flex_item {
    width: calc((100% - 20px)/3);
  }
  .fv_merit {
    flex-wrap: nowrap;
    gap: 5px;
  }
}
@media screen and (max-width: 460px) {

}


/* newsticker */
/* ============================================ */
.newsticker {
  position: relative;
  max-width: 880px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: -115px;
  margin-right: 0;
  margin-left: auto;
  background: var(--text-subcolor);
  padding: 24px 4%;
}
.ticker_item {
  display: flex;
}
.headline {
  display: flex;
  align-items: center;
  padding-right: 24px;
}
.headline:after {
  content: "";
  width: 24px;
  height: 24px;
  border-bottom: 1px solid var(--text-color);
  transform: rotate(-45deg);
  margin-bottom: 12px;
}
.headline .cate {
  padding-right: 8px;
}
.newsticker .link-btn {
  display: flex;
  align-items: center;
}
.newsticker .link-btn .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .newsticker .link-btn {
    display: none;
  }
  .ticker_item {
    flex-direction: column;
  }
  .ticker_item h3 {
    line-height: 1.4;
  }
}

/* CTA */
/* ============================================ */

.cta {
  background: url(../img/cta_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 3em 5%;
  /*display: flex;
  justify-content: space-between;*/
  align-items: center;
}
.cta:before {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--main-color);
  opacity: .8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cta .txt_area {
  position: relative;
  z-index: 1;
}
.cta h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}
.cta h2 span {
  color: #fff;
}
.cta_contents {
  justify-content: center;
  gap: 40px;
}
.cta .btn {
  height: 70px;
  font-size: 1.125rem;
  line-height: 1.6em;
  width: 380px;
  display: block;
  margin: 0 0 20px;
  max-width: none;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.cta .btn.cta_btn02 {
  width: 550px;
}
.cta .btn.cta_btn02:before {
  display: none;
}

.cta_tel::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/tell02.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.cta_tel .roboto {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 15px;
}
.cam_bnr a img {
  transition: 0.5s;
}
.cam_bnr a:hover img {
  opacity: 0.8;
}

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

  .cta {
    padding: 1em 5%;
  }
  .cta h2 {
    font-size: 2.2rem;
  }
  .cta .btn_area {
    gap: 20px;
  }
  .cta .btn {
    zoom: 70%;
    padding: 2px 0;
  }
  .cta_contents {
    text-align: center;
    gap: 5px;
  }

}

/* FOOTER */
/* ============================================ */

footer {
  background: var(--text-subcolor);
  padding: 20px 0;
}
footer .flexBox {
  display: flex;
}
footer .flexBox.wrap {
  flex-direction: column;
  margin-right: 80px;
}
.footer_flex {
  gap: 16px;
  justify-content: flex-end;
}
.footer_info {
  width: 100%;
  justify-content: center;
}
.footer_info > div {
  flex-wrap: wrap;
}
.footer_info h2 {
  margin-right: 80px;
}
.footer_info .phone {
  flex-basis: 72%;
}
.footer_info .phone span {
  margin-right: 8px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.footer_nav .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer_nav a {
  font-weight: bold;
  padding: 0 16px;
  border-left: 1px solid var(--text-color);
  line-height: 1.4;
  margin-bottom: 16px;
}
.copyright {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0 70px;
    text-align: center;
  }
  .footer_flex {
    gap: 20px;
    justify-content: center;
  }
  footer .flexBox.wrap {
    margin-right: 0;
  }
  .footer_info {
    padding: 0;
    width: 90%;
  }
  .footer_nav {
    margin-left: auto;
    margin-bottom: 40px;
  }
  .footer_logo {
    zoom: 75%;
    margin-bottom: 10px;
  }
  .copyright {
    width: 90%;
    font-size: 0.8rem;
    text-align: left;
  }
}


/* CONTENTS */
/* ============================================ */
.flexBox {
  display: flex;
}
section.whyus {
  padding: 0;
}
article {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  padding-top: 96px;
}
article:nth-of-type(1).odd_item {
  background-image: url(../img/whyus_img01.jpg);
  background-position: left top;
  margin-bottom: 96px;
}
article:nth-of-type(2).even_item {
  background-image: url(../img/whyus_img02.jpg);
  background-position: right top;
  margin-bottom: 96px;
}
article:nth-of-type(3).odd_item {
  background-image: url(../img/whyus_img03.jpg);
  background-position: left top;
}
article .wrapper {
  position: relative;
  display: flex;
  width: 100%;
  text-align: left;
  top: -48px;
}
article .wrapper > div {
  max-width: 700px;
  width: 100%;
  background: var(--text-subcolor);
}
article .wrapper h3 {
  color: #101649;
}
article.odd_item .wrapper {
  justify-content: flex-end;
}
article.odd_item .wrapper > div,
article.even_item .wrapper > div {
  position: relative;
  padding: 62px;
}
section.services {
  padding-bottom: 0;
}
section.services .item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.item_list li {
  background: var(--text-subcolor);
  border-radius: 25px;
  padding: 46px 32px 40px;
  margin-bottom: 40px;
}
.item_list .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  width: 100%;
}
.item_list li .icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
.item_list li:nth-of-type(1) .icon {
  width: 40px;
  height: 48px;
  background-image: url(../img/icon/service_icon01.svg);
}
.item_list li:nth-of-type(2) .icon {
  width: 68px;
  height: 48px;
  background-image: url(../img/icon/service_icon02.svg);
}
.item_list li:nth-of-type(3) .icon {
  width: 68px;
  height: 48px;
  background-image: url(../img/icon/service_icon03.svg);
}
.item_list li:nth-of-type(4) .icon {
  width: 68px;
  height: 48px;
  background-image: url(../img/icon/service_icon04.svg);
}
.item_list .card h3 {
  color: #101649;
  margin-bottom: 24px;
}
section.strengths {
  padding-bottom: 0;
}
section.strengths h3 {
  color: #101649;
  font-weight: 400;
  text-align: center;
  margin: 92px 0 65px;
}
section.strengths .profile {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #fdfdfd;
  border-top: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  border-left: 2px solid #707070;
  padding: 37px 42px;
}
section.strengths ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  width: 100%;
  margin: 120px auto 0;
}
section.strengths ul li {
  width: calc(100% / 2);
  line-height: 1.4;
  padding-left: 12px;
  border-left: 1px solid #707070;
}
section.strengths ul li:nth-of-type(-n+2) {
  margin-bottom: 28px;
}
section.strengths .link_wrap,
section.support .link_wrap {
  display: flex;
  justify-content: center;
}
section.strengths .link_wrap a,
section.support .link_wrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  width: 100%;
  font-size: 20px;
  color: var(--text-subcolor);
  font-weight: 400;
  padding: 24px 0;
  background: var(--main-color);
  border-radius: 47px;
  transition: all .3s;
}
section .link_wrap a:hover {
  background: var(--hvr-color);
}
section.partners {
  position: relative;
}
section.partners::after {
  position: absolute;
  content: "";
  top: -42%;
  right: -16%;
  max-width: 600px;
  width: 100%;
  height: 100%;
  background-image: url(../img/strengths_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: opacity(.5);
  z-index: -1;
}
section.partners .wrap {
  margin-top: 92px;
}
section.partners h3 {
  color: #101649;
  font-weight: 400;
  text-align: center;
  margin-bottom: 36px;
}
section.partners ul {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 80px;
  gap: 24px;
}
section.partners li {
  max-width: calc((100% / 3) - 16px);
  width: 30%;
  background: var(--text-subcolor);
  padding: 22px 16px;
  text-align: center;
  word-break: auto-phrase;
}
section.partners .container {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
section.partners .reason {
  max-width: 416px;
  width: 100%;
  background: var(--text-subcolor);
}
section.partners .reason .wrap {
  padding: 0 24px;
  margin-top: 0;
}
section.partners .reason h4 {
  color: #101649;
  text-align: center;
  margin-top: 30px;
}
section.partners .reason hr {
  color: #707070;
  margin: 20px 0;
}
section.support.bgi {
  background-image: url(../img/raoul-croes-krZmaQHO56I-unsplash.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.support .toplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 158px;
  gap: 40px;
}
section.support .toplist li {
  max-width: 300px;
  width: 100%;
  border: 1px solid var(--text-subcolor);
  border-radius: 25px;
  background: var(--text-subcolor);
  padding: 45px 29px 42px;
}
section.support .toplist li h4 {
  color: #101649;
  font-weight: 500;
  text-align: center;
}
section.support .toplist li hr {
  color: #707070;
  margin-top: 21px;
  margin-bottom: 20px;
}
section.support .toplist li p {
  line-height: 1.8;
  letter-spacing: 0;
}
section.support .sublist {
  margin-top: 16px;
}
section.support .sublist li {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 8px;
  padding: 2px 8px;
  border-left: 1px solid #707070;
  border-radius: 0;
}
section.top_message {
  position: relative;
}
section.top_message::before {
  position: absolute;
  content: "";
  top: 0;
  left: 4%;
  max-width: 820px;
  width: 100%;
  height: 100%;
  background-image: url(../img/top_message.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: opacity(.5);
  z-index: -1;
}
section.top_message .flexBox {
  justify-content: space-between;
  align-items: baseline;
}
section.top_message h2 {
  width: 50%;
  justify-content: flex-start;
  margin-bottom: 0;
}
section.top_message figure {
  width: 50%;
}
section.top_message hr {
  margin-top: 92px;
  margin-bottom: 70px;
}
section.top_message .sentence {
  display: flex;
  gap: 60px;
}
section.top_message .sentence p {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
}
section.top_message .sentence .item {
  width: calc(100% / 3);
}
section.top_message .sentence .item .sign p {
  line-height: 1.4;
  text-align: right;
  margin-bottom: 0;
}
section.top_message .sentence .item .sign p:last-of-type {
  font-weight: 500;
}
.c_info.bg_wrap {
  background-image: url(../img/company_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c_info.bg_wrap h2 {
  color: #C49766;
  font-weight: 600;
}
section.company .wrap {
  display: flex;
  column-gap: 24px;
}
section.company .wrap table,
section.company .wrap .location {
  width: 50%;
}
section.company th,
section.company td {
  color: var(--text-subcolor);
  padding: 8px 5%;
  border-top: 1px solid var(--text-subcolor);
}
section.company th {
  width: 25%;
  text-align: center;
  text-align-last: justify;
  border-right: 1px solid var(--text-subcolor);
}
section.company th:last-of-type {
  border-bottom: 1px solid var(--text-subcolor);
}
section.company td {
  width: 75%;
  word-break: auto-phrase;
}
section.company td:last-of-type {
  border-bottom: 1px solid var(--text-subcolor);
}
section.content.contact {
  padding-top: 0;
}
section.contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
section.contact li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--text-subcolor);
  padding: 30px 50px;
  border: 1px solid var(--text-subcolor);
  background: rgba(255, 255, 255, .1);
}
section.contact li span {
  color: var(--text-subcolor);
  line-height: 1;
}
section.compliance {
  padding-bottom: 0;
}
section.compliance > p {
  margin-bottom: 60px;
}
section.compliance .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  border-radius: 29px;
  background: var(--text-subcolor);
  padding: 40px 0;
}
section.compliance .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
}
section.compliance .item h4 {
  font-size: 21px;
  color: #101649;
}
section.compliance .item hr {
  width: 100%;
  color: #707070;
  margin: 16px 0;
}
section.questions {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
section.questions .accordion {
  flex-direction: column;
  width: 100%;
}
section.questions .accordion_item {
  margin-bottom: 56px;
}
section.questions .accordion dt,
section.questions .accordion dd {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  padding: 20px 24px;
}
section.questions .accordion dt {
  color: var(--text-subcolor);
  background: var(--main-color);
}
section.questions .accordion dd {
  background: var(--text-subcolor);
}
section.questions .accordion_item.is-active .accordion_title::after {
  transform: rotate(180deg);
  opacity: 0;
}
section.questions .accordion_title {
  position: relative;
  cursor: pointer;
}
section.questions .accordion_title::before,
section.questions .accordion_title::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 24px;
  height: 2px;
  background: var(--text-subcolor);
  transition: all .3s;
}
section.questions .accordion_title::after {
  transform: rotate(90deg);
}
section.questions .accordion_content {
  width: 100%;
  display: none;
  cursor: pointer;
}
section.content.contactform {
  background: #c49766;
  padding-top: 120px;
  padding-bottom: 40px;
}
section.contactform > p {
  color: var(--text-subcolor);
}

@media screen and (max-width: 480px) {
  section.contact li span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  section.partners li {
  width: 100%;
  margin-right: 0 !important;
}
  section.company th {
    width: 24%;
  }
  section.company td {
    width: 76%;
  }
  section.questions .accordion dt,
  section.questions .accordion dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 877px) {
  section.top_message .flexBox {
    flex-direction: column;
  }
  section.top_message h2 {
    margin-bottom: 40px;
  }
  section.questions .accordion dt,
  section.questions .accordion dd {
    padding: 20px 48px 20px 16px;
  }
  section.questions .accordion_title::before,
  section.questions .accordion_title::after {
    right: 16px;
  }
}
@media screen and (max-width: 980px) {
  section.strengths ul li {
    width: 100%;
    line-height: 1.4;
    padding-left: 12px;
    border-left: 1px solid #707070;
  }
  section.strengths ul li:nth-of-type(3) {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1060px) {
  section.top_message h2 {
    width: 100%;
    font-size: 18px;
  }
  section.top_message h2 span {
    font-size: 32px;
  }
  section.top_message figure {
    width: 100%
  }
  section.top_message .sentence {
    flex-direction: column;
    gap: 60px;
  }
  section.top_message .sentence .item {
    width: 100%;
  }
  section.company .wrap {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  section.company .wrap table,
  section.company .wrap .location {
    width: 100%;
  }
}


/* utility */
/* ============================================ */

/*
  マージン
*/

.mr0 {margin-right: 0 !important;}
.mr40 {margin-right: 40px;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb80 {margin-bottom: 80px;}
.mb100 {margin-bottom: 100px;}
.mb120 {margin-bottom: 120px;}
.mb150 {margin-bottom: 150px;}

.pb0 {padding-bottom: 0 !important;}
.pb80 {padding-bottom: 80px;}
.pb120 {padding-bottom: 120px !important;}
.pb150 {padding-bottom: 150px;}
.pb200 {padding-bottom: 200px;}
.ptb15 {padding: 1.5em;}
.ptb150 {padding: 150px 0;}

.mt50 {margin-top: 50px;}
.mt80 {margin-top: 80px;}
.mt120 {margin-top: 120px;}
.mt-120 {margin-top: -120px;}

.w80 {width: 80%;}

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

  .mb20 {margin-bottom: 10px;}
  .mb30 {margin-bottom: 15px;}
  .mb40 {margin-bottom: 20px;}
  .mb50 {margin-bottom: 20px;}
  .mb60 {margin-bottom: 25px;}
  .mb80 {margin-bottom: 30px;}
  .mb100 {margin-bottom: 40px;}
  .mb120 {margin-bottom: 40px;}
  .mb150 {margin-bottom: 50px;}

  .pb80 {padding-bottom: 30px;}
  .pb120 {padding-bottom: 60px;}
  .pb150 {padding-bottom: 50px;}
  .ptb150 {padding: 50px 0;}

  .mt50 {margin-top: 20px;}
  .mt80 {margin-top: 30px;}
  .mt120 {margin-top: 40px;}
  .mt-120 {margin-top: -60px;}

  .w80 {width: 100%;}
}

@media screen and (min-width: 769px) {
  .lh1 {
    line-height: 1em;
    padding-bottom: 0.5em;
  }
}



/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  position: fixed;    /* bodyに対しての絶対位置指定 */
  right: 7px;
  top: 26px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
  transition: .35s ease-in-out;			/*変化の速度を指定*/
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}