@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/* color */
/* font */
/* trans */
/* margin */
/* box */
/*//////////////////////////////////////////////////////////////////////

	common
	common　header、nav、footer、main、parts

//////////////////////////////////////////////////////////////////////*/
html {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #333333;
  background: #fff;
  scroll-padding-top: 80px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /*word-break:break-all;*/
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}

main,
section,
article {
  overflow: hidden;
}

sup {
  font-size: 0.7rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

b {
  font-weight: bolder;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #00A1D8;
  cursor: pointer;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #333333;
  cursor: default;
}

.overflow_hidden {
  overflow: hidden;
}

.clear {
  clear: both;
}

.spBr {
  display: none;
}

.spNoBr {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.column_l {
  float: left;
}

.column_r {
  float: right;
}

.caution_list {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #666;
}
.caution_list li {
  position: relative;
  padding-left: 1rem;
}
.caution_list li::before {
  position: absolute;
  content: "※";
  left: 0;
}

.decimal_list {
  list-style-type: decimal;
  padding-left: 1rem;
}

.dot_list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 5px;
}
.dot_list li::before {
  position: absolute;
  content: "";
  top: 0.8rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #333;
  text-indent: -1.25rem;
}

.decimal {
  text-indent: -3rem;
  padding-left: 3rem;
}

.caution {
  text-indent: -1rem;
  padding-left: 1rem;
}

.container {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.w100 {
  width: 100%;
}

/* img_box */
.img_box {
  overflow: hidden;
}
.img_box img {
  width: 100%;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  text-align: left;
  line-height: 1;
  background: #fff;
  z-index: 10000002;
}
header h1 {
  padding: 17px 30px;
}
header h1 img {
  width: 240px;
}

/* 三 */
#spMenuBut {
  display: none;
}

/*--------------------------------------------------------------
	nav
--------------------------------------------------------------*/
#globalNavBlock {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000003;
}
#globalNavBlock > ul {
  display: flex;
  gap: 48px;
  margin: 24px 48px 0 0;
  font-size: 1.14rem;
}
#globalNavBlock > ul li a {
  font-weight: 500;
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
footer {
  padding-top: 60px;
}
footer section {
  display: flex;
  justify-content: space-between;
}
footer section h1 img {
  width: 240px;
}
footer section nav > ul {
  display: flex;
  gap: 40px;
}
footer section nav > ul > li > a {
  position: relative;
  padding-left: 1rem;
  font-size: 1.14rem;
  font-weight: 500;
}
footer section nav > ul > li > a::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00A1D8;
  border-radius: 100%;
}
footer section nav > ul > li > ul {
  padding-left: 1rem;
  padding-top: 10px;
}
footer section nav > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0 5px 0.75rem;
}
footer section nav > ul > li > ul > li > a::before {
  position: absolute;
  content: "-";
  top: 0.25rem;
  left: 0;
}
footer div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8E8E8;
  padding: 20px 0;
  margin: 30px 0;
}
footer div nav ul {
  display: flex;
  margin-bottom: 5px;
}
footer div nav ul li a {
  position: relative;
  padding-right: 30px;
}
footer div nav ul li:not(:last-child) {
  position: relative;
}
footer div nav ul li:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: 8px;
  content: "｜";
}
footer div nav #copyRight {
  font-size: 0.85rem;
  color: #ACACAC;
}
footer div figure img {
  width: 30px;
}

/*--------------------------------------------------------------
	main
--------------------------------------------------------------*/
main {
  padding: 120px 0;
  background: url(../img/common/bg.jpg) no-repeat center top;
  background-size: cover;
}

/*--------------------------------------------------------------
	parts
--------------------------------------------------------------*/
/*-------------------- title --------------------*/
#pageTitleBlock {
  position: relative;
  margin-top: 80px;
  max-height: 360px;
  overflow: hidden;
}
#pageTitleBlock hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.4;
}
#pageTitleBlock hgroup h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 5px;
}
#pageTitleBlock hgroup h3 {
  font-size: 1.42rem;
  font-weight: 500;
  letter-spacing: 2px;
}
#pageTitleBlock figure {
  position: relative;
}
#pageTitleBlock figure::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 161, 216, 0.4);
  mix-blend-mode: multiply;
}

.headline_1 {
  font-size: 1.71rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.headline_1 span {
  display: block;
  font-size: 0.85rem;
  color: #00A1D8;
  line-height: 1;
}

.headline_2 {
  position: relative;
  font-size: 1.42rem;
  font-weight: 500;
  padding-left: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.headline_2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #00A1D8;
}

.headline_3 {
  font-size: 1.28rem;
  font-weight: 500;
  margin-bottom: 10px;
}

/*-------------------- button --------------------*/
.but_more a {
  display: inline-block;
  font-size: 1.14rem;
  font-weight: 500;
  color: #00A1D8;
  background: url(../img/common/arrow_r.svg) no-repeat center right 25px #fff;
  border: 2px solid #00A1D8;
  padding: 8px 60px 8px 20px;
}
.but_more a:hover {
  color: #fff;
  background-color: #00A1D8;
  background-image: url(../img/common/arrow_r_w.svg);
}

.but_down_pdf a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background: url(../img/common/icon_pdf.svg) no-repeat center left 20px #00A1D8;
  padding: 12px 20px 12px 50px;
}

