@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
/* 幅 */
/* ブレイクポイント */
/* ボタンスタイル */
/* ボタンスタイル */
/*
remサイズ指定
font-size: rem(16);
*/
/*
vwサイズ指定
@include font-vw();
@include width-vw();
@include height-vw();
@include p-vw(padding, 0);
@include p-vw(margin, 0);
*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes img_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes img_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes img_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
/* カラー */
/* Noto Serif JP */
/* ==================================
COMMON
================================== */
body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #091931;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #091931;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

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

picture,
source {
  width: 100%;
  height: auto;
}

.newLine {
  display: inline-block;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

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

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type=button],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

figure {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ft_b {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.u-sp {
  display: block;
}
@media screen and (min-width: 751px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 751px) {
  .u-pc {
    display: block;
  }
}

.u-block {
  display: block;
}

.u-textLeft {
  text-align: left;
}

.u-textCenter {
  text-align: center;
}

.u-newLine {
  display: inline-block;
}

.u-pt10 {
  padding-top: min(calc(10 / 1024 * 100vw), 10px);
}

.u-pt15 {
  padding-top: clamp(10px, calc(15 / 1024 * 100vw), 15px);
}

.u-pt20 {
  padding-top: min(calc(15 / 1024 * 100vw), 15px);
}

.u-pt27 {
  padding-top: min(calc(27 / 1024 * 100vw), 27px);
}

.u-pt30 {
  padding-top: min(calc(30 / 1024 * 100vw), 30px);
}

.u-pt35 {
  padding-top: min(calc(35 / 1024 * 100vw), 35px);
}

.u-pt40 {
  padding-top: min(calc(40 / 1024 * 100vw), 40px);
}

.u-fullWidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ==================================
SP NAV
================================== */
.drawer-navigation {
  display: none;
  position: relative;
  z-index: 99;
}
.drawer-navigation__bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
}
.drawer-navigation__wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  padding-top: 82.5px;
  padding-bottom: 30px;
  background-color: white;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.drawer-navigation__wrapper.is-navOpen {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drawer-navigation__navList {
  max-width: 320px;
  width: 85.3333333333vw;
  text-align: left;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
}
.drawer-navigation__item {
  padding-top: 3rem;
}
.drawer-navigation__itemLink {
  position: relative;
  padding-left: 25px;
  background-image: url(../images/icon/icon_arrow_nav.svg);
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: left;
  color: #121212;
}
.drawer-navigation__itemLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 1px;
  top: 120%;
  left: 0;
  background-color: #121212;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.drawer-navigation__itemLink:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.drawer-navigation__contact {
  width: 100%;
  padding-top: 30px;
  padding-left: 0px;
}
.drawer-navigation__tel {
  display: block;
  width: 100%;
  padding-left: 30px;
  background-image: url(../images/icon/icon_tel.svg);
  background-position: left center;
  background-size: 22px auto;
  background-repeat: no-repeat;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #000;
}
.drawer-navigation__businesstime {
  display: block;
  padding-left: 33px;
  font-size: 16px;
  line-height: 1.4;
  color: #1d1c1c;
}
.drawer-navigation__buttonItem {
  max-width: 320px;
  width: 85.3333333333vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.drawer-navigation__buttonLink {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #862e17;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.drawer-navigation__buttonLink::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url(../images/icon/icon_arrow_red.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drawer-navigation__buttonLink:hover {
  background-color: #ed2431;
}
.drawer-navigation__buttonLink:hover::after {
  right: 15px;
  background-image: url(../images/icon/icon_pagetop.svg);
}
.drawer-navigation__buttonLink:hover .l-footer-contact__buttonText {
  color: #fff;
}
.drawer-navigation__buttonLink:hover .l-footer-contact__contactIcon .mail02 {
  fill: #fff;
}
.drawer-navigation__buttonText {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
}
.drawer-navigation__contactIcon {
  display: block;
  padding-top: 5px;
  margin-right: 10px;
}
.drawer-navigation__contactIcon svg {
  width: 25.5px;
  height: auto;
}
.drawer-navigation__contactIcon .mail02 {
  fill: #ca1c1c;
}
@media screen and (min-width: 751px) {
  .drawer-navigation__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 400px;
    height: 100%;
    padding-bottom: 0px;
  }
  .drawer-navigation__wrapper.is-navOpen {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .drawer-navigation__navList {
    max-width: none;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }
  .drawer-navigation__item {
    padding-top: 3.5rem;
  }
  .drawer-navigation__itemLink {
    padding-left: 20px;
    font-size: 17px;
  }
  .drawer-navigation__contact {
    width: 100%;
    padding-top: 3rem;
    padding-left: 3rem;
  }
  .drawer-navigation__tel {
    width: 100%;
    padding-left: 3rem;
    background-size: 2.2rem auto;
    font-size: 2.7rem;
  }
  .drawer-navigation__businesstime {
    padding-left: 30px;
    font-size: 1.6rem;
  }
  .drawer-navigation__buttonItem {
    max-width: 32rem;
    width: 100%;
    height: 6rem;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }
  .drawer-navigation__buttonLink::after {
    right: 2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .drawer-navigation__buttonLink:hover::after {
    right: 1.5rem;
  }
  .drawer-navigation__buttonText {
    font-size: 1.4rem;
  }
  .drawer-navigation__buttonText__contactIcon svg {
    width: 3.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .drawer-navigation__wrapper {
    width: 450px;
    height: 100%;
    padding-top: 75px;
  }
  .drawer-navigation__buttonItem {
    max-width: 32rem;
    width: 100%;
    height: 6.5rem;
    margin-top: 3rem;
  }
  .drawer-navigation__buttonLink::after {
    right: 2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .drawer-navigation__buttonLink:hover::after {
    right: 1.5rem;
  }
  .drawer-navigation__buttonText {
    font-size: 1.6rem;
  }
  .drawer-navigation__buttonText__contactIcon svg {
    width: 3.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .drawer-navigation__wrapper {
    width: 500px;
    height: 100%;
    padding-top: 10rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -3.4rem;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  max-width: 1200px;
  width: 100%;
  height: 3px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 25%;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8f8f6;
}
.slick-dots li.slick-active button:before {
  background-color: #8b99a0;
  opacity: 0.75;
}

.c-title, .c-title--white {
  font-size: clamp(20px, calc(32 / 750 * 100vw), 32px);
  font-weight: bold;
  letter-spacing: 0;
  color: #1067ca;
}
.c-title::before, .c-title--white::before {
  content: attr(data-eng);
  display: block;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize15);
  font-weight: bold;
  letter-spacing: 0;
  color: #1067ca;
}
.c-title--white {
  color: white;
}
.c-title--white::before {
  color: white;
}
@media screen and (min-width: 751px) {
  .c-title, .c-title--white {
    font-size: clamp(20px, calc(32 / 1200 * 100vw), 32px);
  }
}

.c-title__reason {
  font-size: clamp(20px, calc(24 / 750 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1067ca;
}
@media screen and (min-width: 1025px) {
  .c-title__reason {
    font-size: clamp(20px, calc(24 / 1280 * 100vw), 24px);
  }
}

.c-title__point {
  position: absolute;
  top: 0;
  left: min(2.6666666667vw, 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  line-height: 1;
  font-weight: normal;
  color: #1067ca;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
.c-title__point::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  margin-bottom: 8px;
  background-color: #0b59b3;
}

.c-title__footerContact {
  position: relative;
  font-size: clamp(24px, calc(38 / 1200 * 100vw), 38px);
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: white;
  text-align: center;
}
.c-title__footerContact::after {
  content: "";
  display: block;
  position: absolute;
  width: clamp(30px, calc(40 / 1200 * 100vw), 40px);
  height: 5px;
  top: 110%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--bg-icon--color);
}

.c-title__topReason {
  font-size: clamp(20px, calc(24 / 750 * 100vw), 24px);
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #1067ca;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  .c-title__topReason {
    font-size: clamp(20px, calc(24 / 1200 * 100vw), 24px);
  }
}

.c-title__topPoint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 min(8.4vw, 63px);
  font-size: min(calc(42 / 750 * 100vw), 42px);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1067ca;
}
.c-title__topPoint::before {
  content: "";
  display: block;
  width: min(4.6666666667vw, 35px);
  height: min(7.4666666667vw, 56px);
  background-image: url(../images/top/point/icon_title01.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-title__topPoint::after {
  content: "";
  display: block;
  width: min(4.6666666667vw, 35px);
  height: min(7.4666666667vw, 56px);
  background-image: url(../images/top/point/icon_title02.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1025px) {
  .c-title__topPoint {
    gap: 0 min(3.75vw, 45px);
    font-size: min(calc(30 / 1200 * 100vw), 30px);
  }
  .c-title__topPoint::before {
    content: "";
    display: block;
    width: min(2.0833333333vw, 25px);
    height: min(3.3333333333vw, 40px);
    background-image: url(../images/top/point/icon_title01.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .c-title__topPoint::after {
    content: "";
    display: block;
    width: min(2.0833333333vw, 25px);
    height: min(3.3333333333vw, 40px);
    background-image: url(../images/top/point/icon_title02.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

:root {
  --fontsize13: clamp(11px, calc(13/1200*100vw), 13px);
  --fontsize14: clamp(12px, calc(14/1200*100vw), 14px);
  --fontsize15: clamp(13px, calc(15/1200*100vw), 15px);
  --fontsize16: clamp(14px, calc(16/1200*100vw), 16px);
  --fontsize13_16: clamp(13px, calc(16/1200*100vw), 16px);
  --fontsize17: clamp(13px, calc(17/1200*100vw), 17px);
  --fontsize18: clamp(16px, calc(18/1200*100vw), 18px);
  --fontsize18_min: min(calc(18/750*100vw), 18px);
  --fontsize21_min: min(calc(21/750*100vw), 21px);
  --fontsize35_pc: clamp(17px, calc(35/1200*100vw), 35px);
  --fontsize37_min: min(calc(37/750*100vw), 37px);
}

.c-text__copy {
  font-size: var(--fontsize15);
  letter-spacing: 0;
}

.c-text__point {
  font-size: clamp(14px, calc(16 / 750 * 100vw), 16px);
}
@media screen and (min-width: 1025px) {
  .c-text__point {
    font-size: clamp(12px, calc(14 / 1280 * 100vw), 14px);
  }
}
@media screen and (min-width: 1280px) {
  .c-text__point {
    font-size: clamp(14px, calc(16 / 1600 * 100vw), 16px);
  }
}

.c-text__topSupport {
  font-size: clamp(14px, calc(22 / 750 * 100vw), 22px);
  color: var(--support-caution-text-color);
}
@media screen and (min-width: 751px) {
  .c-text__topSupport {
    font-size: var(--fontsize14);
    line-height: 1.45;
  }
}

.c-text__topAbout {
  font-size: var(--fontsize16);
  color: white;
  letter-spacing: 0;
}

.c-text__voiceSchoolName {
  display: block;
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #1067ca;
}

.c-text__voiceName {
  display: block;
  font-size: clamp(13px, calc(18 / 1200 * 100vw), 18px);
  letter-spacing: 0.03em;
  color: #1067ca;
}

.c-text__topReason {
  font-size: var(--fontsize16);
  line-height: 1.65;
}

.c-text__topPoint {
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .c-text__topPoint {
    font-size: min(calc(16 / 1200 * 100vw), 16px);
    line-height: 1.65;
  }
}

.c-text__topPoint--small {
  font-size: min(calc(24 / 750 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .c-text__topPoint--small {
    font-size: min(calc(16 / 1200 * 100vw), 16px);
  }
}

:root {
  --btn-border: solid 2px #1067ca;
  --btn-bg: #fff;
  --btn-font-color: #1067ca;
  --btn-shadow: 0px 2px 0 0 #0755ad;
  --btn-topAbout-border: solid 2px #fff;
  --btn-topAbout-bg: #1067ca;
  --btn-topAbout-shadow: 0px 2px 0 0 #fff;
  --btn-topAbout-font-color: #fff;
}

.c-btn, .c-btn--blueBack, .c-btn--noShadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -webkit-box-shadow: var(--btn-shadow);
          box-shadow: var(--btn-shadow);
  border: var(--btn-border);
  background-color: var(--btn-bg);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-btn::after, .c-btn--blueBack::after, .c-btn--noShadow::after {
  content: "";
  display: block;
  position: absolute;
  width: clamp(8px, calc(10 / 1200 * 100vw), 10px);
  height: clamp(12px, calc(16 / 1200 * 100vw), 16px);
  top: 0;
  bottom: 0;
  right: clamp(20px, 3vw, 36px);
  margin: auto;
  background-image: url(../images/icon/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-btn:hover, .c-btn--blueBack:hover, .c-btn--noShadow:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #1067ca;
}
.c-btn:hover::after, .c-btn--blueBack:hover::after, .c-btn--noShadow:hover::after {
  background-image: url(../images/icon/icon_arrow_white.svg);
}
.c-btn:hover .c-btn__text, .c-btn:hover .c-btn__text--blueBack, .c-btn--blueBack:hover .c-btn__text, .c-btn--blueBack:hover .c-btn__text--blueBack, .c-btn--noShadow:hover .c-btn__text, .c-btn--noShadow:hover .c-btn__text--blueBack {
  color: white;
}

.c-btn--noShadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-btn__text, .c-btn__text--blueBack {
  font-size: var(--fontsize16);
  font-weight: 500;
  color: var(--btn-font-color);
  letter-spacing: 0;
}

.c-btn--blueBack {
  -webkit-box-shadow: var(--btn-topAbout-shadow);
          box-shadow: var(--btn-topAbout-shadow);
  border: var(--btn-topAbout-border);
  background-color: var(--btn-topAbout-bg);
}
.c-btn--blueBack::after {
  background-image: url(../images/icon/icon_arrow_white.svg);
}
.c-btn--blueBack:hover {
  opacity: 1;
  background-color: white;
}
.c-btn--blueBack:hover::after {
  background-image: url(../images/icon/icon_arrow_blue.svg);
}
.c-btn--blueBack:hover .c-btn__text--blueBack {
  color: #1067ca;
}

.c-btn__text--blueBack {
  color: var(--btn-topAbout-font-color);
}

.c-btn__contact01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  -webkit-box-shadow: 0px 5px 0 0 #e5dd06;
          box-shadow: 0px 5px 0 0 #e5dd06;
  background-color: var(--btn-color-yellow);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.c-btn__contact01:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-btn__contactText01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: clamp(15px, calc(20 / 1200 * 100vw), 20px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: var(--btn-color-text-blue);
}
.c-btn__contactText01::before {
  content: "";
  display: block;
  width: clamp(28px, calc(37 / 1200 * 100vw), 37px);
  height: clamp(26px, calc(34 / 1200 * 100vw), 34px);
  margin-right: clamp(15px, calc(20 / 1200 * 100vw), 20px);
  background-image: url(../images/icon/icon_btn01.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-btn__contactText01::after {
  content: "";
  display: block;
  width: clamp(10px, calc(13 / 1200 * 100vw), 13px);
  height: clamp(16px, calc(20 / 1200 * 100vw), 20px);
  margin-left: clamp(18px, calc(24 / 1200 * 100vw), 24px);
  background-image: url(../images/icon/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-btn__contact02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  -webkit-box-shadow: 0px 5px 0 0 #0391db;
          box-shadow: 0px 5px 0 0 #0391db;
  background-color: var(--btn-color-blue);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.c-btn__contact02:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-btn__contactText02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: clamp(15px, calc(20 / 1200 * 100vw), 20px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: var(--btn-color-text-white);
}
.c-btn__contactText02::before {
  content: "";
  display: block;
  width: clamp(32px, calc(42 / 1200 * 100vw), 42px);
  height: clamp(22px, calc(30 / 1200 * 100vw), 30px);
  margin-right: clamp(20px, calc(26 / 1200 * 100vw), 26px);
  background-image: url(../images/icon/icon_btn02.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-btn__contactText02::after {
  content: "";
  display: block;
  width: clamp(10px, calc(13 / 1200 * 100vw), 13px);
  height: clamp(16px, calc(20 / 1200 * 100vw), 20px);
  margin-left: clamp(18px, calc(24 / 1200 * 100vw), 24px);
  background-image: url(../images/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-btn__cat, .c-btn__cat--column, .c-btn__cat--info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 94px;
  height: 25px;
  border-radius: 30px;
  background-color: #00a7eb;
  font-size: clamp(12px, calc(14 / 750 * 100vw), 14px);
  font-weight: 500;
  color: white;
}

.c-btn__cat--info {
  background-color: var(--cat-news);
}

.c-btn__cat--column {
  background-color: var(--cat-column);
}

.c-pageHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(240px, calc(440 / 750 * 100vw), 440px);
  min-height: clamp(60px, 16vw, 120px);
  border-radius: 6px;
  background-color: rgba(16, 103, 202, 0.9);
  font-size: clamp(20px, calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--h1-title-font-color);
}
@media screen and (min-width: 751px) {
  .c-pageHead {
    width: clamp(240px, calc(440 / 1024 * 100vw), 440px);
    min-height: clamp(60px, 11.71875vw, 120px);
    font-size: clamp(20px, calc(36 / 1024 * 100vw), 36px);
  }
}
@media screen and (min-width: 1025px) {
  .c-pageHead {
    width: clamp(240px, calc(440 / 1600 * 100vw), 440px);
    min-height: clamp(60px, 7.5vw, 120px);
    font-size: clamp(20px, calc(36 / 1600 * 100vw), 36px);
  }
}

.c-drawer__btn {
  display: block;
}
.c-drawer__btn img {
  width: 100%;
  height: auto;
}

.c-drawerMenu__text, .c-drawerMenu__text--small {
  display: block;
  position: relative;
  padding-left: clamp(18px, calc(25 / 1200 * 100vw), 25px);
  background-image: url(../images/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: clamp(8px, 0.9166666667vw, 11px) auto;
  background-position: 0 4px;
  font-size: clamp(16px, calc(20 / 1200 * 100vw), 20px);
  line-height: 1.25;
  letter-spacing: 0;
  color: white;
}
.c-drawerMenu__text--small {
  padding-left: clamp(12px, calc(19 / 1200 * 100vw), 19px);
  font-size: clamp(13px, calc(15 / 1200 * 100vw), 15px);
  background-size: clamp(7px, 0.75vw, 9px) auto;
  background-position: 0 3px;
}

.c-nav__ftnav {
  padding-left: 14px;
  background-image: url(../images/icon/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: left center;
  font-size: var(--fontsize16);
  color: #091931;
}
@media screen and (min-width: 751px) {
  .c-nav__ftnav {
    padding-left: 0px;
    background-image: none;
  }
}
@media screen and (min-width: 1025px) {
  .c-nav__ftnav {
    font-size: var(--fontsize15);
    letter-spacing: 0;
    line-height: 1;
  }
}
.c-nav__ftnav:hover {
  text-decoration: underline;
}

.c-nav__ftnav02 {
  font-size: var(--fontsize14);
  letter-spacing: 0;
}
.c-nav__ftnav02:hover {
  text-decoration: underline;
}

.c-nav__text {
  position: relative;
  font-size: min(calc(16 / 1600 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--gnav-text-color);
}
.c-nav__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1067ca;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.c-nav__text:hover {
  opacity: 1;
}
.c-nav__text:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.c-catch__strong {
  font-size: clamp(16px, calc(20 / 750 * 100vw), 20px);
  font-weight: 500;
  text-align: center;
  color: var(--point-catch-font-color);
}

.c-catch__topAbout {
  font-size: clamp(18px, calc(26 / 1600 * 100vw), 26px);
  font-weight: bold;
  letter-spacing: 0.03em;
  color: white;
  line-height: 1.65;
}

.c-table__strong {
  min-width: 750px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: var(--strong-table-border);
}
@media screen and (min-width: 751px) {
  .c-table__strong {
    max-width: 1000px;
    width: 90%;
  }
}

.c-table__strongHeadTitle {
  padding-top: clamp(10px, calc(14 / 1200 * 100vw), 14px);
  padding-bottom: clamp(10px, calc(14 / 1200 * 100vw), 14px);
  padding-left: clamp(10px, calc(20 / 1200 * 100vw), 20px);
  padding-right: clamp(10px, calc(20 / 1200 * 100vw), 20px);
  border: var(--strong-table-border);
  font-size: var(--fontsize16);
  font-weight: 500;
  text-align: center;
  color: white;
}
.c-table__strongHeadTitle:nth-of-type(1) {
  width: 28%;
  background-color: white;
}
.c-table__strongHeadTitle:nth-of-type(2) {
  width: 36.3%;
  background-color: #1067ca;
}
.c-table__strongHeadTitle:nth-of-type(2) .c-table__strongHeadTitle--large {
  color: #cbe9fd;
  line-height: 1.2;
}
.c-table__strongHeadTitle:nth-of-type(3) {
  width: 36.1%;
  background-color: #7f8d98;
}
.c-table__strongHeadTitle:nth-of-type(3) .c-table__strongHeadTitle--large {
  color: #bdc9d3;
  line-height: 1.2;
}

.c-table__strongHeadTitle--large {
  display: block;
  font-size: clamp(24px, calc(36 / 750 * 100vw), 36px);
  color: #cbe9fd;
}

.c-table__strongBodyTitle {
  padding-top: clamp(12px, calc(22 / 1200 * 100vw), 22px);
  padding-bottom: clamp(12px, calc(22 / 1200 * 100vw), 22px);
  padding-left: clamp(10px, calc(20 / 1200 * 100vw), 20px);
  padding-right: clamp(10px, calc(20 / 1200 * 100vw), 20px);
  border: var(--strong-table-border);
  background-color: #f6f6f6;
  font-size: var(--fontsize16);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.c-table__strongBodyDetail, .c-table__strongBodyDetail--blue {
  padding-top: clamp(12px, calc(22 / 1200 * 100vw), 22px);
  padding-bottom: clamp(12px, calc(22 / 1200 * 100vw), 22px);
  padding-left: clamp(10px, calc(20 / 1200 * 100vw), 20px);
  padding-right: clamp(10px, calc(20 / 1200 * 100vw), 20px);
  border: var(--strong-table-border);
  background-color: white;
  font-size: var(--fontsize16);
  line-height: 1.7;
  text-align: center;
}

.c-table__strongBodyDetail--blue {
  background-color: #e5f4fe;
}

.c-link__postTitle {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(13px, calc(15 / 1200 * 100vw), 15px);
  line-height: 1.45;
  color: #091931;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.c-link__postTitle:hover {
  text-decoration: underline;
}

.c-breadvrumb__text {
  color: var(--breadcrumb-text-color);
}

:root {
  --header-bg-color: #eaf7ff;
}

.l-header {
  background-color: var(--header-bg-color);
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: clamp(60px, 16.8vw, 120px);
  padding-left: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (min-width: 751px) {
  .l-header__inner {
    height: min(calc(109 / 1200 * 100vw), 109px);
    padding-left: min(calc(40 / 1600 * 100vw), 40px);
  }
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    height: min(calc(109 / 1600 * 100vw), 109px);
  }
}

.l-header__logo {
  width: min(calc(550 / 750 * 100vw), 550px);
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .l-header__logo {
    width: min(calc(240 / 1200 * 100vw), 240px);
    padding-top: min(calc(18 / 1600 * 100vw), 18px);
  }
}
@media screen and (min-width: 1280px) {
  .l-header__logo {
    width: min(calc(240 / 1600 * 100vw), 240px);
  }
}

.l-header__logoLink {
  display: block;
}

:root {
  --footer-border: 1px solid #cfd7da;
}

.l-footer {
  padding-bottom: clamp(80px, calc(100 / 750 * 100vw), 100px);
}
@media screen and (min-width: 1025px) {
  .l-footer {
    padding-bottom: clamp(38px, calc(150 / 1200 * 100vw), 150px);
  }
}
@media screen and (min-width: 1480px) {
  .l-footer {
    padding-bottom: clamp(38px, calc(77 / 1200 * 100vw), 77px);
  }
}

.l-footer__inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.l-footer__wrap {
  padding-top: clamp(35px, calc(65 / 1200 * 100vw), 65px);
  padding-bottom: clamp(20px, calc(38 / 1200 * 100vw), 38px);
}
@media screen and (min-width: 1025px) {
  .l-footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__about {
  width: clamp(188px, calc(251 / 750 * 100vw), 251px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .l-footer__about {
    margin-left: 0;
    margin-right: 0;
  }
}

.l-footer__snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(10px, calc(20 / 1200 * 100vw), 20px);
  gap: 15px;
}

.l-footer__snsItem:nth-of-type(1) {
  width: clamp(30px, calc(40 / 750 * 100vw), 40px);
}
.l-footer__snsItem:nth-of-type(2) {
  width: clamp(33px, calc(44 / 750 * 100vw), 44px);
}

.l-footer__bottom {
  width: 100%;
  padding-top: clamp(15px, calc(25 / 1200 * 100vw), 25px);
  border-top: var(--footer-border);
}
@media screen and (min-width: 751px) {
  .l-footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3px;
  }
}

.l-footer__copyright {
  padding-top: 15px;
}
@media screen and (min-width: 751px) {
  .l-footer__copyright {
    padding-top: 0;
  }
}

:root {
  --gnav-text-color: #081730;
}

@media screen and (min-width: 1280px) {
  .l-gnav {
    display: grid;
    grid-template-columns: 1fr min(7.5vw, 120px);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    gap: min(2.5vw, 40px);
  }
}

.l-gnav__list {
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-gnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .l-gnav__list > * + * {
    margin-left: min(calc(23 / 1600 * 100vw), 23px);
  }
}

.l-gnav__drawerBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: clamp(60px, calc(120 / 750 * 100vw), 120px);
}
@media screen and (min-width: 751px) {
  .l-gnav__drawerBtn {
    width: min(calc(120 / 1200 * 100vw), 120px);
  }
}
@media screen and (min-width: 1280px) {
  .l-gnav__drawerBtn {
    position: static;
    width: min(calc(120 / 1600 * 100vw), 120px);
  }
}

.l-wrapper {
  position: relative;
  max-width: 100%;
}

.l-main {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--color-white);
}

.l-main__inner {
  max-width: 1200px;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(60px, calc(74 / 1200 * 100vw), 74px);
}
@media screen and (min-width: 1280px) {
  .l-main__inner {
    width: 100%;
  }
}

.top .l-main__inner {
  padding-top: clamp(30px, calc(45 / 750 * 100vw), 45px);
}
@media screen and (min-width: 1025px) {
  .top .l-main__inner {
    padding-top: clamp(45px, calc(60 / 1200 * 100vw), 60px);
  }
}

.l-pageContents {
  font-size: clamp(14px, calc(16 / 1024 * 100vw), 16px);
  line-height: 1.75;
}

:root {
  --pageHead-bg: #eaf7ff;
  --h1-title-font-color: #fff;
}

.l-pageHead {
  background-color: var(--pageHead-bg);
}

.l-pageHead__inner {
  padding-top: clamp(15px, calc(30 / 1200 * 100vw), 30px);
  padding-bottom: clamp(30px, calc(46 / 1200 * 100vw), 46px);
}

.l-pageHead__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85.3333333333%;
  aspect-ratio: 1.8/1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-image: url(../images/page/bg_img01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .l-pageHead__title {
    max-width: 1280px;
    aspect-ratio: 2.8/1;
  }
}
@media screen and (min-width: 1025px) {
  .l-pageHead__title {
    aspect-ratio: 3.55/1;
  }
}

:root {
  --mv-bg: #eaf7ff;
}

.l-mainVisual {
  position: relative;
  padding-top: min(calc(35 / 750 * 100vw), 35px);
  padding-bottom: min(calc(40 / 750 * 100vw), 40px);
  background-color: var(--mv-bg);
}
@media screen and (min-width: 1025px) {
  .l-mainVisual {
    padding-top: min(calc(30 / 1200 * 100vw), 30px);
    padding-bottom: 0;
    background-color: transparent;
  }
  .l-mainVisual:after {
    content: "";
    position: absolute;
    width: 100%;
    height: min(calc(520 / 1600 * 100vw), 520px);
    top: 0;
    left: 0;
    background-color: var(--mv-bg);
    z-index: -1;
  }
}

.l-mainVisual__inner {
  width: 95.0520833333vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .l-mainVisual__inner {
    width: min(calc(1280 / 1600 * 100vw), 1280px);
  }
}

.l-mainVisual__item img {
  width: 100%;
}

.l-mainVisual__navigation {
  padding-top: clamp(20px, calc(35 / 750 * 100vw), 35px);
}
@media screen and (min-width: 1025px) {
  .l-mainVisual__navigation {
    padding-top: clamp(10px, calc(17 / 1200 * 100vw), 17px);
  }
}

:root {
  --mv-pagination-bullet-color: #c6cdd5;
  --mv-pagination-bullet-color-active: #1067ca;
}

.l-mainVisual__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-mainVisual__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: var(--mv-pagination-bullet-color);
  margin: 0 min(2.1333333333vw, 16px) !important;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  opacity: 1;
}
.l-mainVisual__pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: var(--mv-pagination-bullet-color-active);
}
@media screen and (min-width: 1025px) {
  .l-mainVisual__pagination .swiper-pagination-bullet {
    margin: 0 min(0.6666666667vw, 8px) !important;
  }
}
.l-mainVisual__pagination button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.l-mainVisual__pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.l-mainVisual__pagination .swiper-pagination-bullet:only-child {
  display: none !important;
}
.l-mainVisual__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--mv-pagination-bullet-color-active);
}

.l-drawerMenu {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  right: 0;
  background-color: rgba(16, 103, 202, 0.96);
  z-index: 1000;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 751px) {
  .l-drawerMenu {
    max-width: 600px;
    width: 100%;
  }
}

.is-drawerOpen .l-drawerMenu {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.l-drawerMenu__logo {
  padding-left: min(calc(30 / 750 * 100vw), 30px);
  padding-top: min(calc(22 / 750 * 100vw), 22px);
}
@media screen and (min-width: 751px) {
  .l-drawerMenu__logo {
    display: none;
  }
  .l-drawerMenu__logo img {
    width: 100%;
    height: auto;
  }
}

.l-drawerMenu__logoLink {
  display: block;
  width: min(calc(550 / 750 * 100vw), 550px);
}

.l-drawerMenu__drawerBtn {
  width: clamp(60px, calc(120 / 750 * 100vw), 120px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .l-drawerMenu__drawerBtn {
    width: min(calc(120 / 1200 * 100vw), 120px);
  }
}
@media screen and (min-width: 1280px) {
  .l-drawerMenu__drawerBtn {
    width: min(calc(120 / 1600 * 100vw), 120px);
  }
}

.l-drawerMenu__inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: clamp(25px, calc(50 / 750 * 100vw), 50px);
  padding-bottom: clamp(60px, calc(120 / 750 * 100vw), 120px);
  padding-left: clamp(27px, calc(55 / 750 * 100vw), 55px);
  padding-right: clamp(27px, calc(55 / 750 * 100vw), 55px);
  z-index: 99;
}
@media screen and (min-width: 751px) {
  .l-drawerMenu__inner {
    padding-top: clamp(50px, calc(96 / 1200 * 100vw), 96px);
    padding-bottom: clamp(60px, calc(120 / 1200 * 100vw), 120px);
    padding-left: clamp(60px, calc(110 / 1200 * 100vw), 110px);
    padding-right: 0;
  }
}

.l-drawerMenu__list > * + * {
  margin-top: clamp(18px, calc(27 / 1200 * 100vw), 27px);
}

.l-drawerMenu__btnList {
  max-width: 380px;
  width: 100%;
  margin-top: clamp(20px, calc(30 / 750 * 100vw), 30px);
}
.l-drawerMenu__btnList > * + * {
  margin-top: clamp(20px, calc(30 / 750 * 100vw), 30px);
}
@media screen and (min-width: 751px) {
  .l-drawerMenu__btnList {
    margin-top: clamp(25px, calc(48 / 1200 * 100vw), 48px);
  }
  .l-drawerMenu__btnList > * + * {
    margin-top: clamp(13px, calc(20 / 1200 * 100vw), 20px);
  }
}

.l-drawerMenu__btnItem {
  width: 100%;
  height: clamp(58px, calc(78 / 1200 * 100vw), 78px);
}

.l-drawerMenu__column {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: clamp(30px, calc(54 / 1200 * 100vw), 54px);
  gap: 0 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .l-drawerMenu__column {
    gap: 0 min(3.3333333333vw, 40px);
  }
}

.l-drawerMenu__list02 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.l-drawerMenu__list02 > * + * {
  margin-top: clamp(10px, calc(20 / 750 * 100vw), 20px);
}
@media screen and (min-width: 751px) {
  .l-drawerMenu__list02 > * + * {
    margin-top: clamp(7px, calc(15 / 1200 * 100vw), 15px);
  }
}

.l-drawerMenu__list03 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.l-drawerMenu__list03 > * + * {
  margin-top: clamp(10px, calc(20 / 750 * 100vw), 20px);
}
@media screen and (min-width: 751px) {
  .l-drawerMenu__list03 > * + * {
    margin-top: clamp(7px, calc(15 / 1200 * 100vw), 15px);
  }
}

.l-drawerMenu__sns {
  display: grid;
  grid-template-columns: clamp(25px, 2.75vw, 33px) clamp(28px, 3.0833333333vw, 37px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: clamp(18px, calc(30 / 1200 * 100vw), 30px);
  grid-column: 2/3;
  grid-row: 2/3;
}

:root {
  --localNav-border: 1px solid #daa520;
}

.l-localnav__nav {
  max-width: 280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(26px, calc(46 / 1280 * 100vw), 46px);
}
@media screen and (min-width: 751px) {
  .l-localnav__nav {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }
}

.l-localnav__navItem {
  border-bottom: var(--localNav-border);
}
.l-localnav__navItem + .l-localnav__navItem .c-link__local {
  padding-top: 10px;
}
@media screen and (min-width: 751px) {
  .l-localnav__navItem {
    text-align: center;
  }
  .l-localnav__navItem + .l-localnav__navItem .c-link__local {
    padding-top: 0px;
  }
}

.l-footerNav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
  gap: 15px;
  padding-top: clamp(35px, calc(65 / 1200 * 100vw), 65px);
}
@media screen and (min-width: 1025px) {
  .l-footerNav {
    grid-template-columns: repeat(3, auto);
    gap: 0 min(7.5vw, 90px);
    padding-top: 0;
    margin-top: -7px;
  }
}

.l-footerNav__list > * + * {
  padding-top: 15px;
}
@media screen and (min-width: 1025px) {
  .l-footerNav__list > * + * {
    padding-top: 6px;
  }
}

:root {
  --breadcrumb-text-color: #1067ca;
}

.l-breadcrumb {
  width: 85.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(20px, calc(25 / 1200 * 100vw), 25px);
}
@media screen and (min-width: 1025px) {
  .l-breadcrumb {
    max-width: 1280px;
  }
}

.l-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l-breadcrumb__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fontsize15);
  font-weight: 500;
  line-height: 1.25;
  color: var(--breadcrumb-text-color);
}
.l-breadcrumb__item + .l-breadcrumb__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-left: 9px;
  margin-right: 13px;
  border-top: 1px solid var(--breadcrumb-text-color);
  border-right: 1px solid var(--breadcrumb-text-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

:root {
  --footer-border: 1px solid #cfd7da;
  --bg-icon--color: #6bcaf8;
  --btn-color-text-blue: #1067ca;
  --btn-color-text-white: #fff;
  --btn-color-yellow: #fafc7e;
  --btn-color-blue: #04aff5;
}

.l-footerContact {
  background-image: url(../images/common/footer/bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-footerContact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  min-height: clamp(330px, 36.6666666667vw, 440px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1025px) {
  .l-footerContact__inner {
    padding-top: min(calc(65 / 1200 * 100vw), 65px);
    padding-bottom: 0px;
  }
}

.l-footerContact__desc {
  padding-top: clamp(30px, calc(40 / 1200 * 100vw), 40px);
  font-size: var(--fontsize16);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
  text-align: left;
  color: white;
}
@media screen and (min-width: 1025px) {
  .l-footerContact__desc {
    text-align: center;
  }
}

.l-footerContact__btnList {
  display: grid;
  grid-template-columns: clamp(280px, 30.8333333333vw, 370px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: clamp(15px, calc(30 / 1200 * 100vw), 30px);
}
@media screen and (min-width: 1025px) {
  .l-footerContact__btnList {
    grid-template-columns: 370px 370px;
    margin-top: clamp(15px, calc(20 / 1200 * 100vw), 20px);
  }
}

.l-footerContact__item {
  height: clamp(58px, calc(78 / 1200 * 100vw), 78px);
}

.l-pageTOP {
  display: none;
  position: fixed;
  width: clamp(50px, calc(66 / 1200 * 100vw), 66px);
  right: min(3.3333333333vw, 40px);
  bottom: min(24vw, 180px);
  z-index: 200;
}
@media screen and (min-width: 751px) {
  .l-pageTOP {
    right: min(5.4166666667vw, 65px);
    bottom: min(11.6666666667vw, 140px);
  }
}
@media screen and (min-width: 1025px) {
  .l-pageTOP {
    right: min(5.4166666667vw, 65px);
    bottom: min(4.1666666667vw, 50px);
  }
}
@media screen and (min-width: 1480px) {
  .l-pageTOP {
    right: min(4.0625vw, 65px);
    bottom: min(4.5vw, 720px);
  }
}

.l-pageTop__link {
  display: block;
}

:root {
  --btn01-color: #fafc7e;
  --btn01-border: 5px solid #ece404;
  --btn01-font-color: #1067ca;
  --btn02-color: #04aff5;
  --btn02-border: 5px solid #0695e0;
  --btn02-font-color: #fff;
}

.l-fixedBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(calc(135 / 750 * 100vw), 135px);
  z-index: 100;
}
@media screen and (min-width: 751px) {
  .l-fixedBtn {
    height: min(calc(100 / 1024 * 100vw), 100px);
  }
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn {
    display: block;
    position: fixed;
    width: auto;
    height: auto;
    top: 17.6875vw;
    left: auto;
    right: 0;
  }
}

.l-fixedBtn__item01 {
  width: 50%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__item01 {
    width: min(calc(120 / 1200 * 100vw), 120px);
    height: min(calc(110 / 1200 * 100vw), 110px);
  }
}

.l-fixedBtn__item02 {
  width: 50%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__item02 {
    width: min(calc(120 / 1200 * 100vw), 120px);
    height: min(calc(110 / 1200 * 100vw), 110px);
    margin-top: 15px;
  }
}

.l-fixedBtn__btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(4vw, 30px);
  background-color: var(--btn01-color);
  border-top: var(--btn01-border);
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__btn01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    gap: min(1vw, 12px);
    border-top: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: 2px 3.5px 0 0 #ede401;
            box-shadow: 2px 3.5px 0 0 #ede401;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .l-fixedBtn__btn01:hover {
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.l-fixedBtn__btn02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(4vw, 30px);
  background-color: var(--btn02-color);
  border-top: var(--btn02-border);
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__btn02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    gap: min(1vw, 12px);
    border-top: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: 2px 3.5px 0 0 #0392cc;
            box-shadow: 2px 3.5px 0 0 #0392cc;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .l-fixedBtn__btn02:hover {
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.l-fixedBtn__icon01 {
  display: block;
  width: min(calc(68 / 750 * 100vw), 68px);
}
.l-fixedBtn__icon01 img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .l-fixedBtn__icon01 {
    width: min(calc(50 / 1024 * 100vw), 50px);
  }
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__icon01 {
    width: min(calc(41 / 1200 * 100vw), 41px);
  }
}

.l-fixedBtn__icon02 {
  display: block;
  width: min(calc(80 / 750 * 100vw), 80px);
}
@media screen and (min-width: 751px) {
  .l-fixedBtn__icon02 {
    width: min(calc(60 / 1024 * 100vw), 60px);
  }
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__icon02 {
    width: min(calc(44 / 1200 * 100vw), 44px);
  }
}

.l-fixedBtn__text01 {
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: var(--btn01-font-color);
}
@media screen and (min-width: 751px) {
  .l-fixedBtn__text01 {
    font-size: min(calc(24 / 750 * 100vw), 24px);
  }
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__text01 {
    font-size: min(calc(16 / 1200 * 100vw), 16px);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
  }
}

.l-fixedBtn__text02 {
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: var(--btn02-font-color);
}
@media screen and (min-width: 751px) {
  .l-fixedBtn__text02 {
    font-size: min(calc(24 / 750 * 100vw), 24px);
  }
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__text02 {
    font-size: min(calc(16 / 1200 * 100vw), 16px);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
  }
}

.l-fixedBtn__text01--pc {
  display: block;
}
@media screen and (min-width: 751px) {
  .l-fixedBtn__text01--pc {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__text01--pc {
    display: none;
  }
}

.l-fixedBtn__text02--pc {
  display: block;
}
@media screen and (min-width: 751px) {
  .l-fixedBtn__text02--pc {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .l-fixedBtn__text02--pc {
    display: none;
  }
}

.p-contents__head, .p-contents__head--news, .p-contents__head--about {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: clamp(3px, calc(5 / 1200 * 100vw), 5px);
}
.p-contents__head::after, .p-contents__head--news::after, .p-contents__head--about::after {
  content: "";
  display: block;
  position: absolute;
  width: clamp(30px, calc(40 / 1200 * 100vw), 40px);
  height: clamp(3px, calc(5 / 1200 * 100vw), 5px);
  top: 105%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--title-icon-color);
}
@media screen and (min-width: 1025px) {
  .p-contents__head--about {
    text-align: left;
  }
  .p-contents__head--about::after {
    top: 105%;
    right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-contents__head--news {
    text-align: left;
  }
  .p-contents__head--news::after {
    right: auto;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .p-contents__head--news .c-title {
    font-size: clamp(20px, calc(26 / 1200 * 100vw), 26px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2;
  }
  .p-contents__head--news .c-title::before {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1;
  }
}

:root {
  --support-title-color: #071730;
  --support-num-color: #f12d40;
  --support-caution-color: #86878a;
  --support-caution-text-color: #626973;
}

.p-topSupport__catch {
  font-size: clamp(16px, calc(26 / 750 * 100vw), 26px);
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: 0;
  text-align: center;
}
.p-topSupport__catch .u-newLine {
  display: inline;
}
@media screen and (min-width: 1025px) {
  .p-topSupport__catch {
    font-size: clamp(16px, calc(18 / 1200 * 100vw), 18px);
  }
}

.p-topSupport__list {
  display: grid;
  grid-template-columns: min(31.0666666667vw, 233px) min(31.0666666667vw, 231px) min(27.8666666667vw, 209px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(calc(35 / 750 * 100vw), 35px);
  gap: 0 min(2.2666666667vw, 17px);
}
@media screen and (min-width: 751px) {
  .p-topSupport__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: min(calc(8 / 1200 * 100vw), 8px);
    gap: 0 min(2.5vw, 30px);
  }
}

.p-topSupport__item {
  position: relative;
  text-align: center;
}
.p-topSupport__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(32 / 750 * 100vw), 32px);
  height: 100%;
  background-image: url(../images/top/support/icon_support02.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.p-topSupport__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc(32 / 750 * 100vw), 32px);
  height: 100%;
  background-image: url(../images/top/support/icon_support03.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

.p-topSupport__title {
  display: block;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--support-title-color);
}
.p-topSupport__title::before {
  content: "";
  display: block;
  width: min(calc(101 / 750 * 100vw), 101px);
  height: min(calc(17 / 750 * 100vw), 17px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: min(calc(12 / 750 * 100vw), 12px);
  background-image: url(../images/top/support/icon_support01.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 751px) {
  .p-topSupport__title {
    font-size: min(calc(16 / 1200 * 100vw), 16px);
  }
  .p-topSupport__title::before {
    padding-bottom: min(calc(13 / 1200 * 100vw), 13px);
  }
}

.p-topSupport__num {
  display: block;
  padding-top: min(calc(13 / 750 * 100vw), 13px);
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: var(--support-num-color);
}
@media screen and (min-width: 751px) {
  .p-topSupport__num {
    padding-top: min(calc(4 / 1200 * 100vw), 4px);
  }
}

.p-topSupport__num--small {
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .p-topSupport__num--small {
    font-size: min(calc(26 / 1200 * 100vw), 26px);
  }
}

.p-topSupport__num--small02 {
  padding-left: 3px;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(calc(14 / 750 * 100vw), 14px);
  font-weight: 500;
  line-height: 1;
  color: var(--support-caution-color);
}
@media screen and (min-width: 751px) {
  .p-topSupport__num--small02 {
    padding-left: 5px;
    font-size: min(calc(14 / 1200 * 100vw), 14px);
  }
}

.p-topSupport__desc {
  padding-top: min(calc(26 / 750 * 100vw), 26px);
}
@media screen and (min-width: 751px) {
  .p-topSupport__desc {
    padding-top: min(calc(14 / 1200 * 100vw), 14px);
    text-align: center;
  }
}

:root {
  --topAbout-bg: #1067ca;
}

.p-topAbout {
  padding-top: clamp(40px, calc(54 / 1200 * 100vw), 54px);
}
@media screen and (min-width: 1280px) {
  .p-topAbout {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-topAbout__inner {
  padding-top: clamp(40px, calc(70 / 1200 * 100vw), 70px);
  padding-bottom: clamp(40px, calc(70 / 1200 * 100vw), 70px);
  background-color: var(--topAbout-bg);
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .p-topAbout__inner {
    max-width: 1480px;
    width: 92.5vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }
}

.p-topAbout__media {
  width: min(calc(620 / 750 * 100vw), 620px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-topAbout__media {
    display: grid;
    grid-template-columns: 51.6666666667% 1fr;
    grid-template-rows: auto 1fr;
    width: 90%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 6.6666666667%;
  }
}
@media screen and (min-width: 1280px) {
  .p-topAbout__media {
    width: 81.0810810811%;
  }
}

@media screen and (min-width: 1025px) {
  .p-contents__head--about {
    margin-top: clamp(20px, calc(33 / 1600 * 100vw), 33px);
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-topAbout__pic {
  margin-top: clamp(30px, calc(60 / 1200 * 100vw), 60px);
}
@media screen and (min-width: 1025px) {
  .p-topAbout__pic {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-top: 0;
  }
}

.p-topAbout__desc {
  margin-top: clamp(30px, calc(60 / 1200 * 100vw), 60px);
}
.p-topAbout__desc > * + .c-text__topAbout {
  margin-top: clamp(10px, calc(37 / 1200 * 100vw), 37px);
}
@media screen and (min-width: 1025px) {
  .p-topAbout__desc {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: clamp(20px, calc(40 / 1600 * 100vw), 40px);
  }
  .p-topAbout__desc > * + .c-text__topAbout {
    margin-top: clamp(10px, calc(20 / 1600 * 100vw), 20px);
  }
}

.p-topAbout__btn {
  width: clamp(240px, calc(300 / 750 * 100vw), 300px);
  height: clamp(50px, calc(58 / 750 * 100vw), 58px);
  margin-top: clamp(16px, calc(22 / 1200 * 100vw), 22px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-topAbout__btn {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-topReason {
  padding-top: clamp(75px, calc(100 / 1200 * 100vw), 100px);
  padding-bottom: clamp(50px, calc(72 / 1200 * 100vw), 72px);
}

.p-topReason__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(8vw, 60px) min(5.3333333333vw, 40px);
  max-width: 580px;
  width: 100%;
  padding-top: clamp(25px, calc(50 / 1200 * 100vw), 50px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-topReason__list {
    max-width: none;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: min(5vw, 60px) min(3.3333333333vw, 40px);
  }
}

.p-topReason__itemDesc {
  width: 86.2068965517%;
  margin-left: auto;
  margin-right: auto;
  margin-top: min(-4vw, 30px);
}
@media screen and (min-width: 1025px) {
  .p-topReason__itemDesc {
    margin-top: min(-2.5vw, 30px);
  }
}
@media screen and (min-width: 1280px) {
  .p-topReason__itemDesc {
    margin-top: -28px;
  }
}

.p-topReason__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: min(calc(29 / 750 * 100vw), 29px);
}
@media screen and (min-width: 1025px) {
  .p-topReason__head {
    padding-bottom: min(calc(29 / 1200 * 100vw), 29px);
  }
}

.p-topReason__headNumber {
  display: block;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
  text-shadow: 1px 1px 0px #015dc6, -1px -1px 0px #015dc6, -1px 1px 0px #015dc6, 1px -1px 0px #015dc6, 1px 0px 0px #015dc6, -1px 0px 0px #015dc6, 0px 1px 0px #015dc6, 0px -1px 0px #015dc6;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: clamp(40px, calc(65 / 750 * 100vw), 65px);
  font-weight: bold;
  line-height: 1;
  color: #fafc7e;
}
@media screen and (min-width: 1025px) {
  .p-topReason__headNumber {
    font-size: min(calc(65 / 1200 * 100vw), 65px);
    margin-bottom: min(calc(24 / 1200 * 100vw), 24px);
  }
}

.p-topReason__itemBtn {
  width: 100%;
  height: 50px;
  margin-top: min(calc(24 / 750 * 100vw), 24px);
}

.p-topReason__btn {
  width: clamp(240px, calc(300 / 750 * 100vw), 300px);
  height: clamp(50px, calc(58 / 750 * 100vw), 58px);
  margin-top: min(calc(40 / 750 * 100vw), 40px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-topReason__btn {
    width: clamp(240px, calc(300 / 1200 * 100vw), 300px);
    height: clamp(50px, calc(58 / 1200 * 100vw), 58px);
    margin-top: min(calc(40 / 1200 * 100vw), 40px);
  }
}

:root {
  --point-list-bg: #dbeffd;
}

.p-topPoint__inner {
  padding-top: min(calc(60 / 750 * 100vw), 60px);
  padding-bottom: min(calc(102 / 750 * 100vw), 102px);
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 5px, rgb(243, 250, 253) 5px, rgb(243, 250, 253) 13px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(243, 250, 253) 5px, rgb(243, 250, 253) 13px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__inner {
    padding-top: min(calc(45 / 1200 * 100vw), 45px);
    padding-bottom: min(calc(102 / 1200 * 100vw), 102px);
  }
}

.p-topPoint__head {
  text-align: center;
}

.p-topPoint__pic {
  position: relative;
  margin-top: min(calc(40 / 750 * 100vw), 40px);
  z-index: 1;
}
.p-topPoint__pic img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-topPoint__pic {
    width: min(calc(1480 / 1600 * 100vw), 1480px);
    margin-top: min(calc(35 / 1200 * 100vw), 35px);
    margin-left: auto;
    margin-right: auto;
  }
}

.p-topPoint__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  width: min(92.1875%, 708px);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(-5.3333333333vw, 40px);
  padding-top: min(calc(60 / 750 * 100vw), 60px);
  padding-bottom: min(calc(60 / 750 * 100vw), 60px);
  gap: min(9.0666666667vw, 68px) 0;
  background-color: var(--point-list-bg);
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p-topPoint__list {
    grid-template-columns: repeat(4, 1fr);
    width: min(calc(1200 / 1480 * 100vw), 1200px);
    margin-top: min(-4.5833333333vw, 55px);
    padding-top: min(calc(55 / 1200 * 100vw), 55px);
    padding-bottom: min(calc(80 / 1200 * 100vw), 80px);
    gap: 0;
  }
}

.p-topPoint__item, .p-topPoint__item--point03, .p-topPoint__item--point02, .p-topPoint__item--point01 {
  position: relative;
}
.p-topPoint__item::after, .p-topPoint__item--point03::after, .p-topPoint__item--point02::after, .p-topPoint__item--point01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: url(../images/page/reason/line_img.svg);
  background-repeat: repeat;
}

.p-topPoint__item--point02::after {
  content: none;
}
@media screen and (min-width: 1025px) {
  .p-topPoint__item--point02::after {
    content: "";
  }
}

.p-topPoint__itemTitle, .p-topPoint__itemTitle--point04, .p-topPoint__itemTitle--point03, .p-topPoint__itemTitle--point02, .p-topPoint__itemTitle--point01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-topPoint__itemTitle img, .p-topPoint__itemTitle--point04 img, .p-topPoint__itemTitle--point03 img, .p-topPoint__itemTitle--point02 img, .p-topPoint__itemTitle--point01 img {
  width: 100%;
}

.p-topPoint__itemTitle--point01 {
  width: min(calc(178 / 750 * 100vw), 178px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemTitle--point01 {
    width: min(calc(132 / 1200 * 100vw), 132px);
  }
}

.p-topPoint__itemTitle--point02 {
  width: min(calc(190 / 750 * 100vw), 190px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemTitle--point02 {
    width: min(calc(140 / 1200 * 100vw), 140px);
  }
}

.p-topPoint__itemTitle--point03 {
  width: min(calc(190 / 750 * 100vw), 190px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemTitle--point03 {
    width: min(calc(142 / 1200 * 100vw), 142px);
  }
}

.p-topPoint__itemTitle--point04 {
  width: min(calc(190 / 750 * 100vw), 190px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemTitle--point04 {
    width: min(calc(142 / 1200 * 100vw), 142px);
  }
}

.p-topPoint__itemIcon, .p-topPoint__itemIcon--point04, .p-topPoint__itemIcon--point03, .p-topPoint__itemIcon--point02, .p-topPoint__itemIcon--point01 {
  display: block;
  margin-top: min(calc(40 / 750 * 100vw), 40px);
  margin-bottom: min(calc(36 / 750 * 100vw), 36px);
  margin-left: auto;
  margin-right: auto;
}
.p-topPoint__itemIcon img, .p-topPoint__itemIcon--point04 img, .p-topPoint__itemIcon--point03 img, .p-topPoint__itemIcon--point02 img, .p-topPoint__itemIcon--point01 img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemIcon, .p-topPoint__itemIcon--point04, .p-topPoint__itemIcon--point03, .p-topPoint__itemIcon--point02, .p-topPoint__itemIcon--point01 {
    margin-top: min(calc(29 / 1200 * 100vw), 29px);
    margin-bottom: min(calc(22 / 1200 * 100vw), 22px);
  }
}

.p-topPoint__itemIcon--point01 {
  width: min(calc(143 / 750 * 100vw), 143px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemIcon--point01 {
    width: min(calc(93 / 1200 * 100vw), 93px);
  }
}

.p-topPoint__itemIcon--point02 {
  width: min(calc(133 / 750 * 100vw), 133px);
  margin-bottom: min(calc(34 / 750 * 100vw), 34px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemIcon--point02 {
    width: min(calc(92 / 1200 * 100vw), 92px);
    margin-bottom: min(calc(17 / 1200 * 100vw), 17px);
  }
}

.p-topPoint__itemIcon--point03 {
  width: min(calc(118 / 750 * 100vw), 118px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemIcon--point03 {
    width: min(calc(84 / 1200 * 100vw), 84px);
    margin-bottom: min(calc(14 / 1200 * 100vw), 14px);
  }
}

.p-topPoint__itemIcon--point04 {
  width: min(calc(84 / 750 * 100vw), 84px);
}
@media screen and (min-width: 1025px) {
  .p-topPoint__itemIcon--point04 {
    width: min(calc(58 / 1200 * 100vw), 58px);
    margin-bottom: min(calc(19 / 1200 * 100vw), 19px);
  }
}

.p-topPoint__btn {
  position: relative;
  width: clamp(240px, calc(300 / 750 * 100vw), 300px);
  height: clamp(50px, calc(58 / 750 * 100vw), 58px);
  margin-top: min(-3.3333333333vw, 25px);
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .p-topPoint__btn {
    width: clamp(240px, calc(300 / 1200 * 100vw), 300px);
    height: clamp(50px, calc(58 / 1200 * 100vw), 58px);
    margin-top: min(-1.6666666667vw, 20px);
  }
}

.p-topVoice {
  padding-top: clamp(40px, calc(72 / 1200 * 100vw), 72px);
  padding-bottom: clamp(40px, calc(80 / 1200 * 100vw), 80px);
  background-color: #1067ca;
}

.p-topVoice__inner {
  margin-top: clamp(40px, calc(58 / 1200 * 100vw), 58px);
  position: relative;
  width: 77.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-topVoice__inner {
    max-width: 1140px;
    width: 71.25vw;
  }
}
.p-topVoice__inner .swiper-wrapper {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.p-topVoice__inner .swiper-slide {
  height: auto;
}

.p-topVoice__wrap.swiper {
  overflow: visible;
}

.p-topVoice__navigation {
  padding-top: clamp(15px, calc(22 / 1200 * 100vw), 22px);
}

:root {
  --pagination-bullet-color: #b2e4f9;
  --pagination-bullet-color-active: #14b7f9;
}

.p-topVoice__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-topVoice__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: var(--pagination-bullet-color);
  margin: 0 min(1.6666666667vw, 20px) !important;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  opacity: 1;
}
.p-topVoice__pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: var(--pagination-bullet-color-active);
}
.p-topVoice__pagination button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-topVoice__pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.p-topVoice__pagination .swiper-pagination-bullet:only-child {
  display: none !important;
}
.p-topVoice__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--pagination-bullet-color-active);
}

.p-topVoice__item {
  padding-top: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  padding-bottom: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  padding-left: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  padding-right: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  border-radius: 10px;
  background-color: white;
}

.p-topVoice__itemDetail {
  display: grid;
  grid-template-columns: clamp(88px, 9.75vw, 117px) 1fr;
  gap: clamp(10px, 1.6666666667vw, 20px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-topVoice__itemName > * + * {
  padding-top: min(calc(6 / 1200 * 100vw), 6px);
}

.p-topVoice__itemDesc {
  padding-top: clamp(12px, calc(22 / 750 * 100vw), 22px);
  font-size: clamp(13px, calc(15 / 750 * 100vw), 15px);
  line-height: 1.75;
}

.p-topVoice__btn {
  width: clamp(240px, calc(300 / 750 * 100vw), 300px);
  height: clamp(50px, calc(58 / 750 * 100vw), 58px);
  margin-top: min(calc(30 / 750 * 100vw), 30px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .p-topVoice__btn {
    width: clamp(240px, calc(300 / 1200 * 100vw), 300px);
    height: clamp(50px, calc(58 / 1200 * 100vw), 58px);
    margin-top: min(calc(30 / 1200 * 100vw), 30px);
  }
}

:root {
  --post-border: 1px dashed #1067ca;
  --cat-news: #00a7eb;
  --cat-column: #12aa7d;
}

.p-topNews__column {
  padding-top: clamp(50px, calc(80 / 1200 * 100vw), 80px);
  padding-bottom: clamp(50px, calc(80 / 1200 * 100vw), 80px);
}
@media screen and (min-width: 1025px) {
  .p-topNews__column {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 0 10.3333333333%;
  }
}

.p-topNews__btn, .p-topNews__btn--sp, .p-topNews__btn--pc {
  width: clamp(240px, calc(300 / 750 * 100vw), 300px);
  height: clamp(50px, calc(58 / 750 * 100vw), 58px);
  margin-top: min(calc(60 / 750 * 100vw), 60px);
  margin-left: auto;
  margin-right: auto;
}
.p-topNews__btn--pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-topNews__btn, .p-topNews__btn--sp, .p-topNews__btn--pc {
    max-width: 210px;
    width: 100%;
    height: clamp(50px, calc(58 / 1200 * 100vw), 58px);
    margin-top: min(calc(37 / 1200 * 100vw), 37px);
    margin-left: 0;
    margin-right: 0;
  }
  .p-topNews__btn--pc {
    display: block;
  }
  .p-topNews__btn--sp {
    display: none;
  }
}
.p-topNews__btn .c-btn::after, .p-topNews__btn--pc .c-btn::after, .p-topNews__btn--sp .c-btn::after {
  right: clamp(20px, 3vw, 36px);
}

.p-topNews__list {
  margin-top: clamp(30px, calc(60 / 1200 * 100vw), 60px);
}
@media screen and (min-width: 1025px) {
  .p-topNews__list {
    margin-top: 0;
  }
}

.p-topNews__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px min(2.9333333333vw, 22px);
  padding-top: clamp(12px, calc(22 / 1200 * 100vw), 22px);
  padding-bottom: clamp(12px, calc(22 / 1200 * 100vw), 22px);
  padding-left: 3px;
  border-bottom: var(--post-border);
}
.p-topNews__item:first-child {
  border-top: var(--post-border);
}
@media screen and (min-width: 1025px) {
  .p-topNews__item {
    display: grid;
    grid-template-columns: auto auto 1fr;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px min(1.6666666667vw, 20px);
  }
}

.p-topNews__time {
  font-family: "Inter", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: clamp(13px, calc(15 / 1200 * 100vw), 15px);
  line-height: 25px;
  letter-spacing: 0.05em;
}

.p-topNews__postTitle {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-topNews__postTitle {
    width: auto;
  }
}

:root {
  --title-icon-color: #6bcaf8;
  --point-bg: #dbeffd;
}

.p-reason__wrap {
  padding-top: clamp(46px, calc(68 / 1200 * 100vw), 68px);
  padding-bottom: clamp(46px, calc(90 / 1200 * 100vw), 90px);
}

.p-reason__media {
  display: grid;
}
.p-reason__media + .p-reason__media--reverse {
  margin-top: clamp(38px, calc(50 / 1200 * 100vw), 50px);
}
@media screen and (min-width: 1025px) {
  .p-reason__media {
    grid-template-columns: 53.4166666667% 1fr;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4.9166666667%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-reason__media--reverse {
  display: grid;
}
.p-reason__media--reverse + .p-reason__media {
  margin-top: clamp(38px, calc(50 / 1200 * 100vw), 50px);
}
@media screen and (min-width: 1025px) {
  .p-reason__media--reverse {
    grid-template-columns: 1fr 53.4166666667%;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4.9166666667%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .p-reason__media--reverse .p-reason__head {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .p-reason__media--reverse .p-reason__pic {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 1025px) {
  .p-reason__media--reverse .p-reason__mediaDesc {
    padding-top: clamp(20px, calc(22 / 1200 * 100vw), 22px);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .p-reason__media--reverse .p-reason__mediaDesc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.p-reason__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .p-reason__head {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-reason__headNumber, .p-reason__headNumber--num06, .p-reason__headNumber--num05, .p-reason__headNumber--num04, .p-reason__headNumber--num03, .p-reason__headNumber--num02, .p-reason__headNumber--num01 {
  display: block;
  margin-bottom: clamp(10px, calc(26 / 1200 * 100vw), 26px);
  text-shadow: 1px 1px 0px #015dc6, -1px -1px 0px #015dc6, -1px 1px 0px #015dc6, 1px -1px 0px #015dc6, 1px 0px 0px #015dc6, -1px 0px 0px #015dc6, 0px 1px 0px #015dc6, 0px -1px 0px #015dc6;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(calc(65 / 750 * 100vw), 65px); 
  font-weight: bold;
  line-height: 1;
  color: #fafc7e;
}

	

.p-reason__headNumber--num02 {
  width: clamp(41px, calc(82 / 1600 * 100vw), 82px);
}

.p-reason__headNumber--num03 {
  width: clamp(42px, calc(84 / 1600 * 100vw), 84px);
}

.p-reason__headNumber--num04 {
  width: clamp(43px, calc(86 / 1600 * 100vw), 86px);
}
.p-reason__headNumber--num05 {
  width: clamp(44px, calc(88 / 1600 * 100vw), 86px);
}
.p-reason__headNumber--num06 {
  width: clamp(45px, calc(90 / 1600 * 100vw), 86px);
}

.p-reason__pic {
  max-width: 641px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(20px, calc(60 / 1200 * 100vw), 60px);
}
@media screen and (min-width: 1025px) {
  .p-reason__pic {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-reason__mediaDesc {
  padding-top: clamp(20px, calc(22 / 1200 * 100vw), 22px);
  line-height: 1.98;
  letter-spacing: 0;
}
.p-reason__mediaDesc p.txt01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 0.1rem 0.2rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
.p-reason__mediaDesc p.txt01:hover {
	color: #fff;
	background: #27acd9;
}
@media screen and (min-width: 1025px) {
  .p-reason__mediaDesc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
  }
}

.p-reason__point {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: clamp(15px, calc(30 / 1200 * 100vw), 30px);
  background-color: var(--point-bg);
}
@media screen and (min-width: 576px) {
  .p-reason__point {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .p-reason__point {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-reason__pointBox, .p-reason__pointBox--point04, .p-reason__pointBox--point03, .p-reason__pointBox--point02, .p-reason__pointBox--point01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  aspect-ratio: 1.5/1;
  text-align: center;
}
@media screen and (min-width: 414px) {
  .p-reason__pointBox, .p-reason__pointBox--point04, .p-reason__pointBox--point03, .p-reason__pointBox--point02, .p-reason__pointBox--point01 {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 576px) {
  .p-reason__pointBox, .p-reason__pointBox--point04, .p-reason__pointBox--point03, .p-reason__pointBox--point02, .p-reason__pointBox--point01 {
    aspect-ratio: 1.15/1;
  }
}
@media screen and (min-width: 751px) {
  .p-reason__pointBox, .p-reason__pointBox--point04, .p-reason__pointBox--point03, .p-reason__pointBox--point02, .p-reason__pointBox--point01 {
    aspect-ratio: 1.35/1;
  }
}
@media screen and (min-width: 1025px) {
  .p-reason__pointBox, .p-reason__pointBox--point04, .p-reason__pointBox--point03, .p-reason__pointBox--point02, .p-reason__pointBox--point01 {
    aspect-ratio: 1/1;
  }
}
.p-reason__pointBox::before, .p-reason__pointBox--point04::before, .p-reason__pointBox--point03::before, .p-reason__pointBox--point02::before, .p-reason__pointBox--point01::before {
  content: "";
  display: block;
  position: absolute;
  width: 81%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/page/reason/line_img02.svg);
  background-repeat: repeat;
}
.p-reason__pointBox::after, .p-reason__pointBox--point04::after, .p-reason__pointBox--point03::after, .p-reason__pointBox--point02::after, .p-reason__pointBox--point01::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 81%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/page/reason/line_img.svg);
  background-repeat: repeat;
}

.p-reason__pointBox--point01::after {
  content: none;
}
@media screen and (min-width: 576px) {
  .p-reason__pointBox--point01::after {
    content: "";
  }
}
@media screen and (min-width: 1025px) {
  .p-reason__pointBox--point01::before {
    content: none;
  }
  .p-reason__pointBox--point01::after {
    content: "";
  }
}

.p-reason__pointBox--point02::after {
  content: none;
}
@media screen and (min-width: 1025px) {
  .p-reason__pointBox--point02::before {
    content: none;
  }
  .p-reason__pointBox--point02::after {
    content: "";
  }
}

.p-reason__pointBox--point03::after {
  content: none;
}
@media screen and (min-width: 576px) {
  .p-reason__pointBox--point03::after {
    content: "";
  }
  .p-reason__pointBox--point03::before {
    content: none;
  }
}

.p-reason__pointBox--point04::before {
  content: none;
}
.p-reason__pointBox--point04::after {
  content: none;
}

.p-reason__pointIcon--point01 {
  display: block;
  width: min(calc(119 / 414 * 100vw), 119px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(calc(34 / 750 * 100vw), 34px);
}
@media screen and (min-width: 576px) {
  .p-reason__pointIcon--point01 {
    width: min(calc(119 / 750 * 100vw), 119px);
  }
}
@media screen and (min-width: 1025px) {
  .p-reason__pointIcon--point01 {
    margin-bottom: min(calc(34 / 1280 * 100vw), 34px);
    width: min(calc(119 / 1280 * 100vw), 119px);
  }
}

.p-reason__pointIcon--point02 {
  display: block;
  width: min(calc(115 / 414 * 100vw), 115px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (min-width: 576px) {
  .p-reason__pointIcon--point02 {
    width: min(calc(115 / 750 * 100vw), 115px);
  }
}
@media screen and (min-width: 1025px) {
  .p-reason__pointIcon--point02 {
    margin-bottom: min(calc(30 / 1280 * 100vw), 30px);
    width: min(calc(115 / 1280 * 100vw), 115px);
  }
}

.p-reason__pointIcon--point03 {
  display: block;
  width: min(calc(116 / 414 * 100vw), 116px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(calc(39 / 750 * 100vw), 39px);
}
@media screen and (min-width: 576px) {
  .p-reason__pointIcon--point03 {
    width: min(calc(116 / 750 * 100vw), 116px);
  }
}
@media screen and (min-width: 1025px) {
  .p-reason__pointIcon--point03 {
    margin-bottom: min(calc(39 / 1280 * 100vw), 39px);
    width: min(calc(116 / 1280 * 100vw), 116px);
  }
}

.p-reason__pointIcon--point04 {
  display: block;
  width: min(calc(129 / 414 * 100vw), 129px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(calc(38 / 750 * 100vw), 38px);
}
@media screen and (min-width: 576px) {
  .p-reason__pointIcon--point04 {
    width: min(calc(129 / 750 * 100vw), 129px);
  }
}
@media screen and (min-width: 1025px) {
  .p-reason__pointIcon--point04 {
    margin-bottom: min(calc(38 / 1280 * 100vw), 38px);
    width: min(calc(129 / 1280 * 100vw), 129px);
  }
}

:root {
  --point-catch-font-color: #415267;
  --strong-table-border: 1px solid #adbec8;
}

.p-reason__strongInner {
  padding-top: 20px;
  padding-bottom: clamp(60px, calc(118 / 1200 * 100vw), 118px);
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 4px, rgb(236, 247, 252) 4px, rgb(236, 247, 252) 10px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(236, 247, 252) 4px, rgb(236, 247, 252) 10px);
}

.p-reason__strongTitle {
  max-width: 439px;
  width: 58.5333333333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(16px, calc(25 / 1200 * 100vw), 25px);
}

.p-reason__strongDetail {
  overflow-x: auto;
  width: 85.3333333333%;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(15px, calc(25 / 1200 * 100vw), 25px);
  padding-bottom: clamp(15px, calc(25 / 1200 * 100vw), 25px);
}/*# sourceMappingURL=style.css.map */




/*======================================

	PCの時だけ改行

=======================================*/
@media screen and (max-width: 780px) {
    .br-pc { display: none; }
}

/*======================================

	スマホの時だけ改行

=======================================*/
.br-sp {
    display:none;
}

@media screen and (max-width: 780px) {
    .br-sp { display: block; }
}



/*Q&A dl01*/
.question{
	margin:15px 0;
}
.question dt{
	min-height: 28px;
	line-height: 28px;
	padding: 11px 10px 10px 50px;
	background-color: #F0EFEF;
	background-image: url(../images/page/faq/icon-q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.question dd{
	min-height:28px;
	line-height:1.6;
	background:url(../images/page/faq/icon-a.png) no-repeat 10px 10px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
}


/*プライバシーポリシーテーブル*/
.table_privacy{
	width: 98%;
	border-collapse: collapse;
	margin-left: 15px;
}
.table_privacy th{
	width: 5%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: normal;
	vertical-align: top;

}
.table_privacy td{
	padding: 15px;
	vertical-align: top;

}

/*** レスポンシブテーブルデザイン ***/
.shokai{
  width:100%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 60px;
}
 
.shokai th{
  padding: 15px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.shokai td{
padding: 15px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 768px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/



#boxscroll {
	width:100%;/*h4と少し隙間を空ける*/
	padding: 5px;
	overflow: auto;
	height: 150px;/*縦のサイズ*/
	border: 1px solid #CCCCCC;/*枠の色*/
	background: #FFFFFF;/*背景の色*/
	scrollbar-arrow-color:#0066ff;/*スクロールバーの色*/
	scrollbar-3dlight-color:#0066ff;/*スクロールバーの色*/
	scrollbar-darkshadow-color:#0066ff;/*スクロールバーの色*/
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-track-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#boxscroll p {
	margin: 0;
	padding: 8px;
	font-size: 100%;/*文字に下線を引く*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/* 他社との違い01 */
#imageListtasha01{
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 40px;
}


#imageListtasha01 li.box01 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	background-image: url(../images/page/difference/001.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #F0F4FD;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#imageListtasha01 li.box02 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	background-image: url(../images/page/difference/002.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}


#imageListtasha01 p.txt01 {
	text-align: center;
	color: #465CC5;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #F8FF8B;
	padding: 15px;
	margin-bottom: 20px;
}


#imageListtasha01 p.txt01 span{
	text-align: center;
	color: #666666;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #F8FF8B;
	padding: 15px;
	margin-bottom: 20px;
	margin-right: 5px;
}


#imageListtasha01 p.txt02a {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #465CC5;
	padding: 5px;
	margin-top: 10px;
}

#imageListtasha01 p.txt02b {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #666666;
	padding: 5px;
	margin-top: 10px;
}

#imageListtasha01 p.txt03 {
	color: #333333;
	font-size: 1.3rem;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 80px;
	font-weight: 500;
}

#imageListtasha01 img {
	width: 50%;
	margin-bottom: 20px;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListtasha01 li{
	width:50%;
	float:left;
	padding:0 15px;
}

#imageListtasha01 img {
	width: 80%;
	margin-bottom: 20px;
}

}

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

#imageListtasha01 li{
	width:100%;
	float:none;
	padding:0 ;
}
#imageListtasha01 img {
	width: 90%;
	margin-bottom: 20px;
}


}


/*お客様の声ボックスレスポンシブ001*/
.boxresvoice01 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.boxresvoice01 img {
	width:15%;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxresvoice01 p.txt01 {
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 40px;
}
.boxresvoice01 p.txt01 span{
	color: #FFFFFF;
	background-color: #465CC5;
	margin: 2px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 10px;
}
.boxresvoice01 p.txt02 {
	padding-top: 5px;
	color: #0099FF;
	padding-bottom: 60px;
}
.boxresvoice01 p.txt03 {
	padding-top: 5px;
	margin-bottom: 10px;
}
.boxresvoice01 p.txt03 span{
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 0.9rem;
	font-weight: 500;
	border-radius: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 20px;
}
.boxresvoice01 p.txt04 {
	padding-top: 5px;
	padding-bottom: 20px;
}

@media (max-width: 768px){
.boxresvoice01 {
	margin-bottom: 20px;
	min-height:250px ;
}
.boxresvoice01 img {
	width:20%;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxresvoice01 p.txt01 {
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 0px;
}
.boxresvoice01 p.txt02 {
	padding-bottom: 20px;
}
}


/*ボックスレスポンシブ001 FLOW*/
.boxresflow001 {
	margin-bottom: 20px;
	min-height: 220px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #D7E0F4;
	padding-bottom: 20px;
}
.boxresflow001 img {
	width:15%;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.boxresflow001 p.txt01 {
	font-size: 1.6rem;
	font-weight: 600;
	padding-top: 5px;
	color: #136FCA;
}
.boxresflow001 p.txt01 span {
	font-size: 1.6rem;
	font-weight: 600;
	padding-top: 5px;
	color: #CBDBFA;
	padding-right: 10px;
}
.boxresflow001 p.txt02 {
	padding-top:5px;
}

@media (max-width: 768px){
.boxresflow001 {
	min-height:0px ;
	margin-bottom: 40px;
}
.boxresflow001 img{
	width:30%;
}
.boxresflow001 p.txt01 {
	font-size: 1.2rem;
	font-weight: 600;
}
.boxresflow001 p.txt01 span {
	font-size: 1.3rem;
	padding-top: 0px;
}
}


/*ボックスレスポンシブ001 consultion*/
.boxresconsul001 {
	margin-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #D7E0F4;
	padding-bottom: 20px;
}
.boxresconsul001 p.txt01 {
	font-size: 1.6rem;
	font-weight: 600;
	padding-top: 5px;
	color: #136FCA;
}
.boxresconsul001 p.txt01 span {
	font-size: 1.6rem;
	font-weight: 600;
	padding-top: 5px;
	color: #CBDBFA;
	padding-right: 10px;
}
.boxresconsul001 p.txt02 {
	padding-top:5px;
}
.boxresconsul001 p.txt03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 600px;
	padding: 10px;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.boxresconsul001 p.txt03:hover {
	color: #fff;
	background: #27acd9;
}

@media (max-width: 768px){
.boxresconsul001 {
	min-height:0px ;
	margin-bottom: 20px;
}
.boxresconsul001 p.txt01 {
	font-size: 1.2rem;
	font-weight: 600;
}
.boxresconsul001 p.txt01 span {
	font-size: 1.3rem;
	padding-top: 0px;
}
.boxresconsul001 p.txt03 {
	width: 100%;
}
}

/*ボックスレスポンシブ001*/
.boxresconsul002 {
	margin-bottom: 10px;
}
.boxresconsul002 p.txt01 {
	color: #fff;
	background-color: #3C6;
	margin: 5px;
	padding: 5px;
	width: 100px;
}
.boxresconsul002 p.txt02 {
	width: 100px;
	color: #fff;
	background-color: #F63;
	margin: 5px;
	padding: 5px;
}

@media (max-width: 768px){
.boxresconsul002 {
	min-height:0px ;
}
}

/* イメージリスト */
#imageListconsul002{
	overflow:hidden;
	margin-top:5px;
}

#imageListconsul002 li{
	width: 150px;
	float: left;
	margin-bottom: 5px;
	padding: 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListconsul002 p.txt01 {
	font-size: 12px;
	color: #fff;
	background-color: #3C6;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 500;
	text-align: center;
}

#imageListconsul002 p.txt02 {
	font-size:12px;
	width: 100%;
	color: #fff;
	background-color: #F63;
	margin: 5px;
	padding: 5px;
	font-weight: 500;
	text-align: center;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* イメージリスト */
#imageListguid01{
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#imageListguid01 li{
	width:50%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

.img-responsive{
	width:100%;
	height:auto;
}

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

#imageListguid01 li{
	width:100%;
	float:none;
	padding:0 ;
}


}


/* イメージリスト */
#imageListcourse01{
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
}

#imageListcourse01 li{
	width: 48%;
	float: left;
	margin-bottom: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	background-color: #F0F8FF;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}


#imageListcourse01 p.txt01 {
	text-align: center;
	color: #F8FF8B;
	background-color: #436BC9;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	font-size: 1.4rem;
	font-weight: 600;
}

#imageListcourse01 p.txt02 {
	color: #333333;
	padding-top: 10px;
}


#imageListcourse01 p.txt06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#imageListcourse01 p.txt06:hover {
	color: #fff;
	background: #27acd9;
}
#imageListcourse01 p.txt10 {
	font-size: 1rem;
	color: #F00;
	margin: 1px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListcourse01 li{
	width:50%;
	float:left;
	padding:0 15px;
}
}

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

#imageListcourse01 li{
	width: 95%;
	float: none;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}


}



/* イメージリスト */
#imageListcourse02{
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
}

#imageListcourse02 li{
	width:31%;
	float:left;
	margin-bottom:5px;
	padding:0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListcourse02 p.txt03 {
	font-size: 12px;
	color: #fff;
	background-color: #3C6;
	margin: 1px;
	width: 100%;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#imageListcourse02 p.txt04 {
	font-size: 12px;
	width: 100%;
	color: #fff;
	background-color: #F63;
	margin: 1px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: 500;
	text-align: center;
}
#imageListcourse02 p.txt05 {
	font-size: 12px;
	color: #fff;
	background-color: #63C;
	margin: 1px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 100%;
	font-weight: 500;
	text-align: center;
}
#imageListcourse02 p.txt07 {
	font-size: 12px;
	color: #fff;
	background-color: #39C;
	margin: 1px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 100%;
	font-weight: 500;
	text-align: center;
}
#imageListcourse02 p.txt08 {
	font-size: 12px;
	color: #fff;
	background-color: #36C;
	margin: 1px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 100%;
	font-weight: 500;
	text-align: center;
}
#imageListcourse02 p.txt09 {
	font-size: 12px;
	color: #fff;
	background-color: #33C;
	margin: 1px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 100%;
	font-weight: 500;
	text-align: center;
}

.img-responsive{
	width:100%;
	height:auto;
}



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

#imageListcourse02 li{
	width:100%;
	float:none;
	padding:0 ;
}

#imageListcourse02 p.txt03 {
	padding-top: 8px;
	padding-bottom: 8px;
}

#imageListcourse02 p.txt04 {
	padding-top: 8px;
	padding-bottom: 8px;
}

#imageListcourse02 p.txt05 {
	padding-top: 8px;
	padding-bottom: 8px;
}

#imageListcourse02 p.txt07 {
	padding-top: 8px;
	padding-bottom: 8px;
}

#imageListcourse02 p.txt08 {
	padding-top: 8px;
	padding-bottom: 8px;
}

#imageListcourse02 p.txt09 {
	padding-top: 8px;
	padding-bottom: 8px;
}


}


/*ボックスレスポンシブ001*/
.boxrescourse01 {
	margin-bottom: 20px;
}
.boxrescourse01 img {
	width:30%;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
.boxrescourse01 p.txt01 {
	font-size:1.4rem;
	font-weight:500;
	padding-top:5px;
	color: #0099FF;
}
.boxrescourse01 p.txt02 {
	padding-top:5px;
}

@media (max-width: 768px){
.boxrescourse01 {
	min-height:0px ;
}
.boxrescourse01 img{
	width:100%;
	float:none;
	padding:0 ;
}
}




/*メニューリスト*/
#menuList01{
	width: auto;
	letter-spacing: -0.5em;
	padding-top: 15px;
	padding-right: 28px;
	padding-bottom: 45px;
	padding-left: 28px;
}
#menuList01 li{
	display: inline-block;
	width: 29.296875%;
	vertical-align:top;
	margin: 0 6.0546875% 30px 0;
	letter-spacing: normal;
}
#menuList01 li:nth-child(3n){margin-right: 0;}
#menuList01 dt{
	display: table;
	width: 100%;
	margin: 15px 0;
}
#menuList01 dt div{
	display: table-cell;
	width: 35px;
	vertical-align: top;
}
#menuList01 dt span{
	display: block;
	width: 35px;
	height: 35px;
	font-size: 134%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #ED7F94;
	border-radius: 5px;
}
#menuList01 dt p{
	display:table-cell;
	height: 35px;
	font-size: 150%;
	font-weight: bold;
	color: #392B1F;
	padding-left: 15px;
	vertical-align: middle;
}
#menuList01 dd{
	font-size: 134%;
	line-height: 1.6;
	color: #392B1F;
}
#button{
	width: 100%;
	max-width: 500px;
	height: 76px;
	margin: 20px auto 90px;
}
#button a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 134%;
	line-height: 76px;
	color: #fff;
	background: #E8637D;
	text-align: center;
	letter-spacing: 3px;
	border-radius: 10px;
}
.botan001 {
	width: 100%;
	font-size: 117%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #49a9d4;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.botan002 {
	display: inline-block;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	color: #004D8E;
	text-align: center;
	text-decoration: none;
	padding: 12px 24px;
	position: relative;
	border: 2px solid #004D8E;
	transition: .4s;
	background-color: #F9F9F9;
}
.botan002:hover {
	border: 2px solid transparent;
	color: #009EE2;
}
.botan002:before, .btn-box:after {
	width: 100%;
	height: 100%;
	z-index: 3;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transform: scale(0);
	transition: .2s;
}
.botan002:before {
	border-bottom: 2px solid #009EE2;
	border-left: 2px solid #009EE2;
	transform-origin: 100% 0%;
}
.botan002:after {
	border-top: 2px solid #009EE2;
	border-right: 2px solid #009EE2;
	transform-origin: 0% 100%;
}
.botan002:hover:after,
.botan002:hover:before {
	transform: scale(1);
}
.botan003{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #004D8E; /*ボタン色*/
	border-radius: 5px; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.botan003:hover{
	background-color: #009EE2; /*ボタン色*/
}

@media screen and (max-width: 788px){
#menuList01{ padding:30px 10px;}
#menuList01 li{
	width: 48%;
	margin: 0 4% 15px 0;
}
#menuList01 li:nth-child(even){margin-right: 0;}
#menuList01 li:nth-child(odd){margin-right: 4%;}
}

@media screen and (max-width: 560px){
#menuList01{padding: 30px 0;}
#menuList01 li{
	width: 100%;
	margin: 0 0 15px;
}
#menuList01 li:nth-child(odd){margin-right: 0;}
#menuList01 dt p{
	padding-left: 10px;
	font-size: 134%;
}
}




/* イメージリスト　コース1 */
#imageListcourse03{
	max-width: 1200px;
	overflow: hidden;
	margin-top: 10px;
}

#imageListcourse03 li{
	width: 23%;
	float: left;
	margin-bottom: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	background-color: #F0F8FF;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	height: 400px;
}


#imageListcourse03 p.txt01 {
	text-align: center;
	color: #FFFFFF;
	background-color: #436BC9;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	font-size: 1.1rem;
	font-weight: 500;
}

#imageListcourse03 p.txt02 {
	color: #333333;
	padding-top: 10px;
}
#imageListcourse03 p.txt03 {
	color: #FF0000;
	padding-top: 5px;
}


#imageListcourse03 p.txt06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#imageListcourse03 p.txt06:hover {
	color: #fff;
	background: #27acd9;
}
#imageListcourse03 p.txt10 {
	font-size: 1rem;
	color: #F00;
	margin: 1px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListcourse03 li{
	width: 50%;
	float: left;
	height: auto;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
}

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

#imageListcourse03 li{
	width: 95%;
	float: none;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}


}



/*ボックスレスポンシブ001*/
.boxrescoursesub01 {
	margin-bottom: 40px;
}
.boxrescoursesub01 img {
	width:30%;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
.boxrescoursesub01 p.txt01 {
	font-size: 1.4rem;
	font-weight: 500;
	color: #3351C6;
	padding-left: 8px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3351C6;
	vertical-align: middle;
}
.boxrescoursesub01 p.txt02 {
	padding-top:5px;
}
.boxrescoursesub01 p.txt03 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #3351C6;
	vertical-align: middle;
}

@media (max-width: 768px){
.boxrescoursesub01 {
	min-height:0px ;
}
.boxrescoursesub01 img{
	width:100%;
	float:none;
	padding:0 ;
}
}



/* イメージリスト */
#imageListcourselast01{
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#imageListcourselast01 li{
	width:100%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

.img-responsive{
	width:100%;
	height:auto;
}

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

#imageListcourselast01 li{
	width:100%;
	float:none;
	padding:0 ;
}


}


a.btn_02 {
	max-width: 600px;
	border-radius: 4px;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 96%;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
	margin-top: 20px;
	margin-right: 2%;
	margin-left: 1%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 1%;
}
a.btn_02:hover {
	color: #27acd9;
	background: #fff;
}



/*** レスポンシブテーブルデザイン ***/
.tokushou01{
	width: 100%;
	border: 2px solid #B3CCDD;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 60px;
}
 
.tokushou01 th{
	padding: 15px;
	border-top: solid 1px #ffffff;
	width: 30%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #E1EBF0;
}
 
.tokushou01 td{
padding: 15px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #B3CCDD;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 768px){
.tokushou01 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.tokushou01 td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/

/*ボックスレスポンシブ挨拶０１*/

.boxresgri01 {

	margin-bottom: 20px;
	margin-top: 20px;

    margin: 2em auto;
padding:2em;/*内側余白*/
background-image: linear-gradient(0deg, transparent 19px, #ccc 20px),linear-gradient(90deg,  transparent 19px, #ccc 20px);
background-size: 20px 20px;

}

.boxresgri01 img {

	width:30%;

	float: right;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 5px;

	padding-left: 20px;

}

.boxresgri01 p.txt01 {
    padding-top: 5px;
    color: #1E79B5;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    font-weight: 500;
}

.boxresgri01 p.txt02 {

    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	padding-top:5px;

}



@media (max-width: 768px){

.boxresgri01 {

	min-height:0px ;

}

.boxresgri01 img{

	width:100%;

	float:none;

	padding:0 ;

}

}

