@charset "UTF-8";
/*
* フォントサイズ
*/
/*
* マウスオーバー
*/
/*
* コンテンツの中央寄せ
*/
/*
* ストライプパターンの作成
*/
/*
* Font Size
* ベースサイズ : 15px = 1rem
*/
/*
* Colors
*/
/* Base */
/* 欧文フォント GoogleFonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul[class],
ol[class] {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

input[type="radio"], input[type="checkbox"], input[type="submit"], button {
  cursor: pointer;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.6;
}

section p {
  margin-bottom: 20px;
}

blockquote {
  background: #f2f2f2 url(../images/v2/icon_blockquote_001.svg) no-repeat 15px 15px;
  padding: 20px;
  border-radius: 5px;
}

blockquote p {
  font-style: italic;
  line-height: 1.8;
  font-size: 0.8125rem;
}

blockquote p:last-child {
  margin-bottom: 0;
}

/* Layout */
.header {
  padding: 20px 0;
}

.header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
}

.header__nav-item {
  margin-left: 30px;
}

.header__nav-item a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav-item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav-item:last-child {
  margin-left: 40px;
}

.header__nav-item--how {
  background: url(../images/v2/icon_how_001.svg) no-repeat left center;
  padding-left: 17px;
}

.header__nav-item--lib {
  background: url(../images/v2/icon_lib_001.svg) no-repeat left center;
  padding-left: 17px;
}

.visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
  background: #f2f2f2;
}

.visual__item {
  overflow: hidden;
  display: block;
  height: 350px;
  background: url(../images/v2/home/pic_mainvisual_001.jpg) no-repeat center top;
  text-indent: 100%;
  white-space: nowrap;
}

.footer {
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}

.footer__support small {
  color: #666;
  font-size: 0.8125rem;
}

.footer__copy small {
  font-size: 0.8125rem;
}

/* Pages */
.home .lead {
  position: relative;
  padding-top: 70px;
}

.home .lead::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 90px;
  height: 38px;
  background: url(../images/v2/home/pic_mainvisual_002.png) no-repeat;
  margin: auto;
}

.home .lead__title {
  text-align: center;
  margin-bottom: 20px;
}

.home .lead__title img {
  width: 460px;
}

.home .lead__subtitle {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.5625rem;
}

.home .lead__button {
  margin-bottom: 30px;
  font-size: 1.4375rem;
}

.home .lead__txt {
  text-align: center;
  font-size: 0.8125rem;
}

.home .lead__link {
  background: #f8fafb;
  margin-top: 50px;
  padding: 40px 0;
}

.home .lead__link-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.375rem;
}

.home .lead__links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home .lead__links-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  padding: 0 35px;
  border-radius: 20px;
}

.home .lead__links-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  border-right: 1px solid #ff5858;
  margin: auto;
}

.home .lead__links-item:last-child::after {
  content: none;
}

.home .lead__links-item .button {
  width: 130px;
  margin-top: auto;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.9375rem;
}

.home .lead__links-title {
  padding-top: 45px;
}

.home .lead__links-title--001 {
  background: url(../images/v2/home/icon_panel_001.svg) no-repeat top center;
}

.home .lead__links-title--002 {
  background: url(../images/v2/home/icon_panel_002.svg) no-repeat top center;
}

.home .lead__links-title--003 {
  background: url(../images/v2/home/icon_panel_003.svg) no-repeat top center;
}

.home .lead__links-title--004 {
  background: url(../images/v2/home/icon_panel_004.svg) no-repeat top center;
}

.home .lead__links-title img {
  display: block;
  margin: 0 auto;
}

.home .lead__links-detail {
  text-align: justify;
  margin: 20px 0;
  font-size: 0.8125rem;
}

.home .lead__links-subdetail {
  font-size: 0.6875rem;
}

.home .about {
  margin-top: 70px;
}

.home .about .ul {
  margin-left: 15px;
}

/* Utility */
/* Layout */
.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container--large {
  width: 1460px;
}

.container--medium {
  width: 1300px;
}

.container--small {
  width: 1000px;
}

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

/* Content */
.h1 {
  position: relative;
  background: url(../images/v2/icon_search_002.svg) no-repeat left bottom;
  margin-bottom: 30px;
  background-size: 40px;
  padding: 0 0 5px 50px;
  font-size: 1.75rem;
}

.h1::before {
  content: '';
  position: absolute;
  left: 50px;
  bottom: 0;
  width: calc(100% - 50px);
  height: 5px;
  background-color: #19b9d1;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  background-size: 3px 3px;
}

.ul {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ul li {
  background: url(../images/v2/icon_arrow_001.svg) no-repeat left 6px;
  line-height: 1.6;
  margin-top: 15px;
  padding-left: 15px;
}

/* Component */
.button {
  display: block;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
}

.button--blue {
  background-color: #005ae1;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button--blue:hover {
  background-color: #004bbb;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button--search::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/v2/icon_search_001.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px 2px 0;
}
