@charset "UTF-8";
/* ===================================================
 共通
=================================================== */
/****************
 共通パーツ
****************/
img {
  width: 100%;
}
a {
  color: #000;
}


/** フォント **/
.tsukushi_r {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tsukushi_b {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.shuei_l {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.shuei_b {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}


/****************
 // 共通パーツ
****************/
/****************
 ヘッダー
****************/
header {
  background-color: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  filter: drop-shadow(0 2px 3px #aaa);
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  /* max-width: 1300px; */
 /*  padding: 0 3%; */
  padding: 0;
  max-width: 100%;
  height: 80px;
}
header .header-wrap .logo {
  width: 15%;
  min-width: calc(129px - 1%);
  max-width: 190px;
  padding-left: 1%;
}
header .header-wrap nav.pc {
  display: flex;
  justify-content: flex-end;
  width: 85%;
  height: 80px;
}
header .header-wrap nav.sp {
  display: none;
}
header .header-wrap nav.pc .menu-list {
  display: flex;
  align-items: center;
  width: 65%;
  justify-content: space-around;
  margin-right: 1%;
  margin-left: 1%;
  min-width: 338px;
}
header .header-wrap nav.pc .menu-list > li {
  height: 80px;
  line-height: 80px;
}
header .header-wrap nav.pc .menu-list > li > a {
  padding: 0 0.2em;
  display: inline;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
}
header .header-wrap nav.pc .menu-list > li > a::before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-color: #35C3BD;
  position: absolute;
  bottom: -6px;
  border-radius: 50px;
  transition: 0.2s ease;
}
header .header-wrap nav.pc .menu-list > li:hover > a::before {
  width: 100%;
}
/* header .header-wrap nav.pc .menu-list > li.blank a::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/link_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2em;
} */
header .header-wrap nav.pc .menu-list > li.haschild > ul.child {
  position: absolute;
  width: 100%;
  background-color: #FFF;
  padding: 1.5em;
  top: 70px;
  opacity: 0;
  display: none;
  transition: 0.2s ease;
}
header .header-wrap nav.pc .menu-list > li.haschild:hover > ul.child {
  display: flex;
  opacity: 1;
}
header .header-wrap nav.pc .menu-list > li > ul.child > li {
  height: 1em;
  line-height: 1em;
}
header .header-wrap nav.pc .menu-list > li > ul.child > li a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
header .header-wrap nav.pc .menu-list > li > ul.child > li a::before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-color: #35C3BD;
  position: absolute;
  bottom: -6px;
  border-radius: 50px;
  transition: 0.2s ease;
}
header .header-wrap nav.pc .menu-list > li > ul.child > li:hover a::before {
  width: 100%;
}
header .header-wrap nav.pc .menu-list > li > ul.child > li:not(:last-child) {
  margin-right: 5%;
}
header .header-wrap nav.pc .button-area {
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-y: hidden;
  min-width: 300px;
  max-width: 400px;
}
header .header-wrap nav.pc .button-area .line,
header .header-wrap nav.pc .button-area .doc-req {
  width: 64%;
  margin-right: 0.5em;
}
header .header-wrap nav.pc .button-area a {
  display: block;
}
header .header-wrap nav.pc .button-area a:hover {
  opacity: 0.7;
}
header .header-wrap nav.pc .button-area a img {
  display: block;
  height: auto;
}
/* 修正箇所 */
@media screen and (max-width: 1200px) {
  header .header-wrap nav.pc .menu-list > li > a {
    font-size: 0.7em;  
  }
}

/* ヘッダーのバナー */
.oc-header-banner{
  display: block;
  width: 320px;
  height: 80px;
}
/* フッターのバナー */
.oc_bannar_area{
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVQoU2NkIAIw4lAjBRV/BqKxKYIpAMljVYShAN0krAqQFeFUgE0R2A3oAJfvUNQRpQgAO4oGCrWwT7wAAAAASUVORK5CYII=);
  background-size: 14px;
  padding: 5em 10%;
  margin: 0 10%;
}
.oc_bannar_area a img:hover {
    opacity: 0.8;
}
.oc_bannar_area img {
    display: block;
    width: 100%;
    max-width: 700px !important;
    margin: auto;
    filter: drop-shadow(5px 10px 7px rgba(0,0,0,0.2));
}
.oc_bannar_area img:active {
    filter: inherit;
    transform: translate(10px, 5px);
}
.oc_bannar_area p {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: 1.3;
}

@media screen and (max-width:880px) {
  .oc_bannar_area{
    margin: 0;
    padding: 3em 10%;
  }
  .oc_bannar_area p {
    font-size: 1.5em;
  }
}
/* サイド部分 */
main .side-button a.to_oc{
  display: block;
  width: 48%;
  margin: 0 0 1.2em auto;
  transition: .2s;
}
main .side-button a.new_siryou{
  display: block;
  width: 48%;
  margin: 0 0 1.2em auto;
  transition: .2s;
}
main .side-button a.new_siryou:hover,
main .side-button a.to_oc:hover {
  width: 52%;
}
main .side-button a.new_siryou:active,
main .side-button a.to_oc:active {
  width: 48%;
}
/* 修正箇所終了 */

@media all and (max-width: 1020px) {
  header .header-wrap nav.pc {
    width: 85%;
  }
  header .header-wrap nav.pc .menu-list > li > a {
    font-size: 0.4em;
    padding: 0 0.2em;
  }
  header .header-wrap nav.pc .menu-list > li.blank a::after {
    width: 0.9em;
    height: 0.9em;
  }
}
@media all and (max-width: 973px) {
  header .header-wrap {
    height: 70px;
  }
  header .header-wrap .logo {
    width: 30%;
    padding-left: 1em;
    max-width: 150px;
    min-width: 100px;
  }
  header .header-wrap .logo a img {
    max-height: 65px;
    width: 100%;
  }
  header .header-wrap nav.pc {
    display: none;
  }
  header .header-wrap nav.sp {
    width: 67%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .oc-header-banner {
    width: 111px;
  }
    .oc-header-banner img {
    margin-top: 5px;
  }
  header .header-wrap nav.sp .button-area {
    width: 4.3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-right: 50px; */
  }
  header .header-wrap nav.sp .button-area .line,
  header .header-wrap nav.sp .button-area .doc-req {
    width: 48%;
    display: none;
  }
  header .header-wrap nav.sp .button-area a {
    display: block;
  }
  header .header-wrap nav.sp .button-area a:hover {
    opacity: 0.7;
  }
  header .header-wrap nav.sp .button-area a img {
    display: block;
    height: auto;
  }
  
  /** ハンバーガーメニュー **/
  header .sp-menu {
  }
  header .sp-menu .menu,
  header .sp-menu .menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    border-color: transparent;
    background: transparent;
  }
  header .sp-menu .menu {
    position: fixed;
    top: 23px;
    right: 15px;
    width: 30px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
  }
  header .sp-menu .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3ab9b3;
    z-index: 10;
  }
  header .sp-menu .menu span:nth-of-type(1) {
    top: 0px;
  }
  header .sp-menu .menu span:nth-of-type(2) {
    top: 10px;
  }
  header .sp-menu .menu span:nth-of-type(3) {
    bottom: -2px;
  }
  header .sp-menu .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    background-color: #FFF;
  }
  header .sp-menu .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .sp-menu .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    background-color: #FFF;
  }
  button:focus {
    outline:0;
  }
  header .sp-menu #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    opacity: 0;
    background-color: #82ddd9;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  header .sp-menu #nav .logo {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 2em;
  }
  header .sp-menu #nav .logo img {
    display: block;
    max-height: 65px;
    width: auto;
  }
  header .sp-menu #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    height: 100vh;
    overflow: scroll;
  }
  header .sp-menu #nav .top {
    padding: 0 2em;
  }
  header .sp-menu #nav .top ul li {
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
  }
  header .sp-menu #nav .top ul li:first-child {
    border-top: solid 2px #FFF;
  }
  header .sp-menu #nav .top ul li:last-child {
    border-bottom: none;
  }
  header .sp-menu #nav .top ul li a {
    display: block;
    padding: 0.6em 0;
    /* transition: 0.2s ease; */
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  header .sp-menu #nav .top ul li a:hover {
    color: #666;
  }
  header .sp-menu #nav .top ul li.banner a {
    background-color: #fc1a82;
    color: #fff;
    position: relative;
  }
  header .sp-menu #nav .top ul li.banner a img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
  }
  header .sp-menu #nav .bottom {
    padding: 0 2em 1em;
  }
  header .sp-menu #nav .bottom ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 2px #FFF;
    letter-spacing: 0;
    font-size: 0.8em;
  }
  header .sp-menu #nav .bottom ul li {
    width: calc(50% - 1px);
    border-top: solid 2px #FFF;
  }
  header .sp-menu #nav .bottom ul li:nth-child(odd) {
    border-right: solid 1px #FFF;
  }
  header .sp-menu #nav .bottom ul li:nth-child(even) {
    border-left: solid 1px #FFF;
  }
  header .sp-menu #nav .bottom ul li a {
    display: block;
    padding: 1.2em 0;
    /* transition: 0.2s ease; */
    color: #FFF;
    font-size: 1.1em;
    text-align: left;
    padding-left: 0.3em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  header .sp-menu #nav .bottom ul li a:hover {
    color: #666;
  }
  header .sp-menu #nav .bottom ul li.blank a::after {
    content: '';
    background-image: url(../img/common/link_button_white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    margin-left: 0.3em;
  }
  header .sp-menu #nav .bottom ul li.blank a:hover::after {
    background-image: url(../img/common/link_icon_hover.png);
  }
  header .sp-menu #nav .banner-area {
    padding: 0 1.5em 2em;
  }
  header .sp-menu #nav .banner-area a {
    display: block;
  }
  header .sp-menu #nav .banner-area a:hover {
    opacity: 0.7;
  }
  header .sp-menu #nav .banner-area a:first-child {
    margin-bottom: 1em;
  }
  header .sp-menu #nav .banner-area a img {
    display: block;
    height: auto;
  }
  /** // ハンバーガーメニュー **/
  @media all and (max-width: 480px) {
    header .header-wrap .logo {
      width: 40%;
      padding-left: 0.5em;
    }
    /*
    header .header-wrap nav.sp .button-area {
      width: 35%;
    }
    */
  }
}
/****************
 // ヘッダー
****************/
/****************
 content
****************/
main {
  position: relative;
  overflow: hidden;
}
/** breadcrumbs **/
main .breadcrumbs {
  width: 80%;
  margin: 1% auto;
  padding: 0 10%;
  max-width: 1024px;
}
main .breadcrumbs a:hover {
  opacity: 0.7;
}
main .breadcrumbs ul {
  display: flex;
}
main .breadcrumbs ul li:not(:last-child) {
  margin-right: 0.5em;
}
main .breadcrumbs ul li:not(:last-child)::after {
  content: '>';
}
main .breadcrumbs ul li.active {
  font-weight: bold;
}
/** // breadcrumbs **/
/** banner-area **/
main .banner-area {
  display: flex;
  width: 80%;
  padding: 0 10%;
  margin: 8% auto;
  max-width: 1224px;
  align-items: center;
}
main .banner-area .right a,
main .banner-area .left a {
  display: block;
}
main .banner-area .right a:hover,
main .banner-area .left a:hover {
  opacity: 0.7;
}
main .banner-area .right a img,
main .banner-area .left a img {
  display: block;
  height: auto;
}
@media all and (max-width: 768px) {
  main .banner-area {
    /* display: none; */
    flex-direction: column;
  }
  main .banner-area .right ,
  main .banner-area .left {
    margin-bottom: 5%;
  }
}
@media all and (max-width: 480px) {
  main .breadcrumbs {
    font-size: 0.8em;
  }
}
/** // banner-area **/
/** side-button **/
main .side-button {
  width: 20%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 30;
  opacity: 0;
  transition: 0.1s ease;
}
main .side-button.active {
  opacity: 1;
}
main .side-button a.siryou {
  display: block;
  width: 45%;
  margin: 0 auto;
  margin-right: 0;
  margin-bottom: -23%;
  transition: 0.2s;
}
main .side-button a.siryou:hover {
  width: 48%;
}
main .side-button a.siryou:active {
  width: 45%;
}
main .side-button a.line {
  display: block;
  margin: 0 auto;
  margin-right: 0;
  position: relative;
}
main .side-button a.line img {
  width: 56.7%;
  margin: 0 auto;
  margin-right: 0;
  transition: 0.2s;
}
main .side-button a.line img.hover {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: -100%;
}
main .side-button a.line:hover img {
  display: block;
  opacity: 0;
}
main .side-button a.line:active img {
  opacity: 0;
}
main .side-button a.line:hover img.hover {
  right: 0;
  opacity: 1;
}
main .side-button a.line:active img.hover {
  width: 95%;
}
main .side-button a img {
  display: block;
}

