@charset "UTF-8";
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  line-height: 180%;
  font-weight: 400;
  background-image: url("../../images/back.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

@media only screen and (min-width: 100px) {
  ol {
    list-style-type: decimal;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.5rem;
  }
  html,
  body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    word-wrap: break-word;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a,
  a:link,
  a:visited {
    color: #0400FF;
    text-decoration: none;
  }
  a:hover {
    cursor: pointer;
    color: #0088ff;
  }
  .radius_5 {
    border-radius: 5px;
  }
  .radius_10 {
    border-radius: 10px;
  }
  .radius_head5 {
    border-radius: 5px 5px 0px 0px;
  }
  .radius_head10 {
    border-radius: 10px 10px 0px 0px;
  }
  .ta_left {
    text-align: left;
  }
  .ta_center {
    text-align: center;
  }
  .ta_right {
    text-align: right;
  }
  .mt1 {
    margin-top: 1rem;
  }
  .mt2 {
    margin-top: 2rem;
  }
  .mt3 {
    margin-top: 3rem;
  }
  .mt4 {
    margin-top: 4rem;
  }
  .mt5 {
    margin-top: 5rem;
  }
  .mb1 {
    margin-bottom: 1rem;
  }
  .mb2 {
    margin-bottom: 2rem;
  }
  .mb3 {
    margin-bottom: 3rem;
  }
  .mb4 {
    margin-bottom: 4rem;
  }
  .mb5 {
    margin-bottom: 5rem;
  }
  .box-shadow {
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.4);
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc_only {
    display: block;
  }
  .sphone_only {
    display: none;
  }
  /* YouTube*/
  .video_wrap {
    width: 800px;
    margin: 1rem auto 2rem auto;
    text-align: center;
  }
  .video_wrap .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 100px) and (max-width: 736px) {
  .pc_only {
    display: none;
  }
  .sphone_only {
    display: block;
  }
}
@media only screen and (min-width: 100px) {
  .sphone_tab_only {
    display: none;
  }
  .ios .tab_only,
  .android .tab_only {
    display: block;
  }
  .desktop .tab_only {
    display: none;
  }
  p {
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類 Edge日本語用*/
  }
  .video_wrap {
    width: 100%;
  }
}
/* Material Symbols*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* 電話*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body::-webkit-scrollbar {
  width: 10px;
  /* 垂直方向のスクロールバーの幅 */
}

body::-webkit-scrollbar-thumb {
  background-color: #e9e9e9;
  border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #bde8ff;
}

/* 上へボタン*/
#page-top_wrap {
  z-index: 98;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  bottom: -10rem;
  right: -5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #446ec3;
  padding: 0.5rem 1rem 1rem 1rem;
}

#page-top_wrap .page-top {
  position: relative;
  text-decoration: none;
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  padding: 0.5rem 5rem 0 5rem;
  border-top: solid 2px;
}

#page-top_wrap .page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#page-top_wrap.fixed {
  right: -5rem;
  bottom: 150px;
}

#page-top_wrap.fixed:hover {
  background-color: #1b4497;
}

@media only screen and (max-width: 768px) {
  #page-top_wrap.fixed {
    bottom: 80px;
  }
}
/* -------------------------------------
フレーム
------------------------------------- */
#headbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: hsla(224, 22%, 86%, 0.91);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  z-index: 98;
}

#headbar #logo {
  height: 60px;
  padding: 10px 0;
}

#headbar #logo img {
  height: 100%;
}

#main {
  width: 100%;
  margin: 0;
}

.container_wrap {
  background-color: #fff;
}

.container_wrap .container {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}

.wide100 {
  width: 100%;
  margin: 0 auto;
  background-image: url("../../images/sikaku.svg");
  background-size: 30%;
  background-position: -50px -50px;
  background-repeat: no-repeat;
  position: relative;
}

.wide100 .logo {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 100px;
}

@media only screen and (max-width: 768px) {
  #headbar {
    height: 50px;
    padding: 0;
  }
  #headbar #logo {
    height: 50px;
    padding: 10px 0;
  }
  #headbar #logo img {
    height: 100%;
  }
  .wide100 {
    background-size: 60%;
    background-position: -20px -20px;
  }
  .wide100 .logo {
    position: absolute;
    top: -15px;
    left: 10px;
    width: 80px;
  }
}
/* -------------------------------------
FOOTER
------------------------------------- */
#btm_toiawase #toiawase {
  background-color: #7685a8;
  border-top: 10px solid #dae3f2;
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}

#btm_toiawase #toiawase span {
  font-size: 5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

#btm_toiawase #toiawase a {
  display: block;
  padding: 1rem 2rem 0 1rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
}

#btm_toiawase #toiawase a:hover {
  padding-right: 1rem;
}

