@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* mixin
*********************************************************************/
/* カラー */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* ワイド */
@font-face {
  font-family: 'logotype';
  src: url("../fonts/07LogoTypeGothic7.woff") format("woff"), url("../fonts/07LogoTypeGothic7.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* 全ページ共通 スタイル
*****************************************************************/
/*
たて
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
よこ
-ms-writing-mode: lr-tb;
writing-mode: horizontal-tb;
*/
/* module
*****************************************************************/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
  color: #000;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

h2, h3 {
  font-family: 'logotype';
  font-weight: 400;
}

.clearfix {
  /*display: inline-table;*/
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
}
a img {
  opacity: 1;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #FF9300;
}
a:hover img {
  opacity: 0.7;
}
a:active {
  color: #000;
}

/* pagetop
-----------------------------------------------------------------*/
#pagetop_arrow {
  position: fixed;
  right: 30px;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
}
#pagetop_arrow a {
  overflow: hidden;
  outline: none;
  display: block;
  padding: 5px;
}
#pagetop_arrow a img {
  width: 140px;
  height: auto;
}
@media all and (max-width: 1025px) {
  #pagetop_arrow {
    right: 10px;
  }
}
@media all and (max-width: 896px) {
  #pagetop_arrow a img {
    width: 100px;
  }
}

.fade_in #pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 40px;
}

/* elements
-----------------------------------------------------------------*/
.pb00 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb65 {
  padding-bottom: 65px;
}

.pt00 {
  padding-top: 0px;
}

.pb10 {
  padding-top: 10px;
}

.pb20 {
  padding-top: 20px;
}

.pb30 {
  padding-top: 30px;
}

.pb40 {
  padding-top: 40px;
}

.pb50 {
  padding-top: 50px;
}

.pt65 {
  padding-top: 65px;
}
@media all and (max-width: 896px) {
  .pt65 {
    padding-top: 20px;
  }
}

.mt150 {
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  .mt150 {
    margin-top: 50px;
  }
}

.breadcrumb {
  padding: 16px 0 8px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .breadcrumb {
    padding: 16px 0 12px;
  }
}
.breadcrumb ul {
  display: flex;
  justify-content: flex-end;
}
.breadcrumb ul li {
  line-height: 1.4em;
  font-size: 1.3rem;
  text-align: left;
}
.breadcrumb ul li a {
  color: #27ACC0;
}
.breadcrumb ul li a:hover {
  color: #FF9300;
}
.breadcrumb ul li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  padding: 0 8px;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb ul li:hover::after {
  color: #000;
  cursor: default;
}