main .sp-side-button {
  display: none;
}
@media all and (max-width: 768px) {
  main .side-button {
    display: none;
  }

  main .sp-side-button {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 30;
    opacity: 0;
    transition: 0.1s ease;
  }
  main .sp-side-button.active {
    opacity: 1;
  }
  main .sp-side-button a.siryou {
    display: block;
    width: 45%;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: -23%;
    transition: 0.2s;
  }
  main .sp-side-button a.siryou:hover {
    width: 48%;
  }
  main .sp-side-button a.siryou:active {
    width: 45%;
  }
  main .sp-side-button a.line {
    display: block;
    margin: 0 auto;
    margin-right: 0;
    position: relative;
  }
  main .sp-side-button a.line img {
    margin: 0 auto;
    margin-right: 0;
    transition: 0.2s;
  }
  main .sp-side-button a.line img.hover {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: -100%;
  }
  main .sp-side-button a.line:hover img {
    display: block;
    opacity: 0;
  }
  main .sp-side-button a.line:active img {
    opacity: 0;
  }
  main .sp-side-button a.line:hover img.hover {
    right: 0;
    opacity: 1;
  }
  main .sp-side-button a.line:active img.hover {
    width: 95%;
  }
  main .sp-side-button a img {
    display: block;
  }
}
/** // side-button **/