#footer {
  background-color: #3f578f;
  padding: 50px 30px 70px 30px;
}

#footer #footer_wrap {
  border-bottom: 1px solid #fff;
}

#footer #footer_wrap #footer_logo {
  width: 240px;
}

#footer #footer_wrap #footer_menu {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

#footer #footer_wrap #footer_menu a {
  color: #fff;
}

#btm_wrap {
  background-color: #000;
  padding: 1rem;
  text-align: right;
  color: #fff;
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  #btm_toiawase #toiawase {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 0;
  }
  #btm_toiawase #toiawase span {
    font-size: 5rem;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    margin-top: -2.5rem;
  }
  #btm_toiawase #toiawase a {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
  #footer {
    padding: 0;
  }
  #footer #footer_wrap {
    border-bottom: none;
  }
  #footer #footer_wrap #footer_logo {
    width: 200px;
    padding: 1rem;
  }
  #footer #footer_wrap #footer_menu {
    margin: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-top: 1px solid #a6afd3;
  }
  #footer #footer_wrap #footer_menu a {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #a6afd3;
  }
}
/* -------------------------------------
共通
------------------------------------- */
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 30px 0;
}

.link:after {
  content: none;
  width: 100%;
  display: block;
  clear: both;
}

.link a {
  position: relative;
  display: block;
  width: 600px;
  padding: 2rem 1rem;
  color: #fff;
  font-size: 1.8rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link a:after {
  position: absolute;
  top: 2rem;
  right: 0;
  font-family: "Material Icons";
  content: "\eac9";
  font-size: 4rem;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link a:hover {
  padding-right: 3rem;
  color: #d2e8ff;
  border-color: #d2e8ff;
}

.link a:hover:after {
  right: 1rem;
  color: #d2e8ff;
}

.link.link1 a {
  color: #3d5285;
  border-color: #3d5285;
}

.link.link1 a:after {
  color: #3d5285;
}

.link.link1 a:hover {
  padding-right: 3rem;
  color: #2c7ed5;
  border-color: #2c7ed5;
  background-color: #dde3f5;
}

.link.link1 a:hover:after {
  right: 1rem;
  color: #2c7ed5;
}

.link.link2 a:after {
  color: #3d5285;
}

.link.link2 a:hover {
  padding-right: 3rem;
  color: #2c7ed5;
  border-color: #2c7ed5;
  background-color: #dde3f5;
}

.link.link2 a:hover:after {
  right: 1rem;
  color: #2c7ed5;
}

.link.link3 a:after {
  content: "\ead0";
}

.link.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 55px;
  font-size: clamp(1.6rem, 1.091rem + 2.55vw, 3rem);
  line-height: 1.4;
  text-align: center;
  margin: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.title1:before,
.title1:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.title1:before {
  left: 0;
}

.title1:after {
  right: 0;
}

.title2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 55px;
  font-size: clamp(1.6rem, 1.091rem + 2.55vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #3d5285;
}

.title2:before,
.title2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #3d5285;
}

.title2:before {
  left: 0;
}

.title2:after {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .link {
    margin: 30px 1rem;
  }
  .link a {
    width: 100%;
    padding: 1rem;
    font-size: 1.5rem;
  }
  .link a:after {
    top: 1rem;
  }
  .title2 {
    text-align: center;
    font-size: 2rem;
  }
}
/* -------------------------------------
TOP
------------------------------------- */
#top #headsection h1 {
  font-size: clamp(1.4rem, -0.16rem + 6.4vw, 4rem);
  text-align: center;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #666;
  padding: 10rem 0 8rem 0;
}

#top #headsection h2 {
  font-size: clamp(1.4rem, 0.44rem + 3.938vw, 3rem);
  text-align: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #666;
  padding: 21rem 0 3rem 0;
}

#top .c-loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3d4a7d;
  z-index: 100;
  display: grid;
  place-items: center;
  pointer-events: none;
}

#top .c-loader-dot {
  width: 20%;
}

#top .c-mv {
  position: relative;
  height: 100vh;
  background-color: hsla(228, 41%, 38%, 0.87);
  overflow: hidden;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
#top .c-mv_title-wrap {
  padding-top: 12rem;
  position: relative;
  z-index: 10;
  font-weight: bold;
}

#top .c-mv_title-wrap .c-mv_title {
  position: absolute;
  right: 13%;
}

#top .c-mv_title-wrap .c-mv_title .c-mv_logo {
  width: 20%;
  margin: 0 auto 0 auto;
}

#top .c-mv_title-wrap .c-mv_title .catch {
  font-size: clamp(2.4rem, 0.764rem + 6.98vw, 6rem);
  font-weight: bold;
}

