@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  background-color: #f1f1f1;
}
html.lock {
  overflow: hidden;
}
body {
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #000;
  font-size: 1.6rem;
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
a{
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
section{
  padding: 45px 0 70px;
}

@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
  section{
    padding: 30px 0 40px;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------
  common
----------------------------*/
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.bg-blue{
  background: #ecf2f5;
}
.text {
  line-height: 2;
}
.contents-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.secTtl{
  text-align: center;
  position: relative;
  font-size: 3.6rem;
  color: #fff;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.secTtl.--blue{
  font-size: 3rem;
  color: #07507b;
}
.secTtl::after{
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background: #fff;
}
.secTtl.--blue::after{
  background: #07507b;
}
@media screen and (max-width: 900px) {
  .secTtl{
    font-size: 2.2rem;
  }
  .secTtl::after{
    width: 100px;
  }
  .secTtl.--blue{
    font-size: 2rem;
  }
}
.secHead{
  display: flex;
  align-items: flex-end;
  color: #07507b;
  margin: 25px 0 40px;
  position: relative;
  z-index: 2;
}
.secHead::before{
  position: absolute;
  content: '';
  top: -35px;
  left: -46px;
  width: 86px;
  height: 120px;
  background: url(../images/common/icn_secHead.png) no-repeat left top / 100%;
  z-index: -1;
}
.secHead__en{
  font-size: 10rem;
  font-family: "Crimson Text", serif;
  padding-right: 50px;
  line-height: 1.3;
  position: relative;
  font-style: italic;
}
.secHead__en::after{
  position: absolute;
  content: '';
  right: -30px;
  bottom: 32px;
  width: 100px;
  height: 1px;
  background: #07507b;
  transform: rotate(-45deg);
}
.secHead__ja{
  font-size: 4.6rem;
  font-weight: 600;
}
@media screen and (max-width: 900px){
  .secHead{
    margin: 10px 0 30px;
  }
  .secHead::before{
    top: -20px;
    left: -20px;
    width: 50px;
  }
  .secHead__en{
    font-size: 6rem;
    padding-right: 20px;
  }
  .secHead__en::after{
    right: -24px;
    bottom: 17px;
    width: 70px;
  }
  .secHead__ja{
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px){
  .secHead__en{
    font-size: 4.6rem;
  }
  .secHead__ja{
    font-size: 1.6rem;
  }
}
.secLead{
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 900px){
  .secLead{
    font-size: 1.5rem;
  }
}
.btnWrap{
  text-align: center;
}
.btn{
  display: inline-block;
  color: #07507b;
  font-size: 2.4rem;
  font-weight: 600;
  padding-right: 40px;
  background: url(../images/common/icn_arrow_blue.svg) no-repeat right center / 30px;
  line-height: 1.5;
}
@media screen and (max-width: 900px){
  .btn{
    font-size: 1.8rem;
    padding-right: 32px;
    background-size: 24px;
  }
}
/*--------------------------
  local-navi
----------------------------*/
.local-navi {
  padding: 45px 0 0;
}
@media screen and (max-width: 900px){
  .local-navi {
    padding: 35px 0 0;
  }
}
.local-navi .local-navi-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 900px){
  .local-navi .local-navi-inner{
    display: block;
  }
}
.local-navi .left {
  flex-shrink: 0;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 900px) {
  .local-navi .left {
    text-align: center;
    margin: 0 0 25px 0;
  }
}
.local-navi .left p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .local-navi .left p {
    font-size: 1.8rem;
    text-align: center;
  }
}
.local-navi .left p::before{
  position: absolute;
  content: '';
  width: 42px;
  height: 59px;
  top: -10px;
  left: 0;
  background: url(../images/common/icn_secHead.png) no-repeat left top / 100%;
  z-index: -1;
}
@media screen and (max-width: 900px){
  .local-navi .left p::before{
    width: 30px;
  }
}
.local-navi .right {
  flex-grow: 1;
}
.local-navi .right ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.local-navi .right ul li {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 900px) {
  .local-navi .right ul li {
    margin: 0 8px 8px 0;
  }
}
.local-navi .right ul li a {
  font-size: 1.6rem;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  display: block;
  padding: 10px 20px;
}
.local-navi .right ul li a.current {
  background: #07507b;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .local-navi .right ul li a {
    transition: 0.3s;
  }
  .local-navi .right ul li a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 1023px) {
  .local-navi .right ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .local-navi .right ul li a {
    font-size: 1.2rem;
    padding: 8px 15px;
  }
}


.title-bg{
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  color: #07507b;
  padding-bottom: 20px;
  position: relative;
}
.title-bg::after{
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background: #07507b;
}
@media screen and (max-width: 900px){
  .title-bg{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .title-bg::after{
    width: 140px;
  }
}

/*--------------------------
  theme-list
----------------------------*/
.theme-list {
  margin-bottom: 30px;
}
.theme-list .theme-group {
  display: none;
  margin-top: 50px;
}
.theme-list .theme-group.active {
  display: block;
  animation: show 0.3s linear;
}
@media screen and (max-width: 900px) {
  .theme-list .theme-group {
    margin-top: 30px;
  }
}
.theme-list .theme-group .title-bg-beige {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .theme-list .theme-group .title-bg-beige {
    font-size: 24px;
  }
}
.theme-catch{
  text-align: center;
  color: #07507b;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 900px){
  .theme-catch{
    font-size: 1.8rem;
  }
}
/*--------------------------
  number
----------------------------*/
.number{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 ;
}
.number-img{
  max-width: 280px;
  width: 100%;
  margin: 0 50px 0 0;
}
.number-txt{
  text-align: center;
  font-size: 2.2rem;
  padding-right: 2em;
}
.number-num span:nth-child(1){
  color: #07507b;
  font-size: 13.6rem;
  font-family: "Crimson Text", serif;
  font-style: normal;
}
.number-num span:nth-child(2){
  font-size: 4rem;
}
.number-caution{
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px){
  .number{
    display: block;
    margin: 25px 0 ;
  }
  .number-img{
    max-width: 220px;
    margin: 0 auto 20px;
  }
  .number-txt{
    font-size: 1.6rem;
  }
  .number-num {
    text-align: center;
  }
  .number-num span:nth-child(1){
    font-size: 9rem;
  }
  .number-num span:nth-child(2){
    font-size: 2.4rem;
  }
  .number-caution{
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
/*--------------------------
  case-list
----------------------------*/
.case-list{
  margin: 40px 0 60px;
}
@media screen and (max-width: 900px){
  .case-list{
    margin: 20px 0;
  }
}
.case-list .item {
  margin: 0 0 30px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .case-list .item {
    padding: 20px;
  }
}
.case-list .item .item-box01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box01 {
    display: block;
  }
}
.case-list .item .item-box01 .item-information {
  flex-grow: 1;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box01 .item-information {
    padding-right: 0;
  }
}
.case-list .item .item-box01 .item-information .information-header .name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #07507b;
}
@media screen and (max-width: 900px){
  .case-list .item .item-box01 .item-information .information-header .name{
    font-size: 1.6rem;
  }
}
.case-list .item .item-box01 .item-information .information-title {
  margin-top: 15px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.46;
  border-bottom: 1px solid #07507b;
  padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box01 .item-information .information-title {
    font-size: 2rem;
  }
}
.case-list .item .item-box01 .item-information .information-meta ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 20px;
}
@media screen and (max-width: 350px) {
  .case-list .item .item-box01 .item-information .information-meta ul {
    display: block;
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box01 .item-information .information-meta ul:nth-of-type(1) li span:nth-of-type(1) {
    width: 40px;
  }
}
@media screen and (max-width: 350px) {
  .case-list .item .item-box01 .item-information .information-meta ul:nth-of-type(1) li span:nth-of-type(1) {
    width: 70px;
  }
}
.case-list .item .item-box01 .item-information .information-meta ul:nth-of-type(2) {
  margin-top: 14px;
}
.case-list .item .item-box01 .item-information .information-meta ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 900px){
  .case-list .item .item-box01 .item-information .information-meta ul li{
    font-size: 1rem;
  }
}
.case-list .item .item-box01 .item-information .information-meta ul li:nth-of-type(2) {
  margin-left: 15px;
}
@media screen and (max-width: 350px) {
  .case-list .item .item-box01 .item-information .information-meta ul li:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
}
.case-list .item .item-box01 .item-information .information-meta ul li span:nth-of-type(1) {
  flex-shrink: 0;
  width: 56px;
  padding: 3px 0;
  font-weight: 600;
  background-color: #d9e4e9;
  text-align: center;
  color: #07507b;
}
.case-list .item .item-box01 .item-information .information-meta ul li span:nth-of-type(2) {
  flex-grow: 1;
  padding: 0 0 0 8px;
  line-height: 1.2;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media screen and (max-width: 900px){
  .case-list .item .item-box01 .item-information .information-meta ul li span:nth-of-type(2){
    font-size: 1.2rem;
  }
}
.case-list .item .item-box01 .item-thumbnail {
  flex-shrink: 0;
  width: 420px;
}
@media screen and (max-width: 1200px) {
  .case-list .item .item-box01 .item-thumbnail {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box01 .item-thumbnail {
    width: 100%;
    margin: 15px auto;
    max-width: 400px;
  }
  .case-list .item .item-box01 .item-thumbnail img {
    width: 100%;
  }
}
.case-list .item .item-box02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 25px;
  background: #f2f2f2 url(../images/common/case_item_bg.png) no-repeat center center / cover;
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box02 {
    display: block;
    margin-top: 20px;
    background: #f2f2f2;
  }
}
.case-list .item .item-box02 > div.kadai{
  width: 51.6%;
  padding: 33px 84px 33px 35px;
}
@media screen and (max-width: 900px){
  .case-list .item .item-box02 > div.kadai{
    width: 100%;
    padding: 20px;
  }
}
.case-list .item .item-box02 > div.kadai .title {
  position: relative;
  background-color: #e6e6e6;
}
.case-list .item .item-box02 > div.kadai p {
  padding: 10px 0 0 ;
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box02 > div.kadai p {
    padding: 10px 0 0 0;
  }
}
.case-list .item .item-box02 > div.result{
  width: 48.4%;
  padding: 33px 35px 33px 42px;
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box02 > div.result {
    width: 100%;
    padding: 20px;
    position: relative;
    margin-top: 45px;
  }
  .case-list .item .item-box02 > div.result::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -32px;
    width: 42px;
    height: 23px;
    background: url("../images/top/sec05-arrow-sp.png") no-repeat;
    background-size: 100% auto;
  }
}
.case-list .item .item-box02 > div.result .title {
  background-color: #07507b;
  color: #fff;
}
.case-list .item .item-box02 > div.result p {
  padding: 10px 0 0;
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box02 > div.result p {
    padding: 10px 0 0 0;
  }
}
.case-list .item .item-box02 > div .title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 5px;
}
@media screen and (max-width: 900px) {
  .case-list .item .item-box02 > div .title {
    font-size: 1.6rem;
  }
}
.case-list .item .item-box02 > div p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 900px){
  .case-list .item .item-box02 > div p{
    font-size: 1.4rem;
  }
}

