@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  margin-top: 0!important;
  font-size: 62.5%;
   -webkit-print-color-adjust: exact;
}
body {
  position: relative;
}
section,iframe {
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
#contentsWrap:not(.col) {
  padding-top: 50px;
}
.comming_soon {
  margin: 0 auto 50px;
  font-size: 1.6rem;
  color: #e60012;
  line-height: 1.5;
}
.wpcf7 + .comming_soon {
  margin: 200px auto 150px;
}
#contentsWrap {
  font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
  letter-spacing: 0.06em;
}
img {
  vertical-align: bottom;
}
svg {
  max-width: 100%;
  height: auto;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"]:hover {
  cursor: pointer;
}
.site,.site-header,#contentsWrap,#footer {
  min-width: 1000px;
  width: 100%;
}


.footerContents {
  background: #2f6097;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footerContents .siteConstitution {
  margin: 60px 0;
  width: 50%;
  text-align: right;
}
.footerContents .site-info {
  margin: 35px 0 30px;
  width: 50%;
  padding: 0 0 0 4%;
  box-sizing: border-box;
  letter-spacing: 0.06em;
}
.footerContents .siteName {
  position: relative;
  display: inline-block;
  margin: 0 16em 18px 0;
  padding-bottom: 2em;
  font-size: 1.6rem;
}
.footerContents .siteName::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 32px;
  background: #fff;
}
.footerContents .siteNavList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.footerContents .siteNavList li > a {
  color: #fff;
}
.footerContents .siteNavList li > a::after {
  background-color: #fff;
}
.footerContents .site-infoTitle {
  width: 260px;
  margin: 0 0 30px 0;
}

.footerContents .site-infoTitle > a {
  position: relative;
  display: block;
}

.footerContents .site-infoTitle > a:hover {
  opacity: 0.8;
}

.footerContents .site-infoTitle > a > img {
  width: 100%;
  height: auto;
}
.footerContents .site-infoTitle .logo01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
}
.footerContents .site-infoTitle .logo01 .cls-1,
.footerContents .site-infoTitle .logo01 .cls-2,
.footerContents .site-infoTitle .logo01 .cls-3,
.footerContents .site-infoTitle .siteTitle01 .cls-1,
.footerContents .site-infoTitle .siteTitle02 .cls-1 {
  fill: #fff;
}
.footerContents .site-infoTitle .siteTitle01,
.footerContents .site-infoTitle .siteTitle02 {
  width: 195px;
  display: block;
}


.footerContents .site-infoTitle .siteTitle01 {
  margin-top: 8px;
}

.footerContents .site-infoInner {
  margin-left: 8%;
}

.footerContents .site-infoAddress {
  margin-bottom: 30px;
  font-style: normal;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
.footerContents .site-Btn02 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.footerContents .site-Btn02 > a {
  display: block;
  color: #2f6097;
  background: #fff url(../../images/arrow_icon02.png)no-repeat 90% center / 22px auto;
  padding: 10px 60px;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  transition: 0.4s ease;
}
.footerContents .site-Btn02 > a:hover {
  background: #fff url(../../images/arrow_icon02.png)no-repeat 92% center / 22px auto;
}
.footerContents .site-infoAddressTel {
  display: inline-block;
  margin-left: 20px;
}
.footerContents .site-infoAddressTel > a {
  display: inline-block;
  padding: 2px 10px 0 30px;
  background: url(../../images/tel_icon02.png)no-repeat 0 center / 20px auto;
  color: #fff;
  font-size: 1.7rem;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans';
  line-height: 1.5;
  text-decoration: none;
  font-style: normal;
}
.copyrightText {
  display: block;
  padding: 60px 0;
  color: #555;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.printText {
  width: 700px;
  margin: 15px auto 0;
  display: none;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
}
.printText + .printText {
  margin-top: 5px;
}



a.link {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #2f6097;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
}
a.link::after {
  position: absolute;
  bottom: 0;
  left: 26px;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2f6097;
  transition: .3s;
}

a.link:hover::after {
  width: calc( 100% - 26px);
}
a.link::before {
  position: absolute;
  left: 0;
  top: 0;
  content: ">>";
  display: inline-block;
}


span.wpcf7-not-valid-tip {
  margin-top: 8px;
  line-height: 1.4;
  color: #e60012;
  font-size: 1.2rem;
}

.columnType {
  margin: 0 14px 35px 0;
  font-size: 1.4rem;
}
.columnType.overseas{
  color: #70b26a;
}

.breadcrumb {
  width: 73%;
  margin: 145px auto 35px;
  text-align: right;
}
.single .breadcrumb {
  text-align: left;
}
.breadcrumb li {
  position: relative;
  margin-top: 5px;
  display: inline-block;
  font-size: 1.4rem;
  color: #333;
  padding: 0 3px;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li > a {
  position: relative;
  color: #2f6097;
  text-decoration: none;
}
.breadcrumb li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2f6097;
  transition: .3s;
}
.breadcrumb li > a:hover::after {
  width: 100%;
}
.breadcrumb + .content {
  padding-top: 0;
}

.text_right {
  text-align: right;
}


.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
/*------------------
  トップページ site-headerの非表示
  PCのみ適応
------------------*/
@media screen and (min-width: 769px) {
  #top .site-header {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: none;
    min-width: auto;
    width: auto;
  }
  #top .site-header .headerInner {
    display: inline-block;
  }
  #top .site-header .headerTitle,
  #top .site-header .siteNavList {
    display: none!important;
  }
  #top .site-header.langActive {
    position: fixed;
    left: 0;
    right: auto;
    text-align: left;
    background: #fff;
    min-width: 1000px;
    width: 100%;
  }
  #top .site-header.langActive .headerInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #top .site-header.langActive .headerTitle {
    display: block!important;
  }

  #top .site-header.langActive .siteNavList {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex!important;
  }
}
/*------------------
  トップページ site-headerの非表示
  PCのみ適応　ここまで
------------------*/
.site-header .headerInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.headerInner #txt_jp02,
.headerInner #txt_en02 {
  display: none;
}
.headerTitle {
  width: 50%;
}
.headerTitle > a {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 10px 0 10px 32px;
}

.headerTitle > a > img {
  max-width: 520px;
  width: 100%;
  height: auto;
}