#top .c-mv_title-wrap .c-mv_title-item {
  font-size: clamp(1.6rem, 0.873rem + 3.1vw, 3.2rem);
  line-height: 1.5;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
}

#top .c-mv_title-wrap .c-mv_title-item span {
  /* transformプロパティを有効にするため */
  display: inline-block;
}

#top .c-mv_title-wrap .c-mv_title-lead {
  font-size: clamp(1rem, 0.736rem + 1.82vw, 1.8rem);
  line-height: 2;
  text-align: center;
  margin-top: 3rem;
  color: #fff;
}

#top .zukei {
  position: absolute;
  z-index: 1;
  top: 1%;
  left: -10%;
  width: 60%;
  -webkit-animation: 120s linear infinite rotation;
          animation: 120s linear infinite rotation;
  opacity: 0.5;
}

#top .hidden {
  display: none;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  /*transitionの記述を追加*/
}

#top .loading {
  opacity: 0;
  z-index: 9999;
  /* 初期状態は透明にする */
}

#top .loading.active {
  opacity: 1;
}

#top .contents {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  /*transitionの記述を追加*/
  width: 100;
  overflow: hidden;
}

#top #top1 {
  padding: 5rem 0;
}

#top #top1 .cont1 {
  margin-top: 5rem;
  width: 80%;
  padding: 1rem;
  background-color: rgba(61, 83, 133, 0.07);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top #top1 .cont1 .txt {
  width: calc(100% - 220px);
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  padding: 3rem;
  color: #333;
}

#top #top1 .cont1 .illust {
  width: 200px;
  text-align: center;
}

#top #top1 .cont1 .illust img {
  height: 170px;
}

#top #top1 .cont1 .illust {
  margin-top: -3rem;
}

#top #top1 .right {
  margin-left: 20%;
}

#top #top1 .cont2 {
  clear: both;
  margin: 5rem auto 300px auto;
  width: 80%;
  padding: 4rem 1rem;
  background-color: rgba(61, 83, 133, 0.07);
  border-radius: 15px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

#top .wide100#top2 {
  padding: 70px 0 0 0;
  height: 240px;
  background-color: hsla(228, 41%, 38%, 0.87);
}

#top .wide100#top2 #illust_1 {
  height: 400px;
  width: 500px;
  text-align: center;
  position: absolute;
  left: calc(50% - 250px);
  top: -300px;
}

#top #top3 {
  background-color: #f1f3fa;
  padding: 12rem 0 1rem 0;
}

#top #top3 .container {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}

#top #top3 .container #top_profile {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top #top3 .container #top_profile .txt {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
  color: #333;
  padding-left: 2rem;
}

#top #top3 .container #top_profile .txt h3 {
  font-size: 3rem;
}

#top #top3 .container #top_profile .txt h3 span {
  font-size: 1.6rem;
  vertical-align: middle;
}

#top #top3 .container #top_profile .txt p {
  padding: 0 0 0 2rem;
}

#top #top3 .container #top_profile .photo {
  width: 230px;
  text-align: center;
}

#top #top3 .container .thum_wrap .thum {
  padding: 3rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top #top3 .container .thum_wrap .thum img {
  width: 250px;
  height: auto;
}

#top #top4 {
  width: 100%;
  background-color: #fff;
  padding: 12rem 0 13rem 0;
}

#top #top4 h3 {
  font-size: 3rem;
}

#top #top4 #info {
  margin-top: 2rem;
}

#top #top4 #info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f3fa;
  padding: 2rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}

#top #top4 #info > div .date {
  width: 12rem;
}

#top .wide100#top5 {
  background-color: hsl(0, 0%, 0%);
  padding: 2rem 0 2rem 0;
}

#top .wide100#top5 h3 {
  font-size: 3rem;
  color: #ccc;
  text-align: center;
  padding: 8rem 0 5rem 0;
}

#top .wide100#top5 .course_list {
  width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  color: #fff;
}

#top .wide100#top5 .course_list > div {
  width: 33%;
  position: relative;
}

#top .wide100#top5 .course_list > div .linkwrap a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
}

#top .wide100#top5 .course_list > div .title {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
  background-color: #333;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

#top .wide100#top5 .course_list > div .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 1rem 0;
}

#top .wide100#top5 .course_list > div:hover .title {
  background-color: #44537f;
}