/*--------------------------
  advisers-list
----------------------------*/
.advisers-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
  max-width: 1120px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 900px) {
  .advisers-list {
    display: block;
    margin-top: 0;
    padding: 0;
  }
}
.advisers-list .item {
  width: 31%;
  background: #ecf2f5;
  position: relative;
}
.l-advisers .advisers-list .item{
  background: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .l-advisers .advisers-list .item{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .advisers-list .item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 20px;
    border: none;
  }
  .advisers-list .item:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 400px){
  .advisers-list .item{
    padding: 15px;
  }
}
@media screen and (min-width: 901px) {
  .advisers-list .item:not(:nth-of-type(3n+1)) {
    margin-left: 3.5%;
  }
}
@media screen and (max-width: 900px) {
  .advisers-list .item .item-thumbnail {
    flex-shrink: 0;
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  .advisers-list .item .item-thumbnail {
    width: 120px;
  }
}
.advisers-list .item .item-thumbnail img {
  width: 100%;
}
.advisers-list .item .item-sentence {
  padding: 25px 36px 30px;
}
@media screen and (max-width: 900px) {
  .advisers-list .item .item-sentence {
    flex-grow: 1;
    padding: 0 0 0 15px;
  }
}
.advisers-list .item .item-sentence .item-name {
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .advisers-list .item .item-sentence .item-name {
    font-size: 1.8rem;
  }
}
.advisers-list .item .item-sentence .item-category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 30px;
  left: 36px;
}
@media screen and (max-width: 900px) {
  .advisers-list .item .item-sentence .item-category {
    flex-wrap: wrap;
    position: initial;
  }
}
.advisers-list .item .item-sentence .item-category span {
  margin-right: 10px;
  font-size: 1.4rem;
  color: #07507b;
}
@media screen and (max-width: 900px) {
  .advisers-list .item .item-sentence .item-category span {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
.advisers-list .item .item-sentence p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 14px 0 26px;
}
@media screen and (max-width: 900px) {
  .advisers-list .item .item-sentence p {
    font-size: 1.3rem;
    margin: 10px 0 16px;
  }
}

/* --------------------------------------------------
	mv
-------------------------------------------------- */
.mv{
  background: #ecf2f5;
  margin-top: 60px;
  padding: 0;
}
.mv__head{
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px 0 0;
}
.mv__head span{
  padding-left: 60px;
  position: relative;
}
.mv__head span::before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 49px;
  height: 1px;
  background: #07507b;
}
.mv__inner{
  padding: 70px 0 40px;
  position: relative;
}
.mv .inner{
  position: relative;
  z-index: 2;
}
.mv__ttl{ 
  max-width: 708px;
  width: 100%;
}
.mv__txt{
  font-size: 1.6rem;
  line-height: 2.1875;
  margin-top: 40px;
}
.mv__btn{
  margin-top: 50px;
}
.mv__btn--sp{
  display: none;
}
.mv__img{
  position: absolute;
  top: 0;
  right: 0;
  max-width: 860px;
  width: 100%;
}
.mv__note{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .mv__ttl{
    max-width: 49.16vw;
  }
  .mv__img{
    max-width: 59.72vw;
  }
}
@media screen and (max-width: 1023px){
  .mv{
    margin-top: 50px;
  }
  .mv__head{
    font-size: 1.4rem;
  }
  .mv__inner{
    padding: 20px 0 5px;
  }
  .mv .inner{
    max-width: 560px;
    margin: 0 auto;
  }
  .mv__ttl{
    max-width: 500px;
  }
  .mv__txt{
    margin-top: 480px;
    font-size: 1.5rem;
  }
  .mv__btn{
    position: absolute;
    bottom: 85px;
    left: 0;
  }
  .mv__img{
    max-width: 540px;
    top: 140px;
  }
  .mv__note{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px){
  .mv__head span{
    padding-left: 22px;
  }
  .mv__head span::before{
    width: 18px;
  }
  .mv__ttl{
    max-width: 100%;
  }
  .mv__txt{
    margin-top: 10px;
    line-height: 2;
    letter-spacing: .025em;
    font-size: 1.6rem;
  }
  .mv__txt--br{
    display: none;
  }
  .mv__btn{
    position: initial;
  }
  .mv__btn--pc{
    display: none;
  }
  .mv__btn--sp{
    display: block;
    margin-top: 86vw;
  }
  .mv__img{
    max-width: 134vw;
    width: 134vw;
    top: 26vw;
  }
  .mv__note{
    text-align: left;
  }
}
/* --------------------------------------------------
	slider
-------------------------------------------------- */
.kvSlider {
  padding: 25px 0;
  display: none;
  overflow-x: hidden;
}
@media screen and (min-width: 600px) {
  .kvSlider {
    padding: 48px 0;
  }
}
.kvSlider img {
  margin: 0 auto;
}
.slick-track {
  display: -webkit-box;
  display: flex;
}
.slick-slide {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 10px;
}
.slick-slide > div{
  margin: 0 auto;
}
/* --------------------------------------------------
	about
-------------------------------------------------- */
.about{
  background: #07507b url(../images/common/bg_blue.png) no-repeat center center / cover;
}
.about__catch{
  text-align: center;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.65;
}
.about__wrap{
  background: #fff;
  margin-top: 40px;
  padding: 40px;
}
.about__txt{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
.about__img{
  max-width: 820px;
  width: 100%;
  margin: 40px auto 20px;
}
@media screen and (max-width: 900px) {
  .about__catch{
    font-size: 2.4rem;
  }
  .about__wrap{
    margin-top: 30px;
    padding: 20px;
  }
  .about__txt{
    font-size: 1.5rem;
    text-align: left;
  }
  .about__img{
    margin: 20px auto 0;
  }
}
/* --------------------------------------------------
	service
-------------------------------------------------- */
.service {
  background: #ecf2f5;
}
.service__wrap {
  background: #d9e4e9;
  margin: 20px auto 0;
  padding: 25px 20px;
}
@media screen and (min-width: 600px) {
  .service__wrap {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 1024px){
  .service__wrap{
    margin: 40px auto 0;
    padding: 40px 50px;
  }
}
.service__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
      flex-wrap: wrap;
  margin: 15px 0;
}
@media screen and (min-width: 600px){
  .service__list{
    margin: 24px 0 30px;
  }
}
.service__item {
  background: #fff;
  width: calc(50% - 3px);
  margin-bottom: 5px;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .service__item {
    width: calc(25% - 4px);
  }
}
@media screen and (min-width: 1024px) {
  .service__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 120px;
    padding: 20px;
  }
}
.service__item__img {
  max-width: 50px;
  width: 25%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 600px) {
  .service__item__img {
    max-width: 65px;
    width: 29%;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}
.service__item__ttl {
  color: #07507b;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .service__item__ttl {
    width: 71%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .service__item__ttl {
    font-size: 1.8rem;
  }
}
.service__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 600px){
  .service__txt{
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .service__txt {
    font-size: 1.6rem;
  }
}
/* --------------------------------------------------
	reason
-------------------------------------------------- */
.reason{
  background: #ecf2f5;
  padding-top: 0;
}
.reason__list{
  margin-top: 30px;
}
.reason__item{
  margin-bottom: 30px;
}
.reason__item__head{
  display: flex;
  padding: 0 20px;
}
.reason__item__num{
  font-family: "Crimson Text", serif;
  display: inline-block;
  color: #07507b;
  font-size: 4rem;
  padding-right: 16px;
  position: relative;
  font-style: italic;
}
.reason__item__num::after{
  position: absolute;
  content: '';
  right: -30px;
  top: 35px;
  width: 80px;
  height: 1px;
  background: #07507b;
  transform: rotate(-50deg);
}
.reason__item__ttl{
  padding-top: 40px;
}
.reason__item__ttl .ttl1{
  color: #07507b;
  font-size: 2.2rem;
  line-height: 1.2;
}
.reason__item__ttl .ttl2{
  font-size: 1.5rem;
  line-height: 1.77;
  margin-top: 10px;
}
.reason__item__main{
  max-width: 1100px;
  width: 100%;
  margin: 15px auto 0;
}
.reason__item__img{
  max-width: 480px;
  width: 100%;
  margin: 0 auto 15px;
}
.reason__item__txt{
  font-size: 1.5rem;
  line-height: 2;
}
.reason__item__txt span{
  background: #b2faff;
  font-weight: 600;
}
.reason__catch{
  text-align: center;
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 20px;
}
.reason .cv__catch{
  color: #07507b;
  text-align: center;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 599px){
  .reason .cv__btn__wrap{
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 600px){
  .reason__item{
    margin-bottom: 50px;
  }
  .reason__item__num{
    font-size: 6rem;
    padding-right: 32px;
  }
  .reason__item__num::after{
    right: -25px;
    top: 55px;
    width: 100px;
  }
  .reason__item__ttl .ttl1{
    font-size: 3rem;
  }
  .reason__item__main{
    margin: 30px auto 0;
  }
  .reason__item__txt{
    line-height: 2.5;
  }
  .reason__catch{
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .reason .cv__catch{
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .reason__list{
    margin-top: 50px;
  }
  .reason__item{
    margin-bottom: 72px;
  }
  .reason__item:nth-child(even) .reason__item__head{
    padding: 0;
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .reason__item__num{
    font-size: 8.4rem;
    padding-right: 42px;
  }
  .reason__item:nth-child(even) .reason__item__num{
    position: absolute;
    right: 80px;
    bottom: -40px;
  }
  .reason__item__num::after{
    width: 130px;
    right: -35px;
  }
  .reason__item:nth-child(even) .reason__item__ttl{
    padding-top: 0;
    width: 80%;
  }
  .reason__item__ttl{
    padding-top: 60px;
  }
  .reason__item__ttl .ttl1{
    font-size: 4rem;
  }
  .reason__item__ttl .ttl2{
    font-size: 1.8rem;
  }
  .reason__item__main{
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
  }
  .reason__item:nth-child(even) .reason__item__main{
    flex-direction: row-reverse;
  }
  .reason__item__img{
    width: 44%;
    margin: 0;
  }
  .reason__item__txt{
    font-size: 1.6rem;
    max-width: 560px;
    width: 51%;
  }
  .reason__catch{
    font-size: 3.6rem;
    margin-bottom: 45px;
  }
  .reason .cv__catch{
    font-size: 3.4rem;
  }
}
/* --------------------------------------------------
	advisor
-------------------------------------------------- */
.advisor__wrap{
  margin: 30px 0 65px;
}
@media screen and (max-width: 900px) {
  .advisor__wrap{
    margin: 20px 0 30px;
  }
}
/* --------------------------------------------------
	case
-------------------------------------------------- */
.case{
  background: #ecf2f5;
}
/* --------------------------------------------------
	flow
-------------------------------------------------- */
@media screen and (min-width: 600px){
  .flow {
    padding-bottom: 95px;
  }
}
.flow .inner{
  max-width: 1152px;
}
.flow__list {
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px){
  .flow__list{
    max-width: 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .flow__list {
    border-bottom: 1px solid #07507B;
  }
}
@media screen and (min-width: 600px) {
  .flow__list1 {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .flow__list1 {
    margin-top: 30px;
  }
}
.flow__list2 {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.flow__list2 .flow__item:nth-of-type(3) .flow__item__head__img{
  display: flex;
  align-items: end;
}
.flow__item {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  padding: 0 0 15px 85px;
  border-bottom: 1px solid #07507B;
  background: url(../images/top/icn_flow_line.png) no-repeat left bottom/76px;
  margin-top: 20px;
  min-height: 185px;
}
@media print, screen and (min-width: 1024px) {
  .flow__item {
    -webkit-box-flex: 0;
            flex: 0 0 33%;
    border-bottom: 0;
    padding-bottom: 10px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow__item {
    min-height: 235px;
    -webkit-box-flex: 0;
            flex: 0 0 31%;
    padding: 0 0 15px 82px;
  }
}
.flow__item__head {
  line-height: 1.5;
}
.flow__item__head__img {
  height: 56px;
  padding-left: 70px;
}
@media print, screen and (min-width: 600px) {
  .flow__item__head__img{
    height: 66px;
  }
}
.flow__item__head__img img {
  width: auto;
  height: 100%;
}
.flow__item__head__subttl {
  font-size: 13px;
  color: #00528E;
  display: inline-block;
  background: #fcee21;
  border-radius: 6px;
  padding: 0 5px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.flow__item__head__subttl2 {
  padding-left: 35px;
  position: relative;
}
.flow__item__head__subttl2::before {
  position: absolute;
  content: "¥";
  color: #07507B;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  width: 28px;
  height: 28px;
  background: #fff;
  z-index: 2;
  left: 3px;
  top: -5px;
  border-radius: 50%;
  border: 2px solid #fcee21;
}
.flow__item__head__ttl {
  color: #07507B;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .flow__item__head__ttl {
    font-size: 2.2rem;
  }
}
.flow__item__head__ttl span {
  font-size: 3.4rem;
  color: #07507B;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  margin-right: 0.3em;
}
@media screen and (min-width: 600px) {
  .flow__item__head__ttl span {
    font-size: 4.6rem;
  }
}
.flow__item__txt {
  font-size: 1.5rem;
  line-height: 2;
  width: 96%;
  margin-top: 5px;
}
@media screen and (min-width: 600px){
  .flow__item__txt{
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1200px){
  .flow__item__txt{
    padding-right: 20px;
  }
}
/* --------------------------------------------------
	cv
-------------------------------------------------- */
.cv{
  padding: 32px 0;
}
@media screen and (min-width: 600px){
  .cv{
    padding: 68px 0;
  }
}
.cv__lead {
  text-align: center;
  color: #1D3B51;
  font-size: 18px;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .cv__lead {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__lead {
    font-size: 38px;
  }
}
.cv__wrap {
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.2);
          box-shadow: 0 20px 35px 10px rgba(66, 60, 60, 0.2);
  padding: 5px 20px 20px;
}
@media screen and (min-width: 600px) {
  .cv__wrap {
    padding: 10px 20px 40px;
  }
}
.cv__catch {
  font-size: 1.5rem;
  line-height: 2;
  margin: 15px 0 0;
}
@media screen and (min-width: 600px) {
  .cv__catch {
    text-align: center;
    font-size: 1.8rem;
  }
}
.cv__logo {
  max-width: 265px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .cv__logo {
    max-width: 404px;
    width: 100%;
  }
}
.cv__btn {
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 250px;
  padding: 15px 15px 15px 30px;
  background: linear-gradient(93.48deg, #0095D8, #07507B);
  border: 2px solid #83A7BD;
  -webkit-box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
          box-shadow: 0 12px 32px hsla(196, 5%, 42%, 0.4);
  border-radius: 50px;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  letter-spacing: .1em;
  transition: .3s;
}
@media screen and (min-width: 600px) {
  .cv__btn {
    padding: 20px 20px 20px 34px;
    width: 360px;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn {
    margin: 0;
  }
}
.cv__btn:hover{
  box-shadow: none;
}
.cv__btn.-dl {
  background: #fff;
  color: #07507B;
}
.cv__btn span {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 600px) {
  .cv__btn span {
    width: 54px;
    height: 54px;
  }
}
.cv__btn__wrap {
  margin-top: 25px;
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 15px auto 0;
}
@media screen and (min-width: 600px) {
  .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 40px;
  }
}
/* --------------------------------------------------
	form
-------------------------------------------------- */
.form {
  background: #07507b url(../images/common/bg_blue.png) no-repeat center center / cover;
  padding: 30px 0 40px;
}
@media screen and (min-width: 600px) {
  .form {
    padding: 60px 0 82px;
  }
}
.form__ttl {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 600px){
  .form__ttl {
    margin-bottom: 42px;
    font-size: 3.6rem;
  }
}
.form .cv__wrap{
  padding: 25px;
}
@media screen and (min-width: 600px){
  .form .cv__wrap{
    padding: 35px 25px 45px;
  }
}

.form.bg-white{
  background: #fff;
  padding: 70px 0;
}
.form.bg-white .cv__catch{
  font-size: 3.4rem;
  margin: 0;
}
.form.bg-white .cv__wrap {
  padding: 24px 20px 40px;
}
.form.bg-white .cv__btn__wrap{
  margin-top: 30px;
}
@media screen and (max-width: 900px){
  .form.bg-white{
    padding: 30px 0;
  }
  .form.bg-white .cv__catch{
    font-size: 2rem;
  }
  .form.bg-white .cv__wrap{
    padding: 24px;
  }
  .form.bg-white .cv__btn__wrap{
    margin-top: 20px;
  }
}
/* --------------------------------------------------
	companyInfo
-------------------------------------------------- */
.companyInfo {
  padding: 50px 0;
  background: #fff;
}
@media screen and (max-width: 899px) {
  .companyInfo {
    padding: 40px 3vw;
  }
}
.companyInfo .contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .companyInfo .contents-inner {
    padding: 0 3vw;
  }
}
.companyInfo .list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-flex;
      flex-wrap: nowrap;
}
@media screen and (max-width: 899px) {
  .companyInfo .list {
    display: block;
  }
}
.companyInfo .list > div {
  width: 49%;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div:nth-of-type(2) {
    margin-top: 30px;
  }
}
.companyInfo .list > div .headline {
  padding-bottom: 16px;
  text-align: center;
  font-size: 22px;
  border-bottom: 2px solid #07507b;
  color: #07507b;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div .headline {
    font-size: 18px;
    border-bottom-width: 1px;
  }
}
.companyInfo .list > div table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div table {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .companyInfo .list > div table tr,
  .companyInfo .list > div table th,
  .companyInfo .list > div table td {
    display: block;
    width: 100%;
  }
}
.companyInfo .list > div table th,
.companyInfo .list > div table td {
  padding: 15px 0;
  border-bottom: 1px solid #07507b;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #000;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div table th,
  .companyInfo .list > div table td {
    padding: 10px;
    font-size: 14px;
    line-height: 2;
  }
}
.companyInfo .list > div table th {
  width: 160px;
  text-align: left;
  color: #07507b;
}
@media screen and (max-width: 600px) {
  .companyInfo .list > div table th {
    width: 100%;
  }
}
.companyInfo .list > div table td a {
  color: #404040;
}
.companyInfo .list > div table td ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-flex;
      flex-wrap: nowrap;
}
.companyInfo .list > div table td ul li span:nth-of-type(1) {
  padding-right: 10px;
}
.companyInfo .list > div table td ul li.indent span:nth-of-type(1) {
      flex-shrink: 0;
  width: 140px;
}
.companyInfo .list > div .logo {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div .logo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 899px) {
  .companyInfo .list > div .logo img {
    width: 70%;
    max-width: 250px;
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 50px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  transition: background-color .3s;
  padding: 5px 10px 5px 15px;
  max-width: 1920px;
    margin: 0 auto;
}
@media screen and (min-width: 1024px){
  .header__inner{
    padding: 5px 10px 5px 20px;
  }
}
.header.active .header__inner{
  background-color: #fff;
}
.header__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.header__logo {
  flex-shrink: 0;
  display: block;
  width: 180px;
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    width: 200px;
  }
}
@media print, screen and (min-width: 1280px){
  .header__logo {
    width: 247px;
  }
}
.header__logo img {
  vertical-align: middle;
}
.header__nav {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1000;
    padding: 50px 25px;
    visibility: hidden;
  }
  .header__nav.panelactive {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 1280px){
  .header__nav{
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__nav li {
    margin-left: 35px;
  }
}
.header__nav li.--sp{
  display: none;
}
@media screen and (max-width: 1023px){
  .header__nav li.--sp{
    display: block;
  }
}
.header__nav li a {
  display: block;
  color: #07507b;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .header__nav li a {
    padding: .6em;
    border-bottom: 1px solid #83A7BD;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav li a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1280px){
  .header__nav li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .header__right {
    display: none;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.header__right__cv {
  color: #07507b;
  font-size: 10px;
  font-weight: 600;
  display: block;
  text-align: right;
  margin: 0 3px 3px 0;
}
@media screen and (min-width: 600px) {
  .header__right__cv {
    font-size: 1.2rem;
    margin: 0 15px 0 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right__cv {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__right__cv {
    font-size: 1.5rem;
    margin-right: 30px;
  }
}
.header__right .cv__btn__wrap {
  margin-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.header__right .cv__btn__wrap .cv__btn {
  width: 100px;
  padding: 3px;
  font-size: 10px;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 13px 0;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .header__right .cv__btn__wrap .cv__btn {
    font-size: 12px;
    width: 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 150px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__right .cv__btn__wrap .cv__btn {
    width: 168px;
    font-size: 16px;
  }
}
.header__right .cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 0 0 0 5px;
}
@media screen and (min-width: 600px) {
  .header__right .cv__btn__wrap .cv__btn:nth-child(2) {
    margin: 0 0 0 10px;
  }
}
.header__hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 15px;
  padding: 0;
}
@media print, screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
    visibility: hidden;
  }
}
.header__hamburger span {
  width: 25px;
  height: 2px;
  background-color: #07507B;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  margin: 6px 0;
}
.header__hamburger span:nth-child(3) {
  top: 0;
}
.header__hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__bg {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header__bg {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__bg {
    display: none;
  }
}
.header__bg.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: initial;
}
@media screen and (max-width: 1023px) {
  .header__bg.show {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .header #js-focus-trap {
    display: none;
  }
}

.sp-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px 10px;
}
@media print, screen and (min-width: 1024px) {
  .sp-cv {
    display: none;
  }
}
.sp-cv .cv__btn__wrap {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.sp-cv .cv__btn {
  border-width: 1px;
  width: 48%;
  max-width: 240px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0;
  margin: 0 5px;
}
.sp-cv .cv__btn__wrap .cv__btn:nth-child(1){
  background: linear-gradient(93.48deg, #0095D8, #07507B);
}
.sp-cv .cv__btn__wrap .cv__btn:nth-child(2) {
  margin: 0;
  background: #fff;
}
.sp-cv .cv__btn span{
  display: inline-block;
  padding: 14px;
  background: url(../images/common/icn_cv_contact.png) no-repeat right 10px center / 25px;
  width: 100%;
  height: auto;
}
.sp-cv .cv__btn__wrap .cv__btn:nth-child(2) span{
  background-image: url(../images/common/icn_cv_dl.png);
}
.sp-cv {
  bottom: -8em;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 1023px) {
  .sp-cv.show {
    bottom: 0;
  }
}
/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer .footer__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
      flex-wrap: nowrap;
  padding: 20px 15px 29px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  #footer .footer__bottom {
    padding: 20px 40px 29px;
  }
}
#footer .footer-logo {
  margin-top: 5px;
}
#footer .footer-logo img {
  margin-left: -10px;
}
#footer .footer-logo p {
  margin-top: 10px;
  font-size: 1rem;
  color: #666;
}
@media screen and (min-width: 600px) {
  #footer .footer-logo p {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------
	下層ページ　CASESTUDY
-------------------------------------------------- */
.lowerMv{
  margin-top: 50px;
  background: url(../images/common/bg_blue_s.png) no-repeat center center / cover;
  padding: 0 0 20px;
}
.lowerMv .mv__head{
  color: #fff;
}
.lowerMv .mv__head span::before{
  background: #fff;
}
.lowerMv__wrap{
  color: #fff;
  margin-top: 16px;
}
.lowerMv__ttl{
  font-size: 3rem;
  line-height: 1.4;
}
.lowerMv__txt{
  font-size: 1.3rem;
  line-height: 2.1875;
  margin-top: 15px;
}
@media screen and (min-width: 600px){
  .lowerMv{
    padding: 0 0 30px;
  }
  .lowerMv__ttl{
    font-size: 3.6rem;
  }
  .lowerMv__txt{
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px){
  .lowerMv{
    margin-top: 60px;
  }
  .lowerMv__wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .lowerMv__txt{
    margin-top: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px){
  .lowerMv__ttl{
    font-size: 4.6rem;
  }
  .lowerMv__txt{
    font-size: 1.6rem;
  }
}