.headerTitle > a:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
}
.site-header .siteNavList,
.languageList {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.siteNavList li {
  text-align: center;
}
.siteNavList li > a {
  position: relative;
  display: block;
  padding: 15px 8px 16px 15px;
  text-decoration: none;
  color: #333;
  line-height: 1.4;
  font-size: 1.25rem;
  box-sizing: border-box;
  letter-spacing: 0.2em;
}

.siteNavList li > a::after {
  position: absolute;
  bottom: 10px;
  left: 15px;
  content: '';
  width: 0;
  height: 1px;
  background-color: #333;
  transition: .3s;
}
.siteNavList li > a:hover::after {
  width: calc( 100% - 22px);
}
.siteNavList li > a::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "/";
  display: block;
}
.siteNavList li:first-child > a::before {
  content: none;
}
.languageList {
  margin-right: 16px;
  margin-left: 16px;
}
.languageList > li > .notscroll {
  position: relative;
  display: block;
  padding: 14px 6px 15px 6px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #a9a9a9;
}

.languageList > li > a {
  position: relative;
  display: block;
  padding: 14px 5px 15px 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #a9a9a9;
  text-decoration: none;
}
.languageList > li + li > .notscroll::before,
.languageList > li + li > a::before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  width: 1px;
  height: 1.6rem;
  background: #a9a9a9;
}

.languageList > li.current > a {
  color: #000;
}
.error-404 {
  margin: 40px 60px;
  padding: 0;
}

.error-404 .page-title {
  font-size: 1.6rem;
  font-weight: bold;
}
.error-404 .page-content {
  margin-top: 15px;
  font-size: 1.4rem;
}
.error-404 form {
  margin-top: 20px;
  font-size: 1.4rem;
}
.col {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.content.col {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.col .contentsArea {
  width: 50%;
}

.col .contentsArea .content {
  padding: 100px 13.5% 0 13.5%;
  box-sizing: border-box;
}
.col .contentsArea .content:first-child {
  padding-top: 180px;
}
#top .contentsArea .topMessageArea {
  position: relative;
}
#top .contentsArea .topMessageArea,
.col .contentsArea .content:last-child {
  min-height: 100vh;
}
.home .col .contentsArea .content.topFv {
  padding: 32% 13.5% 0 13.5%;
}
.home .col .contentsArea .content {
  padding: 180px 13.5% 0 13.5%;
}
.blog .col .contentsArea .breadcrumb + .content,
.category .col .contentsArea .breadcrumb + .content,
.single .col .contentsArea .breadcrumb + .content {
  padding: 0 13.5% 0 13.5%;
}
.col .contentsArea .content > section {
  padding-bottom: 50px;
}
.columnType {
  margin-bottom: 0;
}

#service .content#content04 {
  padding-bottom: 110px;
}

.col > .content:first-child {
  padding-top: 0;
}
.sideImgArea {
  order: -1;
  width: 50%;
}

/*scrollBtn*/
.scrollBtn {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.scrollBtn > a {
  position: relative;
  display: inline-block;
  padding-bottom: 80px;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
}

.scrollBtn > a::before {
  position: absolute;
  top: 18px;
  right: 20px;
  content: "";
  width: 1px;
  border-top: 68px solid #333;
}


.scrollBtn > a::after {
  position: absolute;
  right: 18px;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../../images/arrow_bottom.png)no-repeat 0 0 / 100% auto;
  -webkit-animation: iconScroll 1.3s ease-in-out infinite;
  animation: iconScroll 1.3s ease-in-out infinite;
  will-change: animation;
}

.single .scrollBtn {
  display: none!important;
}
@-moz-keyframes iconScroll{
  0%{
    -webkit-transform:scale(0);
    transform:scale(0);
    top: 1.2rem;
  }
  1%,22%{
    -webkit-transform:scale(1);
    transform:scale(1);
  }
  60%{
    top:6.6rem;
    -webkit-transform:scale(1);
    transform:scale(1);
  }
  100%{
    -webkit-transform:scale(0);
    transform:scale(0);top:6.6rem
  }
}
@-webkit-keyframesiconScroll {
  0%{
    -webkit-transform:scale(0);
    transform:scale(0);
    top: 1.2rem;
  }
  1%,22%{
    -webkit-transform:scale(1);
    transform:scale(1);
    }
  60%{
    top:6.6rem;
    -webkit-transform:scale(1);
    transform:scale(1);
  }
  100%{
    -webkit-transform:scale(0);
    transform:scale(0);
    top:6.6rem
  }
}
@keyframes iconScroll{
  0%{
    -webkit-transform:scale(0);
    transform:scale(0);
    top: 1.2rem;
  }
  1%,22%{
    -webkit-transform:scale(1);
    transform:scale(1);
  }
  60%{
    top:8rem;
    -webkit-transform:scale(1);
    transform:scale(1);
  }
  100%{
    -webkit-transform:scale(0);
    transform:scale(0);
    top:8rem;
  }
}

/*------------------------
  横幅　1500px
 -------------------------*/
@media screen and (min-width: 1500px) {
  .topMessageArea .logoText.topMessageTitle {
    display: block;
    max-width: 326px !important;
    margin: 0 auto 16.5%;
  }
  .topMessageText {
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.1em !important;
  }
  .siteNavList li > a {
    position: relative;
    display: block;
    padding: 15px 8px 16px 15px;
    text-decoration: none;
    color: #333;
    line-height: 1.5;
    font-size: 1.35rem;
    box-sizing: border-box;
    letter-spacing: 0.2em;
  }
  .headerTitle > a > img {
    max-width: 520px;
  }
}
/*------------------------
  横幅　pc
 -------------------------*/

@media screen and (min-width: 769px) {
  .photoImgWrap .sideImgtextArea .sideImgtext {
    display: none;
  }
}
/*------------------------
  横幅　sp
 -------------------------*/
@media screen and (max-width: 768px) {
  .scrollBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  .scrollBtn > a::after {
    position: absolute;
    right: 18px;
  }
}
.scrollBtn.stop {
  position: absolute;
}
/*.sideImgList */
.sideImgList {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.sideImgList.stop {
  position: relative;
}


.sideImgList > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  box-sizing: border-box;
}


.sideImgList > li {
  padding-top: 50px;
}
#top .sideImgList > li:first-child {
  padding-top: 0;
}