/****************
 content
****************/
/****************
 フッター
****************/
footer {
  background-image: url(../img/common/footer_back.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
footer .footer-wrap.pc {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  padding-top: 12%;
  width: 80%;
  padding: 0 10%;
}
footer .footer-wrap.pc nav ul.parent {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .footer-wrap.pc nav ul.parent > li {
  width: 17%;
}
footer .footer-wrap.pc nav ul.parent > li:not(:first-child) {
  margin-left: calc(32% / 3);
}
footer .footer-wrap.pc nav ul.parent > li > a {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  border-bottom: dotted 1px;
  margin-bottom: 0.5em;
}
footer .footer-wrap.pc nav ul.parent > li > a:hover {
  opacity: 0.7;
}
footer .footer-wrap.pc nav ul.parent > li.blank > a::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/link_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2em;
}
footer .footer-wrap.pc nav ul.parent > li > ul.child > li > a:hover {
  opacity: 0.7;
}
footer .footer-wrap.pc nav ul.parent > li > ul.child > li:not(:last-child) > a {
  display: block;
  margin-bottom: 1em;
}
footer .footer-wrap.pc .logo {
  display: block;
  width: 25%;
  margin: 5% auto 2%;
}
footer .footer-wrap.sp {
  display: none;
}
footer .footer-wrap.pc .link-official {
  text-align: center;
  margin-bottom: 1%;
}
footer .footer-wrap.pc .link-official a {
  border: solid 1px;
  font-size: 1.1em;
  padding: 0.2em 1.6em;
  border-radius: 50px;
  display: inline-block;
}
footer .footer-wrap.pc .link-official a:hover {
  color: #fff;
  background-color: #000;
}
footer .footer-wrap.pc .sns {
  width: 13%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
footer .footer-wrap.pc .sns li {
  width: 17%;
}
footer .footer-wrap.pc .sns li a img {
  display: block;
}
footer .footer-wrap.pc .copyright {
  text-align: center;
  padding: 6% 0 2%;
}
footer .footer-wrap.pc .copyright p {
  font-size: 0.9em;
  text-shadow: 2px 2px 3px #fff, -2px -2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff;
}
@media all and (max-width: 1050px) {
  footer .footer-wrap.pc nav ul.parent > li {
    width: 22%;
  }
  footer .footer-wrap.pc nav ul.parent > li:not(:first-child) {
    margin-left: calc(12% / 3);
  }
  footer .footer-wrap.pc nav ul.parent > li > a {
    font-size: 1em;
  }
  footer .footer-wrap.pc nav ul.parent > li > ul.child > li > a {
    font-size: 0.9em;
  }
}
@media all and (max-width: 768px) {
  footer.sp {
    background-image: url(../img/common/m_footer.png);
  }
  footer .footer-wrap.pc {
    display: none;
  }
  footer .footer-wrap.sp {
    display: block;
  }
  footer .footer-wrap.sp .button-area {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 6%;
  }
  footer .footer-wrap.sp .button-area .inquiry,
  footer .footer-wrap.sp .button-area .access {
    width: 37%;
    text-align: center;
    padding: 0.7em 1em;
    border: solid 2px #35C3BD;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-wrap.sp .button-area .inquiry img ,
  footer .footer-wrap.sp .button-area .access img {
    width: auto;
    height: 20px;
    margin-right: 10px;
  }
  footer .footer-wrap.sp .sns {
    width: 52%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  footer .footer-wrap.sp .sns li {
    width: 17%;
  }
  footer .footer-wrap.sp .sns li a img {
    display: block;
  }
  footer .footer-wrap.sp .logo {
    display: block;
    width: 52%;
    margin: 10% auto 2%;
  }
  footer .footer-wrap.sp .link-official {
    text-align: center;
    margin-bottom: 1%;
  }
  footer .footer-wrap.sp .link-official a {
    border: solid 1px;
    font-size: 0.8em;
    padding: 0.9em 2.5em;
    border-radius: 50px;
    display: inline-block;
  }
  footer .footer-wrap.sp .copyright {
    text-align: center;
    padding: 10% 0 2%;
  }
  footer .footer-wrap.sp .copyright p {
    font-size: 0.7em;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 3px #fff, -2px -2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff;
  }
}
@media all and (max-width: 480px) {
  footer .footer-wrap.sp .button-area {
    width: 85%;
  }
  footer .footer-wrap.sp .button-area .inquiry,
  footer .footer-wrap.sp .button-area .access {
    font-size: 0.8em;
  }
  footer .footer-wrap.sp .logo {
    display: block;
    width: 52%;
    margin: 20% auto 2%;
  }
  footer .footer-wrap.sp .copyright {
    text-align: center;
    padding: 20% 0 2%;
  }
}
/****************
 // フッター
****************/
