@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#2a2a2a;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#2a2a2a;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.3s ease-out; cursor: pointer;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Roboto', sans-serif;
*/


/* body base
===============================================================*/

.l-wrap {
  padding: 178px 0 0 0;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}

.l-pageContents {
  padding: 32px 0 100px;
}

@media screen and (max-width: 960px) {
  .l-wrap {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 60px 0 0 0;
  }
  .l-inner {
    padding: 0 20px;
  }
}


.p-header {
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.97);
  z-index: 10000;
  height: 154px;
}
.p-headerWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 46px 0 10px 0;
}
.p-header__logo {
  width: 257px;
}
.p-header__contents {
  width: calc(100% - 348px);
}
.p-header__contentsInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-header__contact {
  
}
.p-header__contactFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-header__contactTel {
  
}
a.p-header__contactTelTxt {
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 6px;
}
a.p-header__contactTelTxt span {
  display: inline-block;
  padding: 0 0 0 34px;
  position: relative;
}
a.p-header__contactTelTxt span:before {
  content: '';
  background: url("../images/common/header-tel.png") no-repeat left top;
  background-size: 20px 25px;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-header__contactWeb {
  margin-left: 11px;
}
a.p-header__contactWebBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 190px;
  height: 40px;
  font-size: 18px;
  line-height: 1.2;
  color: #FFF;
  background: #2a2a2a;
  box-sizing: border-box;
  padding: 0 20px 1px;
  border-radius: 100px;
  cursor: pointer;
}
.p-header__contactTxt {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 12px;
  text-align: left;
}
.p-header__menu {
  
}
.p-header__menuInner {
  
}

.p-gNav {
  
}
.p-gNavList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-gNavList__item {
  font-size: 16px;
  line-height: 1.5;
}
.p-gNavList__item a {
  display: block;
  padding: 0 32px;
}

.p-headerMenuBtn {
  display: none;
}

