@charset "UTF-8";
/******************************
 * RESETs
******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, p,
ol,
ul,
ol ol,
ul ul,
ol ul,
ul ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

/* ボタンIOS対応 */
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: linear-gradient(to bottom, #EEE 0%, #CCC 100%);
  font-weight: normal;
}

button:hover {
  background: linear-gradient(to bottom, #FFF 0%, #CCC 100%);
}

select {
  word-wrap: normal;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/******************************
 * BASE
******************************/
* {
  min-height: 0vw;
}

html {
  scroll-padding-top: 25px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  color: #170101;
  background: #fff;
}
.inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.textl {
  text-align: left;
}
.textc {
  text-align: center;
}
.textr {
  text-align: right;
}
.imgr {
  float: right;
}
.imgl {
  float: left;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.gotop {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  color: #0898df !important;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 100;
  border: solid 1px #0898df;
}
.gotop:hover {
  opacity: 1;
  text-decoration: none;
  color: #0898df !important;
  opacity: 0.85;
}
.gotop:before {
  content: "";
  display: block;
  border-top: 2px solid #0898df;
  border-right: 2px solid #0898df;
  width: 20%;
  height: 20%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}

.col_red {
  color: #c00;
}

/******************************
 * MENU
******************************/
.globalnav-wrap {
  font-size: 16px;
  color: #170101;
  display: flex;
  justify-content: space-between;
}

.globalnav-wrap h1 {
  margin-left: 10px;
}
#header h1 img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.globalnav {
  display: flex;
}

.globalnav .menu1 {
  background: #fff;
  border-radius: 36px;
  padding: 0 25px;
  margin-right: 15px;
}
.globalnav .menu1 a {
  display: block;
}
.globalnav .menu2 {
  background-image: radial-gradient(circle at 0% 100%, rgba(68, 135, 203, 1) 15%, rgba(68, 166, 205, 1));
  border-radius: 36px;
  margin-right: 10px;
  padding: 0 25px;
}
.globalnav .menu2 a {
  color: #fff;
  display: block;
}
.globalnav ul li a {
  padding: 5px 7px;
  display: block;
}

.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  margin-right: 7px;
  margin-left: 7px;
  cursor: pointer;
  font-weight: 500;
}
.globalnav .dropdown {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 37px;
  width: 230px;
  padding: 10px;
  display: none;
}
.globalnav .dropdown li {
  display: inline-block;
  margin: 10px 0;
}
.globalnav .dropdown li a {
  color: #170101;
}
.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}
.globalnav .close {
  display: block;
}
.globalnav .menu1 .pc_none,
.globalnav .menu2 .pc_none {
    display: none;
}

@media screen and (max-width: 1100px) {
  #header {
    padding: 7px 0;
  }
  #header .sp_none {
    display: none;
  }
  .globalnav .menu1,
  .globalnav .menu2 {
    background: none;
  }
  .globalnav .menu1 a,
  .globalnav .menu2 a {
    color: #fff;
    padding-bottom: 15px;
  }
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: 30000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }
  .globalnav .menu1 .pc_none,
  .globalnav .menu2 .pc_none {
    display: block;
  }
  .globalnav {
    display: none;
  }
  .globalnav .close {
    display: none;
  }
  .globalnav-wrap h1 {
    padding-top: 0;
  }
  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(55, 122, 201, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
     z-index: 20000;
 }
  .globalnav-wrap.open .globalnav li {
    display: block;
    border-bottom: dotted 1px #fff;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
  }

  .nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }

  .nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
    top:-3px;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #170101;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 9px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: -1px;
  }

  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    z-index: 2001;
    background-color: #fff;
  }

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

  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
    z-index: 2001;
    background-color: #fff;
  }

.globalnav .dropdown-btn {
  padding: 10px 0 10px 20px;
}
.globalnav .dropdown-btn:after {
  content: "";
}
.globalnav .dropdown {
  width: 100%;
  padding: 5px 5px 0 20px;
}
}
@media screen and (max-width: 560px) {
  #header h1 {
    width: 70%;
  }
  .nav-button-wrap {
    top: 13px;
  }
}
@media screen and (max-width: 420px) {
  .globalnav-wrap h1 {
    width: 80%;
  }
  .globalnav-wrap h1 img {
    width: 100%;
    height: auto;
  }
}

/******************************
 * MAIN
******************************/
#main {
  margin: 0 0 55px 0;
}

/* パンクズ */
#breadcrumb_area {
  margin: 7px 0 50px 0;
  padding: 7px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#breadcrumb_area .breadcrumb {
  display: flex;
  gap: 0 15px;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 0;
}
#breadcrumb_area .breadcrumb a {
  color: #000;
  text-decoration: none;
}
#breadcrumb_area .breadcrumb a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#breadcrumb_area .breadcrumb li {
  display: flex;
  align-items: center;
}
#breadcrumb_area .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin-left: 15px;
  content: " / ";
}

.bdr {
  border-bottom: dashed 1px #333;
}

#main h3 {
  margin: 100px 0 55px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.3;
  font-weight: 500;
  padding-left: 20px;
  border-left: solid 7px #0898df;
}
#main h3:first-child {
  margin: 55px 0;
}