.sideImgList > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: 0;
  left: auto;
  filter: brightness(1);
  -webkit-transition: filter 0.8s linear;
  transition: filter 0.8s linear;
}
.single .sideImgList > li {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
.single .sideImgList > li > img {
  -webkit-filter: blur(14px)!important;
  -ms-filter: blur(14px)!important;
  filter: blur(14px)!important;
}

.sideImgList > li > .sideImgtextArea {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84.375%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sideImgList > li > .sideImgtextArea .sideImgtext {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  text-align: center;
}


.content > .photoImg {
  display: none;
}
#top .contentsArea #content06 {
  padding-bottom: 300px;
}
.page-id-155 .contentsArea #content01 {
  padding-bottom: 150px;
}


.contentsTitle {
  margin-bottom: 100px;
  font-weight: bold;
  color: #2f6097;
  font-size: 3.6rem;
  line-height: 1.3;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans', sans-serif;
}

.contentsTitleText {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}
.contactFormArea #contact-formArea,
.contactFormArea .wpcf7c-elm-step3 {
  margin-bottom: 100px;
}
.contentsBtn,
.contentsBtnWhite {
  max-width: 700px;
  margin: 0 auto;
}
.col02 .contentsBtn,
.col02 .contentsBtnWhite {
  width: 44.2%;
}
.contentsBtn {
  background: #2f6097;
}
.gmapOffice + .contentsBtn {
  margin-top: 80px;
}
.contentsBtn > a,
.contentsBtn > input {
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 1.6rem;
  background: url(../../images/arrow_icon01.png)no-repeat 94% center / 30px auto;
  text-align: center;
  text-decoration: none;
  transition: 0.4s ease;
}
.icon-arrow_icon01:before {
  content: "\e906";
}
.contentsBtn > a:hover,
.contentsBtn > input:hover {
  background: url(../../images/arrow_icon01.png)no-repeat 96% center / 30px auto;
}


.contentsBtnWhite {
  background: #fff;
}
.contentsBtnWhite > a,
.contentsBtnWhite > input {
  display: block;
  width: 100%;
  padding: 20px;
  color: #2f6097;
  font-size: 1.6rem;
  line-height: 1.2;
  background: url(../../images/arrow_icon02_02.png)no-repeat 6% center;
  border: 2px solid #2f6097;
  text-align: center;
  text-decoration: none;
  transition: 0.4s ease;
}
.contentsBtnWhite > a:hover,
.contentsBtnWhite > input:hover {
  background: url(../../images/arrow_icon02_02.png)no-repeat 4% center;
}

.contentsBtn.contentsBtn_79 {
  width: 79%;
}

/*svg*/
#top .topMessageArea .topMessageTitle01,
#top .topMessageArea .topMessageTitle02 {
  width: 75%;
  margin: 0 auto;
  display: block;
}

#top .topMessageArea .topMessageTitle02 {
  margin-top: 8px;
}
.topMessageArea .logoText.topMessageTitle {
  display: block;
  max-width: 288px;
  margin: 0 auto 16.5%;
}

.topMessageArea .logoText.topMessageTitle > img {
  width: 100%;
  height: auto;
}
.topMessageText {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.3;
  font-family: 'Garamond', 'Book Antiqua', "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "MS PMincho", serif;
  color: #333;
  letter-spacing: 0.1em;
}