#top #top6 {
  height: 100px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  body#top #headsection h1 {
    padding: 2rem 0 5rem 0;
  }
  body#top #headsection h2 {
    padding: 4rem 0 0 0;
  }
  body#top .c-mv_title-wrap .c-mv_title {
    width: 100%;
    right: 0;
  }
  body#top .c-mv_title-wrap .c-mv_title .c-mv_logo {
    width: 140px;
    margin: 0 auto 5rem auto;
  }
  body#top .c-mv_title-wrap .c-mv_title-item {
    padding: 0 2rem;
  }
  body#top .c-mv_title-wrap .c-mv_title-lead {
    padding: 0;
  }
  body#top .zukei {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0%;
    width: 100%;
    -webkit-animation: 120s linear infinite rotation;
            animation: 120s linear infinite rotation;
    opacity: 0.5;
  }
  body#top #top1 {
    padding: 4rem 0;
  }
  body#top #top1 .cont1 {
    margin-top: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  body#top #top1 .cont1 .txt {
    width: 75%;
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.6;
    padding: 1rem;
  }
  body#top #top1 .cont1 .illust {
    width: 25%;
  }
  body#top #top1 .cont1 .illust img {
    height: inherit;
  }
  body#top #top1 .cont1 .illust {
    margin-top: -2rem;
  }
  body#top #top1 .right {
    margin-left: 0;
  }
  body#top #top1 .cont2 {
    clear: both;
    margin: 2rem auto 300px auto;
    width: 100%;
    padding: 2rem 1rem;
    border-radius: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  body#top .wide100#top2 {
    padding: 70px 0 0 0;
    height: 200px;
    background-color: hsla(228, 41%, 38%, 0.87);
  }
  body#top .wide100#top2 #illust_1 {
    height: 200px;
    width: 300px;
    text-align: center;
    position: absolute;
    left: calc(50% - 150px);
    top: -240px;
  }
  body#top #top3 {
    padding: 3rem 0 1rem 0;
  }
  body#top #top3 .container #top_profile {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  body#top #top3 .container #top_profile .txt {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
    color: #333;
    padding-left: 0;
  }
  body#top #top3 .container #top_profile .txt h3 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    padding: 1rem 0;
  }
  body#top #top3 .container #top_profile .txt h3 span {
    font-size: 1.3rem;
    vertical-align: middle;
  }
  body#top #top3 .container #top_profile .txt p {
    padding: 0;
    font-size: 1.5rem;
  }
  body#top #top3 .container #top_profile .photo {
    width: 200px;
  }
  body#top #top3 .container .thum_wrap .thum {
    padding: 2rem 0 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body#top #top3 .container .thum_wrap .thum img {
    width: 250px;
    height: auto;
  }
  body#top #top4 {
    padding: 6rem 0 8rem 0;
  }
  body#top #top4 h3 {
    font-size: 2.4rem;
  }
  body#top #top4 #info {
    margin-top: 0.5rem;
  }
  body#top #top4 #info > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#top #top4 #info > div .date {
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  body#top #top4 #info > div .text {
    padding-top: 0.5rem;
  }
  body#top .wide100#top5 {
    padding: 2rem 0 2rem 0;
  }
  body#top .wide100#top5 h3 {
    font-size: 2.2rem;
    color: #ccc;
    text-align: center;
    padding: 6rem 0 0 0;
  }
  body#top .wide100#top5 .course_list {
    width: 90%;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#top .wide100#top5 .course_list > div {
    width: 94%;
  }
  body#top .wide100#top5 .course_list > div .title {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  body#top #top6 {
    height: 50px;
  }
}
/* -------------------------------------
Profile
------------------------------------- */
#profile #profile1 .container {
  padding: 13rem 0;
}

#profile #profile1 .container .logo {
  width: 240px;
  margin: 2rem auto 12rem auto;
  text-align: center;
  font-size: 2rem;
}

#profile #profile1 .container .logo img {
  width: 80%;
  margin-bottom: 1rem;
}

#profile #profile1 .container ul#naiyo {
  max-width: 800px;
  margin: 2rem auto 16rem auto;
}

#profile #profile1 .container ul#naiyo li {
  background-color: #f1f3fa;
  padding: 1.5rem;
  border-radius: 999px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

#profile #profile1 #profile_block {
  background-color: #f1f3fa;
  border-radius: 2rem;
  padding: 5rem;
  margin: 2rem 0 0 0;
}

#profile #profile1 #profile_block h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #3d5285;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 3rem;
}

#profile #profile1 #profile_block h4 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 0.8;
}

#profile #profile1 #profile_block h4 span {
  font-size: 1.5rem;
  font-weight: normal;
}

#profile #profile1 #profile_block .photo {
  width: 230px;
  margin: 3rem auto;
}

#profile #profile1 #profile_block > p {
  text-align: center;
  margin: 2rem 0;
  font-size: 1.6rem;
}

#profile #profile1 #profile_block .txt {
  margin: 3rem auto 15rem auto;
  max-width: 800px;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2;
}

#profile #profile1 #profile_block .career {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem 5rem;
  line-height: 2;
  position: relative;
  margin-top: 120px;
  font-size: 1.5rem;
}