#main h4 {
  margin: 55px 0 25px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.3;
  font-weight: 500;
}

.ks_img img {
  width: 100%;
  height: auto;
}

.ks {
  background: #f5f5f5;
  padding:0 0 55px 0;
}
.ks h2 {
  margin: 0 0 55px 0;
  font-size: clamp(1.5rem, 1rem + 2.5vw, 2.875rem);
  line-height: 1.3;
  font-weight: 500;
  color: #0898df;
}
.ks h2 span {
  font-weight: normal;
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  display: block;
}
.ks .wht {
  background: #fff;
  padding: 35px 80px 80px 80px;
  border-radius: 36px;
  z-index: 10;
  margin-top: -27px;
}

.bg_txt {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  line-height: 1;
}
.bg_txt li {
  animation: flowing 30s linear infinite;
  transform:translateX(100%);
  font-size: clamp(3.125rem, 1.534rem + 7.95vw, 7.5rem);
  font-weight: bold;
  color: #fff;
  white-space:nowrap;
  margin-top: -13px;
  margin-right: 0.5em;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-50%); }
}


.drop-shaped{
  position: relative;
  margin:  0 auto;
  left: 20%;
  top: 0;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
  transform: rotate(45deg) skew(10deg, 10deg);
  animation: 5s cubic-bezier(.97,.03,.86,.12) 0s infinite running fall;
}
@keyframes fall {
  to {
    top: 250px;
  }
}
.ripple {
  position: relative;
  margin:  0 auto;
  top: 100px;
  width: 300px;
  height: 150px;
  border-radius: 300px / 150px;
  border: 10px solid #f5f5f5;
  transform: scale(0.01,0.01);
  opacity: 0;
  animation: 3s ease-out 3s infinite running spread;
}
@keyframes spread {
  from {
    opacity: 1;
  }
  to {
    transform: scale(1,1);
    opacity: 0;
  }
}
.delay1 {
  top: -70px;
  animation-delay: 3.3s;
}
.delay2 {
  top: -240px;
  animation-delay: 3.7s;
}

@media screen and (max-width: 769px) {
  .ks_img img {
    height: 220px;
    object-fit: cover;
  }
  #breadcrumb_area .breadcrumb {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 7px;
  }
  #breadcrumb_area .breadcrumb li {
    display: inline;
  }
  #breadcrumb_area .breadcrumb li:not(:last-child)::after {
    margin-left: 0;
  }
.ks .wht {
  padding: 35px;
}
}


/******************************
 * FOOTER
******************************/
#footer {
  background-image: linear-gradient(332deg, #c0f2fb, #87c2e0);
  padding: 55px 0 10px 0;
}
#footer a {
  color: #333;
}

#footer .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#footer .address_area {
  width: 42%;
}

#footer .link_area {
  width: 56%;
}

#footer .address_area dl dt {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 7px;
}

#footer .link_area ul li:before,
#footer .link_area ol li:before {
  bottom: -1px;
  position: relative;
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 12px;
  margin-right: 4px;
}
#footer .link_area ul li a:hover,
#footer .link_area ol li a:hover {
  text-decoration: underline;
}

#footer .link_area ul,
#footer .link_area ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
#footer .link_area ol {
  margin-bottom: 35px;
}
#footer .link_area ul li,
#footer .link_area ol li {
  margin: 0 35px 7px 0;
}

#footer .link_area dl {
  display: flex;
  align-items:baseline;
  margin-bottom: 25px;
}
#footer .link_area dl dt {
  font-size: 30px;
  font-weight: 600;
  margin-right: 12px;
  line-height: 1;
}
#footer .link_area dl dt:before {
  content: "";
  bottom: -2px;
  position: relative;
  font-family: "Material Icons";
  content: "\e324";
  font-size: 24px;
}
#footer .link_area dl dd {
  font-size: 14px;
}

.blue_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  border-radius: 5px;
  width: 400px;
  height: 60px;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 36px;
  background-color: [object object];
  background-image: radial-gradient(circle at 0% 100%, rgba(68, 135, 203, 1) 15%, rgba(68, 166, 205, 1));
}
.blue_btn:hover {
  opacity: .85;
}
.blue_btn:before {
    content: "";
  bottom: -4px;
  position: relative;
  font-family: "Material Icons";
  content: "\e0e1";
  margin-right: 5px;
}

#footer .copy {
  font-size: 11px;
  margin-top: 15px;
}


@media screen and (max-width: 840px) {
  #footer .inner {
    flex-wrap: wrap;
    text-align: center;
  }
  #footer .address_area {
    width: 100%;
  }
  #footer .link_area {
    width: 100%;
  }
  #footer .link_area ul {
    justify-content: center;
    margin-top: 25px;
  }
  #footer .link_area ol {
    display: flex;
    justify-content: center;
  }
  #footer .link_area dl {
    justify-content: center;
  }
  #footer .blue_btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 530px) {
  #footer .link_area dl {
    flex-wrap: wrap;
  }
  #footer .link_area dl dt {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  #footer .link_area .blue_btn {
    width: 96%;
    margin: 0 auto;
  }
}