@charset "utf-8";
/*
Theme Name:羽根田マネジメントオフィス株式会社
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/

/*------------------------------------------------------------
     common
------------------------------------------------------------ */
body {
  padding-top: 100px;
}
/* webfont */
time, .webfont-assistant {
  font-family: 'Assistant', sans-serif;
}
small, .webfont-barlow {
  font-family: 'Barlow', sans-serif;
}
/* h2 */
.h2-title {
  margin-bottom: 2.25em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .2em;
}
.h2-title span {
  display: block;
  margin-bottom: .25em;
  font-family: 'Barlow', sans-serif;
  font-size: 187.5%;
  font-weight: 800;
  letter-spacing: .05em;
}
/* btn */
.btn {
  display: inline-block;
  min-width: 128px;
  padding: .35em;
  background-image: url("img/common/pt.png");
  text-align: center;
  color: #FFF;
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.btn-contact {
  display: inline-block;
  width: 343px;
  max-width: 100%;
  padding: 1.9em 2em 1.9em 3.5em;
  background-color: #A4C7EE;
  position: relative;
  color: #000 !important;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .2em;
}
.btn-contact i {
  position: absolute;
  left: 2em;
  color: #000 !important;
}
/* ancher */
.ancher {
  position: absolute;
  pointer-events: none;
  padding-top: 98px;
  margin-top: -98px;
}
/* header
------------------------------------------------------------ */
#header {
  width: 100%;
  padding: 15px 0;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1480px;
}
/* logo */
/* nav */
#gnav {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .05em;
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto -1.05em;
}
#gnav ul li {
  padding: 0 1.05em;
}
/* container
------------------------------------------------------------ */
#main {
  padding-bottom: 100px;
  overflow: hidden;
}
.container {
  width: 94%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
/* footer
------------------------------------------------------------ */
#footer {
  background-color: #0044CC;
  position: relative;
}
#footer * {
  color: #FFF;
}
#footer #pageTop {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.footer-contact {
  padding: 70px 0 75px;
  background-image: url("img/common/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.footer-contact-text01 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.footer-contact-text02 {
  margin-top: 1.3em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .075em;
}
.footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .2em;
}
.footer-tel * {
  display: inline-block;
}
.footer-tel dt {
  margin-right: .5em;
}
.footer-tel dd {
  font-size: 200%;
  letter-spacing: .05em;
}
#footer .contact-btn-wrap {
  margin-top: 3.8em;
}
.copyright {
  display: block;
  padding: .733em 2%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .1em;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* main image */
.main-image h1 img {
  width: 100%;
}
/* information */
.top-information {
  padding: 80px 0 70px;
  background-color: #F6F6F6;
}
.top-information .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-information .box {
  margin-right: 15px;
}
.top-information .h2-title {
  text-align: left;
}
.top-information .archive {
  width: 770px;
  margin-left: auto;
}
.top-information .archive li {
  padding: 1em .75em;
  border-bottom: 1px dotted #ABABAB;
  font-size: 16px;
  font-size: 1.6rem;
}
.top-information .archive li:first-child {
  border-top: 1px dotted #ABABAB;
}
.top-information .archive li time, .top-information .archive li .cat, .top-information .archive li h3 {
  margin-top: .5em;
  margin-bottom: .5em;
}
.top-information .archive time {
  display: inline-block;
  margin-right: 1.5em;
  letter-spacing: .05em;
}
.top-information .archive .cat {
  display: inline-block;
  margin-right: 2em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
}
.top-information .archive .cat a {
  display: inline-block;
  min-width: 80px;
  padding: .3em 1.2em .45em;
  background-color: #CCC;
  text-align: center;
  color: #666;
}
.top-information .archive h3 {
  display: inline-block;
  font-weight: 700;
}
/* message */
.top-message {
  padding: 65px 0 60px;
  background-image: url("img/index/message_2x.jpg");
  background-size: contain;
  background-position: center left 100%;
  background-repeat: no-repeat;
}
.top-message h2 {
  margin-bottom: .75em;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .05em;
}
.top-message p {
  max-width: 900px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
}
/* about us */
.top-about {
  padding: 60px 0 45px;
  background-color: #A4C7EE;
}
.top-about .h2-title {
  margin-bottom: 3em;
}
.about-group-item {
  padding: 2em 2.5em;
  background-color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.about-group-item + .about-group-item {
  margin-top: 30px;
}
.about-group-item h3 {
  margin-bottom: .75em;
  color: #3366CC;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .05em;
}
.about-group-item h3 img.icon {
  margin-right: 1em;
  vertical-align: middle;
}
.about-group-item ul li::before {
  content: "・";
}
/* profile */
.top-profile {
  padding: 65px 0 35px;
}
.top-profile .h2-title {
  margin-bottom: 1em;
}
.h2-title + .profile-section {
  padding-top: 0;
}
.profile-section {
  padding: 2.25em 0 2.5em;
  border-bottom: 2px solid #3366CC;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.profile-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto -13px;
}
.profile-section .row.row02 {
  margin: auto -30px;
}
.profile-section .row .col {
  padding: 0 13px;
}
.profile-section .row.row02 .col {
  padding: 0 30px;
}
.profile-section .row .col-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.profile-section .row.row-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.profile-section .row .flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.profile-section .row .col * + dl, .profile-section dl dd * + p {
  margin-top: 1.75em;
}
.profile-section table th {
  padding-right: 1.05em;
  text-align: left;
  white-space: nowrap;
}
/* service */
.top-service {
  padding-top: 35px;
}
.service-eyecatch {
  margin-bottom: 35px;
}
.top-service h3 {
  margin-bottom: 1.25em;
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.top-service h3 span {
  display: inline-block;
  width: 408px;
  max-width: 100%;
  padding: .25em;
  border: 1px solid #000;
  margin-bottom: 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .2em;
}
.service-main-text {
  margin-bottom: 3em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}
.service-section {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.867;
  letter-spacing: .05em;
}
.service-section + .service-section {
  margin-top: 4em;
}
.service-section h4 {
  padding: .4em 1.4em;
  background-image: url("img/common/pt.png");
  margin-bottom: 1.25em;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .05em;
}
.service-section dl + dl {
  margin-top: 2em;
}
.service-section dl dt {
  color: #3366CC;
  font-size: 120%;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* kasou title */
.kasou-title {
  padding: 70px 0;
  background-color: #93BCEB;
}
.kasou-title .h2-title {
  margin-bottom: auto;
}
/* pankuzu */
#pankuzu {
  width: 94%;
  max-width: 1080px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: .75em auto 6.5em;
}
#pankuzu a {
  text-decoration: underline;
}
/* archive
------------------------------------------------------------ */
.article-item + .article-item {
  margin-top: 60px;
}
.article-data {
  margin-bottom: 30px;
}
.article-data time {
  display: inline-block;
  margin-right: 1.333em;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .05em;
}
.article-data .cat {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .05em;
}
.article-data .cat a {
  display: inline-block;
  min-width: 100px;
  border: 1px solid #000;
  margin-right: 1em;
  text-align: center;
}
.article-item .row::after {
  content: "";
  display: block;
  clear: both;
}
.article-item .eyecatch {
  float: left;
}
.article-content {
  margin-left: 275px;
}
.article-content h2 {
  margin-bottom: .5em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .05em;
}
.article-content .excerpt {
  margin-bottom: 1em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.867;
  letter-spacing: .05em;
}
.article-content .read a {
  color: #3366CC;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .05em;
}
/* wp pagenavi */
.wp-pagenavi {
  margin: 3.3em -.3125em -.3125em;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  min-width: 2.5em;
  padding: .6875em;
  border: 1px solid #3366CC;
  margin: .3125em;
  text-align: center;
  color: #3366CC;
  line-height: 1;
}
.wp-pagenavi span, .wp-pagenavi a:hover {
  background-color: #3366CC;
  color: #FFF;
  opacity: 1;
}
/* contact
------------------------------------------------------------ */
.contact-content .container {
  max-width: 820px;
}
.contact-text01 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.contact-text02 {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .075em;
}
* + .contact-text02 {
  margin-top: .75em;
}
.contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .75em;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .2em;
}
.contact-tel * {
  display: inline-block;
}
.contact-tel dt {
  margin-right: .5em;
}
.contact-tel dd {
  font-size: 200%;
  letter-spacing: .05em;
}
/* ご相談の流れ */
.contact-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-top: 50px;
}
.contact-flow h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3366CC;
  width: 17%;
  padding: 1em;
  margin-right: 5.487%;
  color: #FFF;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
}
.contact-flow-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.contact-flow ol {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .075em;
}
.contact-flow ol li {
  padding: .25em 2em;
  background-color: #EAEFFA;
}
.contact-flow ol li + li {
  margin-top: 1em;
}
.contact-flow-note {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .075em;
}
/* form */
.contact-form {
  margin-top: 80px;
  padding: 7.3% 5.3% 8%;
  background-color: #F6F6F6;
}
.contact-form-area {
  margin-bottom: 4.25em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.contact-form-area dl + dl {
  margin-top: 2.5em;
}
.contact-form-area dl dt {
  margin-bottom: 1em;
}
/*入力エリア*/
.contact-form-area input[type="text"], .contact-form-area input[type="tel"], .contact-form-area input[type="email"], .contact-form-area textarea {
  width: 100%;
  padding: .75em;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-form-area input[type="text"]:focus, .contact-form-area textarea:focus {
  background-image: none;
}
.contact-form-area textarea {
  height: 140px;
}
/* 必須 */
.contact-form-area label.required::after {
  content: "必須";
  display: inline-block;
  padding: 0 .75em .1em;
  background-color: #E10040;
  margin-left: 2em;
  color: #FFF;
  font-size: 75%;
  font-weight: 500;
}
/* 送信ボタン */
.submit {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  /* 変更 */
  width: 200px;
  padding: 1em;
  background-color: #3366CC;
  color: #FFF;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.submit:hover {
  opacity: .8;
}
.p-contact-thanks__text {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

/* 404
------------------------------------------------------------ */
.page404 h2 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.page404 p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.page404 h2 + p {
  margin-top: 2em;
}
.page404 p a {
  color: blue;
  text-decoration: underline;
}