@charset "UTF-8";
/*! destyle.css v4.0.0 | 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; }

/* 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; }

a {
  color: #030cf7; }

.text a:hover {
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

.btn a {
  display: block;
  margin: 0 auto;
  background-color: #d7b683;
  color: #fff;
  width: 280px;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  border-radius: 29px; }
  .btn a:hover {
    color: #fff;
    background-color: #e3cdaa; }

.text {
  line-height: 1.7; }

@media screen and (min-width: 759px) {
  .image-box {
    display: flex; }
    .image-box .image {
      width: 300px; }
    .image-box .text {
      flex: 1;
      margin-left: 2em; } }
@media screen and (max-width: 759px) {
  .image-box {
    display: block; }
    .image-box .image {
      width: 100%; }
    .image-box .text {
      width: 100%;
      margin-top: 1em; } }

.col2 {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 759px) {
    .col2 > * {
      width: calc((100% - 2em ) / 2); }
      .col2 > *:nth-child(2n) {
        margin-left: 1em; }
      .col2 > *:nth-child(n+3) {
        margin-top: 1em; } }
  @media screen and (max-width: 759px) {
    .col2 > * {
      width: 100%; }
      .col2 > *:nth-child(n+2) {
        margin-top: 2em; } }
  @media screen and (max-width: 759px) {
    .col2.all > * {
      width: calc((100% - 2em ) / 2); }
      .col2.all > *:nth-child(2n) {
        margin-left: 1em; }
      .col2.all > *:nth-child(n+2) {
        margin-top: 0; }
      .col2.all > *:nth-child(n+3) {
        margin-top: 1em; } }
  .col2.center {
    justify-content: center; }

.col3 {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 759px) {
    .col3 > * {
      width: calc((100% - 3em ) / 3); }
      .col3 > *:nth-child(3n) {
        margin-left: 1em; }
      .col3 > *:nth-child(n+4) {
        margin-top: 1em; } }
  @media screen and (max-width: 759px) {
    .col3 > * {
      width: 100%; }
      .col3 > *:nth-child(n+2) {
        margin-top: 2em; } }
  @media screen and (max-width: 759px) {
    .col3.all > * {
      width: calc((100% - 3em ) / 3); }
      .col3.all > *:nth-child(3n) {
        margin-left: 1em; }
      .col3.all > *:nth-child(n+2) {
        margin-top: 0; }
      .col3.all > *:nth-child(n+4) {
        margin-top: 1em; } }
  .col3.center {
    justify-content: center; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.fade {
  opacity: 0;
  transition: 2s;
  transition-property: opacity, transform;
  /*&.fade-in-up { 
  	transform: translate(0, 50px);
  	&.fade-in {opacity: 1;transform: translate(0, 0);}
  }
  &.fade-in-left { 
  	transform: translate(-50px,0);
  	&.fade-in {opacity: 1;transform: translate(0, 0);}
  }	*/ }

.fade-in-up {
  transform: translate(0, 50px); }

.fade-in-down {
  transform: translate(0, -50px); }

.fade-in-left {
  transform: translate(-50px, 0); }

.fade-in-right {
  transform: translate(50px, 0); }

.scroll-in {
  opacity: 1;
  transform: translate(0, 0); }

/* スクロールCSS */
/*.fade-in {
  opacity: 0;
  transition-duration: 2s;
  transition-property: opacity, transform;
}*/
.fade-first {
  animation-name: first-fade;
  animation-duration: 4s;
  animation-iteration-count: 1; }

@keyframes first-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fade-in-first {
  animation-name: first-fadein;
  animation-duration: 2s;
  animation-iteration-count: 1; }
  .fade-in-first.delay {
    animation-name: first-fadein-delay; }

@keyframes first-fadein {
  from {
    opacity: 0;
    transform: translateY(200px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes first-fadein-delay {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  20% {
    opacity: 0;
    transform: translateY(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fade-first-left {
  animation-name: first-fadein-left;
  animation-duration: 2s;
  animation-iteration-count: 1; }

@keyframes first-fadein-left {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*
.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}*/
ul.disc li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6; }

ul.disc > li::before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background-color: #030cf7; }

ul.disc li + li {
  margin-top: 0.5em; }

.listmark li {
  position: relative;
  padding-left: 1.5em; }
  .listmark li + li {
    margin-top: 0.5em; }
.listmark.mark li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  hegiht: 1em; }
.listmark.diamond > li {
  counter-increment: cnt; }
  .listmark.diamond > li:before {
    content: counter(cnt) ".";
    margin-left: -1.5em;
    width: 1.5em;
    display: inline-block; }
.listmark.diamond.closed > li {
  counter-increment: cnt2; }
  .listmark.diamond.closed > li:before {
    content: counter(cnt2) "）"; }
.listmark.note > li::before {
  content: "※";
  margin-left: -1.5em;
  width: 1.5em;
  display: inline-block; }

.view-sp {
  display: none; }
  @media screen and (max-width: 759px) {
    .view-sp {
      display: block; } }

body {
  font-size: 16px;
  font-family: 'Noto Sans JP',Helvetica, Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 759px) {
    body {
      font-size: 14px; } }

header {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  border-bottom: solid 5px #d7b683;
  background-color: #fff;
  z-index: 100; }
  header #header-logo {
    width: 200px;
    max-width: 30vw;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%); }
  @media screen and (max-width: 999px) {
    header {
      height: 60px; } }

@media screen and (min-width: 1000px) {
  #g-nav ul {
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translate(0, -50%);
    display: flex;
    font-weight: 900; }
    #g-nav ul li {
      padding: 8px; }
    #g-nav ul a.active {
      color: #000;
      cursor: default; } }
