/*! 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* 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;
}

/* 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"] {
  -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: #000;
  --main-color: #0C0A3B;
  --sub-color: #4BA9B9;
  --hvr-color: #EB982C;
  --hdr-height: 95px;
  --hdr-height-sp: 50px;
}

html { 
  font-size: 16px;
  font-family: sans-serif ;
}


h1, h2, h3, h4, h5, h6, p,li,dt,dd,span,td,th,a,summary,input,button,textarea {
  font-family: YakuHanJP, 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.9;
  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;
}
.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;
}
.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 {
		width: 96%;
	}
}
@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;
}
.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;}
.fs18 {font-size: 1.125rem;}
.fs21 {font-size: 1.3125rem;}
.fs24 {font-size: 1.5rem;}
.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: var(--sub-color);
}
.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 {
  padding: 20px;
}
header h1 img {
  max-height: 100%;
  transition: 0.5s;
}
.header_contents {
  display: flex;
  flex-direction: row-reverse;
}
.header_cta {
  display: flex;
}
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: 30px;
}

.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 {
	width: 100%;
  max-width: 1700px;
	/*min-height: 90vh;
	height: 780px;*/
	/*max-height: 900px;*/
  background: #fff url(../img/fv_img.png) no-repeat bottom right;
	background-size: contain;
	box-sizing: border-box;
	position: relative;
  padding-left:  6%;
  padding-right: 6%;
  padding-top: 60px;
  margin-top: var(--hdr-height);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8vw;
  gap: 6%;
}
.fv_contents {
  position: relative;
  z-index: 10;
  /*width: calc(94% - 480px);*/
  width: 94%;
}
.fv_contents_flex {
  gap: 60px;
  flex-wrap: nowrap;
  align-items: center;
}
.fv_copy {
  transition: 0.8s;
}

.fv_contents_btn {
  max-width: 50%;
  min-width: 300px;
  border-radius: 10px;
}

@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;
  }
  .fv_contents {
    width: 100%;
  }

}
@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;
  }
  .fv_contents_btn {
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    margin-top: 15px;
    padding-top: calc( 20px + var(--hdr-height-sp));
    background-size: 80%;
  }
  .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) {

}



/* 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: #000;
  padding: 20px 0;
}
.footer_flex {
  gap: 100px;
  justify-content: space-between;
}
.footer_info {
  width: 65%;
  padding-right: 50px;
}
.footer_info h2 {
  margin-right: 30px;
}
.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_info {
    padding: 0;
    width: 90%;
  }
  .footer_logo {
    zoom: 75%;
    margin-bottom: 10px;
  }
  .copyright {
    width: 90%;
    font-size: 0.8rem;
    text-align: left;
  }
}


/* CONTENTS */
/* ============================================ */

.bnr_area a img {
  transition: 0.8s;
}
.bnr_area a:hover img {
  opacity: 0.8;
}

.sec_top {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .sec_top {
    padding-top: 80px;
  }
}

#weare {
  background: url(../img/weare_bg.png) no-repeat bottom;
  background-size: contain;
}
#weare p {
  line-height: 2.3em;
}

.group_flex .flex_item {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;;
}
.group_flex h3 {
  color: var(--sub-color);
}
.group_flex .flex_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  transition: 0.8s;
}
.group_flex .flex_item a:hover {
  background-color: var(--hvr-color);
  opacity: 0.1;
}

.news_flex dt,
.news_flex dd {
  border-bottom : 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_flex dt { width: 270px;}
.news_flex dd { width: calc(100% - 270px);}
.news_cat {
  display: inline-block;
  background: rgba(75, 169, 185, .6);
  min-width: 120px;
  line-height: 26px;
  color: #fff;
  margin-left: 30px;
  text-align: center;
  padding-top: 1px;
}
.news_flex a {
  transition: 0.8s;
}
.news_flex a:hover {
  text-decoration: underline;
  color: var(--hvr-color);
}

.policy_contents {}
.policy_contents h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
  margin-top: 60px;
}
.policy_contents dt ,
.policy_contents dd {
  display: inline-block;
}
.policy_contents dt {
  min-width: 4em;
}
.policy_contents dl,
.policy_contents ul {
  margin-bottom: 30px;
  overflow: hidden;
}
.policy_contents li {
  margin-top: 15px;
  list-style: disc;
  margin-left: 1.2em;
}

.quest_ttl {
  overflow: hidden;
  background: url(../img/quest_bg.png) no-repeat bottom;
  background-size: cover;
}

.member_txt {
  line-height: 1.8em;
}
.contact_form iframe {
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .weare_message {
    padding: 0 10px;
  }
  .weare_message p {
    text-align: left;
  }
  .news_flex {
    padding: 0 10px;
  }
  .news_flex dt { 
    border: none;
  }
  .news_flex dd { width: 100%;}

  .policy_contents {
    padding: 0 15px;
  }
}


/* utility */
/* ============================================ */

/*
  マージン
*/

.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;}

.pb80 {padding-bottom: 80px;}
.pb150 {padding-bottom: 150px;}
.ptb15 {padding: 1.5em;}

.mt50 {margin-top: 50px;}
.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;}
  .pb150 {padding-bottom: 50px;}

  .mt50 {margin-top: 20px;}
  .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: 6px;
  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);
}