#profile #profile1 #profile_block .career .title {
  position: absolute;
  left: 20px;
  top: -100px;
  background-color: #3d5285;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  text-align: center;
  padding-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#profile #profile1 #profile_block .career dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  line-height: 1.6;
}

#profile #profile1 #profile_block .career dl dt {
  width: 7rem;
  font-weight: normal;
}

#profile #profile1 #profile_block .career dl dd {
  text-align: justify;
  width: calc(100% - 7rem);
}

#profile #profile1 #profile_block .career li {
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 2rem;
  position: relative;
}

#profile #profile1 #profile_block .career li:before {
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: #ccc;
  border-radius: 50%;
  margin-right: 4px;
}

#profile #profile1 #profile_block .career .thum_wrap .thum {
  padding: 3rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#profile #profile1 #profile_block .career .thum_wrap .thum div {
  width: 30%;
  height: auto;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #profile #profile1 .container {
    padding: 7rem 0;
  }
  #profile #profile1 .container .logo {
    width: 200px;
    margin: 2rem auto 5rem auto;
    text-align: center;
    font-size: 1.5rem;
  }
  #profile #profile1 .container .logo img {
    width: 60%;
    margin-bottom: 1rem;
  }
  #profile #profile1 .container ul#naiyo {
    margin: 1rem auto 6rem auto;
  }
  #profile #profile1 .container ul#naiyo li {
    padding: 1rem;
    border-radius: 999px;
    font-size: 1.5rem;
  }
  #profile #profile1 #profile_block {
    border-radius: 1rem;
    padding: 2rem 1rem;
    margin: 1rem 0 0 0;
  }
  #profile #profile1 #profile_block h3 {
    text-align: center;
    font-size: 1.8rem;
  }
  #profile #profile1 #profile_block h4 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 0.8;
  }
  #profile #profile1 #profile_block h4 span {
    font-size: 1.4rem;
    font-weight: normal;
  }
  #profile #profile1 #profile_block .photo {
    width: 200px;
    margin: 1rem auto;
  }
  #profile #profile1 #profile_block > p {
    font-size: 1.5rem;
  }
  #profile #profile1 #profile_block .txt {
    margin: 2rem;
    font-size: 1.5rem;
    line-height: 2;
  }
  #profile #profile1 #profile_block .career {
    background-color: #fff;
    border-radius: 1rem;
    padding: 3rem 2rem;
    line-height: 2;
    position: relative;
    margin-top: 100px;
    font-size: 1.5rem;
    text-align: justify;
  }
  #profile #profile1 #profile_block .career .title {
    position: absolute;
    left: 10px;
    top: -75px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding-top: 32px;
    font-size: 1.6rem;
  }
  #profile #profile1 #profile_block .career .thum_wrap .thum {
    padding: 1rem 0;
    gap: 1rem;
  }
}
/* -------------------------------------
Business
------------------------------------- */
#business .container {
  padding: 13rem 0 0 0;
  max-width: 960px;
}

#business .container h1 {
  font-size: clamp(1.4rem, -0.16rem + 6.4vw, 4rem);
  text-align: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #666;
  padding: 3rem 0 3rem 0;
}

#business .container #image1 {
  max-width: 340px;
  margin: 3rem auto;
}

#business .container .text_block {
  width: 90%;
  max-width: 700px;
  margin: 8rem auto;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}

#business .container .title_b3 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 0 0 3rem 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #3d5285;
}

#business .container #nayami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 2rem 0 0 0;
}

#business .container #nayami > div {
  width: 50%;
  background-color: #f1f3fa;
  border-radius: 1rem;
  padding: 3rem;
}

#business .container #nayami > div .title_b1 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
}

#business .container #nayami > div li {
  margin-bottom: 0.5rem;
  list-style: none;
  padding-left: 2rem;
  position: relative;
}

#business .container #nayami > div li:before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: #abd3ff;
  border-radius: 50%;
}

#business .container #image2 {
  max-width: 800px;
  margin: 3rem auto 1rem auto;
}

#business .container #image3 {
  max-width: 280px;
  margin: 3rem auto;
}

#business #tokucho {
  padding-bottom: 12rem;
}

#business #tokucho .container {
  padding: 13rem 0 0;
  max-width: 1100px;
  background-color: #f1f3fa;
  border-radius: 2rem;
  padding: 5rem;
  margin: 8rem auto 0 auto;
}

#business #tokucho .container h3 {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0 1rem 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #3d5285;
}

#business #tokucho .container .shosai_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  background-color: #dde7f3;
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 6rem;
}

#business #tokucho .container .shosai_wrap .photo {
  width: 28%;
}

#business #tokucho .container .shosai_wrap .txt {
  width: calc(72% - 3rem);
}

