@charset "UTF-8";
/*
Theme Name: 和田社会保険労務士事務所2
Description: 和田社会保険労務士事務所のオリジナルテーマ2
Version: 1.2.0
*/
/* -----------------------------------------
	全体共通
-------------------------------------------*/
body {
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  background-color:#fff;
}

.main {
  margin-top: 80px;
}
@media screen and ( min-width : 1024px ) {
  .main {
    margin-top: 100px;
  }
}

/*	ページヘッダー	*/
.page-header {
  text-align: center;
  padding: 2em 0;
  background-color: #eaf2f7;
  font-weight: 200;
}

.page-header h2 {
  font-size: 2em;
  font-family: "neue-frutiger-world", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0061a8;
}

/*	個別ページ・固定ページ	*/
.single .content_aria h2, .page .section-inner h2 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 1em 0 0.5em;
}

.single .content_aria h3, .page .section-inner h3 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 1em 0 0.5em;
}

.single .content_aria h4, .page .section-inner h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.5em 0;
}

.single .content_aria h5, .page .section-inner h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0;
}

.single .content_aria h6, .page .section-inner h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 0.5em 0;
}

.single .content_aria p, .page .section-inner p {
  line-height: 1.7;
}

.single .content_aria ul, .page .section-inner ul {
  list-style-type: disc;
  margin: 0.5em 0 0 3em;
}

.single .content_aria ul ul, .page .section-inner ul ul {
  list-style-type: circle;
}

.single .content_aria ul ul ul, .page .section-inner ul ul ul {
  list-style-type: square;
}

.single .content_aria ol, .page .section-inner ol {
  list-style-type: decimal;
  margin: 0.5em 0 0 3em;
}

/* -----------------------------------------
	ヘッダー
-------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 80px;
  z-index: 500;
}
@media screen and ( min-width : 1024px ) {
  .header {
    height: 100px;
  }
}

/* -----------------------------------------
	フッター
-------------------------------------------*/
.footer {
  background-color: #fff;
}

.footer-menu {
  background-color: #eaf2f7;
  color: #000;
}

.footer-container {
  margin: 3em 0;
  text-align: center;
}

.address {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  margin-top: 2em;
  line-height: 1.8;
}
@media screen and ( min-width : 1024px ) {
  .address ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
}