.btn_link {
  text-align: center;
}
.btn_link a {
  background-color: #27ACC0;
  display: inline-block;
  border-radius: 8px;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: 'logotype';
  min-width: 190px;
  position: relative;
  padding: 10px 0;
}
.btn_link a::after {
  content: url("../images/arrow02.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn_link_outer a {
  background-color: #27ACC0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 700;
  position: relative;
  padding: 10px 0 10px 20px;
}
.btn_link_outer a::after {
  content: url("../images/icon_outer_w.svg");
  position: absolute;
  right: 18px;
  top: 53%;
  transform: translateY(-53%);
}

.area_header .block_header {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99970;
}
.area_header .block_header .title {
  font-family: 'logotype';
  font-size: 3rem;
  line-height: 1.1em;
  padding: 0 0 0 30px;
}
@media all and (max-width: 1540px) {
  .area_header .block_header .title {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 896px) {
  .area_header .block_header .title {
    font-size: 1.8rem;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 4px 0 0 15px;
  }
}
.area_header .block_header nav {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media all and (max-width: 896px) {
  .area_header .block_header nav {
    display: none;
  }
}
.area_header .block_header nav ul {
  display: flex;
  align-items: center;
}
.area_header .block_header nav ul li {
  text-align: center;
  padding: 0 1.8vw;
}
@media all and (max-width: 1025px) {
  .area_header .block_header nav ul li {
    padding: 0 1.2vw;
  }
}
.area_header .block_header nav ul li a .pict {
  line-height: 0em;
  height: 44px;
}
.area_header .block_header nav ul li a .pict img {
  height: 100%;
  width: auto;
}
.area_header .block_header nav ul li a p {
  font-size: 1.6rem;
  line-height: 1.2em;
  padding: 10px 0 0;
}
.area_header .block_header nav .box_sns {
  padding: 0 1.8vw;
}
.area_header .block_header nav .box_sns img {
  width: 30px;
}
.area_header .block_header nav .btn_contact {
  width: 7.8vw;
  position: relative;
  text-align: center;
}
.area_header .block_header nav .btn_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #27ACC0;
  color: #FFF;
  font-size: 1.6rem;
  padding: 0 5px;
  box-sizing: border-box;
}
.area_header .block_header nav .btn_contact a:hover {
  background-color: #FF9300;
}
.area_header .block_header nav .btn_contact a .inner p {
  padding: 10px 0 0;
  font-weight: 700;
}

.area_support {
  padding: 100px 20px 140px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_support {
    padding: 50px 20px 110px;
  }
}
.area_support canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.area_support .box_link {
  text-align: center;
  position: relative;
  display: none;
}
.area_support .box_link a {
  color: #27ACC0;
}
.area_support .box_link a:hover {
  color: #FF9300;
}
.area_support .box_link a .txt {
  font-size: 3.6rem;
  line-height: 1.1em;
  font-family: 'logotype';
  padding: 14px 0;
}
@media all and (max-width: 896px) {
  .area_support .box_link a .txt {
    font-size: 3rem;
  }
}

.area_footer {
  background-color: #E4F3FC;
}
.area_footer .box_contact {
  text-align: center;
  padding: 40px 20px 100px;
}
@media all and (max-width: 896px) {
  .area_footer .box_contact {
    padding: 40px 20px 100px;
  }
}
.area_footer .box_contact h2 {
  font-size: 4.2rem;
  line-height: 1.3em;
}
@media all and (max-width: 896px) {
  .area_footer .box_contact h2 {
    font-size: 3rem;
  }
}
.area_footer .box_contact p {
  padding: 20px 0 0;
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8em;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.area_footer .box_contact .btn_link {
  padding: 35px 0 0;
}
.area_footer .box_contact .btn_link a {
  width: 400px;
}
@media all and (max-width: 896px) {
  .area_footer .box_contact .btn_link a {
    width: 100%;
  }
}

.area_copyright {
  background-color: #11525B;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: center;
  padding: 20px 0px;
}

.target {
  opacity: 1.0;
  transition: all 2s ease;
}

.fade {
  opacity: 1.0;
  transition: all 2s ease;
}

.ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url("../../common/images/wavyline01.svg");
  background-position: center center;
  background-repeat: repeat-x;
}
.ttl h2 {
  font-size: 4.8rem;
  line-height: 1.1em;
  padding: 0 2.5vw;
  background-color: #FFF;
}
@media all and (max-width: 896px) {
  .ttl h2 {
    font-size: 3rem;
  }
}
.ttl h2 span {
  color: #27ACC0;
}

.jiten {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4em;
  padding: 10px 0 0;
}

.area_title {
  padding: 120px 20px 0;
  position: relative;
  z-index: 1;
  background-image: url("../images/bg_sec.svg");
  background-position: center 120px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
  .area_title {
    padding: 60px 20px 0;
    background-position: center 60px;
    background-size: 400% auto;
  }
}
.area_title .block_title {
  position: relative;
  max-width: 1620px;
  margin: 0 auto;
}
.area_title .block_title .box_img {
  width: 100%;
  padding-top: 37%;
  position: relative;
}
@media all and (max-width: 480px) {
  .area_title .block_title .box_img {
    padding-top: 57.97%;
  }
}
.area_title .block_title .box_img .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 20px;
}
.area_title .block_title .box_img .inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.area_title .block_title h1 {
  position: absolute;
  top: -20px;
  left: -60px;
  width: 330px;
}
@media all and (max-width: 896px) {
  .area_title .block_title h1 {
    top: -15px;
    left: -25px;
    width: 170px;
  }
}
.area_title .block_title h1 img {
  width: 100%;
  height: auto;
}
.area_title .block_title .box_copy {
  padding: 40px 0;
  text-align: center;
  background-image: url("../images/kirakira.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
  .area_title .block_title .box_copy {
    padding: 20px 0;
    text-align: left;
  }
}
.area_title .block_title .box_copy p {
  font-size: 5rem;
  line-height: 1.3em;
  font-family: 'logotype';
}
@media all and (max-width: 896px) {
  .area_title .block_title .box_copy p {
    font-size: 3rem;
  }
}
.area_title .block_title .box_copy p span {
  color: #27ACC0;
}