#business #tokucho .container .shosai_wrap .txt .name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding: 3rem 0 1rem 0;
}

#business #tokucho .container .shosai_wrap h4 {
  font-size: 2rem;
  line-height: 1.6;
  padding: 0 0 0.5rem 2rem;
  font-weight: bold;
  color: #3d5285;
}

#business #tokucho .container .shosai_wrap .block {
  width: 100%;
}

#business #tokucho .container .shosai_wrap .block li {
  margin-bottom: 0.5rem;
  list-style: none;
  padding-left: 2rem;
  position: relative;
  background-color: #fff;
  padding: 1rem 3rem;
  border-radius: 1rem;
}

#business #tokucho .container .shosai_wrap .block li:before {
  position: absolute;
  left: 1rem;
  top: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: #abd3ff;
  border-radius: 50%;
}

#business .container #image4 {
  max-width: 960px;
  margin: 5rem auto 2rem auto;
}
#business .container #image4 h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #3d5285;
  padding: 2rem 0;
}

#business .wide100 {
  margin: 0;
  padding: 0 0 0 0;
  height: 240px;
  background-color: hsla(228, 41%, 38%, 0.87);
}

#business .wide100 h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-top: 10rem;
}

#business .wide100.color2 {
  background-color: hsla(339, 33%, 52%, 0.9);
}

#business #business1,
#business #business2 {
  padding: 0 0 5rem 0;
}

#business #business1 .title_b1_wrap,
#business #business2 .title_b1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem auto;
  gap: 1rem;
}

#business #business1 .title_b1,
#business #business2 .title_b1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3d5288;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  padding: 0.5rem 2rem;
}

#business #business1 .title_b1.color2,
#business #business2 .title_b1.color2 {
  background-color: #ad5c78;
}

#business #business1 .title_b2,
#business #business2 .title_b2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#business #business1 .hukidashi,
#business #business2 .hukidashi {
  position: relative;
  margin-top: 18px;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #f1f3fa;
  text-align: justify;
  max-width: 750px;
  margin: 3rem auto;
  font-size: 1.6rem;
  line-height: 2;
}

#business #business1 .hukidashi span,
#business #business2 .hukidashi span {
  font-weight: bold;
  color: #3d5285;
  font-size: 1.7rem;
}

#business #business1 .hukidashi > div,
#business #business2 .hukidashi > div {
  color: #3d5285;
  margin-top: 1rem;
  line-height: 1.8;
}

#business #business1 .hukidashi::after,
#business #business2 .hukidashi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 15px 18px 15px;
  border-color: transparent transparent #f1f3fa;
  translate: -50% -100%;
}

#business #business1 .illust_block,
#business #business2 .illust_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 16rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

#business #business1 .illust_block .text,
#business #business2 .illust_block .text {
  color: #3d5285;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

#business #business1 .illust_block .illust img,
#business #business2 .illust_block .illust img {
  max-height: 250px;
  width: auto;
}

#business .wide100#business3 {
  width: 100%;
  background-color: hsla(0, 0%, 0%, 0.9);
  padding: 2rem 0 2rem 0;
  height: inherit;
}

#business .wide100#business3 h3 {
  font-size: 3rem;
  color: #ccc;
  text-align: center;
  padding: 8rem 0 5rem 0;
}

#business .wide100#business3 .course_list {
  width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  color: #fff;
}

#business .wide100#business3 .course_list > div {
  width: 33%;
  position: relative;
}

#business .wide100#business3 .course_list > div .linkwrap a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
}

#business .wide100#business3 .course_list > div .title {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
  background-color: #333;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

#business .wide100#business3 .course_list > div .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 1rem 0;
}

