<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* base style
=====================================================================*/

html, body, div, span, a, 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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
body {
  min-width: 1200px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
  background: #f7f5f2;
  font-size: 13px;
  color: #36302f;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
*::selection {
  background: #00a3d1;
  color: #fff;
}
.lock {
  overflow: hidden;
  position: relative;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  outline: none;
  padding: 9px 11px 10px;
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  background: #FBFBF9;
  border: #d9d5ca 1px solid;
  -webkit-appearance: none;
}
textarea {
  height: 200px;
  display: block;
}
input::placeholder,
textarea::placeholder {
  color: #AEAEA5;
  line-height: 1.5;
  position: relative;
  top: 1px;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin: 0 0 2px 0px;
  vertical-align: middle;
  cursor: pointer;
  border: #d9d5ca 1px solid;
}
.input-label {
  display: inline-block;
  margin: 0 30px 0 8px;
}
label {
  cursor: pointer;
}
input::-ms-clear {
  visibility: hidden;
}
button::-moz-focus-inner {
  border: 0px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
select {
  outline: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
}
table {
  border-collapse: collapse;
}
p {
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  p{letter-spacing: 0.05em;
  }
}
p.min {
  font-size: 13px;
}
dl,
dt,
dd {
  letter-spacing: 0.16em;
  line-height: 2.0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  dl,
  dt,
  dd{letter-spacing: 0.05em;
    }
}
img{
  vertical-align: top;
}
.img-wrap,
.thumb-wrap {
  position: relative;
}
.thumb {
  overflow: hidden;
}
.img-wrap img,
.thumb img {
  display: block;
  margin: auto;
}
.center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.sp-only {
  display: none !important;
}
.en-txt {
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    font-size: 16px;
  }
  html,
  body {
    -webkit-overflow-scrolling: touch;
  }
  input,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea {
    padding: 5px 2%;
    width: 100%;
  }
  body {
    width: 100%;
    min-width: initial;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  body.lock {
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only.inline {
    display: inline-block !important;
  }
  .input-label {
    margin: 0 15px 0 8px;
  }
  textarea {
    height: 180px;
  }
}
/* float設定 */
.float-wrap::after {
  display: block;
  content: "";
  clear: both;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
@media screen and (max-width:767px) {
  .float-l,
  .float-r {
    float: none;
  }
  .sp-float-l {
    float: left;
  }
  .sp-float-r {
    float: right;
  }
}
/* flex-box設定 */
.flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.pc-flex {
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) {
  .pc-flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  a img {
    transition: filter 0.3s ease;
  }
  a:hover img {
    filter: brightness(1.1);
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/* 見出し設定
=====================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0.08em;
  }
}

/* 文字色
=====================================================================*/


/* link, btn
=====================================================================*/
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
}
button {
  border: none;
  cursor: pointer;
  letter-spacing: 0.16em;
  background: none;
  outline: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
}
a.link {
  text-decoration: none;
}
a.link:hover {
  color:#fff;
  text-decoration: underline;
}
.btn-yellow {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  z-index: 2;
  padding: 10px 21px;
  color: #fff;
  font-size: 15px;
  background: #f9ba3b;
  border: none;
  border-radius: 6px;
  text-align: center;
  transition: background-color 0.3s ease;
}
@media screen and (min-width:768px) {
  .btn-yellow:hover {
    color: #fff;
    background: #00af95;
  }
}
@media screen and (max-width:767px) {
.btn-yellow {
    background: #f9ba3b;
    padding: 5px 5px;
    border: none;
    border-radius: 0;
    text-align: center;
  }
  .btn-yellow a{
    color: 000;
    font-style: nomal;
  }
}

.btn-blue {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 2;
  padding: 16px 0 0 20px;
  color: #273c67;
  background: #fff;
  border: 4px solid #273c67;
  border-radius: 6px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 390px;
  height: 67px;
  margin:0 auto;
  text-align: left;
}
.btn-blue::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 37px;
  height: 3px;
  background: #273c67;
  transition: right 0.3s ease;
}
.btn-blue::after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: transparent transparent #273c67 #273c67;
  transform: rotate(-135deg);
  transition: right 0.3s ease;
}
.btn-blue.btn-ext {
  padding: 16px 0 0 0;
  text-align: center;
}
.btn-blue.btn-ext::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 17px;
  left: -20px;
  top: 0;
  background: url(../image/common/icon-ext-blue.png) no-repeat 0 0;
  transition: none;
}
.btn-blue.btn-ext::after{
  display: none;
}

@media screen and (min-width:768px) {
  .btn-blue:hover {
    color: #fff;
    background: #273c67;
  }
  .btn-blue:hover::before{
    background: #fff;
    right: 20px;
    transition: all 0.3s ease;
  }
  .btn-blue:hover::after{
    border-color: transparent transparent #fff #fff;
    right: 20px;
    transition: all 0.3s ease;
  }
  .btn-blue.btn-ext:hover::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 17px;
    left: -20px;
    top: 0;
    background: url(../image/common/icon-ext-wt.png) no-repeat 0 0;
    transition: none;
  }
}

@media screen and (max-width:767px) {
  .btn-blue {
    padding: 14px;
    color: #fff;
    background: #273c67;
    width: 90%;
    height: auto;
    font-size: 15px;
  }
  .btn-blue::before{
    top: 50%;
    right: 7px;
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .btn-blue::after{
    top: calc(50% - 3px);
    right: 7px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
  }
  .btn-blue.btn-ext {
    padding: 14px;
  }
  .btn-blue.btn-ext::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 17px;
    left: -20px;
    top: 0;
    background: url(../image/common/icon-ext-wt.png) no-repeat 0 0;
    transition: none;
  }
}
/* scroll
=====================================================================*/

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  box-sizing: border-box;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  transform: scale(var(--ggs,1));
  width: 50px;
  height: 50px;
  background-color: #273c67;
  border-radius: 100px;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
#page-top::before{
}
#page-top::after{
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 4px solid;
  border-right: 4px solid;
  transform: rotate(-45deg);
  color: #fff;
  right: 17px;
  bottom: 4px
}