@media screen and (max-width: 999px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100vh;
    /*ナビの高さ*/
    background: #d7b683;
    color: #fff;
    transition: all 0.6s; }
    #g-nav.panelactive {
      right: 0; }
    #g-nav ul {
      margin: 60px 0 20px;
      border-top: 1px solid #fff; }
      #g-nav ul li {
        padding: 0;
        border-bottom: 1px solid #fff; }
        #g-nav ul li:hover {
          background-color: #e3cdaa; }
    #g-nav a {
      color: #fff;
      display: block;
      padding: 10px 15px; } }

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  display: none;
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 3px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px; }
  @media screen and (max-width: 999px) {
    .openbtn1 {
      display: block; } }

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%; }

.openbtn1 span:nth-of-type(1) {
  top: 15px; }

.openbtn1 span:nth-of-type(2) {
  top: 23px; }

.openbtn1 span:nth-of-type(3) {
  top: 31px; }

.openbtn1.active span {
  background-color: #fff; }

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%; }

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%; }

#langage {
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%); }
  #langage a {
    padding: 5px 10px;
    color: #fff;
    background-color: #030cf7; }
    #langage a.active {
      background-color: #000;
      cursor: default; }
  #langage li:first-child a {
    border-radius: 5px 0 0 5px; }
  #langage li:last-child a {
    border-radius: 0 5px 5px 0; }
  @media screen and (max-width: 999px) {
    #langage {
      right: 80px; } }
  @media screen and (max-width: 759px) {
    #langage {
      right: 65px; } }

#content {
  padding-top: 110px; }
  @media screen and (max-width: 999px) {
    #content {
      padding-top: 60px; } }
  #content h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #d7b683; }
    #content h2:first-letter {
      color: #030cf7; }
    #content h2 span {
      color: #030cf7; }
    @media screen and (max-width: 759px) {
      #content h2 {
        font-size: 36px; } }
  #content .content-body {
    max-width: 999px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 70px auto; }
    #content .content-body img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block;
      margin: auto; }
    #content .content-body .text * + p {
      margin-top: 1.5em; }
    #content .content-body > * + * {
      margin-top: 2em; }
    @media screen and (max-width: 759px) {
      #content .content-body {
        margin: 40px auto;
        padding-left: 0;
        padding-right: 0; } }
  #content section .content-body {
    margin-bottom: 30px; }
  #content section .content-body:nth-child(1) {
    margin-top: 0; }
  #content .lead {
    font-size: 1.6em;
    color: #030cf7;
    font-weight: 900;
    text-align: center; }

section {
  padding: 70px 20px; }

@media screen and (max-width: 759px) {
  body:not(#top) section {
    padding: 35px 20px; } }
.bg-g {
  background-color: #faf6ef; }

#top #content section:nth-child(even) {
  background-color: #faf6ef; }

#top-mainimage > .content-body {
  margin-top: 0px;
  max-width: 1200px; }
  @media screen and (max-width: 999px) {
    #top-mainimage > .content-body {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }

#aboutus .image-box h2 {
  text-align: left; }
#aboutus .image-box + .image-box {
  margin-top: 3em; }
#aboutus .image-box .name {
  color: #d7b683;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700; }
@media screen and (min-width: 759px) {
  #aboutus .image-box .image {
    width: 220px; }
  #aboutus .image-box .text {
    margin-left: 3em; } }

#top-contact {
  padding-top: 110px;
  margin-top: calc(0px - 110px); }
  @media screen and (max-width: 759px) {
    #top-contact {
      padding-top: 60px;
      margin-top: calc(0px - 60px); } }

#contact .content-body {
  max-width: 759px; }
#contact .form > div + div {
  margin-top: 1em; }
#contact input, #contact textarea {
  background-color: white;
  width: 100%;
  padding: 1em;
  border-radius: 5px; }
  #contact input:focus, #contact textarea:focus {
    outline: #d7b683 2px solid; }
#contact button {
  display: block;
  margin: 0 auto;
  background-color: #d7b683;
  color: #fff;
  width: 280px;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  border-radius: 29px; }
  #contact button:hover {
    color: #fff;
    background-color: #e3cdaa; }

#page-title {
  background-color: #faf6ef;
  padding: 2em; }
  #page-title h1 {
    color: #d7b683;
    font-size: 50px;
    text-align: center; }
    #page-title h1:first-letter {
      color: #030cf7; }
    @media screen and (max-width: 759px) {
      #page-title h1 {
        font-size: 44px; } }