@media screen and (max-width: 1760px) {
  .p-header__contents {
    width: calc(100% - 308px);
  }
  a.p-header__contactTelTxt {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
  }
  a.p-header__contactTelTxt span {
    padding: 0 0 0 26px;
  }
  a.p-header__contactTelTxt span:before {
    background: url("../images/common/header-tel.png") no-repeat left top;
    background-size: 18px 23px;
    width: 18px;
    height: 23px;
    top: 6px;
  }
  .p-header__contactWeb {
    margin-left: 14px;
  }
  a.p-header__contactWebBtn {
    width: 170px;
    height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 15px 1px;
  }
  .p-header__contactTxt {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 12px;
  }
  .p-gNavList__item {
    font-size: 14px;
  }
  .p-gNavList__item a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1452px) {
  .p-headerWrap {
/*
    padding: 23px 0 0 0;
*/
  }
  .p-header__logo {
    width: 200px;
/*
    padding: 23px 0 0 0;
*/
  }
  .p-header__contents {
    width: calc(100% - 238px);
  }
  .p-header__contact {
    width: 400px;
    margin-left: 30px;
  }
  .p-header__contactFrame {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  a.p-header__contactTelTxt {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
  }
  a.p-header__contactTelTxt span {
    padding: 0 0 0 20px;
  }
  a.p-header__contactTelTxt span:before {
    background: url("../images/common/header-tel.png") no-repeat left top;
    background-size: 18px 23px;
    width: 18px;
    height: 23px;
    top: 6px;
  }
  .p-header__contactWeb {
    margin-left: 13px;
/*
    margin-top: 10px;
*/
  }
  a.p-header__contactWebBtn {
    width: 160px;
    height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 15px 1px;
  }
  .p-header__contactTxt {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 12px;
  }
  .p-header__menu {
/*
    padding: 23px 0 0 0;
*/
  }
  .p-gNavList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-gNavList__item {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .p-gNavList__item a {
    padding: 0 15px;
  }
}

@media screen and (max-width: 960px) {
  .p-header {
    padding: 0 40px;
    height: auto;
  }
  .p-headerWrap {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0 10px 0;
    height: 80px;
    box-sizing: border-box;
  }
  .p-header__logo {
    width: 202px;
  }
  .p-header__contents {
    display: none;
/*
    display: block;
*/
  }
  
  .p-header__contents {
    width: 100%;
    position: fixed;
    height: calc(100% - 80px);
    top: 80px;
    left: 0;
    background: rgba(245,245,245,0.95);
  }
  .p-header__contentsInner {
    display : block;
  }
  .p-header__contact {
    width: 100%;
    margin-left: 0;
    padding: 50px 0 0 0;
  }
  .p-header__contactFrame {
    display : block;
  }
  .p-header__contactTel {

  }
  a.p-header__contactTelTxt {
    font-size: 31px;
    letter-spacing: 4px;
  }
  a.p-header__contactTelTxt span {
    padding: 0 0 0 28px;
  }
  a.p-header__contactTelTxt span:before {
  }
  .p-header__contactWeb {
    margin: 20px auto 0;
  }
  a.p-header__contactWebBtn {
    width: 190px;
    height: 40px;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 20px 1px;
    margin: 0 auto;
  }
  .p-header__contactTxt {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align: center;
    padding: 0 40px;
  }
  .p-header__menu {
    margin-top: 50px;
  }
  .p-header__menuInner {

  }

  .p-gNav {

  }
  .p-gNavList {
    display : block;
    border-top: #CCC 1px solid;
  }
  .p-gNavList__item {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    border-bottom: #CCC 1px solid;
  }
  .p-gNavList__item a {
    display: block;
    padding: 15px 40px;
    text-align: left;
    position: relative;
  }
  .p-gNavList__item a:before {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2a2a2a;
    border-right: 2px solid #2a2a2a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  
  
  .p-headerMenuBtn {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
/*
    background: rgba(255,255,255,0.8);
*/
    height: 80px;
    width: 80px;
    cursor: pointer;
    z-index: 10000;
  }
  .p-headerMenuBtnInner,
  .p-headerMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .p-headerMenuBtnInner {
    position: relative;
    width: 40px;
    height: 24px;
    background: none;
    border: none;
    appearance: none;
  }
  .p-headerMenuBtnInner span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #2a2a2a;
  }
  .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 11px;
    width: 50%;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
    width: 75%;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-header {
    padding: 0 20px;
  }
  .p-headerWrap {
    padding: 10px 0 10px 0;
    height: 60px;
  }
  .p-header__logo {
    width: 200px;
  }
  
  .p-header__contents {
    height: calc(100% - 60px);
    top: 60px;
  }
  .p-header__contact {
    padding: 40px 0 0 0;
  }
  a.p-header__contactTelTxt {
    font-size: 27px;
    letter-spacing: 4px;
  }
  a.p-header__contactTelTxt span {
    padding: 0 0 0 24px;
  }
  a.p-header__contactTelTxt span:before {
    background: url("../images/common/header-tel.png") no-repeat left top;
    background-size: 17px 22px;
    width: 17px;
    height: 22px;
    top: 4px;
  }
  .p-header__contactWeb {
    margin: 20px auto 0;
  }
  a.p-header__contactWebBtn {
    width: 190px;
    height: 40px;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 20px 1px;
    margin: 0 auto;
  }
  .p-header__contactTxt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .p-header__menu {
    margin-top: 40px;
  }
  .p-header__menuInner {

  }

  .p-gNav {

  }
  .p-gNavList {
  }
  .p-gNavList__item {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-gNavList__item a {
    padding: 15px 40px 15px 20px;
  }
  .p-gNavList__item a:before {
    top: 2px;
    right: 15px;
    width: 7px;
    height: 7px;
  }

  
  
  .p-headerMenuBtn {
    height: 60px;
    width: 60px;
  }
  .p-headerMenuBtnInner {
    width: 32px;
    height: 20px;
  }
  .p-headerMenuBtnInner span {
    height: 2px;
  }
  .p-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 9px;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}


.p-footer {
  padding: 180px 0 95px 0;
}
.p-footerWrap {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
.p-footer__privacy {
  
}
.p-footer__privacy a {
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  font-weight: 500;
  letter-spacing: 2px;
}
.p-footer__caution {
  margin: 33px 0 0 0;
}
.p-footer__cautionTxt {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 2px;
}
.p-footer__logo {
  max-width: 286px;
  margin: 236px auto 0;
}

.p-footer__copy {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 80px 0 45px 0;
  }
  .p-footerWrap {
    padding: 0 20px;
  }
  .p-footer__privacy {

  }
  .p-footer__privacy a {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .p-footer__caution {
    margin: 23px 0 0 0;
  }
  .p-footer__cautionTxt {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .p-footer__logo {
    max-width: 206px;
    margin: 66px auto 0;
  }

  .p-footer__copy {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: 50px;
  }
}




.c-body {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.c-body p {
  margin: 15px 0;
}
.c-body p a {
  text-decoration: underline;
  color: #0168b7;
}
.c-body h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.c-body h2:first-letter {
  font-size: 40px;
  font-weight: 500;
}
.c-body * + h2 {
  margin-top: 70px;
}
.c-body h3 {
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 25px;
}
.c-body h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 24px;
  background: url("../images/common/icon-pen.png") no-repeat left top;
  background-size: 25px 24px;
}
.c-body * + h3 {
  margin-top: 44px;
}
.c-body h2 + h3 {
  margin-top: 25px;
}
.c-body h4 {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  position: relative;
  padding: 4px 20px 6px 20px;
  margin-bottom: 25px;
  background: #e6eaef;
}
.c-body * + h4 {
  margin-top: 40px;
}
.c-body h2 + h4 ,
.c-body h3 + h4 {
  margin-top: 25px;
}
.c-body * + .wp-block-columns {
  margin-top: 30px;
  margin-bottom: 0;
}
.c-body .wp-block-columns + p {
  margin-top: 0;
}
.c-body .wp-block-columns p {
  margin: 0 0 15px 0;
}
.c-body .wp-block-columns * + p {
  margin-top: 15px;
}


.c-body h3.q_title {
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 25px;
  font-family: 'Noto Serif JP', serif;
}
.c-body h3.q_title:before {
  display: none;
}
.c-body h3.q_title:after {
  content: 'Q';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-family: 'Noto Serif JP', serif;
  color: #082e5e;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.c-body * + h3.q_title {
  margin-top: 64px;
}

.c-body ul {
  background: #f9f9f9;
  padding: 40px 45px;
}
.c-body ul li {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 22px;
}
.c-body ul li:nth-of-type(n + 2) {
  margin-top: 15px;
}
.c-body ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #0c4489;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-body ul li a {
  text-decoration: underline;
}
.c-body * + ul {
  margin-top: 30px;
}

.c-body * + .tableOuter {
  margin-top: 40px;
  overflow-x: scroll;
}
.c-body .tableFrame {
  min-width: 800px;
}
.c-body .price-table {
  box-sizing: border-box;
  width: 100%;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.c-body .price-table thead th {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  background: #eeeeee;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 12px 10px 10px 15px;
}
.c-body .price-table thead th:nth-of-type(1) {
  width: 70px;
}
.c-body .price-table thead th:nth-of-type(2) {
  width: 180px;
}
.c-body .price-table thead th:nth-of-type(3) {
  width: 180px;
}
.c-body .price-table thead th:nth-of-type(4) {
  width: calc(100% - 430px);
}
.c-body .price-table thead th span {
  font-size: 14px;
}
.c-body .price-table tbody th,
.c-body .price-table tbody td {
  font-size: 16px;
  line-height: 1.5;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 12px 10px 10px 15px;
}
.c-body .price-table tbody th {
  background: #f9f9f9;
  font-weight: bold;
}
.c-body .price-table tbody td.head {
  text-align: center;
  padding: 12px 10px 10px 10px;
  font-size: 18px;
  font-weight: bold;
}
.c-body .price-table tbody tr th + td {
  text-align: right;
}
.c-body > .wp-block-image {
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .c-body {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .c-body p {
    margin: 15px 0;
  }
  .c-body p a {
  }
  .c-body h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .c-body h2:first-letter {
    font-size: 28px;
  }
  .c-body * + h2 {
    margin-top: 60px;
  }
  .c-body h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
  }
  .c-body h3:before {
    top: 6px;
    width: 19px;
    height: 18px;
    background: url("../images/common/icon-pen.png") no-repeat left top;
    background-size: 19px 18px;
  }
  .c-body * + h3 {
    margin-top: 44px;
  }
  .c-body h2 + h3 {
    margin-top: 25px;
  }
  .c-body h4 {
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 14px 6px 16px;
    margin-bottom: 20px;
  }
  .c-body * + h4 {
    margin-top: 40px;
  }
  .c-body h2 + h4 ,
  .c-body h3 + h4 {
    margin-top: 25px;
  }
  .c-body * + .wp-block-columns {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .c-body .wp-block-columns + p {
    margin-top: 0;
  }
  .c-body .wp-block-columns p {
    margin: 0 0 15px 0;
  }
  .c-body .wp-block-columns * + p {
    margin-top: 15px;
  }

  .c-body h3.q_title {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 0 24px;
    margin-bottom: 20px;
  }
  .c-body h3.q_title:after {
    top: 2px;
    font-size: 20px;
    line-height: 1;
  }
  .c-body * + h3.q_title {
    margin-top: 64px;
  }

  .c-body ul {
    padding: 20px 20px;
  }
  .c-body ul li {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 0 16px;
  }
  .c-body ul li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .c-body ul li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  .c-body * + ul {
    margin-top: 30px;
  }

  .tableOuter {
    overflow-x: scroll;
  }
  .c-body * + .tableOuter {
    margin-top: 40px;
  }
  .c-body .tableFrame {
    min-width: 800px;
  }
  .c-body .price-table {
  }
  .c-body .price-table thead th {
    font-size: 12px;
    line-height: 1.3;
    padding: 12px 10px 10px 10px;
  }
  .c-body .price-table thead th:nth-of-type(1) {
    width: 50px;
  }
  .c-body .price-table thead th:nth-of-type(2) {
    width: 130px;
  }
  .c-body .price-table thead th:nth-of-type(3) {
    width: 130px;
  }
  .c-body .price-table thead th:nth-of-type(4) {
    width: calc(100% - 310px);
  }
  .c-body .price-table thead th span {
    font-size: 10px;
  }
  .c-body .price-table tbody th,
  .c-body .price-table tbody td {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 10px 10px 10px;
  }
  .c-body .price-table tbody th {
  }
  .c-body .price-table tbody td.head {
    padding: 12px 10px 10px 10px;
    font-size: 14px;
  }
  .c-body > .wp-block-image {
    text-align: center;
    margin: 30px 0;
  }
}