.topMessageNav {
  margin-top: 6%;
}
.topMessageNav .siteNavList {
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -moz-flexbox; /* IE10 */
  display: -ms-flexbox; /* IE10 */
  display: -o-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.topNotes {
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 14%;
}

.newArea {
  box-sizing: border-box;
  padding: 15px 9.79166667% 15px 6.77083333%;
  background: #2f6097;
  box-sizing: border-box;
}
.newSection {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.newArea .newAreaTitleBlock {
  width: 17%;
  padding-right: 1%;
  box-sizing: border-box;
}
.newArea .newAreaTitle {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
.newArea .newAreaInfo {
  width: 83%;
  padding-left: 6%;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
.newArea .newAreaText {
  font-size: 1.2rem;
  line-height: 2.2;
  color: #fff;
}
.newArea .newsList {
  overflow: hidden;
  padding: 10px 0;
  font-size: 1.4rem;
  color: #fff;
}

.newArea .newsList > dt {
  margin-top: 10px;
  float: left;
  width: 120px;
  line-height: 1.5;
}
.newArea .newsList > dd {
  margin-top: 10px;
  float: left;
  width: calc( 100% - 120px);
  line-height: 1.5;
}

.newArea .newsList > dt:first-of-type,
.newArea .newsList > dd:first-of-type {
  margin-top: 0;
}

.newArea .newsList > dd a {
  color: #fff;
  text-decoration: none;
}

.newArea .newsList > dd a:hover {
  opacity: 0.8;
}
.newArea .newsList .newsListTitle {
  overflow: hidden;
  font-weight: normal;
  height: 2.2rem;
}
.newArea .newsList .newsListText {
  display: inline;
}
.gmapOffice {
  max-width: 700px;
  min-height: 370px;
  height: auto;
  width: 100%;
  display: block;
  margin: 60px auto 0;
}

.contentsArea .contentsTitleText {
  margin-bottom: 120px;
}

.contentsArea .contentsText {
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}
.contentsText + .contentsText {
  margin-top: 5px;
}

.ourPhilosophyArea .contentsText + .contentsText {
  margin-top: 35px;
}

.contentsArea .contentsText b {
  font-weight: bold;
}
.readText {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
}
.contentsText + .readText {
  margin: 35px 0 5px;
}
.ourPhilosophyArea .greetingName {
  text-align: right;
  margin-top: 35px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}

.contentsTextList {
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
  margin: 35px 0;
 }
 .contentsTextList li {
   list-style-type: disc;
   margin: 0 1rem 2rem 2rem;
}

.ourPhilosophyArea .greetingName span {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
}

.ourServiceSection {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ourServiceArea .contentsTitle,
.ourServiceArea .contentsTitleText {
  width: 100%;
}

.ourServiceArea .ourServicePage {
  width: 42.86%;
}

.ourServiceArea .ourServicePage:nth-child(2n) {
  margin-left: 14.28%;
}
.ourServiceArea .ourServicePage > a {
  text-decoration: none;
  color: #333;
}
.ourServiceArea .ourServicePage .ourServicePageImg {
  position: relative;
}
.ourServiceArea .ourServicePage .ourServicePageImg img {
  width: 100%;
}


.ourServiceArea .ourServicePage .ourServicePageInner {
  position: relative;
  width: 87.5%;
  padding: 6.896551724%;
  margin: -6.896551724% auto 0;
  background: #fff;
  box-sizing: border-box;
}
.ourServiceArea .ourServicePageTitle {
  position: relative;
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  font-size: 1.3vw;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
}
.ourServiceArea .ourServicePageTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 1.4em;
  background: #000;
}
.itemTitle {
  margin-bottom: 25px;
  color: #2f6097;
  font-size: 1.4rem;
  line-height: 1.2;
}
.LineTitle01 + .itemTitle {
  margin-top: 35px;
}
.checkList01 + .itemTitle,
.checkList02 + .itemTitle {
  margin-top: 64px;
}
.IndServiceInfoArea .checkList01 {
  margin-bottom: 60px;
}

.checkList01 > li {
  font-size: 1.55rem;
  color: #333;
  line-height: 1.6;
}
.checkTitle01 {
  padding-left: 35px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  background: url(../../images/link_icon01.png)no-repeat 0 3px / 20px auto;
}

.ourServicePage .checkList01 > li {
  padding-left: 26px;
  background: url(../../images/link_icon01.png)no-repeat 0 4px / 18px auto;
}

.checkList01 > li + li {
  margin-top: 32px;
}
.checkList02 {
  margin-top: 30px;
}
.checkList02 > li {
  position: relative;
  margin-left: 35px;
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
}
.checkList02 > li::before {
  position: absolute;
  top : calc(50% - 6px);
  left: -35px;
  content: "";
  width: 20px;
  height: 15px;
  background: url(../../images/checkList_icon02.png)no-repeat 0 0 / 16px auto;
}


.checkList02 > li > span {
  padding: 5px 0;
  border-bottom: 2px dotted #ccc;
}
.checkList02 > li + li {
  margin-top: 16px;
}

.dotList01 > li {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}
.dotList01 > li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  font-size: 1.0rem;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
.dotList01 > li + li {
  margin-top: 16px;
}
.primaryTitle {
  margin-bottom: 25px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}
.ourServiceArea .pageDetail {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #2f6097;
  transition: 0.4s ease;
}
.ourServiceArea .pageDetail::after {
  content: "";
  display: inline-block;
  margin-left: 5%;
  width: 35px;
  height: 10px;
  background: #fff url(../../images/arrow_icon02.png)no-repeat 0 center/ 23px auto;
  transition: 0.4s ease;
}

.ourServiceArea .ourServicePage > a:hover .pageDetail {
  opacity: 1;
}
.ourServiceArea .ourServicePage > a:hover .pageDetail::after {
  background: url(../../images/arrow_icon02.png)no-repeat 10px center / 23px auto;
}
.address {
  display: block;
  font-style: normal;
}
.LineTitle01 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  font-size: 2.2rem;
  color: #333;
  line-height: 2;
  font-weight: normal;
}

.LineTitle01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 1.1em;
  background: #000;
}
.addressText {
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
}
.columnPageWrap {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columnPageWrap {
  margin-bottom: 60px;
}
.columnPageWrap .columnPage {
  width: 28.57%;
}
.columnPageWrap .columnPage .columnPageImg {
  position: relative;
}
.columnPageWrap .columnPage .columnPageImg > img {
  width: 100%;
  height: auto;
}
.ourServiceArea .ourServicePage .ourServicePageImg > span,
.columnPageWrap .columnPage .columnPageImg > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ourServiceArea .ourServicePage a:hover .ourServicePageImg > span,
.columnPageWrap .columnPage a:hover .columnPageImg > span {
  background: rgba(0,0,0,0.5);
}
.ourServiceArea .ourServicePage .ourServicePageImg > span > span,
.columnPageWrap .columnPage .columnPageImg > span > span {
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  color: #fff;
  font-size: 1.4rem;
}
.ourServiceArea .ourServicePage a:hover .ourServicePageImg > span > span,
.columnPageWrap .columnPage a:hover .columnPageImg > span > span {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.ourServiceArea .ourServicePage .ourServicePageImg > span > span:nth-of-type(1),
.columnPageWrap .columnPage .columnPageImg > span > span:nth-of-type(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.ourServiceArea .ourServicePage .ourServicePageImg > span > span:nth-of-type(2),
.columnPageWrap .columnPage .columnPageImg > span > span:nth-of-type(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}
.ourServiceArea .ourServicePage .ourServicePageImg > span > span:nth-of-type(3),
.columnPageWrap .columnPage .columnPageImg > span > span:nth-of-type(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}
.ourServiceArea .ourServicePage .ourServicePageImg > span > span:nth-of-type(4),
.columnPageWrap .columnPage .columnPageImg > span > span:nth-of-type(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}
.ourServiceArea .ourServicePage .ourServicePageImg > span > span:nth-of-type(5),
.columnPageWrap .columnPage .columnPageImg > span > span:nth-of-type(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}
.ourServiceArea .ourServicePage .ourServicePageImg > span > span:nth-of-type(6),
.columnPageWrap .columnPage .columnPageImg > span > span:nth-of-type(6) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 100ms;
}


.columnPageWrap .columnPage + .columnPage {
  margin-left: 7.145%;
}
.columnPageWrap .columnPage:nth-child( 3n + 1 ) {
  margin-left: 0;
}
.columnPageWrap .columnPage:nth-child( n + 4 ) {
  margin-top: 60px;
}

.columnPageInner {
  position: relative;
  width: 87.5%;
  padding: 6.896551724%;
  margin: -6.896551724% auto 0;
  background: #fff;
  box-sizing: border-box;
}
.columnPage > a {
  color: #333;
  text-decoration: none;
}

.columnPageInner .columnTitle {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.columnPageDay {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.2;
}
.columnType.crs,
.crs .columnPageInner .columnTitle {
  color: #2f6097;
  font-weight: normal;
}
.columnType.overseasrealestate,
.overseasrealestate .columnPageInner .columnTitle {
  color: #70b26a;
}
.columnType.overseasassets,
.overseasassets .columnPageInner .columnTitle {
  color: #a47947;
}
.columnType.departuretax,
.departuretax .columnPageInner .columnTitle {
  color: #9387eb;
}
.columnType.nonresident,
.nonresident .columnPageInner .columnTitle {
  color: #8da600;
}
.columnType.ask,
.ask .columnPageInner .columnTitle {
  color: #f67976;
}

.columnTypeTextArea {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.columnPageInner .columnPageDay {
  margin-bottom: 30px;
  padding-top: 5px;
  border-top: #ccc 1px solid;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #999;
}
.columnPageInner .columnPageTitle {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}
.columnPageInner .columnPageText {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.5;
}
.columnPageInner .pageDetail {
  margin-top: 35px;
  color: #2f6097;
  font-size: 1.2rem;
  line-height: 1.5;
}
.columnPageInner .pageDetail::after {
  content: "";
  width: 35px;
  height: 10px;
  margin-left: 5%;
  display: inline-block;
  background: url(../../images/arrow_icon02.png)no-repeat 0 center / 23px auto;
  transition: 0.4s ease;
}
.columnPage > a:hover .columnPageInner .pageDetail::after {
  background: url(../../images/arrow_icon02.png)no-repeat 10px center / 23px auto;
}


.contactArea .contactText {
  margin-bottom: 60px;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", serif;
  letter-spacing: 0.15em;
}

.contactArea .contactText::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.contactArea .contactText.mailText::before {
  width: 28px;
  height: 28px;
  background: url(../../images/mail_icon01.png)no-repeat 0 center / 100% auto;
}
.contactArea .contactText.telText::before {
  width: 24px;
  height: 28px;
  background: url(../../images/tel_icon01.png)no-repeat 0 center / 100% auto;
}
.borderBox {
  position: relative;
  margin-bottom: 120px;
}
.borderBox::after {
  position: absolute;
  bottom: -60px;
  left: calc( 50% - 0.9em);
  width: 1.8em;
  height: 2px;
  background: #000;
  content: "";

}
.contactArea .contactTel {
  margin-top: 60px;
  text-align: center;
}
.contactArea .contactTel > a {
  color: #2f6097;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  text-decoration: none;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans';
}



.qaTitle {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
}
.qaTitle::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
.answerText {
  margin-top: 20px;
  padding-left: 46px;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333;
}

/*contact_us*/
.LineTitle01 + .indentList01 {
  margin-top: 60px;
}
.indentList01 + .indentList01 {
  margin-top: 50px;
}
.indentList01 > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 1.6rem;
}
.indentList01 > li > * {
  text-indent: 0;
}
.indentList01 > li + li {
  margin-top: 20px;
}
.emphasisText {
  margin-top: 5px;
  color: #e60012;
  font-size: 1.4rem;
  line-height: 1.2;
}

.contactformlist {
  margin: 30px auto 65px;
}
.contactformlist > li {
  padding: 20px 15px;
}

.contactformlist > li + li {
  border-top: 1px solid #fff;
}
.contactformlist > li:nth-child( 2n + 1 ) {

  background: #e8e8e8;
}
.contactformlist > li:nth-child(2n) {
  background: #f4f4f4;
}
.contactformlist > li select,
.contactformlist > li input,
.contactformlist > li textarea {
  width: 100%;
  background: #fff;
  font-size: 1.6rem;
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  line-height: 1.6;
}

.contactformlist > li textarea {
  resize:vertical;
}
.contactformlist > li input[type="radio"] {
  border: 1px solid #c0c0c0;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}


.contactformlist > li select:focus,
.contactformlist > li input:focus,
.contactformlist > li textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline: -moz-focus-ring-color auto 5px;
  outline: -ms-focus-ring-color auto 5px;
  outline: -o-focus-ring-color auto 5px;
}
.contactformlist > li input[type="radio"]:focus{
  outline: none;
  border-color: #006799;
  border-color: rgba( 92, 179, 234, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(  92, 179, 234, 0.6), 0 0 8px rgba( 92, 179, 234, 0.6), 0 0 8px rgba(  92, 179, 234, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(  92, 179, 234, 0.6), 0 0 8px rgba(  92, 179, 234, 0.6), 0 0 8px rgba(  92, 179, 234, 0.6);
  box-shadow: inset 0 1px 1px rgba(  92, 179, 234, 0.6), 0 0 8px rgba(  92, 179, 234, 0.6), 0 0 8px rgba(  92, 179, 234, 0.6);
}

.contactformlist > li .wpcf7-not-valid input,
.contactformlist > li select.wpcf7-not-valid,
.contactformlist > li input.wpcf7-not-valid,
.contactformlist > li textarea.wpcf7-not-valid {
  border-color: #e60012;
  border-color: rgba( 230, 0, 0, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(236, 134, 66, 0.075), 0 0 8px rgba( 230, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(236, 134, 66, 0.075), 0 0 8px rgba( 230, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(236, 134, 66, 0.075), 0 0 8px rgba( 230, 0, 0, 0.6);
}




.contactformlist > li input.wpcf7c-conf,
.contactformlist > li select.wpcf7c-conf,
.contactformlist > li textarea.wpcf7c-conf {
  border: none;
  background: transparent;
  box-shadow: none;
}
.contactformlist > li input.wpcf7c-conf:focus,
.contactformlist > li select.wpcf7c-conf:focus,
.contactformlist > li textarea.wpcf7c-conf:focus {
  outline: none;
}
.contactformlist > li textarea.wpcf7c-conf {
  resize: none!important;
}

.contactformlist > li input[type="radio"] {
  background: #fff;
}
.contactformlist > li:nth-child( 2n + 1 ) input:-webkit-autofill,
.contactformlist > li:nth-child( 2n + 1 ) select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.contactformlist > li:nth-child(2n) input:-webkit-autofill,
.contactformlist > li:nth-child(2n) select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.contactformlist > li:nth-child( 2n + 1 ) input.wpcf7c-conf:-webkit-autofill,
.contactformlist > li:nth-child( 2n + 1 ) select.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e8e8e8 inset;
}
.contactformlist > li:nth-child(2n) input.wpcf7c-conf:-webkit-autofill,
.contactformlist > li:nth-child(2n) select.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f4f4f4 inset;
}

.contactformlist > li label {
  position: relative;
}

.contactformlist > li input[type="radio"] ~ span {
  vertical-align: top;
  margin: 8px 0 0 10px;
  display: inline-block;
  font-size: 1.6rem;
}

.contactformlist > li input[type="radio"]:checked + span::before {
  position: absolute;
  top: calc( 50% - 21px );
  left: 9px;
  content: "";
  background: #999;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.contactformlist .female .wpcf7c-force-hide,
.contactformlist .country .wpcf7c-force-hide {
  display: block!important;
}

.contactformlist > li .female .wpcf7c-force-hide input[type="radio"],
.contactformlist > li .country .wpcf7c-force-hide input[type="radio"],
.contactformlist > li .female .wpcf7c-force-hide input[type="radio"] ~ span,
.contactformlist > li .country .wpcf7c-force-hide input[type="radio"] ~ span {
  display: none;
}
.contactformlist > li .female .wpcf7c-force-hide .wpcf7-list-item + .wpcf7-list-item,
.contactformlist > li .country .wpcf7c-force-hide .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 0;
}

.contactformlist > li .female .wpcf7c-force-hide input[type="radio"]:checked ~ span,
.contactformlist > li .country .wpcf7c-force-hide input[type="radio"]:checked ~ span {
  display: block;
  margin: 0;
  padding: 16px;
}

.text1 > input {
  height: 195px;
}

.contactformlist > li select::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

.contactformlist > li select {
  color:#999;
}
.contactformlist > li select option {
  color:#000;
}

.contactformlist input::-webkit-input-placeholder {
  color: #999;
}
.contactformlist input::-moz-placeholder {
  color: #999;
}
.contactformlist input::-ms-input-placeholder {
  color: #999;
}
.contactformlist input::placeholder {
  color: #999;
}

.contactformlist input:focus:placeholder-shown,
.contactformlist textarea:focus:placeholder-shown {
  color: transparent;
  animation: blink 1s infinite;
}
.contactformlist input:focus::-webkit-input-placeholder,
.contactformlist textarea:focus::-webkit-input-placeholder {
  color: transparent;
  animation: blink 1s infinite;
}
.contactformlist input:focus::-moz-input--placeholder,
.contactformlist textarea:focus::-moz-input-placeholder {
  color: transparent;
  animation: blink 1s infinite;
}
.contactformlist input:focus:-ms-input-placeholder,
.contactformlist textarea:focus::-ms-input-placeholder {
  color: transparent;
  animation: blink 1s infinite;
}

.contactformTitle {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.2;
}
.custom-wpcf7c-confirmed .contactformTitle {
  margin-bottom: 5px;
}
.contactformSubTitle {
  margin-bottom: 10px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.2;
}

p + .contactformSubTitle,
.col + .contactformSubTitle {
  margin-top: 15px;
}
.contactformTitle + .contactformSubTitle {
  margin-top: 0;
}
.contactformlist > li .col {
  -webkit-align-items: baseline;
   -moz-align-items: baseline;
   -ms-align-items: baseline;
   -o-align-items: baseline;
   align-items: baseline;
}
.contactformlist > li .wpcf7-list-item {
  margin: 6px 50px 0 0;
}
.col02 .wpcf7-form-control-wrap {
  display: block;
  width: calc( 50% - 5px);
}
.col02 .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-left: 10px;
}
.col03 .wpcf7-form-control-wrap {
  width: 150px;
}
.col03 .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-left: 10px;
}
#zip-btn {
  background: #2f6097;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  width: 140px;
  cursor: pointer;
  padding: 13px 16px;
}
.wpcf7-form-control-wrap + #zip-btn {
  margin-left: 10px;
}
.borderBox + #contact-formArea {
  margin: -100px auto 60px;
  padding-top: 100px;
}
div.wpcf7 .ajax-loader {
  display: none;
}

/*about_us*/
.employeeName {
  margin-top: 50px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.4;
  font-weight: bold;
}
.pemployeeSubName {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.4;
}
.employeeName + .employeeNameSub {
  margin-top: 10px;
  font-size: 1.2rem;
}
.colList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.LineTitle01 + .colList {
  margin: 50px auto;
}
.employeeNameSub + .colList {
  margin-top: 60px;
}
.colList + .contentsText {
  margin-top: 40px;
}
.colList > dt:first-child,
.colList > dd:first-of-type {
  margin-top: 0;
}
.colList07 > dt,
.colList07 > dd {
  margin-top: 20px;
  line-height: 2;
  color: #333;
  font-size: 1.4rem;
}
.colList07 > dt {
  width: 7em;
}
.colList07 > dd {
  width: calc( 100% - 7em );
}
.link_icon02 {
  margin: 15px auto;
}
.link_icon02 > a {
  position: relative;
  padding: 4px 0 4px 28px;
  color: #2f6097;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  background: url(../../images/link_icon02.png)no-repeat 0 center / 22px auto;
}

.link_icon02 > a::after {
  position: absolute;
  bottom: 0;
  left: 28px;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2f6097;
  transition: .3s;
}

.link_icon02 a:hover::after {
  width: calc(100% - 28px);
}
/*column*/
.columnTitle01 {
  margin: 40px 0 35px;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #333;
  font-weight: 500;
}
.columnKv_Img {
  margin-bottom: 60px;
}
.columnKv_Img > img {
  width: 100%;
  height: auto;
}

.columnTextArea p {
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
}
.columnTextArea p + p {
  margin-top: 40px;
}

.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin: 40px auto 0;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 12px;
}
.pagination > .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #595959;
  color: #333;
  text-decoration: none;
  margin: 5px 0;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.pagination .page-numbers.next span,
.pagination .page-numbers.prev span {
  margin: 18px auto;
  display: block;
  width: 24px;
  height: 8px;
  overflow: hidden;
}
.pagination .page-numbers.next span img,
.pagination .page-numbers.prev span img {
  vertical-align: top;
}

.pagination .page-numbers.next:hover span img,
.pagination .page-numbers.prev:hover span img {
  position: relative;
  margin: -8px 0;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #2f6097;
  color: #fff;
  border: 1px solid #2f6097;
}
.privacylist {
  margin: 30px auto 40px;
}
.privacylist > li + li {
  margin-top: 30px;
}
.privacylistTitle {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}

@-webkit-keyframes contentWrapMove {
  0%{
      opacity:0;
      -webkit-transform:translateX(-100%);
      transform:translateX(-100%);
  }
  5%{
    opacity:1;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
  }
  100%{
    opacity:1;
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}
@keyframes contentWrapMove {
  0%{
    opacity:0;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
  }
  5%{
    opacity:1;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
  }
  100%{
    opacity:1;
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}
.c-border-in-out.is-shown .c-border-in-out__content-in1{
  -webkit-animation-name:contentWrapMove;
  animation-name:contentWrapMove;
  -webkit-animation-duration:.8s;
  animation-duration:.8s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}

/*contact_us_complete*/
.contact_us_complete .topMessageSection > .sendMessage:last-child {
  margin: 50px auto 200px;
}
.sendMessage > p {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
}
.sendMessage > p + p {
  margin-top: 40px;
}
.sendMessage > p > b {
  font-weight: bold;
}
.wpcf7-response-output {
  display: none!important;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .content > .photoImgWrap {
    position: relative;
    overflow: hidden;
    width: 111.5%;
    margin: 5vh 0 0 -6%;
  }
  .single .content > .photoImgWrap {
    background: rgba(0, 0, 0, 0.5);
  }
  .content > .photoImgWrap > .photoImg {
    padding-bottom: 100%;
  }

  .single .content > .photoImgWrap > .photoImg {
    -webkit-filter: blur(10px)!important;
    -ms-filter: blur(10px)!important;
    filter: blur(10px)!important;
  }
  .content > .photoImgWrap > .sideImgtextArea {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84.375%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .content > .photoImgWrap > .sideImgtextArea > .sideImgtext {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.09em;
    line-height: 1.5;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    text-align: center;
  }
  .breadcrumb {
    width: 100%;
    margin: 0;
    padding: 6.5rem 10px 30px 10px;
    background: #fff;
  }
  .breadcrumb li,
  .breadcrumb li > a {
    font-size: 1.0rem;
  }

  .site,.site-header,#contentsWrap,#footer {
    min-width: auto;
  }
  .footerContents {
    display: block;
    padding: 45px 4.6875% 8px 4.6875%;
  }

  .fpageTop {
    position: relative;
    top: 20px;
    left: 0;
  }
  .fpageTop > a {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../images/fpagetop_sp.png)no-repeat 0 0 / 100% auto;
  }
  .footerContents .siteName::after {
    width: 30px;
    left: calc( 50% - 15px );
  }
  .footerContents .siteConstitution,
  .footerContents .site-info {
    width: 100%;
  }
  .footerContents .site-infoTitle {
    margin: 0 0 25px 0;
  }

  .footerContents .site-infoInner {
    margin-left: 0;
  }
  .footerContents .siteConstitution {
    margin: 0;
    text-align: center;
  }
  .footerContents .siteName {
    margin: 0 auto 30px;
  }
  .footerContents .siteNavList {
    display: block;
  }


  .footerContents .site-Btn02 {
    display: block;
  }
  .footerContents .site-Btn02 > a {
    padding: 15px 60px 15px 30px;
  }

  .copyrightText {
    padding: 30px 0;
    background: #fff;
    font-size: 1.0rem;
  }

  .site-header .siteNavList, .languageList {
    margin-right: 0;
  }

  .languageList > li > .notscroll,
  .languageList > li > a {
    padding: 20px 6px 19px 6px;
  }

  .languageList > li + li > .notscroll::before,
  .languageList > li + li > a::before {
    top: 22px;
  }
  .site-header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
  }
  #top .site-header {
    display: block;
    position: absolute;
  }
  #top .site-header.fixed {
    position: fixed;
  }

  .siteNav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
  }

  .sp_btn {
    position: relative;
  }
  .sp_btn > a {
    display: block;
    width: 6.7rem;
    height: 6.0rem;
  }
  .sp_btn > a > span {
    position: absolute;
    top: 2.3rem;
    left: 2.4rem;
    display: block;
    width: 2rem;
    height: 2px;
    background: #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .siteNav.active .sp_btn > a > span:first-child {
    top: 2.6rem;
    left: 2.4rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .siteNav.active .sp_btn > a > span:nth-child(2),
  .siteNav.active .sp_btn > a > span:nth-child(3) {
    top: 2.6rem;
    left: 2.4rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp_btn > a > span:nth-child(2) {
    top: 2.9rem;
  }
  .sp_btn > a > span:last-child {
    top: 3.5rem;
  }
  .site-header .siteNavList {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
  }
  .siteNavList li > a {
    padding: 10px;
    font-size: 1.3rem;
  }
  .siteNavList li > a::before,
  .siteNavList li > a::after {
    content: none;
  }
  .contactArea .contactText.mailText::before,
  .contactArea .contactText.telText::before {
    margin: 0 auto 25px;
    display: block;
  }
  .topMessageNav .siteNavList {
    display: none;
  }

  /**/

  .sideImgArea {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #contentsWrap.col {
    display: block;
  }

  .sideImgArea {
    width: 100%;
  }
  .contentsArea,
  .col .contentsArea {
    width: 100%;
  }
  #footer {
    position: relative;
  }

  .footerContents .site-infoAddress {
    font-size: 1.2rem;
  }
  .footerContents .site-infoAddressTel {
    display: block;
    margin: 25px auto 0;
    text-align: center;
  }
  .footerContents .site-infoAddressTel > a {
    font-size: 2.2rem;
  }

  .gmapOffice {
    margin-top: 35px;
    min-height: 250px;
  }
  .gmapOffice + .contentsBtn {
    margin-top: 25px;
  }
  .contentsBtn.contentsBtn_79 {
    width: 100%;
  }

  .topMessageText {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: .2em;
  }
  .newSection {
    display: block;
  }

  .newArea {
    padding: 13px 5.5% 8px;
  }
  .newArea .newAreaTitleBlock {
    width: 100%;
  }
  .newArea .newAreaInfo {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
    padding-left: 0%;
  }
  .newArea .newsList {
    margin: 15px auto 10px;
    padding: 0;
  }
  .newArea .newsList > dt,
  .newArea .newsList > dd {
    width: 100%;
    float: none;
  }
  .newArea .newsList .newsListTitle {
    height: 5rem;
  }
  .newArea .newsList .newsListText {
    display: block;
  }
  #top .fixed .headerTitle {
    display: block;
  }
  #top .headerTitle > a {
    display: none;
  }
  #top .fixed .headerTitle > a {
    display: block;
  }
  .headerTitle > a {
    width: 100%;
    height: auto;
    padding: 1% 0 1% 1rem;
  }

  .headerTitle #txt_jp01,
  .headerTitle #txt_en01 {
    display: none;
  }
  .headerTitle #txt_jp02,
  .headerTitle #txt_en02 {
    display: block;
    width: 100%;
    height: auto;
  }
  .headerTitle #txt_jp02 {
    y: -30px;
  }
  .headerTitle #txt_en02 {
    y: 40;
  }
  .headerTitle > svg {
    height: 44px;
  }

  .contentsArea > .content{
    min-height: auto;
  }

  #top .contentsArea .topMessageArea {
    position: static;
  }
  #top .contentsArea .topMessageSection {
    position: relative;
  }
  .home .contentsArea > .topMessageArea.content .topMessageSection {
    margin-top: 0;
    min-height: 87vh;
    padding-top: 34%;
  }
  .topMessageArea .logoText.topMessageTitle {
    margin: 0 auto 60px;
    width: 58.6206897%;
  }

	.home .col .contentsArea .content.topFv {
		padding: 16% 5% 0 5%;
	}

  .home .col .contentsArea .content,
  .col .contentsArea .content:first-child,
  .col .contentsArea .content:last-of-type,
  .col .contentsArea .content {
    padding: 16% 5% 0 5%;
  }

  .blog .col .contentsArea .breadcrumb + .content,
  .category .col .contentsArea .breadcrumb + .content,
  .single .col .contentsArea .breadcrumb + .content {
    padding: 0 4.6875% 0 4.6875%;
  }
  .columnTitle01 {
    margin: 20px 0 30px;
    font-size: 1.8rem;
  }
  .columnPageInner .columnPageDay {
    font-size: 1.0rem;
  }

  .ourServiceSection {
    display: block;
  }
  .contentsTitle {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 3rem;
  }

  .LineTitle01 {
    font-size: 2rem;
  }
  .contentsTitleText {
    font-size: 1.4rem;
  }
  .contentsTitleText,
  .contentsArea .contentsTitleText,
  .ourServiceArea .contentsTitleText {
    margin-bottom: 40px;
  }
  .ourServiceArea .ourServicePage {
    width: 100%;
  }
  .ourServiceArea .ourServicePage:nth-child(2n) {
    margin-left: 0;
  }
  .ourServiceArea .ourServicePage .ourServicePageInner {
    width: 87.9310345%;
    margin: -6.896551724% auto 40px;
    padding: 6.12244898%;
  }
  .ourServiceArea .ourServicePageTitle {
    font-size: 2rem;
  }
  .itemTitle {
    font-size: 1.3rem;
  }

  .checkList01 > li {
    font-size: 1.6rem;
  }
  .checkList01 > li + li {
    margin-top: 25px;
  }
  .ourServiceArea .pageDetail {
    font-size: 1.4rem;
  }
  #top .contentsArea #content06 {
    padding-bottom: 0;
  }
  .page-id-155 .contentsArea #content01 {
    padding-bottom: 0;
  }
  .contactArea .contactText {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .contactArea .contactTel {
    margin-top: 30px;
  }
  .contactArea .contactTel > a {
    font-size: 3rem;
  }
  .colList07 > dt,
  .colList07 > dd {
    width: 100%;
  }

  .colList07 > dt {
    margin-top: 35px;
  }
  .colList07 > dd,
  .colList > dd:first-of-type {
    margin-top: 15px;
  }
  .contentsArea .contentsText {
    font-size: 1.2rem;
  }
  .dotList01 > li {
    font-size: 1.0rem;
  }
  .checkList02 > li::before {
    top: 10px;
    width: 15px;
    background: url(../../images/checkList_icon02.png)no-repeat 0 0 / 15px auto;
  }
  .dotList01 > li::before {
    top: 6px;
  }
  .primaryTitle {
    font-size: 1.6rem;
  }
  .borderBox {
    margin-bottom: 74px;
  }
  .borderBox + #contact-formArea {
    margin-top: -74px;
    padding-top: 74px;
  }
  .borderBox::after {
    width: 3rem;
    left: calc( 50% - 1.5rem);
    bottom: -36px;
  }
  .qaTitle {
    font-size: 1.6rem;
  }

  .contactFormArea #contact-formArea,
  .contactFormArea .wpcf7c-elm-step3 {
    margin-bottom: 50px;
  }

  .contactformlist {
    margin: 30px auto;
  }
  .LineTitle01::before {
    width: 3rem;
  }
  .LineTitle01 + .indentList01 {
    margin-top: 30px;
  }
  .indentList01 > li {
    font-size: 1.2rem;
  }
  .indentList01 > li + li {
    margin-top: 10px;
  }
  .indentList01 + .indentList01 {
    margin-top: 34px;
  }
  .contactformTitle {
    font-size: 1.2rem;
  }
  .contactformlist > li select, .contactformlist > li input[type="text"], .contactformlist > li input[type="email"], .contactformlist > li input[type="tel"], .contactformlist > li textarea {
    font-size: 1.2rem;
  }
  .emphasisText {
    font-size: 1.2rem;
  }
  .contactformlist > li input[type="radio"] + span {
    font-size: 1.2rem;
  }
  .contactformSubTitle {
    font-size: 1.0rem;
  }
  #zip-btn {
    font-size: 1.2rem;
  }
  .contentsBtn > a, .contentsBtn > input {
    font-size: 1.4rem;
  }
  .columnPageWrap {
    margin-bottom: 0;
  }
  .columnPageWrap .columnPage {
    width: 100%;
  }

  .columnKv_Img {
    margin-bottom: 40px;
  }
  .columnTextArea p {
    font-size: 1.2rem;
  }
  .columnTextArea p + p {
    margin-top: 25px;
  }
  .columnPageInner {
    padding: 5.17241379%;
    margin: -5.17241379% auto 10%;
  }
  .columnPageWrap .columnPage + .columnPage {
    margin: 0;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
  .pagination .page-numbers.next span, .pagination .page-numbers.prev span {
    margin: 20px auto;
  }
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  /*事務所紹介*/
  .page-id-2 .contentsArea > .topMessageArea.content .topMessageSection {
    min-height: auto;
    padding: 0;
  }
  .page-id-2 .contentsArea > #content02 .colList {
    padding-right: 6rem;
  }

  .page-id-2 .contentsArea > #content02 .contentsTitle,
  .page-id-2 .contentsArea > #content02 .contentsTitleText {
    display: none;
  }
  .page-id-2 .contentsTitleText,
  .page-id-2 .topMessageNav {
    margin: 0;
  }
  .contact_us_complete .topMessageSection > .sendMessage:last-child {
    margin-bottom: 0;
  }
  .borderBox + #contact-formArea {
    margin: 0;
  }
  .sendMessage > p + p {
    margin-top: 20px;
  }

}





/*contact_us コンタクトフォームの非表示に関して*/
#pref1_group {
  margin-top: 10px;
}
#pref1_group + .contactformSubTitle {
  margin-top: 15px;
}
[data-class="wpcf7cf_group"]#zip1_2_group,
[data-class="wpcf7cf_group"]#pref1_group {
  display: block!important;
}
[data-class="wpcf7cf_group"]#zip1_2_group.current,
[data-class="wpcf7cf_group"]#pref1_group.current {
  display: none!important;
}
