@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans SC", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(191, 160, 77, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  z-index: 200; }
  .page_top:hover {
    background: #bfa04d;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.mincho {
  font-family: 'Noto Serif SC', serif; }

.fv {
  background: url("img/fv_bg.jpg") no-repeat center top; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 500px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_txt {
    position: absolute;
    top: 45px;
    left: -20px; }

.cv {
  padding: 70px 0 50px; }
  .cv .wrap {
    width: 900px;
    margin: 0 auto;
    border: 6px solid #f2dc9a;
    padding: 5px;
    -webkit-box-shadow: 0 5px 4px rgba(110, 110, 110, 0.25);
    -moz-box-shadow: 0 5px 4px rgba(110, 110, 110, 0.25);
    box-shadow: 0 5px 4px rgba(110, 110, 110, 0.25); }
    .cv .wrap .inner {
      border: 2px solid #f2dc9a;
      padding: 55px 0 30px;
      position: relative;
      text-align: center; }
  .cv .heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 563px; }

.section01 {
  background: url("img/section01_bg.jpg") no-repeat center top;
  background-size: cover; }
  .section01 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 100px; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
    .section01 .inner .item:nth-child(2) {
      margin-top: 60px; }
  .section01 h2 {
    text-align: center; }
  .section01 .read {
    margin-top: 35px;
    font-size: 20px;
    font-size: 2rem; }
    .section01 .read strong {
      font-weight: 400;
      color: #ee4235; }
  .section01 .image {
    margin-top: 35px;
    text-align: center; }
  .section01 .remark {
    margin-top: 20px;
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem; }

.section02 {
  margin-top: 70px;
  background: url("img/section02_bg.png") no-repeat center top;
  background-size: cover; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px 80px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 h2 {
    text-align: center; }
  .section02 ul {
    margin-top: 120px; }
  .section02 ul li {
    margin-top: 80px;
    position: relative;
    /*
    &:nth-child(2)::before {
    	content:"";
    	position: absolute;
    	width:131px;
    	height:100%;
    	background-image: url("img/section02_ico1.png");
    	background-repeat: no-repeat;
    	background-position: center top;
    	background-size:100% auto;
    	left:40px;
    	top:-45px;
    	pointer-events: none;
    	z-index: 100;
    }
    &:nth-child(3)::before {
    	content:"";
    	position: absolute;
    	width:190px;
    	height:100%;
    	background-image: url("img/section02_ico2.png");
    	background-repeat: no-repeat;
    	background-position:right bottom;
    	background-size:100% auto;
    	right:-95px;
    	bottom:-55px;
    	pointer-events: none;
    	z-index: 100;
    }
    */ }
    .section02 ul li:nth-child(2)::before {
      content: "";
      position: absolute;
      width: 190px;
      height: 100%;
      background-image: url("img/section02_ico2.png");
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 100% auto;
      right: -95px;
      bottom: -55px;
      pointer-events: none;
      z-index: 100; }
  .section02 .item {
    background: #fff;
    border: 1px solid #ddc675;
    position: relative;
    padding: 40px 40px 45px; }
    .section02 .item .heading {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -50px;
      z-index: 1; }
    .section02 .item h3 {
      text-align: center;
      font-size: 55px;
      font-size: 5.5rem;
      color: #000; }
      .section02 .item h3 span {
        font-size: 45px;
        font-size: 4.5rem; }
    .section02 .item .flex {
      margin-top: 20px; }
      .section02 .item .flex .txt {
        width: 55%;
        padding-left: 30px;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.7; }
        .section02 .item .flex .txt span {
          font-size: 11px;
          font-size: 1.1rem;
          display: inline-block;
          vertical-align: top;
          padding-top: 3px;
          margin: 0 3px; }
        .section02 .item .flex .txt strong {
          font-weight: 400;
          background: #fff5d5; }
  .section02 .remarks {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right; }
  .section02 .tips {
    margin-top: 60px;
    position: relative;
    border: 1px solid #696969;
    background-image: url("img/section02_bg2.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    background-color: #fcf9f1;
    text-align: center;
    padding: 40px 0 30px;
    font-size: 20px;
    font-size: 2rem; }
    .section02 .tips_heading {
      display: inline-block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #25211f;
      padding: 4px 50px;
      color: #fff;
      top: -20px; }
    .section02 .tips p {
      line-height: 1.8; }

.section03 {
  background-image: url("img/section03_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .section03::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 100%;
    background-image: url("img/section03_after.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
    pointer-events: none; }
  .section03 .inner {
    width: 1000px;
    margin: 0 auto;
    height: 432px;
    padding: 60px 0 0; }
    @media only screen and (max-width: 768px) {
      .section03 .inner {
        width: 100%; } }
  .section03 h2 {
    text-align: center; }
  .section03 .wrap {
    margin-top: 40px;
    padding: 0 100px; }
    .section03 .wrap ul li {
      width: 50%;
      padding-left: 40px;
      position: relative;
      font-size: 24px;
      font-size: 2.4rem;
      color: #fff;
      margin-top: 12px; }
      .section03 .wrap ul li:nth-child(1), .section03 .wrap ul li:nth-child(2) {
        margin-top: 0; }
      .section03 .wrap ul li::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 100%;
        background-image: url("img/section03_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none; }
      .section03 .wrap ul li strong {
        color: #f7d97e; }

.section04 {
  padding-top: 120px; }
  .section04 h2 {
    text-align: center; }
  .section04 .wrap {
    margin-top: 130px;
    background-image: url("img/section04_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .section04 .wrap .inner {
      height: 585px;
      width: 1000px;
      margin: 0 auto;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .section04 .wrap .inner {
          width: 100%; } }
  .section04 .heading {
    width: 900px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px; }
  .section04 .image {
    position: absolute;
    right: 80px;
    bottom: 0; }
  .section04 .remarks {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (max-width: 768px) {
      .section04 .remarks {
        width: 100%; } }

.section05 {
  margin-top: 100px; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px 80px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 h2 {
    text-align: center; }
  .section05 .wrap {
    width: 690px;
    margin: 80px auto 0; }
    .section05 .wrap .item {
      position: relative;
      margin-top: 70px; }
      .section05 .wrap .item:first-child {
        margin-top: 0; }
      .section05 .wrap .item .flex {
        align-items: center; }
      .section05 .wrap .item .txt .read {
        font-size: 30px;
        font-size: 3rem;
        border-bottom: 1px solid #000;
        padding: 0 0 20px 20px; }
      .section05 .wrap .item .txt p {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 20px 0 0 20px; }
      .section05 .wrap .item .txt strong {
        color: #ee4235; }
      .section05 .wrap .item:nth-child(2) .txt .read {
        padding: 0 0 20px 0; }
      .section05 .wrap .item:nth-child(2) .txt p {
        padding: 20px 0 0 0; }
    .section05 .wrap .image {
      width: 249px;
      position: relative; }
      .section05 .wrap .image::before {
        content: "";
        position: absolute;
        width: 106px;
        height: 100%;
        background-image: url("img/section05_ico1.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: -35px;
        top: -35px;
        pointer-events: none;
        z-index: 10; }
      .section05 .wrap .image img {
        border: 6px solid #fff;
        -webkit-box-shadow: 0 5px 8px rgba(107, 107, 107, 0.4);
        -moz-box-shadow: 0 5px 8px rgba(107, 107, 107, 0.4);
        box-shadow: 0 5px 8px rgba(107, 107, 107, 0.4); }
    .section05 .wrap .txt {
      width: 441px; }
    .section05 .wrap .item:nth-child(2) .image::before {
      background-image: url("img/section05_ico2.png");
      left: auto;
      right: -35px; }

.section06 {
  background: #f9f4e4; }
  .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 100px; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
  .section06 .wrap {
    margin-top: 30px; }
  .section06 h2 {
    text-align: center; }
  .section06 ul li {
    background: #fff;
    padding: 20px 180px;
    margin-top: 15px; }
    .section06 ul li:first-child {
      margin-top: 0; }
    .section06 ul li .question {
      font-size: 24px;
      font-size: 2.4rem;
      position: relative; }
      .section06 ul li .question::before {
        content: "";
        position: absolute;
        left: -4.5rem;
        top: 0;
        color: #bfa04d;
        font-family: 'Shippori Mincho B1', serif; }
    .section06 ul li:nth-child(1) .question::before {
      content: "Q1."; }
    .section06 ul li:nth-child(2) .question::before {
      content: "Q2."; }
    .section06 ul li:nth-child(3) .question::before {
      content: "Q3."; }
    .section06 ul li:nth-child(4) .question::before {
      content: "Q4."; }
    .section06 ul li .answer {
      margin-top: 5px;
      font-size: 18px;
      font-size: 1.8rem; }

.section07 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 100px; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
.section07 .item {
  margin-top: 30px;
  -webkit-box-shadow: 0 0 8px rgba(107, 107, 107, 0.2);
  -moz-box-shadow: 0 0 8px rgba(107, 107, 107, 0.2);
  box-shadow: 0 0 8px rgba(107, 107, 107, 0.2);
  padding: 30px; }
  .section07 .item:first-child {
    margin-top: 0; }
.section07 h3 {
  color: #bfa04d;
  border: 1px solid #bfa04d;
  font-size: 24px;
  font-size: 2.4rem;
  width: 230px;
  margin: 0 auto;
  text-align: center; }
.section07 .read {
  margin-top: 20px;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem; }

.section08 {
  background: #f5f5f5;
  margin-top: 20px; }
  .section08 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 50px; }
    @media only screen and (max-width: 768px) {
      .section08 .inner {
        width: 100%; } }
  .section08 .content {
    border: 1px solid #bfa04d;
    background: #fff;
    position: relative;
    padding: 65px 50px 50px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.02); }
    .section08 .content .heading {
      position: absolute;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border: 1px solid #bfa04d;
      background: #fff;
      top: -28px;
      color: #bfa04d;
      padding: 5px 50px;
      font-size: 26px;
      width: 550px;
      text-align: center; }
      .section08 .content .heading span {
        display: inline-block;
        font-size: 20px;
        margin-right: 15px;
        vertical-align: top;
        padding-top: 6px; }
  .section08 .image {
    text-align: center; }
  .section08 .name {
    text-align: center;
    margin-top: 10px;
    font-size: 19px; }
  .section08 .txt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #bfa04d;
    font-size: 17px; }

.page_wrapper {
  background: #f7f7f7;
  min-height: 100vh; }
  .page_wrapper .page_header .inner {
    padding: 40px 0;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_wrapper .page_header .inner {
        width: 100%; } }
    .page_wrapper .page_header .inner .site_logo {
      width: 260px;
      margin: 0 auto; }
  .page_wrapper .page_content {
    width: 800px;
    margin: 0 auto 0;
    background: #fff;
    padding: 50px;
    border: 1px solid #dac271; }
    .page_wrapper .page_content .page_ttl {
      font-size: 34px;
      text-align: center;
      color: #bfa04d; }

.page_privacy p,
.page_terms p {
  margin-top: 30px;
  font-size: 14px; }

.footer {
  background: #f7f7f7;
  padding: 40px 0; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .footer .f_nav {
    padding: 20px 0; }
    .footer .f_nav ul {
      text-align: center;
      font-size: 0; }
      .footer .f_nav ul li {
        display: inline-block;
        font-size: 10px;
        margin-right: 10px;
        vertical-align: top;
        font-size: 15px; }
        .footer .f_nav ul li::before {
          content: "｜";
          margin-right: 10px; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
        .footer .f_nav ul li a {
          text-decoration: none; }
          .footer .f_nav ul li a:hover {
            text-decoration: underline; }

.page_tokusho table {
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 30px; }
  .page_tokusho table th, .page_tokusho table td {
    vertical-align: top;
    padding: 20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 15px; }
  .page_tokusho table th {
    width: 230px;
    font-weight: normal;
    background: #f5f5f5; }