#business .wide100#business3 .course_list > div:hover .title {
  background-color: #44537f;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #business .container {
    padding: 3rem 0 0 0;
  }
  #business .container h1 {
    font-size: 1.8rem;
  }
  #business .container #image1 {
    max-width: 240px;
    margin: 1rem auto;
  }
  #business .container .title_b2 {
    font-size: 1.6rem;
    text-align: center;
    padding: 0;
  }
  #business .container .title_b3 {
    font-size: 1.8rem;
  }
  #business .container #nayami {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  #business .container #nayami > div {
    width: 100%;
    padding: 2rem;
  }
  #business .container #nayami > div .title_b1 {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1rem;
  }
  #business .container #image2 {
    margin: 1rem auto 1rem auto;
  }
  #business .container #image3 {
    max-width: 200px;
    margin: 1rem auto;
  }
  #business #tokucho {
    padding-bottom: 6rem;
  }
  #business #tokucho .container {
    border-radius: 1rem;
    padding: 1rem;
    margin: 5rem auto 0 auto;
  }
  #business #tokucho .container h3 {
    font-size: 1.6rem;
    text-align: left;
  }
  #business #tokucho .container .shosai_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  #business #tokucho .container .shosai_wrap .photo {
    width: 40%;
  }
  #business #tokucho .container .shosai_wrap .txt {
    width: 100%;
  }
  #business #tokucho .container .shosai_wrap .txt .name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 3rem 0 1rem 0;
  }
  #business #tokucho .container .shosai_wrap h4 {
    font-size: 1.6rem;
    padding: 1rem 0 0.5rem 0.5rem;
  }
  #business #tokucho .container .shosai_wrap .block {
    width: 100%;
  }
  #business #tokucho .container .shosai_wrap #image4 {
    max-width: 960px;
    margin: 2rem auto;
  }
  #business .wide100 {
    height: 130px;
    background-color: hsla(228, 41%, 38%, 0.87);
  }
  #business .wide100 h2 {
    font-size: 2.3rem;
    padding-top: 5rem;
  }
  #business #business1,
  #business #business2 {
    padding: 1rem 0;
  }
  #business #business1 .title_b1_wrap,
  #business #business2 .title_b1_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto 1rem auto;
    gap: 1rem;
  }
  #business #business1 .title_b1,
  #business #business2 .title_b1 {
    font-size: 1.6rem;
    padding: 0.5rem 2rem;
  }
  #business #business1 .title_b2,
  #business #business2 .title_b2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #business #business1 .hukidashi,
  #business #business2 .hukidashi {
    margin-top: 10px;
    padding: 2rem;
    border-radius: 2rem;
    margin: 3rem auto;
    font-size: 1.6rem;
  }
  #business #business1 .illust_block,
  #business #business2 .illust_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #business #business1 .illust_block .text,
  #business #business2 .illust_block .text {
    font-size: 1.7rem;
    line-height: 1.8;
  }
  #business #business1 .illust_block .illust,
  #business #business2 .illust_block .illust {
    width: 100%;
    text-align: center;
  }
  #business #business1 .illust_block .illust img,
  #business #business2 .illust_block .illust img {
    width: 70%;
    height: auto;
  }
  #business .wide100#business3 {
    background-color: hsla(0, 0%, 0%, 0.9);
    padding: 2rem 0 2rem 0;
    height: inherit;
  }
  #business .wide100#business3 h3 {
    font-size: 3rem;
    color: #ccc;
    text-align: center;
    padding: 8rem 0 5rem 0;
  }
  #business .wide100#business3 .course_list {
    width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
    color: #fff;
  }
  #business .wide100#business3 .course_list .title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 1rem;
    background-color: #333;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  #business .wide100#business3 .course_list .text {
    color: #c6c6c6;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: justify;
    padding: 0.5rem 0;
  }
  #business .wide100#business3 {
    padding: 2rem 0 2rem 0;
  }
  #business .wide100#business3 h3 {
    font-size: 2.2rem;
    color: #ccc;
    text-align: center;
    padding: 6rem 0 0 0;
  }
  #business .wide100#business3 .course_list {
    width: 90%;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #business .wide100#business3 .course_list > div {
    width: 94%;
  }
  #business .wide100#business3 .course_list > div .title {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
/* -------------------------------------
講座一覧
------------------------------------- */
#course_list {
  padding: 14rem 0;
}

#course_list .container {
  max-width: 1200px;
}

#course_list .container #headtitle {
  margin: 0 auto 4rem auto;
  border-bottom: 1px solid #3d5285;
  font-size: 2rem;
  font-weight: bold;
  color: #3d5285;
  padding-bottom: 0.5rem;
}

#course_list .container h2 {
  font-weight: bold;
  background-color: #3d5285;
  color: #fff;
  border-radius: 999px;
  padding: 1rem 2rem;
  margin: 3rem 0 2rem 0;
}

#course_list .container .cont_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  padding: 0 2rem;
}

#course_list .container .cont_wrap .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31%;
  margin-bottom: 5rem;
  position: relative;
  border-radius: 1rem;
  border: 1px solid #ebebeb;
  padding-top: 15px;
}

#course_list .container .cont_wrap .cont .linkwrap a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

#course_list .container .cont_wrap .cont .linkwrap a:hover {
  background-color: rgba(27, 68, 151, 0.0392156863);
}

#course_list .container .cont_wrap .cont .image img {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}

#course_list .container .cont_wrap .cont .text1 {
  text-align: justify;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3d5285;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 2rem;
}

#course_list .container .cont_wrap .cont .text2 {
  text-align: justify;
  padding: 1rem 2rem;
}

