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


/*******************************
* ResetCSS
*******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
  clear: both;
}

.flex_conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

body {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

a:hover { opacity: 0.7;}

.pc {
  display: block;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

/***********************
Utils
***********************/

.noto {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.noto_m {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.noto_b {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.noto_san {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.noto_san_m {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.noto_san_b {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.roboto_c {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.roboto_c_b {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.roboto_l {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.roboto_m {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.roboto_b {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.red {
  color: #D81159;
}


.fl { float: left;}
.fr { float: right;}

.inner {
  width: 1000px;
  margin: 0 auto;
}
.img_txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .fl,.fr { float: none;}
  .inner {width: 100%;}
}

/***********************
Header
***********************/

#header {
  position: relative;
  height: 683px;
  background:
    linear-gradient(to top left, rgba(255,255,255,0) 50%, #4F9FCC 50%) no-repeat top left/100% 100%,
    linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #73C0EB 50%) no-repeat top left/100% 100%;
}

#header .header_img {
  width: 855px;
  height: 703px;
  position: absolute;
  top: -20px;
  left: -93px;
}

#header .hero_inner {
  width: 464px;
  height: 453px;
  position: absolute;
  top: 103px;
  left: calc(50% + 140px);
  text-align: center;
  color: #fff;
}

#header .logo {
  width: 341px;
  height: 178px;
  margin: 0 auto 22px;
}

#header .logo_b {
  font-size: 18px;
  margin-bottom: 60px;
}

#header .hero_info:before {
  content: " ";
  display: block;
  width: 160px;
  height: 6px;
  background: #006BA6;
  margin: 0 auto 45px;
}

#header .name {
  font-size: 48px;
  margin-bottom: 20px;
}

#header .office_name {
  font-size: 32px;
}

#header a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 36px;
  margin: 0;
  padding: 8px 0 0;
  box-sizing: border-box;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 64px;
  height: 63px;
  background: #006ba6;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

#header a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 32px solid #006ba6;
  border-right: 32px solid #006ba6;
  border-bottom: 13px solid transparent;
}

#header a .ico {
  display: inline-block;
  width: 28px;
  margin: 0 auto 5px;
}

@media screen and (max-width: 768px) {
  #header {
    height: 100vh;
    background:
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #4F9FCC 50%) no-repeat top left/100% 24%,
      #73C0EB;
  }

  #header .header_img {
    width: 107%;
    height: auto;
    top: 78.6vw;
    left: -4.8%;
  }

  #header .hero_inner {
    width: 100%;
    height: auto;
    top: 7.4vw;
    left: 50%;
    transform: translateX(-50%);
  }

  #header .logo {
    width: 33.3%;
    height: auto;
    margin: 0 auto 5.3vw;
  }

  #header .logo_b {
    font-size: 12px;
    margin-bottom: 5.3vw;
  }

  #header .hero_info:before {
    content: " ";
    display: block;
    width: 21.3%;
    height: 0.8vw;
    margin: 0 auto 6.6vw;
  }

  #header .name {
    font-size: 36px;
    margin-bottom: 4.2vw;
  }

  #header .office_name {
    font-size: 24px;
  }

  #header a {
    right: 0;
  }
}

/***********************
Footer
***********************/

#footer {
  background: #F4F4F4;
  height: 112px;
  line-height: 112px;
}

.f_copyright {
  font-size: 14px;
  text-align: center;
  color: #999999;
}

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    line-height: 1;
    padding: 5.3vw 0;
  }

  .f_copyright {
    width: 60.8%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 12px;
  }
}


/***********************
Main
***********************/

#main {
}

.hero {
  text-align: center;
}

.page_header {
  text-align: left;
  padding: 40px 0;
}

.page_ttl {
  font-size: 24px;
}

.side_bar {
}

@media screen and (max-width: 768px) {
  .main {
  }
}