.footer-gnavList {
  margin-top: 3em;
  padding: 2em;
}
@media screen and ( min-width : 1024px ) {
  .footer-gnavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-gnavList li {
  list-style: none;
}
.footer-gnavList li a {
  padding: 0.7em 5em 0.5em 0.5em;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}
@media screen and ( min-width : 1024px ) {
  .footer-gnavList li a {
    padding: 0 1em;
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.footer-gnavList li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and ( min-width : 1024px ) {
  .footer-gnavList li a:hover {
    background-color: transparent;
    color: #00a6ea;
  }
}
@media screen and ( min-width : 1024px ) {
  .footer-gnavList li:last-child a {
    border-right: 0;
  }
}

/*	コピーライト	*/
.copyright {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  padding: 2em 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#18a5e8), to(#0061a8));
  background-image: linear-gradient(90deg, #18a5e8, #0061a8);
}

/* -----------------------------------------
	ロゴ（ヘッダー＆フッター）
-------------------------------------------*/
.header-logo, .footer-logo {
  margin-left: 15px;
}
@media screen and ( min-width : 1024px ) {
  .header-logo, .footer-logo {
    margin-left: 30px;
  }
}

.footer-logo {
  margin: 0;
}

.header-logo a img {
  width: 288px;
}
@media screen and ( min-width : 1024px ) {
  .header-logo a img {
    width: 400px;
  }
}

.footer-logo a img {
  width: 300px;
}
@media screen and ( min-width : 1024px ) {
  .footer-logo a img {
    width: 500px;
  }
}

.header-logo a, .footer-logo a {
  text-decoration: none;
}

.header-logo-ja, .footer-logo-ja {
  display: block;
  background: linear-gradient(100deg, #7a694e 0%, #bba58e 28%, #c0ab94 54%, #736357 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 7px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and ( min-width : 1024px ) {
  .header-logo-ja, .footer-logo-ja {
    font-size: 26px;
    letter-spacing: 3px;
  }
}

.header-logo-en, .footer-logo-en {
  display: block;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, #7a694e, #c0ab94, #c0ab94, #736357) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#7a694e), color-stop(#c0ab94), color-stop(#c0ab94), to(#736357)) 1;
     border-image: linear-gradient(to right, #7a694e, #c0ab94, #c0ab94, #736357) 1;
  padding-top: 7px;
  background: linear-gradient(100deg, #7a694e 0%, #c0ab94 28%, #c0ab94 54%, #736357 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and ( min-width : 1024px ) {
  .header-logo-en, .footer-logo-en {
    font-size: 12px;
  }
}

.footer-logo-en {
  display: inline-block;
}

/* -----------------------------------------
	メニュー
-------------------------------------------*/
/*	バーガーボタン	*/
.header-btn {
  width: 2.7em;
  height: 1.5em;
  padding-right: 1em;
  background: none;
  display: block;
  z-index: 500;
}
.header-btn span {
  position: relative;
  display: block;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-btn span::before, .header-btn span::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-btn span::before {
  top: -10px;
}
.header-btn span::after {
  bottom: -10px;
}
@media screen and ( min-width : 1024px ) {
  .header-btn {
    display: none;
  }
}

/*	メニュー本体	*/
.header-gnav {
  margin-top: 80px;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
@media screen and ( min-width : 1024px ) {
  .header-gnav {
    margin-top: 0;
    width: auto;
    height: auto;
    position: static;
  }
}

.header-gnavList li {
  list-style: none;
}
.header-gnavList li a {
  padding: 35px 25px;
  display: block;
  text-decoration: none;
  color: #000;
}
.header-gnavList li strong {
  font-family: "neue-frutiger-world", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5em;
  display: block;
  text-align: center;
}
.header-gnavList li .menu-item-description {
  display: block;
  font-size: small;
  text-align: center;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and ( min-width : 1024px ) {
  .header-gnavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-gnavList li a {
    padding: 25px;
  }
}

/*	バーガーボタンを押した時	*/
.is-openMenu .header-btn span {
  background: transparent;
}
.is-openMenu .header-btn span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-openMenu .header-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-openMenu .header-gnav {
  right: 0;
}

/* -----------------------------------------
	heroエリア
-------------------------------------------*/
.hero {
  background-image: url(images/wada-hero_image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: calc(50vh - 80px);
  padding: 2em 0;
}
@media screen and ( min-width : 1024px ) {
  .hero {
    background-position: top left;
    height: calc(90vh - 100px);
    padding: 5em 0;
  }
}

.hero-text {
  color: #000;
  margin: 1em;
  text-shadow: 1px 1px 3px #fff;
}

.catchphrase {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 3px #fff);
          filter: drop-shadow(2px 2px 3px #fff);
  background: -webkit-gradient(linear, left top, right top, from(#b84536), to(#fcd809));
  background: linear-gradient(90deg, #b84536 0%, #fcd809 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.catchphrase .small {
  font-size: 0.7em;
}
@media screen and ( min-width : 1024px ) {
  .catchphrase {
    font-size: 3em;
  }
}

/* -----------------------------------------
	セクション
-------------------------------------------*/
section {
  text-align: center;
  padding: 4em 1em;
  font-weight: 300;
}
@media screen and ( min-width : 1024px ) {
  section {
    padding: 7em 0;
  }
}

.front section:nth-child(odd) {
  background-color: #eaf2f7;
}

.section-title {
  font-family: "neue-frutiger-world", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 3.5em;
  color: #0061a8;
}

.section-inner {
  max-width: 90%;
  margin: 3em auto 0;
  line-height: 1.8;
  text-align: left;
}
.section-inner p {
  margin-bottom: 1em;
  font-weight: 200;
}

@media screen and ( min-width : 1024px ) {
  .home section, .archive section, .single section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 5em;
  }
  .home section .info_list, .home section .content_aria, .archive section .info_list, .archive section .content_aria, .single section .info_list, .single section .content_aria {
    width: 70%;
  }
  .home section .side_aria, .archive section .side_aria, .single section .side_aria {
    width: 30%;
    margin-top: 0;
  }
  .info .section-inner {
    width: 90%;
    max-width: none;
  }
  .services .section-inner {
    width: 900px;
  }
}
/* -----------------------------------------
	singleページ
-------------------------------------------*/
.single .content_aria {
  text-align: left;
}
.single .content_aria .entry-title {
  font-size: 2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.single .content_aria .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2em 0;
  color: #6ca6cf;
}
.single .content_aria .entry-meta li {
  margin-right: 1em;
  list-style-type: none;
}
.single .content_aria .entry-meta li .material-symbols-outlined {
  font-variation-settings: "wght" 600;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: -3px;
}
.single .content_aria .entry-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-latest-posts__post-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2em;
}

.content {
  margin: 3em 0;
}

/* -----------------------------------------
	home/archiveページ
-------------------------------------------*/
.archive_title {
  padding: 2em 0.5em 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2em;
}
@media screen and ( min-width : 1024px ) {
  .archive_title {
    max-width: 1200px;
    margin: 0 auto -2em;
  }
}

.info_list {
  text-align: left;
}
.info_list li a {
  padding: 0.8em 0.7em;
}
@media screen and ( min-width : 1024px ) {
  .info_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dotted #ccc;
  }
}
.info_list li a .post_date {
  font-size: 0.9em;
  display: block;
  float: left;
  min-width: 115px;
  margin-right: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.info_list li a .entry_label {
  color: #fff;
  display: block;
  float: left;
  min-width: 130px;
  font-size: 0.9em;
  text-align: center;
  margin-right: 1em;
  padding: 0.2em 0;
}
.info_list li a .post_title {
  display: block;
  clear: both;
}

/* -----------------------------------------
	single/archive サイドエリア
-------------------------------------------*/
.side_aria {
  margin-top: 5em;
}

.widget_side {
  margin-bottom: 2em;
}
.widget_side .wp-block-heading {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: 0 0;
  padding: 0 0 0.5em;
  border-radius: 0;
  font-size: 1.15em;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.wp-block-search .wp-block-search__label {
  display: none;
}

.wp-block-search .wp-block-search__button {
  width: 33%;
  color: #fff;
  background-color: #0061a8;
  border: none;
  padding: 6px;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  border-radius: 4px;
}

.wp-block-search input.wp-block-search__input {
  max-width: initial;
  width: 64%;
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 4px;
}

.widget_side ul li a {
  text-align: left;
  font-size: 0.9em;
  display: block;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.widget_side ul li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #1e73be;
}

/* -----------------------------------------
	フォーム
-------------------------------------------*/
input, textarea {
  border: 1px solid #bdb6aa;
  border-radius: 6px;
  padding: 0.5em;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 2em;
}

textarea {
  height: 6em;
}

.send-button-wrap {
  margin-top: 3em;
  text-align: center;
}

.send-button {
  width: 100%;
  color: #fff;
  background-color: #0061a8;
  border: none;
  padding: 6px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}

/* -----------------------------------------
	ページネーション
-------------------------------------------*/
.single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-pagination div a {
  border: 1px solid #ccc;
  padding: 1em 2em;
}

.archive-pagination {
  display: block;
  margin-top: 3em;
  text-align: center;
}
.archive-pagination * {
  padding: 1em 1.3em;
}
.archive-pagination a {
  border: 1px solid #ccc;
}

/* -----------------------------------------
	トップページ　個別セクション
-------------------------------------------*/
/*	News&Column	*/
@media screen and ( min-width : 768px ) {
  .latest-posts__list {
    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;
    gap: 4%;
  }
  .latest-posts__list li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and ( min-width : 1024px ) {
  .latest-posts__list {
    gap: 1%;
  }
  .latest-posts__list li {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}

.latest-posts__list img {
  width: 100%;
  height: auto;
}

.latest-posts_post-thumbnail {
  width: auto;
}

.latest-posts_post-title {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2em;
}

.latest-posts_post-time {
  display: block;
  font-size: 0.8em;
}

/* 一覧はこちら ボタン */
.sr-button-style {
  margin-top: 4em;
  text-align: center;
}
.sr-button-style a {
  border: 1px solid #0061a8;
  color: #0061a8;
  border-radius: 0;
  background-color: #fff;
  padding: 1em 3em;
  border-radius: 4px;
}

/*	Greeting	*/
@media screen and ( min-width : 1024px ) {
  .greeting {
    background-image: url(images/greeting_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .greeting .section-wrap {
    width: 50%;
    background-color: #eaf2f7;
    margin: -7em 0;
    padding: 7em 3em;
  }
}
/*	Services	*/
.services {
  counter-reset: number 0;
}

.services h3 {
  position: relative;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and ( min-width : 1024px ) {
  .services h3 {
    width: 900px;
    white-space: nowrap;
  }
}

.services h3::before {
  counter-increment: number 1;
  content: "0" counter(number);
  color: #eaf2f7;
  font-size: 6em;
  font-family: "Arial Black", sans-serif;
}

.services h3 span {
  display: block;
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0.5em;
}
.services h3 span small {
  display: inline-block;
}
@media screen and ( min-width : 1024px ) {
  .services h3 span {
    font-size: 2em;
    left: 1.5em;
  }
  .services h3 span small {
    display: inline;
  }
}

.service-header.is-layout-flex {
  margin-top: 5em;
  display: block;
}
.service-header.is-layout-flex div {
  display: block;
}
.service-header.is-layout-flex div figure {
  text-align: center;
  margin: 2em auto;
  width: 100px;
}
@media screen and ( min-width : 1024px ) {
  .service-header.is-layout-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .service-header.is-layout-flex div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-header.is-layout-flex div figure {
    margin: 2em 0 0 7em;
    width: 150px;
  }
}

.service-intro {
  margin: 3em auto;
  width: 90%;
}

.service-content {
  background-color: #eaf2f7;
  padding: 1.5em;
  width: 100%;
  margin: 3em auto;
}
.service-content ul {
  margin: 1em 2em;
}
.service-content ul li {
  list-style-type: disc;
}
@media screen and ( min-width : 1024px ) {
  .service-content {
    padding: 1.5em 3em;
    width: 80%;
    margin: 3em auto;
  }
}

.service-footer {
  width: 80%;
  margin: 0 auto;
}

/*	Contact	*/
.sr-contact {
  margin-top: 3em;
}

@media screen and ( min-width : 1024px ) {
  .sr-contact > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-table {
  width: 100%;
}
.form-table th, .form-table td {
  display: block;
}
@media screen and ( min-width : 1024px ) {
  .form-table {
    width: auto;
  }
  .form-table th, .form-table td {
    display: table-cell;
  }
  .form-table th {
    padding-right: 2em;
    text-align: right;
  }
}

@media screen and ( min-width : 1024px ) {
  .contact-form {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .contact-number > div, .contact-form > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 3em;
  }
}
.required {
  font-size: 0.7em;
  color: #b84536;
  font-weight: normal;
  display: inline-block;
  margin-left: 1em;
}
@media screen and ( min-width : 1024px ) {
  .required {
    display: block;
  }
}

.phone-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  background-image: -webkit-gradient(linear, left top, right top, from(#18a5e8), to(#0061a8));
  background-image: linear-gradient(90deg, #18a5e8, #0061a8);
  color: #fff;
  font-size: 1em;
  border-radius: 4px;
  padding: 0.2em 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone-box .material-symbols-outlined {
  font-variation-settings: "wght" 400;
  font-size: 38px;
  margin-right: 3px;
}

p.phone-number {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  color: #0061a8;
  font-family: "Lato", sans-serif;
}

.fax {
  margin-top: 3em;
}

/*	Privacy Policy	*/
.privacy-policy .section-inner {
  max-width: 900px;
}

/*	search results	*/
.search-result .section-inner {
  max-width: 900px;
}

.search-result_title {
  text-align: center;
  margin-bottom: 3em;
}
.search-result_title span {
  font-size: 2em;
  font-weight: bold;
}

.search-result-posts__list li {
  margin-bottom: 2em;
}
@media screen and ( min-width : 768px ) {
  .search-result-posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4%;
  }
  .search-result-posts__list li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and ( min-width : 1024px ) {
  .search-result-posts__list {
    gap: 2%;
  }
  .search-result-posts__list li {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
}

.search-result-posts__list img {
  width: 100%;
  height: auto;
}