
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP');
/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  -webkit-tap-highlight-color: transparent;
}
body > .content {
  padding-top: calc(5rem + 110px);
}
@media (max-width: 1079px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block;
}
header {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  top: 0;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
html {
  width: 100%;
  background-color: #fff;
}
body {
  font-family: 'メイリオ', 'Meiryo', sans-serif, 'Noto Sans JP', sans-serif;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.top {
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  text-decoration: none;
}
footer {
  background: #707070;
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
  section.section {
    padding: 50px 10px;
  }
  .min-section {
    padding: 5rem 10px;
  }
  .mrg-top80 {
    margin-top: 80px !important;
  }
}
@media (max-width: 767px) {
  body > .content {
    padding-top: 187px;
  }
  section {
    padding: 20px 0;
  }
  section.section {
    padding: 0 10%;
  }
  .min-section {
    padding: 1rem 10px;
  }
  .wrap_section {
    padding: 1rem 5% 4rem;
  }
  .mrg-top80 {
    margin-top: 2rem !important;
  }
}
.section {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
}
@media (max-width: 767px) {
	.section {
  		padding: 0;
	}
}
.min-section {
  margin: 0 auto;
  max-width: 1000px;
}

.pc { display: block; }
.sp { display: none; }
@media (max-width:767px) {
  .pc { display: none; }
  .sp { display: block; }
}
/*色反転*/
.bgb {
  background: #083F8E;
}
.bgb .heading-seco > h2 {
  color: #ffffff;
}
.bgb .heading-seco > h2::after {
  background-color: #ffffff;
}
.bgcb {
  background: #E7EEF7;
}
.bgf {
  background: #FFFFFF;
}
/*グレー*/
.bgg {
  background: #F4F4F4;
}
/*title*/
.heading-seco {
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.heading-seco > h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #0097A7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.heading-tert {
  padding-bottom: 16px;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
  color: #083F8E;
  text-align: center;
}
@media (max-width: 767px) {
  .heading-seco {
    font-size: 1.4rem;
    margin: 3rem 0;
  }
  .heading-tert {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .heading-seco {
    font-size: 2rem;
    margin: 50px 0;
  }
  .heading-tert {
    font-size: 1.56rem;
  }
}
/*text*/
.text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.text-s {
  font-size: 1.4rem;
  line-height: 1.8;
}
.lead {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}
.caption {
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgb(136, 136, 136);
}
@media (min-width: 768px) {
  .lead {
    font-size: 2rem;
  }
}
/*画像*/
.figure__item {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.figure__caption {
  margin-top: 10px;
  text-align: left;
  color: #000000;
}
.figure--3col .figure__item {
  max-width: 373px;
  height: 12rem;
  width: auto;
}
img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .figure {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .figure {
    margin-bottom: 5rem;
  }
  .figure_card .figure__caption {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
/*3カラム画像セット*/
.col3Box .figureSet, .col3Box .figure_card {
  margin-bottom: 5rem;
}
.col3Box .figure_card .figure--3col {
  margin-bottom: 2rem;
}
.col3Box .figureSet .setImage {
  border: solid 1px #000000;
}
.col3Box .figureSet .figure__caption {
  padding-right: 2rem;
  position: relative;
}
.col3Box .figureSet .figure__caption::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 0px;
  border-top: solid 2px #083F8E;
  border-right: solid 2px #083F8E;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% + 10px);
  margin-top: -1.25rem;
  right: 1rem;
}
@media (max-width: 767px) {
  .col3Box .figureSet, .col3Box .figure_card {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col3Box .figureSet, .col3Box .figure_card {
    width: 30%;
  }
}
/*イメージセット*/
#importance {
  max-width: 1920px;
  margin: 0 auto;
}
#importance .imageset.imageset--reverse.section {
  margin-left: 0;
  padding-left: 0;
}
#importance .imageset.section {
  margin-right: 0;
  padding-right: 0;
}
.imageset__content .imageset__title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.imageset__content .imageset__text {
  font-size: 1rem;
}
.imageset__content .tag {
  display: flex;
  margin-bottom: 1rem;
}
.imageset__content .tag > p {
  border: solid 1px #000000;
  border-radius: 100px;
  padding: 0 0.5rem;
margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .imageset {
    padding-bottom: 50px;
  }
	.imageset__content {
		padding: 0 1rem;
	}
}

@media (min-width: 1080px){
	#importance .imageset.section {
    max-width: 80%;
  }

}
@media (min-width: 768px) and (max-width: 1079px){
	#importance .imageset.section {
    max-width: 98%;
  }

}

@media (min-width: 768px) {
  .imageset {
    padding-bottom: 100px;
  }
  .imageset__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #importance .imageset__image img {
    max-height: 438px;
  }
  .imageset__image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(62.5% - 32px);
  }
  #usageExample .imageset__image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
  .imageset--reverse .imageset__inner {
    flex-direction: row;
  }
  .imageset .imageset__inner .imageset__content {
    margin-right: 32px;
    margin-left: 0;
  }
  .imageset--reverse .imageset__inner .imageset__content {
    margin-left: 32px;
    margin-right: 0;
  }
}
/*----------
	button
----------*/
.button-container {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.button {
  background: #fff;
  border-radius: 3rem;
  padding: 5px 2rem;
  margin: 0 10px;
  color: #083F8E;
  min-width: 300px;
  line-height: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .button-container {
    flex-wrap: wrap;
  }
  .button-container .button-container__item {
    width: calc(100% - 1rem);
  }
  .button-container .button-container__item:nth-child(1) {
    margin-bottom: 1rem;
  }
  .button-container .button-container__item .button svg {
    width: 3rem;
  }
  .button {
    width: auto;
	margin: 0;
  }
}
/*----------
	grid
----------*/
.grid {
  margin-bottom: 8rem;
}
.grid__item {
  background: #ffffff;
  border-radius: 2rem;
  margin: 20px 15px;
  width: calc(33% - 30px);
  position: relative;
}
.grid__item::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-color: #FFFFFF;
  top: 100%;
  left: 65%;
}
.grid__item dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.u-mt-reg80 {
  margin-top: 80px !important;
}
@media (max-width: 767px) {
  .grid__item {
    width: calc(100% - 30px);
    padding: 1.5rem;
  }
  .grid__item dt {
    line-height: 1.8rem;
    font-size: 1.3rem;
  }
  .grid__item::after {
    border-top-width: 20px;
    border-right-width: 10px;
  }
  .grid__item + .grid__item {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .grid {
    display: grid;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .grid--3up {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid__item {
    padding: 2rem;
  }
  .grid__item dt {
    font-size: 1.56rem;
  }
  .grid__item::after {
    border-top-width: 30px;
    border-right-width: 25px;
  }
}
@media (min-width: 768px) {
  .u-mt-reg80 {
    margin-top: 120px !important;
  }
}
/*ニュース*/
.news-box {
  background: #F4F4F4;
  padding: 20px 0;
}
.news__detail {
  padding: 0.5rem 0;
}
.news-list__item.news:nth-child(n+1) {
  border-bottom: solid 1px #D5D5D5;
}
.news__detail > * {
  vertical-align: middle;
}
a .news__headline {
  color: #083F8E;
}
.news__headline {
  font-size: 1rem;
}
.news__date {
color: #000000;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.2rem;
  word-break: keep-all;
	width: 12rem;
}
@media (max-width: 767px) {
  .news__headline {
    padding: 0 10px;
  }
  .news-box .news-list .news-list__item.news:last-child {
    border-bottom: none !important;
  }
}
@media (min-width: 768px) {
  .news-list__item.news:first-child {
    border-top: solid 1px #D5D5D5;
  }
  .news-box {
    padding: 100px 0;
  }
  .news__detail {
    display: table;
  }
  .news__detail > * {
    display: table-cell;
  }
}
/*figureカード*/
.col3Box {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .col3Box {
    flex-wrap: wrap;
  }
}
/*header*/
.header {
  display: flex;
  justify-content: space-between;
  height: 116px;
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}
.header .h-inquiry {
  display: flex;
  align-items: center;
}
.logo {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header {
    padding: 0.5rem 1rem;
    height: 50px;
  }
  .h-inquiry .telbox {
    display: none;
  }
  .logo {
    width: 120px;
  }
}
/*問い合わせ番号等*/
.h-inquiry .telbox {
  text-align: end;
  margin-right: 2rem;
	pointer-events: none;
}
.h-inquiry .telbox * {
  color: #083F8E;
}
.h-inquiry .telbox .tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-inquiry .telbox .tel .telnum {
  font-size: 1.93rem;
  margin-left: 1rem;
}
.h-inquiry .telbox .teltime {
  font-size: 0.625rem;
}
.h-inquiryButton {
  background: #083F8E;
  padding: 1rem 2.5rem 1rem 1.5rem;
  color: #ffffff;
  border-radius: 100px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.h-inquiryButton > span {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .h-inquiryButton {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .h-inquiryButton > svg {
    display: none;
  }
  .h-inquiryButton > span {
    margin-left: 0;
  }
}
/*アンカーボタン*/
.anchorButton-container {
  display: flex;
  font-weight: bold;
}
.anchorButton-container > li {
  width: 25%;
  height: 5rem;
  background: #083F8E;
  color: #ffffff;
  text-align: center;
}
.anchorButton  {
  position: relative;
}
.anchorButton > a  {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchorButton > a > p {
  color: #ffffff;
}
.anchorButton > a span {
  display: inline-block;
}
.anchorButton::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  right: 3rem;
}
@media (max-width: 767px) {
  .anchorButton-container {
    flex-wrap: wrap;
  }
  .anchorButton-container > li {
    width: 50%;
    text-align: left;
  }
  .anchorButton > a {
    width: 100%;
    height: 100%;
    line-height: 1rem;
    padding: 1rem 2rem 1rem 1rem;
    text-align: left;
	position: relative;
    display: flex;
    align-items: center;
  }
  .anchorButton::after {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.5rem;
    right: 1rem;
  }
  .anchorButton-container > li:nth-child(2n) {
    border-left: solid 1px #fff;
  }
  .anchorButton-container > li:nth-child(1), .anchorButton-container > li:nth-child(2) {
    border-bottom: solid 1px #fff;
  }
}
@media (min-width: 768px) {
  .anchorButton > a {
    width: 100%;
	  height: 100%;
  } 
.anchorButton > a > p{
    line-height: 1.5rem;
    padding: 1rem 6rem 1rem 1rem;
  }
  .anchorButton-container > li:nth-child(n+2) {
	  border-left: solid 1px #fff;
  }
}
/*TOP*/
.top {
  background: url("../images/mv.png");
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(42,74,105,0.6) 25%, rgba(42,74,105,0.6) 75%, rgba(255,255,255,0) 100%),url("../images/mv.png");
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(42,74,105,0.6) 25%, rgba(42,74,105,0.6) 75%, rgba(255,255,255,0) 100%),url("../images/mv.png");
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(42,74,105,0.6) 25%, rgba(42,74,105,0.6) 75%, rgba(255,255,255,0) 100%),url("../images/mv.png");
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 5rem - 116px);
  padding: 0 5.5555%;
  position: relative;
}
.top .top_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1220px;
}
.top_title, .top_ovv {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
.top_title {
  font-weight: bold;
}
.top_ovv {
  font-weight: bold;
	text-shadow:3px 3px 15px rgba(0,54,116,0.5);
}
@media (max-width: 767px) {
  .top {
    min-height: calc(100vh - 180px);
  }
  .top .top_inner {
    width: 80%;
  }
  .top_title {
    font-size: 2rem;
  }
  .top_title > h1 {
    line-height: 2.5rem;
  }
  .top_title, .top_ovv {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .top .top_inner {
    width: 80%;
  }
  .top_ovv {
    font-size: 1.37rem;
  }
  .top_title {
    font-size: 4rem;
  }
  .top_title > h1 {
    line-height: 4rem;
  }
}
/*ダウンロード*/
.downloadButton-container__item {
  background: #083F8E;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 20rem;
  border-radius: 100px;
  padding: 0.5rem;
}
.downloadButton-container__item > img {
  height: 1rem;
  width: auto;
}
@media (max-width: 767px) {
  .downloadButton-container__item {
    width: 100%;
  }
}
/*お問い合わせ*/
.contact-container {
  display: flex;
}
.contact-container > dl h3 {
  text-align: center;
  font-weight: bold;
}
.contact-container > dl .mail {
  text-align: center;
  color: #083F8E;
  background: #ffffff;
  margin: 0 auto 1rem;
  border-radius: 100px;
  display: flex;
  font-weight: bold;
}
.contact-container > dl .mail > svg {
  height: 3rem;
  width: 3rem;
}
.contact-container > dl .mail span {
  line-height: 3rem;
  width: 100%;
}
.contact-container > dl .annotation {
  text-align: center;
}
.contact-container > dl .tel {
  text-align: center;
}
.contact-container > dl .tel > a {
  color: #083F8E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-container > dl .tel > a svg {
  height: 3rem;
  width: 3rem;
  margin-right: 0.5rem;
}
.contact-container > dl:nth-child(1) {
  background: #083F8E;
  color: #ffffff;
}
.contact-container > dl:nth-child(2) {
  background: #E2EBF7;
  color: #083F8E;
}
.inquiryBox {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .contact-container {
    flex-wrap: wrap;
  }
  .contact-container > dl {
    width: 100%;
  }
  .contact-container > dl .tel > a svg {
    height: 2.5rem;
    margin-right: 0.5rem;
  }
  .contact-container > dl .mail {
    width: calc(100% - 1rem);
    padding: 5px 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
  }
  .contact-container > dl .mail > svg {
    height: 2.5rem;
  }
  .contact-container > dl .mail span {
    line-height: 2.5rem;
    width: 100%;
  }
  .contact-container > dl h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .contact-container > dl {
    padding: 2rem;
  }
  .contact-container > dl .annotation {
    font-size: 0.8rem;
  }
  .contact-container > dl .tel {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .contact-container > dl  {
    width: 50%;
  }
  .contact-container > dl .mail {
    width: 30rem;
    padding: 5px;
    font-size: 1.87rem;
  }
  .contact-container > dl h3 {
    font-size: 1.56rem;
    margin-bottom: 1.56rem;
  }
  .contact-container > dl {
    padding: 3rem;
  }
  .contact-container > dl .annotation {
    font-size: 1rem;
  }
  .contact-container > dl .tel {
    font-size: 3.25rem;
	pointer-events: none;
  }
}
/*footer(NSWデフォルト)*/
.ftr-bottom {
  background-color: #666;
}
.ftr-bottom-wrapper {
  color: #fff;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1200px;
}
.ftr-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ftr-bottom-link-item:first-child {
  border-left: none;
}
.ftr-bottom-link-item {
  border-left: 1px solid #fff;
  padding: 0 15px;
}
.ftr-bottom-link-item a {
  color: #fff;
  display: block;
  font-size: .86em;
  padding: 2px;
}
.ftr-bottom-copyright {
  font-size: .86em;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1200px) {
  .ftr-bottom-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ftr-bottom-link-item {
    border-left: none;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .ftr-bottom-wrapper {
    padding: 4vw 0;
  }
  .ftr-bottom-link-item {
    padding: 0 2.67vw;
  }
}