@media screen and (max-width:767px) {
  #page-top a {
    transform: scale(var(--ggs,1));
    width: 40px;
    height: 40px;
    background-color:#000;
    border-radius: 0;
    }

  #page-top::after{
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    color: #fff;
    right: 16px;
    bottom: 3px
  }
}

/* スマホのみ改行
=====================================================================*/
@media screen and (min-width:768px) {
    br.sp-br{
      display: none;
  }
}


/* header
=====================================================================*/
.header-wrap{
  width: 100%;
  position: fixed;
  top:0;
  left: 0;
  z-index: 1000;
  background-color: #FFF;
}
.header{
  width: 1140px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  top:0;
  left: 0;
}
.header-logo{
  position: absolute;
  top: 6px;
  left: 0;
}
.header-logo a {
  display: block;
}
.header-logo img{
  width: 185px;
}
.header-logo p {
  position: absolute;
  top: 60px;
  left: 30px;
  font-weight: normal;
}
.header-nav-wrap{
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
}
.header-nav {
  display: flex;
}
.header-nav ul{
  overflow: hidden;
  margin-right: 20px;
}
.header-nav li{
  height: 100px;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  color: #1a1a1a;
  cursor: pointer;
}
.header-nav li a{
  display: block;
  padding: 40px 5px;
  position: relative;
}
.header-nav li.header-contact{
  width: 133px;
  height:40px;
  padding: 0;
  margin-right: 0;
}
.header-nav li.header-contact a {
  display: block;
  padding: 12px 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .header-nav li.home{
    display: none;
  }
  .global-header-nav-trriger{
    display: none;
  }
  .header-nav li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #1A2C3D;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header-nav li.header-contact::after{
    display: none;
  }
  .header-nav li.current::after{
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
    height: 3px;
      background: #1A2C3D;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: right top;
              transform-origin: right top;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
    }

  .header-nav li:hover::after {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: left top;
              transform-origin: left top;
  }
}
@media screen and (max-width:767px) {
  .header{
    width: 100%;
    height: 66px;
  }
  .header-logo{
    top: 6px;
    left: 30px;
  }
  .header-logo img{
    width: 116px;
  }
  .header-logo p{
    font-size: 8px;
    position: absolute;
    top: 35px;
    left: 20px;
    width: 116px;
  }
  .global-header-nav-trriger{
    position: absolute;
    right: 30px;
    width: 40px;
    height: 40px;
    margin: 11px 0 0 0;
    cursor: pointer;
    z-index: 20000;
  }
  .global-header-nav-trriger span{
    position: absolute;
    left: 7px;
    width: 25px;
    height: 1px;
    background-color: #1a315e;
  }
  .global-header-nav-trriger span:nth-of-type(1) {
    top: 10px;
  }
  .global-header-nav-trriger span:nth-of-type(2) {
    top: 20px;
    background-color: #1a315e;
  }
  .global-header-nav-trriger span:nth-of-type(3) {
    top: 30px;
  }
  .global-header-nav-trriger.clicked{
    background-color: red;
  }
  .global-header-nav-trriger.clicked  span{
    transition: all 0.3s;
  }
  .global-header-nav-trriger.clicked span:nth-of-type(1) {
    transform: rotate(45deg);
    background-color: #fff;
    top: 20px;
  }
  .global-header-nav-trriger.clicked span:nth-of-type(2) {
    width: 0px;
  }
  .global-header-nav-trriger.clicked span:nth-of-type(3) {
    transform: rotate(-45deg);
    background-color: #fff;
    top: 20px;
  }
  .header-nav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
  }

  .header-nav-inner {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
  }
  .header-nav-items {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .header-nav li.header-nav-item {
    margin: 0 0 20px 0;
    color: #fff;
    opacity: 0;
    -webkit-transform: scale(0) translate3d(50px, 0, 0);
            transform: scale(0) translate3d(50px, 0, 0);
    -webkit-transition-property: opacity transform;
    transition-property: opacity transform;
    z-index: 1001;
  }
  .header-nav li.header-nav-item a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.13em;
    padding: 10px ;
  }
  .header-nav-item a span {
    display: none;
  }
  .header-nav::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #293064;
    border-radius: 150px;
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .header-nav.is-open {
    z-index: 1000;
    pointer-events: auto;
  }
  .header-nav.is-open .header-nav-item {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header-nav.is-open .header-nav-item:nth-child(1) {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }

  .header-nav.is-open .header-nav-item:nth-child(2) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }

  .header-nav.is-open .header-nav-item:nth-child(3) {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }

  .header-nav.is-open .header-nav-item:nth-child(4) {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }

  .header-nav.is-open .header-nav-item:nth-child(5) {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }

  .header-nav.is-open .header-nav-item:nth-child(6) {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }

  .header-nav.is-open .header-nav-item:nth-child(7) {
    -webkit-transition-delay: .9s;
            transition-delay: .9s;
  }

  .header-nav.is-open .header-nav-item:nth-child(8) {
    -webkit-transition-delay: 1.0s;
            transition-delay: 1.0s;
  }

  .header-nav.is-open .header-nav-item:nth-child(9) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }

  .header-nav.is-open::after {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }

  .global-header-nav-trriger.is-open span {
    top: 20px;
    left: 5px;
    background: #fff;
  }

  .global-header-nav-trriger.is-open span:nth-child(1) {
    width: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .global-header-nav-trriger.is-open span:nth-child(2) {
    width: 26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .global-header-nav-trriger.is-open span:nth-child(3) {
    opacity: 0;
    visibility: hidden;
  }
  .header-nav ul{
    position: relative;
    margin-right: 0px;
  }
  .header-nav li {
    height: auto;
  }
  .header-nav li a{
    display: block;
    padding: 0;
    position: relative;
  }
  .header-nav li.header-contact{
    width: 215px;
    font-size:17px;
    padding: 0;
    display: inline-block;
  }
  .header-nav li.header-contact a {
    display: block;
    padding: 12px 0 12px 30px;
    position: relative;
    font-size: 13px;
    font-weight:normal;
    color: #000;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    letter-spacing: 0.13em;
  }
    .header-nav li.header-contact a::before{
    content:"";
    display:inline-block;
    position: absolute;
    left:10px;
    top: 16px;
    width:80px;
    height:60px;
    background:url(../image/common/ico-sp-contact.png) no-repeat 20px 0;
  }
}
/* footer
=====================================================================*/
.footer-wrap {
  width: 100%;
  background-color: #212a37;
}
.footer {
  text-align: center;
}
.footer-contact {
  background: url("../image/common/bg-footer-contact-01.jpg") scroll top center;
  background-color: #5e5a5c;
  text-align: center;
  padding: 60px 0;
}
.footer-contact-text {
  font-size: 20px;
  color: #fff;
}
.footer-contact-text p {
  margin-bottom: 0;
}
.footer-contact-mail{
  width: 500px;
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
}
.footer-contact-mail a{
  background-color:#fff;
  padding: 50px 0;
  display: block;
}
p.pc-footer-contact-mail img{
  position: relative;
  width: 43px;
  height: 30px;
  margin-bottom: 22px;
  top: 0;
}
.footer-contact-mail dt{
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-contact-mail dd{
  font-size: 13px;
  line-height: 1.4em
}
.footer-about {
  width: 1020px;
  margin: 0 auto;
  color:#fff;
  display: flex;
  flex-direction: row;
}
.footer-logo {
  margin-top: 27px;
  width: 400px;
  display: inline-block;
}
.footer-logo img{
  width: 200px;
}
.footer-logo p{
  font-size: 12px;
  color: #a6adb6;
}
.footer-nav a {
  color: #a6adb6;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.pc-footer-nav-list{
  margin-top: 54px;
  display: flex;
}
.pc-footer-nav-list ul{
  margin-right: 50px;
  margin-bottom: 38px;
}
.pc-footer-nav-list li {
  margin-bottom: 5px;
  text-align: left;
}
.pc-footer-nav-list a.ico-external::after{
  content:"";
  display:inline-block;
  vertical-align: middle;
  width:40px;
  height:20px;
  background:url(../image/common/ico-footer-external01.png) no-repeat 20px 2px;
}
.copyright {
  width: 100%;
  padding: 30px 0;
  margin: 0;
  color: #a6adb6;
  text-align: center;
  border-top: 1px solid #a6adb6;
}
.copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}
@media screen and (min-width:768px) {
  p.sp-footer-contact-mail{
    display: none;
  }
  .sp-footer-nav-list{
    display: none;
  }
  .pc-footer-nav-list a:hover {
    text-decoration: underline;
    color: #CCC;
  }
}
@media screen and (max-width:767px) {
  .footer-contact {
    background-size: cover;
  }
  .footer-contact-text {
    font-size: 14px;
    color: #fff;
  }
  .footer-contact-mail{
    width: 80%;
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .footer-contact-mail a {
    padding: 30px 15px;
  }
  p.pc-footer-contact-mail{
    display: none;
  }
  p.sp-footer-contact-mail{
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }
  p.sp-footer-contact-mail img{
    margin-right: 10px;
    width: 30px;
    height: auto;
  }

  .footer-contact-mail dt{
    display: none;
  }
  .footer-contact-mail dd{
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6em
  }
  .footer-about {
    width: 100%;
    margin: 0 auto;
    color:#fff;
    display: flex;
    flex-direction: column;
  }
  .footer-nav {
    width: 100%;
    display: block;
  }
  .footer-logo{
    width: 90%;
    padding: 0 10px;
    margin: 30px auto 0 auto;
    text-align: center;
    position: relative;
  }
  .footer-logo.img {
    max-width: 94px;
    width: auto;
    height: auto;
  }
  .footer-logo p{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 2px 20px;
  }
  .pc-footer-nav-list{
    display: none;
  }
  .sp-footer-nav-list{
    margin-top: 40px;
    width: 100%;
    text-align: center;
    column-count: 2;
    column-gap: 0;
    border: 1px solid #a6adb6;
    border-width: 1px 0 0 0;
  }
  .sp-footer-nav-list li{
    border: 1px solid #a6adb6;
    border-width: 0 1px 1px 0;
    height: 49px;
    margin: 0;
    position: relative;
  }
  .sp-footer-nav-list li:nth-child(n+5){
    border-width: 0 0 1px 0;
  }
  .sp-footer-nav-list li a{
    display: block;
    font-size: 12px;
    position: relative;
    top:calc(100% / 3 - 6px);
    transition: none;
  }
  .sp-footer-nav-list a.ico-external::after{
    content:"";
    position: absolute;
    display: block;
    width:40px;
    height:40px;
    right: 0;
    top: 7px;
    background:url(../image/common/ico-footer-external02.png) no-repeat;
    background-size: 30%;
  }
  .copyright {
    padding: 16px 0 30px;
    margin: 0;
    border-top-width: 0;
  }
}

/* TOPIMAGE
=====================================================================*/
.top-img-wrap{
  position: relative;
  background-color: #00a3d1;
}
.top-img{
  width: 100%;
  height: 570px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: url(../image/top/bg-top-01.png) no-repeat center top;
}
.top-img-txt{
  display: inline-block;
  margin: 80px auto 0 80px;
  text-align: left;
  width: 1200px;
}
.top-img-txt img{
  display: block;
  width: 278px;
  margin-bottom: 20px;
}
.top-img-wrap p{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.3em;
  color: #444;
}
.top-img-wrap p span.main-text{
  font-size: 75px;
  color: #f9ba3b;
}
@media screen and (min-width:768px) {
  .top-sp-bg {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .top-img-wrap{
    height: auto;
  }
  .top-img-txt{
    display: inline-block;
    margin: 20px auto 0 80px;
    text-align: left;
  }
  .top-img-wrap p{
    font-size: 9px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.3em;
    color: #444;
  }
  .top-img-wrap p span.main-text{
    font-size: 18px;
    color: #f9ba3b;
  }
  .top-img{
    height: auto;
    background: none;
  }
  .top-sp-bg {
    position: relative;
    z-index: 1;
    top: 0;
  }
  .top-img-txt img{
    display: block;
    margin-bottom: 0;
  }
  .top-img-txt{
    width: 100%;
    position: absolute;
    bottom: 22px;
    left: 11%;
    display: inline-block;
    margin: 0 auto;
    z-index: 2;
  }
  .top-img-txt img{
    width: 117px;
    height: auto;
  }

}


/* Bar for Scroll
=====================================================================*/
.tlbar-wrap {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.tlbar {
  display: block;
  transform: rotate(90deg);
  transform-origin:right top;
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: 20;
}
.tlbar p{
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  margin: 0 15px 0 0;
  color: #1a315e;
  vertical-align: middle;
}
.tlbar-line{
  content: "";
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  width: 90px;
  height: 1px;
  background-color:#1a315e;
  position: relative;
}
.tlbar-line::after{
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color:#1a315e;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: scroll-ball 1.5s cubic-bezier(.645, .045, .305, 1) 0s infinite;
}
@media screen and (max-width:767px) {
  .tlbar-wrap {
    width: 100%;
  }
  .tlbar {
    bottom: -155px;
    right: 15px;
  }
  .tlbar p{
    font-size: 10px;
  }
  .tlbar-line{
    width: 60px;
  }
  .tlbar-line::after{
    animation: scroll-ball 1.5s cubic-bezier(.645, .045, .305, 1) 0s infinite;
  }
}


@keyframes scroll-ball {
  0% {
    left: 0;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}


/* SECTION
=====================================================================*/
main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0 0 0;
  z-index: 0 !important;
}
section {
  margin: 0 auto;
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
  main {
    padding: 66px 0 40px 0;
  }
}


/* ABOUT
=====================================================================*/
.top-about-wrap {
  width: 100%;
  background-color: #f6f6f6;
  position:relative;
  padding: 117px 0 80px;
}
.top-about {
  max-width: 1680px;
  text-align: center;
  margin: 0 auto;
}
.top-about-hgroup h2{
  font-size:30px;
}
.top-about-hgroup p{
  font-weight: bold;
  font-size: 18px;
}
.top-about &gt; p{
  font-size: 15px;
}
.top-about-list{
  width: 1200px;
  height: 760px;
  margin:60px auto 10px;
  position: relative;
}
.top-about-list img{
  width: 1140px;
  min-width: 1140px;
  height: auto;
  display: block;
  position: absolute;
}
.top-about-list dl{
  display: inline-block;
  position:  absolute;
}
.top-about-list dt{
  color: #f9ba3b;
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.top-about-list dd{
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 16px 20px;
  color: #273c67;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8em;
  border: solid 5px #273c67;
  box-sizing: border-box;
}
/*奇数番目の項目*/
.top-about-list dl:nth-child(even) dd::before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 14px solid #fff;
  z-index: 2;
}
.top-about-list dl:nth-child(even) dd::after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #273c67;
  z-index: 1;
}
/*偶数番目の項目*/
.top-about-list dl:nth-child(odd) dd::before{
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.top-about-list dl:nth-child(odd) dd::after{
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #273c67;
  z-index: 1;
}
/*1番目の項目の位置*/
 .top-about-list dl:nth-of-type(1){
  top: 145px;
  left: -20px;
 }
/*2番目の項目の位置*/
 .top-about-list dl:nth-of-type(2){
  bottom: 80px;
  left: 255px;
 }

/*3番目の項目の位置*/
 .top-about-list dl:nth-of-type(3){
  top:  -20px;
  right: 340px;
}
/*4番目の項目の位置*/
 .top-about-list dl:nth-of-type(4){
  bottom: 220px;
  right: 88px;
 }
.top-about-support{
  margin-bottom: 60px;
}

/*タイトル位置*/

.top-about-list dl:nth-of-type(3) dt{
 text-align: center;
}


.top-about-list dl:nth-of-type(2) dt{
 position: absolute;
 top:160px;
 left: -16px;
 white-space: nowrap;
}

.top-about-list dl:nth-of-type(4) dt{
 position: absolute;
 top:100px;
 left: 70px;
}


@media screen and (min-width:768px) {
  .sp-top-about-list,
  .sp-top-about-list-swipe {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .top-about-wrap {
    padding: 40px 0 40px;
  }
  .top-about{
    width: 100%;
  }
  .top-about p{
    font-size:14px;
  }
  .top-about-hgroup{
  }
  .top-about-hgroup h2{
    font-size:20px;
  }
  .pc-top-about-list{
    display: none;
  }
  .top-about-list{
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: 450px;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    margin-bottom: 40px;
  }
  .top-about-list::-webkit-scrollbar{
    height: 22px;
  }
  .top-about-list::-webkit-scrollbar-thumb{
    width: 40px;
    height: 22px;
    border-radius: 11px;
    background:#4e5660;
  }
  .top-about-list::-webkit-scrollbar-track{
    background:#4e5660;
  }
  .top-about-support .btn-blue{
    width: 80%;
  }
  .sp-top-about-list img {
    min-width: initial;
    max-width: initial;
    width: auto;
    height: 400px;
    position: relative;
    z-index: 1;
  }
  .sp-top-about-list {
    position: relative;
  }
  .sp-top-about-list-swipe {
    display: block;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 55px);
    bottom: 0;
    margin: auto;
    z-index: 10;
    transition: opacity 0.3s ease;
  }
  .sp-top-about-list-swipe img {
    width: 110px;
    height: auto;
  }
  .sp-top-about-list-swipe.is-swiping {
    opacity: 0;
  }
}
/* RISK
=====================================================================*/
.top-risk-wrap{
  background-color: #eae9e8;
  width: 100%;
  overflow: visible;
}
.top-risk{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px;
  text-align: center;
  position: relative;
}
.top-risk h2{
  font-size:16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 48px;
}
.top-risk h2 .txt-marker{
  font-size: 30px;
  background:linear-gradient(transparent 60%, #f7d622 60%);
}
.top-risk-list ul{
}
.top-risk-list ul li{
  width: 300px;
  background-color: #fff;
  font-size:14px;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  margin: 8px;
}
.top-risk::after{
  content: '';
  position: absolute;
  top: 90%;
  left: calc(50% - 200px);
  width: 0;
  height: 0;
  border-top: 125px solid #f7d622;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  z-index: 3 !important;
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
  .top-risk{
    width:90%;
  }
  .top-risk h2{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;
  }
  .top-risk-list ul li{
    width: 90%;
    padding: 15px;
    font-size:12px;
    font-weight: normal;
  }
  .top-risk::after{
    content: '';
    position: absolute;
    top: 90%;
    left: calc(50% - 120px);
    width: 0;
    height: 0;
    border-top: 100px solid #f7d622;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    z-index: 3 !important;
  }
}
/* SUGGEST
=====================================================================*/
.top-suggest-wrap{
  width: 100%;
  background-color: #f9ba3b;
  z-index: 0 !important;
  padding: 100px 0 236px;
  margin-bottom: 100px;
}
.top-suggest{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.top-suggest h2{
  font-size:30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 48px;
}
.top-suggest h2 span::before{
  content:"";
  display:inline-block;
  position: absolute;
  left: -80px;
  top: 0;
  width:80px;
  height:60px;
  background:url(../image/top/img-suggest-02.png) no-repeat left 0;
}
.top-suggest h2 span::after{
  content:"";
  display:inline-block;
  position: absolute;
  right: -90px;
  top: 0;
  width:80px;
  height:60px;
  background:url(../image/top/img-suggest-03.png) no-repeat left 0;
}
.top-suggest h2 span{
  display: inline-block;
  position: relative;
}
.top-suggest-list ul{
  text-align: left;
  width: auto;
  margin: 0 auto;
}
.top-suggest-list li::before{
  content:"";
  display:inline-block;
  width:29px;
  height:22px;
  background:url(../image/top/img-suggest-04.png) no-repeat left 50%;
  vertical-align: middle;
}
.top-suggest-list li{
  box-sizing:border-box;
  position: relative;
  display:inline-block;
  width: 580px;
  background-color: #fff;
  font-size:15px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 20px;
  border-radius: 10px;
  margin: 8px;
  box-shadow: 4px 4px;
  z-index: 2 !important;
}
.top-suggest li span{
  margin-left: 20px;
  display:inline-block;
}
.top-suggest-img{
  position: absolute;
  top:  300px;
  left: 650px;
  z-index: 0 !important;
}
@media screen and (min-width:768px) {
}
@media screen and (max-width: 767px) {
  .top-suggest h2{
    font-size: 16px;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
  }
  .top-suggest h2 span::before{
    position: absolute;
    top: 5px;
    left: -30px;
    width:40px;
    height:50px;
    background-size:80%;
  }
  .top-suggest h2 span::after{
    position: absolute;
    top: 5px;
    right: -30px;
    width:40px;
    height:50px;
    background-size:80%;
  }
  .top-suggest{
    width: 100%;
  }
  .top-suggest-list ul{
    text-align: center;
  }
  .top-suggest-list li::before{
    content:"";
    display:inline-block;
    vertical-align: middle;
    width:29px;
    height:22px;
    background:url(../image/top/img-suggest-04.png) no-repeat left top;
  }
  .top-suggest-list li{
    padding: 10px;
    width: 90%;
    font-size: 12px;
  }
  .top-suggest-list li span{
    vertical-align: middle;
  }
  .top-suggest-img{
    position: relative;
    top: auto;
    left: 0;
    bottom: -40px;
    z-index: 0 !important;
  }
  .top-suggest-wrap{
    width: 100%;
    background-color: #f9ba3b;
    z-index: 0 !important;
    padding: 60px 0 0 0;
    margin-bottom: 30px;
  }
}


/* 下層コンテンツ・トップ
=====================================================================*/
.contents-top-wrap{
  background: url(../image/contents/headimage-01.jpg) 420px no-repeat scroll #fff;
  background-size: contain;
  max-height: 280px;
  max-width: 1263px;
  margin: 0 auto;
}
.contents-top-wrap02{
  background: url(../image/contents/headimage-03.jpg) 420px no-repeat scroll #fff;
  background-size: contain;
  max-height: 280px;
  max-width: 1263px;
  margin: 0 auto;
}
.contents-top{
  height: 310px;
  width: 1140px;
  margin: 0 auto;
  position:relative;
}
.contents-top h2{
  position: relative;
  top:118px;
  left: 0;
  color: #174159;
  line-height: 3em;
  font-weight: bold;
}
.contents-top h2 span{
  display: block;
  font-size: 35px;
  letter-spacing: 0.2em;
  -webkit-text-shadow: 0 0 10px #fff;
  -moz-text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
  color: 000;
  }
.contents-top-root{
  text-align: right;
}
.contents-top-root ul{
  width: 100%;
  max-width: 1140px;
  height: 70px;
  margin: 0 auto;
}
.contents-top-root li{
  display: inline-block;
  font-size: 12px;
}
.contents-top-root li:nth-last-child(n+2){
  position: relative;
}
.contents-top-root li:nth-last-child(n+2)::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 5px;
  border-bottom : 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  margin-left: 20px;
  margin-right: 14px;
  position: relative;
  bottom: 3px;
}

@media screen and (max-width:767px) {
  .contents-top-wrap{
    background: url(../image/contents/headimage-02.jpg) top center no-repeat scroll #fff;
  }
  .contents-top-wrap02{
    background: url(../image/contents/headimage-04.jpg) top center no-repeat scroll #fff;
  }
  .contents-top{
    height: 207px;
    width: 100vw;
    margin: 0 auto;
    position:relative;
    box-sizing: border-box;
  }
  .contents-top h2{
    position: relative;
    top: 70px;
    left: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
  .contents-top h2 span{
    font-size: 25px;
    color:#fff;
  -webkit-text-shadow: 0 0 10px #000;
  -moz-text-shadow: 0 0 10px #000;
  text-shadow: 0 0 10px #000;
  }
  .contents-top h2 span.contents_h2_white{
    color:#fff;
  -webkit-text-shadow: 0 0 10px #000;
  -moz-text-shadow: 0 0 10px #000;
  text-shadow: 0 0 10px #000;
  }
  .contents-top h2 span.contents_h2_black{
    color:#174159;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  }
  .contents-top-root{
    width: 100%;
    text-align: right;
    background-color: #fff;
    padding-top: 20px;
  }
  .contents-top-root ul{
    width: 90%;
    display: block;
    height: 44px;
  }
  .contents-top-root{
    margin: 0 20px 18px 0;
  }

  .contents-top-root ul{
    height: 44px;
  }
}

/* 下層コンテンツ・セクション
=====================================================================*/

.contents-wrap section:nth-child(odd){
  background-color: #f6f6f6;
}
.contents-wrap section:nth-child(even){
  background-color: #fff;
}
.contents{
  max-width: 923px;
  margin: 0 auto;
  padding: 118px 0 80px;
  text-align: center;
}
.contents h2{
  font-size: 30px;
  display: inline-block;
}
.contents h2.border{
  background:linear-gradient(transparent 60%, #f7d622 60%);
}
.contents h2 + p{
  text-align: center;
  font-size: 20px;
  margin-bottom: 37px;
}
.contents p{
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
.contents dt{
  font-size: 18px;
  color: #1a315e;
}
.contents dd{
  font-size: 14px;
  text-align: left;
}
.contents-support{
  width: 960px;
  margin: 84px 0 0;
}
.contents-support ul{
  height: 120px;
}
.contents-support ul li{
  height: 60px;
  float: left;
  width: 22.917%;
  margin: 10px 10px 20px;
  vertical-align: bottom;
}
.contents-support ul li img{
  max-height: 60px;
}
.contents-flow{
  width: 925px;
  margin-top: 84px;
}
.contents-flow dl{
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 12px;
  display: block;
  position: relative;
}
.contents-flow dl:nth-child(n+2){
  margin-top: 16px;
}
.contents-flow  dt{
  font-size: 14px;
  text-align: left;
}
.contents-flow  dd{
  font-size: 20px;
  text-align: left;
  position: relative;
  letter-spacing:0.1em;
}
.contents-flow dl:nth-last-of-type(n+2) dd::after{
  content:"";
  display: block;
  position: absolute;
  bottom:-100px;
  right:0;
  left:0;
  margin: auto;
  width:70px;
  height:70px;
  background:url(../image/contents/contents-arrow01.png) no-repeat 0 0, center;;
  background-size: 100%;
  z-index: 100;
}
.contents .col2{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contents-flow.col2 dl{
  width:450px;
}
.contents-flow.col2 dl:nth-last-of-type(n+2) dd::after{
  content:"";
  display: block;
  position: absolute;
  top:0;
  bottom:0;
  left:395px;
  margin: auto;
  width:70px;
  height:70px;
  background:url(../image/contents/contents-arrow02.png) no-repeat 0 0, center;
  background-size: 100%;
  z-index: 100;
}
.contents-flow.col2 dl:nth-child(n+2){
  margin-top: 0;
}
.contents-flow dt, .contents-flow dd{
  flex-direction: column;
}
.contents-images{
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}
.contents-images img.half{
  width: 50%;
}
.contents-btn{
  margin-top: 88px;
  text-align: center;
}
.contents-btn + p{
  width: 520px;
  margin:46px auto;
}

.contents-btn + p.tech{
  display: inline-block;
  text-align: center;
  padding-top: 0;
}
.contents-pdf{
  width: 663px;
  margin:63px auto 43px;
}
.contents-pdf + p{
  text-align: center;
}
@media screen and (max-width:767px) {
  .contents h2{
    font-size: 30px;
    display: inline-block;
  }
  .contents h2.border{
    background:linear-gradient(transparent 60%, #f7d622 60%);
  }
  .contents-wrap{
    width: 100%;
  }
  .contents{
    width: 90%;
    padding: 30px 0 54px;
    box-sizing:border-box
  }
  .contents h2{
    font-size: 20px;
    display: inline;
  }
  .contents p{
    font-size: 14px;
    margin-top: 30px;
  }
  .contents h2 + p {
    font-size: 14px;
  }
  .contents-btn + p{
    width: 90%;
    margin:46px auto;
  }
  .contents dl{
    text-align: left;
  }
  .contents-support{
    width: 100%;
    margin: 40px auto;
    height: 100px;
  }
  .contents-support ul li{
    width: 18.634%;
    margin: 0 10px 30px;
  }
  .contents-flow{
    width: 100%;
    margin-top: 40px;
  }
  .contents-flow dl:nth-child(n+2){
    margin-top: 12px;
  }
  .contents-flow dl{
    padding: 23px;
  }
  .contents-flow dl:nth-last-of-type(n+2) dd::after{
    content:"";
    display: block;
    position: absolute;
    top:50%;
    right:0;
    left:0;
    margin: auto;
    width:55px;
    height:55px;
    background:url(../image/contents/contents-arrow01.png) no-repeat 0 0, center;
    background-size: 100%;
  }
.contents-flow.col2 dl:nth-last-of-type(n+2) dd::after{
    content:"";
    display: block;
    position: absolute;
    bottom:-170%;
    right:0;
    left:0;
    margin: auto;
    width:55px;
    height:55px;
    background:url(../image/contents/contents-arrow01.png) no-repeat 0 0, center;
    background-size: 100%;
  }
  .contents .col2{
    display: block;
  }
  .contents-flow.col2 dl{
    width:100%;
    margin-bottom: 20px;
  }
  .contents-flow dt, .contents-flow dd{
    flex-direction: column;
  }
  .contents-images{
    flex-direction: column;
    justify-content: center;
  }
  .contents-images img{
    display: block;
    width: 100%;
    height: auto;
  }
  .contents-images img.half{
    width: 100%;
  }
  .contents-images img:nth-child(n+2){
    margin-top: 12px;
  }
  .contents-btn{
    margin-top: 88px;
  }
}

.contents-pdf{
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.contents-pdf h2{
  font-size: 24px;
  margin-bottom: 35px;
  display: block;
}
.contents-pdf img{
  text-align: center;
}
.contents-pdf p{
  margin-top:46px;
  text-align: center;
}
.contents-pdf p.ico-pdf::before{
  content: url(../image/contents/ico-pdf01.png);
  vertical-align: middle;
  padding-right: 20px;
}
@media screen and (max-width:767px) {
  .contents .contents-pdf h2{
    font-size: 17px;
    margin-bottom: 35px;
    display: block;
  }
  .contents-pdf p.ico-pdf {
    font-size: 13px;
  }
}
.contents-corporate{
  text-align: left;
}
.contents-corporate h2{
  font-size: 24px;
  margin-bottom: 84px;
  display: block;
}
.contents-corporate dl{
  width: 800px;
  display: flex;
  margin:0 auto;
}
.contents-corporate dt,.contents-corporate dd{
  display: inline-block;
  padding: 20px 0 20px;
  color: #000;
}

.contents-corporate dt{
  border-top: 1px solid #828383;
  width: 266px;
  font-size: 14px;
  font-weight: bold;
}
.contents-corporate dd{
  border-top: 1px solid #dfe0e0;
  width: 532px;
  font-size: 13px;
}

@media screen and (max-width:767px) {
  .contents-corporate dl{
    flex-direction: column;
    width: 90%
  }
  .contents-corporate h2{
    font-size: 17px;
    margin-bottom: 35px;
    display: block;
  }
  .contents-corporate dt,.contents-corporate dd{
    display: inline-block;
    padding: 15px 0 15px;
    color: #000;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  }
  .contents-corporate dt{
    width: 100%;
    font-size: 14px;
  }
  .contents-corporate dd{
    width: 100%;
    font-size: 12px;
  }
}
.btn-blue.ico-sample{
  text-align: center;
}
.btn-blue.ico-sample::before{
  content: url(../image/contents/ico-sample01.png);
  position: absolute;
  top:18px;
  left:70px;
  background-color: transparent;
}
.btn-blue.ico-sample:hover::before{
  content: url(../image/contents/ico-sample02.png);
  background-color: transparent;
}
.btn-blue.ico-sample::after{
  content: "";
  display: none;
  }

@media screen and (max-width:767px) {
  .btn-blue.ico-sample{
    padding-left: 40px;
  }
  .btn-blue.ico-sample::before{
    content: url(../image/contents/ico-sample02.png);
    top:16px;
    left:20px;
  }
  .btn-blue.ico-sample:hover::before{
    content: url(../image/contents/ico-sample02.png);
  }
}</pre></body></html>