@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/css?family=Noto+Sans+JP:100,300,400,500,700,900");
/* setting
    font-family: 'Noto Sans JP', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* setting
    font-family: 'Noto Serif', serif;
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:900&display=swap");
/* setting
    font-family: 'Roboto', sans-serif;
*/
@font-face {
  font-family: 'logotype';
  src: url("../fonts/LogoTypeGothic7.woff") format("woff"), url("../fonts/LogoTypeGothic7.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

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;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #231815;
  font-size: 1.3rem;
  line-height: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

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

/* mixin
*********************************************************************/
/* media query */
/*base--------------------------------------------*/
@media all and (max-width: 769px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 769px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 494px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 494px) {
  .portraitnone {
    display: none;
  }
}

body {
  position: relative;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Crossten,sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  text-align: left;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  border: none;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

p {
  display: inline-block;
  margin: 0.5em auto;
  text-align: left;
}

small {
  color: #666;
  font-size: 0.8em;
}

aside {
  display: inline-block;
  margin: 0.5em auto;
  margin: 0.5rem auto;
  color: #666;
  font-size: 0.8em;
  text-align: left;
}

strong {
  color: #e60012;
  font-weight: 700;
}

i {
  color: #e60012;
}

em {
  font-weight: 700;
}

a.shake img:hover {
  -webkit-animation: shake 0.12s linear 3;
  animation: shake 0.12s linear 3;
}

.bound {
  -webkit-animation: bound 0.5s ease infinite alternate;
  animation: bound 0.5s ease infinite alternate;
}

hr {
  width: 100%;
  margin: 30px 0;
  border-top: 3px dotted #00a79e;
}

.btn_area {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*header--------------------------------------------*/
header {
  position: relative;
  width: 100%;
  height: 54px;
  border-bottom: 4px solid #333;
  background-color: #fff;
}
header .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 196px;
  height: 50px;
  margin: auto 0;
}
header .logo img {
  width: 196px;
  height: 50px;
}

/* コンテンツ
*****************************************************************/
h1 {
  height: auto;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  line-height: 1.6;
  letter-spacing: 0;
  background: none;
  width: 100%;
  margin: 0;
  padding: 30px 10px;
  color: #1D2088;
  box-sizing: border-box;
}
@media all and (max-width: 494px) {
  h1 {
    font-size: 2.0rem;
  }
}

.box_main img {
  width: 100%;
  vertical-align: middle;
}

.title {
  margin: 0 auto 40px;
}
@media all and (max-width: 494px) {
  .title {
    margin: 0 auto 20px;
  }
}
.title h2 {
  max-width: 1200px;
  padding: 20px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 2.8rem;
  line-height: 1.6em;
  text-align: center;
}
@media all and (max-width: 494px) {
  .title h2 {
    font-size: 2.0rem;
  }
}

.box_lp .inner_lp {
  padding: 0 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.box_lp h3 {
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 0 40px;
  line-height: 1.5em;
}
@media all and (max-width: 494px) {
  .box_lp h3 {
    margin: 0 auto 20px;
  }
}
.box_lp .btn {
  padding-bottom: 40px;
}
@media all and (max-width: 494px) {
  .box_lp .btn {
    padding-bottom: 20px;
  }
}
.box_lp .btn a {
  font-size: 2.0rem;
  border-radius: 100px;
  transition: all 300ms 0s ease;
  width: 60%;
  display: block;
  line-height: 1.5em;
  padding: 30px 60px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  position: relative;
  text-decoration: none;
}
@media all and (max-width: 494px) {
  .box_lp .btn a {
    padding: 10px 40px;
    width: 100%;
    font-size: 1.5rem;
  }
}
.box_lp .btn a:hover {
  opacity: 0.5;
}
.box_lp .btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054" !important;
  font-weight: 900;
  padding-left: 10px;
  padding-right: 5px;
}
.box_lp .txt {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media all and (max-width: 494px) {
  .box_lp .txt {
    margin-bottom: 20px;
  }
}
.box_lp .txt span {
  font-size: 1.6rem;
}
.box_lp .txt a {
  text-decoration: underline;
  display: inline-block;
  transition: all 300ms 0s ease;
}
.box_lp .txt a:hover {
  opacity: 0.5;
}
.box_lp .txt a[href^="https://"]::after, .box_lp .txt a[href^="http://"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d" !important;
  font-weight: 900;
  padding-left: 3px;
  padding-right: 5px;
}
.box_lp .txt a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1" !important;
  font-weight: 900;
  padding-left: 3px;
  padding-right: 5px;
}
.box_lp .txt a[href$=".xls"]::after, .box_lp .txt a[href$=".xlsx"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3" !important;
  font-weight: 900;
  padding-left: 3px;
  padding-right: 5px;
}
.box_lp .txt a[href$=".docx"]::after, .box_lp .txt a[href$=".doc"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2" !important;
  font-weight: 900;
  padding-left: 3px;
  padding-right: 5px;
}
.box_lp .box_img {
  display: flex;
  justify-content: space-between;
}
.box_lp .box_img .block_img {
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
@media all and (max-width: 494px) {
  .box_lp .box_img .block_img {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.box_lp .box_img .block_img:only-child {
  margin-right: 0;
}
.box_lp .box_img .block_img:last-child {
  margin-right: 0;
}
@media all and (max-width: 494px) {
  .box_lp .box_img .block_img:last-child {
    margin-bottom: 5px;
  }
}
.box_lp .box_img .block_img .inner_img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
}
.box_lp .box_img .block_img .inner_img .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.box_lp .box_img .block_img .inner_img .img img {
  max-width: 100%;
  max-height: auto;
  height: auto;
  vertical-align: middle;
}

.block_lp_type01 {
  box-sizing: border-box;
  margin: 0 auto 0;
}

.block_lp_type02 {
  padding: 0 0 40px;
  box-sizing: border-box;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 494px) {
  .block_lp_type02 {
    padding: 0 0 20px;
  }
}
.block_lp_type02.reverse .box_img {
  order: 2;
}
.block_lp_type02.reverse .txt {
  order: 1;
}
@media all and (max-width: 494px) {
  .block_lp_type02.reverse .box_img {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.block_lp_type02 .box_img {
  display: block;
  width: 30%;
  margin-bottom: 0;
}
@media all and (max-width: 494px) {
  .block_lp_type02 .box_img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.block_lp_type02 .box_img .block_img {
  margin-right: 0;
  margin-bottom: 10px;
}
.block_lp_type02 .box_img .block_img:last-child {
  margin-bottom: 0;
}
.block_lp_type02 .txt {
  width: 68%;
}
@media all and (max-width: 494px) {
  .block_lp_type02 .txt {
    width: 100%;
  }
}

/*footer--------------------------------------------*/
footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 1.2rem;
  text-align: center;
}
footer section {
  height: 30px;
  line-height: 30px;
}
footer section:nth-of-type(1) {
  background-color: #c2bad9;
}
footer section:nth-of-type(2) {
  color: #fff;
  background-color: #1d2087;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
}
.pagetop img {
  width: 62px;
  height: 60px;
}

/*animation--------------------------------------------*/
@-webkit-keyframes shake {
  0% {
    -webkit-transform: skew(0deg, 0deg);
  }
  25% {
    -webkit-transform: skew(2deg, 2deg);
  }
  75% {
    -webkit-transform: skew(-2deg, -2deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
  }
}
@keyframes shake {
  0% {
    transform: skew(0deg, 0deg);
  }
  10% {
    transform: skew(2deg, 2deg);
  }
  75% {
    transform: skew(-2deg, -2deg);
  }
  100% {
    transform: skew(0deg, 0deg);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bound {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