.mentor-list {
  margin-top: 40px; }
  .mentor-list li {
    background-color: #f0e3d0;
    padding: 1em;
    border-radius: 1em; }
    .mentor-list li h3 {
      color: #030cf7;
      font-size: 1.44em;
      margin-bottom: 0.5em; }
    .mentor-list li p {
      font-size: 13px; }
    .mentor-list li p + p {
      margin-top: 0.5em; }
    @media screen and (min-width: 759px) {
      .mentor-list li .image {
        max-width: 40%; } }
    @media screen and (max-width: 759px) {
      .mentor-list li .image {
        margin: auto;
        max-width: 160px; }
      .mentor-list li .text {
        margin-top: 1em;
        text-align: center; } }

.partners-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; }
  #content .content-body .partners-list li img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 320px;
    height: auto; }
    #content .content-body .partners-list li img.rohto {
      width: auto;
      height: 85px;
      max-height: 100%; }
    #content .content-body .partners-list li img.ostance {
      max-width: 120px; }
    #content .content-body .partners-list li img.occi {
      width: auto;
      height: 70tpx;
      max-height: 100%; }
    #content .content-body .partners-list li img.jaaf {
      width: auto;
      height: 90px;
      max-height: 100%; }

.ov-list tr th {
  color: #fff;
  width: 25%;
  position: relative;
  border-right: #fff solid 6px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal; }
  .ov-list tr th p {
    font-size: 1.8em;
    margin-top: 0.5em; }
  @media screen and (max-width: 759px) {
    .ov-list tr th p {
      font-size: 1.2em; } }
  .ov-list tr th img {
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 0;
    top: -5px; }
.ov-list tr td {
  padding: 2em;
  line-height: 1.6; }
  .ov-list tr td .catch {
    font-weight: 900;
    font-size: 1.1em;
    margin-bottom: 1em; }
  .ov-list tr td p {
    font-size: 0.88em; }
  @media screen and (max-width: 759px) {
    .ov-list tr td {
      padding: 1em; } }
.ov-list tr:first-child th {
  background-color: #2ea7e0;
  border-radius: 20px 20px 0 0; }
.ov-list tr:first-child td {
  background-color: #d5edf9; }
.ov-list tr:nth-child(2) th {
  background-color: #046eb8;
  padding-top: 5%; }
.ov-list tr:nth-child(2) td {
  background-color: #cce2f0;
  border-top: #fff solid 6px; }
.ov-list tr:nth-child(3) th {
  background-color: #172a88;
  padding-top: 2%;
  border-radius: 0 0 20px 20px; }
.ov-list tr:nth-child(3) td {
  background-color: #d1d4e7;
  border-top: #fff solid 6px; }

#top-overview ul {
  margin-left: 1em;
  margin-top: 3em; }

#top-overview ul.disc > li::before {
  background-color: #2ea7e0; }

#top-overview ul.disc > li + li {
  margin-top: 1em; }

#top-agetech h3 {
  font-size: 1.44em;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  color: #030cf7;
  background: linear-gradient(transparent 70%, #ead8bd 20%); }

#about .about-text {
  text-align: center;
  line-height: 2;
  margin-bottom: 100px; }

#partners .voice li.swiper-slide {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px; }
#partners .voice .image-box + .image-box {
  margin-top: 3em; }
@media screen and (min-width: 759px) {
  #partners .voice .image-box .image {
    width: 200px; } }
#partners .voice .name {
  color: #3138fc;
  margin-bottom: 1em; }
  #partners .voice .name h3 {
    font-weight: bold;
    font-size: 1.2em; }
#partners .voice .content-body {
  position: relative;
  padding-bottom: 40px; }
#partners .voice .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px; }
#partners .voice .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d7b683;
  opacity: 1; }
#partners .voice .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -10px; }
#partners .voice .swiper-pagination-bullet-active {
  background-color: #030cf7; }

.faq-list dt {
  color: #030cf7;
  padding: 18px 20px 48px; }
  .faq-list dt span {
    margin-right: 0.5em; }
.faq-list dd {
  padding: 0 20px 36px;
  margin-bottom: 36px;
  line-height: 1.8; }
.faq-list dd:not(:last-child) {
  border-bottom: solid 3px #d7b683; }

.tabs {
  display: flex;
  flex-wrap: wrap; }

.tab_label {
  color: #d7b683;
  font-weight: bold;
  border: solid 2px #d7b683;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 15px;
  margin: 0 5px;
  text-align: center;
  border-radius: 10px; }

.tab_label:hover {
  opacity: 0.75; }

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  margin-top: 50px; }

input[name="tab_switch"] {
  display: none; }

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #d7b683; }

.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d7b683 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s; }

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block; }

.tab_content {
  position: relative;
  animation: fadeIn 1s ease; }

footer {
  background-color: #ead8bd; }
  footer #footer-name {
    font-size: 24px;
    padding: 20px 40px 40px;
    color: #fff; }
  footer #copy {
    padding: 20px;
    text-align: right;
    background-color: #d7b683; }