#course_list .container .cont_wrap .cont .more {
  background-color: #3d5285;
  color: #fff;
  border-radius: 0 0 1rem 1rem;
  text-align: right;
  padding: 1rem 4rem 1rem 1rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#course_list .container .cont_wrap .cont .more:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: "Material Icons";
  content: "\eac9";
  font-size: 3rem;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#course_list .container .cont_wrap .cont:hover .more {
  background-color: #306eac;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #course_list {
    padding: 7rem 0;
  }
  #course_list .container #headtitle {
    margin: 0 auto;
    font-size: 1.5rem;
  }
  #course_list .container h2 {
    font-size: 1.4rem;
    padding: 0.6rem 2rem;
    margin: 3rem 0 0 0;
  }
  #course_list .container .cont_wrap {
    gap: 2rem;
    padding: 1rem;
  }
  #course_list .container .cont_wrap .cont {
    width: 100%;
    margin-bottom: 0;
  }
  #course_list .container .cont_wrap .cont .text1 {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
  #course_list .container .cont_wrap .cont .text2 {
    text-align: justify;
    padding: 1rem;
  }
}
/* -------------------------------------
講座
------------------------------------- */
#course {
  padding: 14rem 0;
}

#course .headimage {
  max-width: 880px;
  margin: 0 auto 4rem auto;
  text-align: center;
}

#course #headtitle {
  max-width: 1100px;
  margin: 0 auto 4rem auto;
  border-bottom: 1px solid #3d5285;
  font-size: 2rem;
  font-weight: bold;
  color: #3d5285;
  padding-bottom: 0.5rem;
}

#course .container {
  max-width: 880px;
}

#course .container h1 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #3d5285;
  border-top: 3px solid #3d5285;
  border-bottom: 3px solid #3d5285;
  padding: 2rem 0;
  margin: 2rem 0 2rem 0;
}

#course .container h2 {
  background-color: #3d5285;
  color: #fff;
  border-radius: 999px;
  padding: 1rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 4rem 0 1rem 0;
}

#course .container p {
  margin-bottom: 1rem;
}

#course .container .toiawase a {
  display: block;
  padding: 3rem 1rem;
  margin: 6rem 0;
  background-color: #71b6ff;
  color: #fff;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#course .container .toiawase a:hover {
  background-color: #88c1ff;
}

#course .container .b_list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 1rem;
  color: #3d5285;
  font-size: 1.8rem;
  border-top: 1px solid #3d5285;
  border-bottom: 1px solid #3d5285;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#course .container .b_list a:after {
  position: absolute;
  top: 2rem;
  right: 0;
  font-family: "Material Icons";
  content: "\eac9";
  font-size: 4rem;
  color: #3d5285;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#course .container .b_list a:hover {
  padding-right: 3rem;
  color: #d2e8ff;
  border-color: #d2e8ff;
}

#course .container .b_list a:hover:after {
  right: 1rem;
  color: #d2e8ff;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #course {
    padding: 7rem 0;
    width: 100%;
    overflow: hidden;
  }
  #course #headtitle {
    margin: 0 auto 0 auto;
    font-size: 1.5rem;
  }
  #course .container {
    width: 100%;
    padding: 0 1rem;
  }
  #course .container h1 {
    font-size: 1.6rem;
    padding: 1rem 0;
    margin: 1rem 0;
  }
  #course .container h2 {
    padding: 0.5rem;
    font-size: 1.5rem;
    margin: 4rem 0 0.5rem 0;
  }
  #course .container .toiawase a {
    padding: 3rem 1rem;
    margin: 3rem 0;
    font-size: 1.8rem;
  }
  #course .container .b_list a {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem 1rem;
    color: #3d5285;
    font-size: 1.8rem;
    border-top: 1px solid #3d5285;
    border-bottom: 1px solid #3d5285;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #course .container .b_list a:after {
    position: absolute;
    top: 2rem;
    right: 0;
    font-family: "Material Icons";
    content: "\eac9";
    font-size: 4rem;
    color: #3d5285;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #course .container .b_list a:hover {
    padding-right: 3rem;
    color: #d2e8ff;
    border-color: #d2e8ff;
  }
  #course .container .b_list a:hover:after {
    right: 1rem;
    color: #d2e8ff;
  }
}
/* -------------------------------------
プライバシーポリシー
------------------------------------- */
#policy {
  background-color: #fff;
  padding: 12rem 0;
}

#policy h3 {
  font-weight: bold;
  margin-top: 2rem;
}

#policy ul {
  padding-left: 2.5rem;
  list-style-type: disc;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  body {
    margin: 0;
  }
  strong {
    font-size: 100%;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc_only {
    display: none;
  }
  .sphone_only {
    display: block;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  body {
    margin: 0;
  }
  strong {
    font-size: 100%;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc_only {
    display: none;
  }
  .sphone_only {
    display: block;
  }
}
.share {
  margin-top: 4rem;
}