@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

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


* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html {
  
}
body {
  font-family: YuMincho, 'Yu Mincho', serif;
  width: 100%;
  margin: auto;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 600;
  color: #383838;
  line-height: 1.8;
  overflow-x: hidden;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex_bottom {
  display: flex;
  align-items: flex-end;
}
.container_inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.section_title {
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.6;
  letter-spacing: 10px;
  position: relative;
  z-index: 1;
}
main section {
  margin-bottom: 200px;
}
@media(max-width: 1399px){
  main section {
    margin-bottom: 150px;
  }
}
@media(max-width: 990px){
  main section {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px){
  .section_title {
    font-size: 27px;
  }
}
@media(max-width: 399px){
  .section_title {
    font-size: 25px;
  }
}

/* header */
main {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.under_page main,
.top_page main {
  background: #fff;
  position: relative;
  z-index: 1;
}
.under_page main {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
}
#header {
  position: relative;
  z-index: 99;
}
header h1 {
  font-size: 30px;
  font-weight: normal;
}
header h1 span {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
header .logo {
  text-align: center;
  padding-top: 350px;
  padding-bottom: 350px;
}
header .logo img {
  margin: auto;
}
.floating_banner {
  position: fixed;
  right: -50px;
  top: 130px;
  z-index: 999;
  transition: all 0.3s;
}
.floating_banner.active {
  right: 0;
}
.top_page h1 a {
  color: #383838;
  text-decoration: none;
}
.under_page h1 a {
  color: #fff;
  text-decoration: none;
}
.under_page header {
  background: #172D60;
}
.under_page .page_title {
  text-align: center;
  color: #fff;
  font-size: 27px;
  padding-top: 140px;
  padding-bottom: 20px;
  margin-bottom: 115px;
  position: relative;
}
.under_page .page_title::after {
  content: "";
  width: 1px;
  height: 55px;
  border-right: solid 1px #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: auto;
}
.under_page .page_title > div {
  line-height: 2.0;
  height: 110px;
  margin-bottom: 20px;
}
.under_page .page_title h2 {
  text-align: center;
  color: #fff;
  font-size: 27px;
}
.page_title_bottom {
  text-align: center;
  line-height: 2.0;
  min-height: 145px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 100;
}
@media(max-width: 1399px){
  header .logo {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  header .logo img {
    max-width: 140px;
  }
}
@media(max-width: 990px){
  header .logo img {
    max-width: 100px;
  }
}
/* footer */
footer {
  color: #fff;
  background: #172D60;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 150px;
}
.footer_logo {
  padding-bottom: 80px;
}
.footer_link {
  padding-bottom: 120px;
}
.copy {
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 100;
}
.copy a {
  color: #fff;
  text-decoration: none;
}
@media(max-width: 990px){
  footer {
    background-size: 300px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
  }
}

/* skew_box */
.skew_box {
  position: relative;
  margin-bottom: 117px;
  z-index: 0;
  padding: 300px 20px 150px;
  margin-top: -190px;
}
.skew_box.type2 {
  margin: 0 auto;
  padding: 100px 20px 250px;
}
.skew_box.type3 {
  text-align: center;
}
@media(max-width: 1200px){
  .skew_box {
    margin-top: -170px;
  }
}
@media(max-width: 768px){
  .skew_box {
    padding: 200px 30px 100px;
  }
}
@media(max-width: 480px){
  .skew_box.type3 {
    padding: 120px 30px 100px;
  }
  .skew_box.type2 {
    margin: 0 auto;
    padding: 20px 30px 250px;
  }
}

.skew_box::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  
  /*四角形を傾けます*/
  transform: skewY(-5.0deg);
  transform-origin: top right;
  
  z-index: -1;
  width:100%;
  height:100%;
  background:#191970;
}
.skew_box.type1::after {
  background: #E3DBD0;
}
.skew_box.type2::after {
  background: #fff;
}
.skew_box.type3::after {
  background: #EFE9C9;
}
.box_inner ,
.skew_box_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.bottom_title ,
.box h2 ,
.skew_box h2 {
  font-size: 48px;
  margin-bottom: 80px;
  line-height: 1.4;
}
@media(max-width: 768px){
  .skew_box.type3 {
    padding-bottom: 80px;
  }
  .bottom_title ,
  .box h2 ,
  .skew_box h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media(max-width: 480px){
  .bottom_title ,
  .box h2 ,
  .skew_box h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.flex_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.type2 .flex_wrap {
}
.type2 .flex_wrap > div {
  width: 50%;
}
@media(max-width: 768px){
  .type2 .flex_wrap > div:first-child {
    width: 35%;
    padding-top: 60px;
  }
  .type2 .flex_wrap > div:last-child {
    width: 65%;
  }
}
@media(max-width: 480px){
  .type2 .flex_wrap > div:first-child {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .type2 .flex_wrap > div:last-child {
    width: 100%;
  }
}
.center_image {
  margin-top: -120px;
  position: relative;
  z-index: 9;
}
.strong {
  font-weight: bold;
}
p {
  font-weight: normal;
  margin-bottom: 10px;
}
.box {
  padding: 200px 20px 80px;
}
@media(max-width: 768px){
  .box {
    padding: 80px 20px 20px;
  }
}
@media(max-width: 480px){
  .box {
    padding: 80px 30px 20px;
  }
  p {
    font-size: 14px;
  }
}
.passive_first {
  background: #F1F1EF;
  padding-left: 120px;
  padding-right: 120px;
}
.passive_inner {
  width: 100%;
  max-width: 870px;
  margin: auto;
}
@media(max-width: 768px){
  .passive_inner {
    max-width: 530px;
  }
  .passive_first {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media(max-width: 480px){
  .passive_inner {
    max-width: 280px;
  }
  .passive_first {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.passive_inner > div {
  position: relative;
}
.passive_first .block_top {
  background: #CADDCC;
  height: 551px;
}
.passive_first .block1 {
  background: #D6E5D8;
  height: 842px;
}
.passive_first .block2 {
  background: #C1DBE5;
  height: 947px;
}
.passive_first .block3 {
  background: #EFE9C9;
  height: 1293px;
}
.passive_title {
  max-width: 396px;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
}
.passive_inner h2 {
  padding-top: 150px;
  position: relative;
  left: -80px;
}
.passive_inner h3 {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media(max-width: 990px){
  .passive_inner h2 {
    font-size: 34px;
    left: -55px;
  }
  .passive_inner h3 {
  }
}
@media(max-width: 768px){
  .passive_inner h2 {
    font-size: 4.5vw;
    left: -55px;
  }
  .passive_inner h3 {
  }
}
@media(max-width: 480px){
  .passive_inner h2 {
    font-size: 18px;
    left: -38px;
    padding-top: 90px;
    width: 120%;
  }
  .passive_inner h3 {
    font-size: 18px;
  }
}
.passive_inner p {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.passive_inner > div > img {
  position: absolute;
  z-index: 999;
}
.passive_back01 {
  right: -108px;
  bottom: -220px;
}
.passive_back02 {
  right: 62px;
  bottom: 115px;
}
.passive_back03 {
  left: -64px;
  bottom: -203px;
}
.passive_back04 {
  left: -46px;
  top: 310px;
}
.passive_back05 {
  right: 30px;
  bottom: -60px;
}
.passive_back06 {
  right: -67px;
  top: 122px;
}
.passive_back07 {
  left: 25px;
  bottom: 418px;
}
.bottom_title {
  position: absolute;
  right: -129px;
  bottom: 102px;
}
@media(max-width: 990px){
  .passive_first .block_top {
    height: 551px;
  }
  .passive_first .block1 {
    height: 1409px;
    padding-top: 300px;
  }
  .passive_first .block2 {
    height: 1483px;
    padding-top: 330px;
  }
  .passive_first .block3 {
    height: 1582px;
  }
  .passive_back01 {
    right: -76px;
    bottom: -213px;
  }
  .passive_back02 {
    right: -5px;
    bottom: 300px;
  }
  .passive_back03 {
    left: -50px;
    bottom: -203px;
  }
  .passive_back04 {
    left: -46px;
    top: 740px;
  }
  .passive_back05 {
    right: 30px;
    bottom: -60px;
  }
  .passive_back06 {
    width: 70%;
    right: -85px;
    top: 500px;
  }
  .passive_back07 {
    width: 50%;
    left: -58px;
    bottom: inherit;
    top: 500px;
  }
  .bottom_title {
    font-size: 38px;
    position: absolute;
    right: -100px;
    bottom: 102px;
  }
}
@media(max-width: 768px){
  .passive_inner p {
    font-size: 14px;
  }
  .passive_first .block1 {
    padding: 220px 36px 100px;
  }
  .passive_first .block2 {
    padding-right: 36px;
    padding-left: 36px;
    padding-top: 210px;
  }
  .passive_first .block3 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .passive_title {
    width: 80%;
    top: -23px;
  }
  .passive_back01 {
    width: 90%;
    right: -76px;
    bottom: -151px;
  }
  .passive_back02 {
    right: -5px;
    bottom: 240px;
  }
  .passive_back03 {
    left: -33px;
    bottom: -108px;
  }
  .passive_back04 {
    left: -18px;
    top: 550px;
  }
  .passive_back05 {
    right: -5px;
    bottom: -43px;
    max-width: 300px;
  }
  .passive_back06 {
    width: 70%;
    right: -85px;
    top: 500px;
  }
  .passive_back07 {
    width: 50%;
    left: -58px;
    bottom: inherit;
    top: 500px;
  }
  .bottom_title {
    font-size: 38px !important;
    position: absolute;
    right: -100px;
    bottom: 102px;
  }
}
@media(max-width: 480px){
  .passive_first .block_top {
    height: 363px;
  }
  .passive_first .block1 {
    height: 1088px;
  }
  .passive_first .block2 {
    height: 1041px;
  }
  .passive_first .block3 {
    height: 1547px;
    padding-top: 250px;
  }
  .passive_back07 {
      width: 100%;
      left: -20px;
      bottom: inherit;
      top: 540px;
  }
  .passive_back06 {
      width: 100%;
      right: -20px;
      top: 860px;
  }
  .bottom_title {
    font-size: 20px !important;
    position: absolute;
    right: inherit;
    left: 15px;
    bottom: 102px;
    width: 120%;
  }
  .passive_back01 {
      width: 90%;
      right: -38px;
      bottom: -99px;
  }
}
.block2 ,
.block1 {
  padding: 200px 80px 100px;
}
.block3 {
  padding: 120px 80px 100px;
}
.block3 > div ,
.block2 > div ,
.block1 > div {
  width: 100%;
  max-width: 255px;
  position: relative;
}
.block2 > div {
  margin-left: auto;
}
.block3 > div h3 img ,
.block2 > div h3 img ,
.block1 > div h3 img {
  position: absolute;
  left: -57px;
  top: -66px;
}
.bottom_logo.box {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.sp_br {
  display: none;
}
@media(max-width: 768px){
  .sp_br {
    display: inline;
  }
  .bottom_logo.box p {
    text-align: left;
    padding-bottom: 20px;
  }
}

.pc_logo {
  display: block;
}
.sp_logo {
  display: none;
}
@media(max-width: 480px){
  .pc_logo {
    display: none;
  }
  .sp_logo {
    display: block;
  }
}