/*-------------------- text --------------------*/
.sign {
  font-weight: 500;
  margin-top: 20px;
}
.sign span {
  font-family: serif;
  font-size: 1.71rem;
  font-weight: 700;
  vertical-align: baseline;
  margin-left: 10px;
}

/*-------------------- table --------------------*/
table {
  width: 100%;
}
table tr {
  border-bottom: 1px solid #E8E8E8;
}
table tr th, table tr td {
  padding: 20px 0;
}
table tr th {
  font-weight: 500;
}
/*-------------------- video --------------------*/
.video_box {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.video_box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  /*//////////////////////////////////////////////////////////////////////

  	common　

  //////////////////////////////////////////////////////////////////////*/
  html {
    font-size: 14px;
    line-height: 1.6;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .spBr {
    display: block;
  }
  .spNoBr {
    display: none;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .column_l {
    float: none;
  }
  .column_r {
    float: none;
  }
  .container {
    width: 90%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*--------------------------------------------------------------
  	header
  --------------------------------------------------------------*/
  header {
    height: 60px;
    z-index: 10000002;
  }
  header h1 {
    padding: 12px 15px;
  }
  header h1 img {
    width: 200px;
  }
  /* 三 */
  #spMenuBut {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10000004;
  }
  #spMenuBut span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    height: 2px;
    background: #00A1D8;
    transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  }
  #spMenuBut span:nth-child(1) {
    top: 24px;
  }
  #spMenuBut span:nth-child(2) {
    top: 30px;
  }
  #spMenuBut span:nth-child(3) {
    top: 36px;
  }
  .openNav #spMenuBut span:nth-child(1) {
    top: 30px;
    transform: rotate(-45deg);
  }
  .openNav #spMenuBut span:nth-child(2),
  .openNav #spMenuBut span:nth-child(3) {
    top: 30px;
    transform: rotate(45deg);
  }
  /*--------------------------------------------------------------
  	nav
  --------------------------------------------------------------*/
  #globalNavBlock {
    position: fixed;
    top: 60px;
    right: auto;
    width: 100%;
    height: 100vh;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 40px;
  }
  #globalNavBlock > ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #globalNavBlock > ul li {
    border-bottom: 1px solid #E8E8E8;
  }
  #globalNavBlock > ul li a {
    display: block;
    padding: 20px;
  }
  #globalNavBlock div.sp {
    margin-top: 40px;
  }
  #globalNavBlock div.sp ul {
    margin-bottom: 40px;
  }
  #globalNavBlock div.sp ul li a {
    display: block;
    font-size: 0.85rem;
    padding: 5px;
  }
  #globalNavBlock div.sp figure img {
    width: 50px;
  }
  .openNav #globalNavBlock {
    visibility: visible;
    opacity: 1;
    overflow: auto;
  }
  /*--------------------------------------------------------------
  	footer
  --------------------------------------------------------------*/
  footer {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  footer section {
    display: block;
  }
  footer section h1 {
    text-align: center;
  }
  footer section h1 img {
    width: 180px;
  }
  footer section nav {
    display: none;
  }
  footer div {
    padding: 10px 0 0 0;
    margin-top: 10px;
    border: none;
  }
  footer div nav {
    width: 100%;
    text-align: center;
  }
  footer div nav ul {
    display: none;
  }
  footer div nav #copyRight {
    font-size: 10px;
  }
  footer div figure {
    display: none;
  }
  /*--------------------------------------------------------------
  	main
  --------------------------------------------------------------*/
  main {
    padding: 30px 0;
  }
  /*--------------------------------------------------------------
  	parts
  --------------------------------------------------------------*/
  /*-------------------- title --------------------*/
  #pageTitleBlock {
    margin-top: 60px;
    max-height: 300px;
  }
  #pageTitleBlock hgroup {
    width: 100%;
  }
  #pageTitleBlock hgroup h2 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  #pageTitleBlock hgroup h3 {
    font-size: 0.7rem;
    letter-spacing: 2px;
  }
  .headline_1 {
    font-size: 1.35rem;
  }
  .headline_1 span {
    line-height: 1.4;
  }
  .headline_2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .headline_3 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  /*-------------------- button --------------------*/
  .but_more a {
    font-size: 1rem;
  }
  .but_down_pdf {
    text-align: center;
  }
  /*-------------------- text --------------------*/
  .sign {
    margin-top: 10px;
  }
  .sign span {
    font-size: 1.35rem;
  }
  /*-------------------- table --------------------*/
  table tr th, table tr td {
    padding: 15px 0;
  }
}/*# sourceMappingURL=style.css.map */