
@charset "UTF-8";
/* Theme Name: sousei */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-top: 2px solid #1b1464;
  border-bottom: 2px solid #1b1464;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-top: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

body {
  font-size: 14px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 0.8em;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #1b1464;
  color: #fff;
  padding: 10px 15px;
  border-radius: 15px;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
  .lower-container p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none!important;
  }
}

.line {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------- 固定 ---------------------------------------*/

/*------------- header -------------*/

.header {
  z-index: 1111;
  height: 80px;
  position: fixed;
  width: 100%;
  padding: 10px 15px;
  top: 0;
  background-color: transparent;
  transition: background-color 1s;
}

.header.is-scrolled {
  background-color: rgba(0,0,0,0.4); /* スクロール後の色 */
}

.header.is-scrolled .header_navi_list_item {
  text-shadow: none;
}

.header_heading {
  position: relative;
  z-index: 1111;
  float: left;
  width: auto;
  margin-left: 20px;
}

.header_heading a {
  display: block;
}

.header_heading a h1 {
  margin-bottom: 0;
}

img.header_heading_logo {
  max-width: 180px;
  float: left;
  margin-right: 10px;
  padding: 7px;
}

.header_navi {
  margin: 0;
}

ul.header_navi_list {
  font-size: 15px;
  float: right;
  text-align: center;
  width: auto;
  margin-top: 20px;
  margin-right: 30px;
}

.header_navi_list a {
  color: #fff;
}

.header_navi_list a:hover {
  color: #e6e6e6;
}

.header_navi_list_item {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  margin: 0px;
  padding-right: 10px;
  padding-left: 10px;
  text-shadow: 2px 2px 10px #333 , -2px 2px 10px #333;
}

ul.header_navi_list a::after {
  content: "|";
  color: #fff;
  padding-left: 7px;
  margin-right: 7px;
}

ul.header_navi_list a:last-child::after {
  content: none;
}

/* ----- 下層 ----- */

.header .lower-navi {
  text-align: right;
  margin: 0;
}

ul.lower-navi_list {
  margin: 15px;
}

.header .lower-navi_list {
  font-size: 1.4rem;
}

.header .lower-navi_list_item {
  display: inline-block;
}

.header .lower-navi_list_item:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  color: #000;
}

.header .lower-navi_list_item:last-child:after {
  display: none;
}

.header .lower-navi_list_item a {
  color: #fff;
}

@media screen and (max-width: 1306px) {
  ul.header_navi_list {
    font-size: 10px;
  }
  .header_navi_list_item {
    padding-right: 5px;
    padding-left: 5px;
  }
  img.header_heading_logo {
    max-width: 120px;
    margin: 7px 5px 7px 5px;
    padding: 0;
  }
  ul.header_navi_list a::after {
    margin-right: 5px;
  }
  .header_heading {
    margin-top: 10px;
  }
}

@media screen and (max-width: 979px) {
  .header {
    height: 55px;
    padding: 5px;
  }
  .header_heading, .header_navi-top {
     display: none;
  }
  .header_navi {
    display: none !important;
  }
  .header .header_navi_list_item:after {
    margin: 0 5px;
  }
  .header .lower-navi {
    display: none;
  }
  .header .lower-navi_list_item:after {
    margin: 0 5px;
  }
}

/* ----- トグル ----- */

@media screen and (min-width: 980px) {
  .drawer_logo {
     display: none;
  }
}

.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 979px) {
  .drawer-hamburger {
    display: block;
    width: 30px;
    padding: 17px 15px 25px 15px;
    margin: 0;
    background: #1b1464;
  }
  .drawer_logo a h1 p {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
  }
  .drawer_logo a h1 p span {
    font-size: 8px;
  }
  img.drawer_logo_heading_img {
    max-width: 180px;
  }
  .drawer_logo a h1 {
    margin: 0;
  }
  .drawer-menu a {
    font-weight: 600;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-nav {
  width: 20rem;
}

.drawer--right .drawer-nav {
  right: -20rem;
  font-size: 1.4rem;
  padding: 15px 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20rem;
}

.drawer-menu-item {
  color: #000;
  font-size: 13px;
}

ul.drawer-menu {
  margin: 10px;
}

ul.drawer-menu li {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
}

ul.drawer-menu li::before {
  content: '\203A';
  position: relative;
  color: #1b1464;
  float: left;
  padding-right: 5px;
  font-weight: 600;
}

ul.drawer-menu li::last-child {
  border: none;
}

.drawer-menu-item-2nd {
  padding-left: 25px;
}

/*------------- footer -------------*/

.footer {
  background: #1b1464;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 80px;
}

.footer_container::after {
  clear: both;
  content: "";
  display: block;
}

.footer-left {
  width: 50%;
  float: left;
}

.footer-right {
  width: 50%;
  float: right;
}

img.footer_heading_logo {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}

.footer_navi_list_item {
  margin-bottom: 10px;
}

.footer_navi_list_item a {
  font-size: 13px;
}

.footer_navi_list_item a {
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .footer_container {
    padding: 45px 15px 15px;
  }
  img.footer_heading_logo {
    max-width: 150px;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    float: none;
  }
  .footer-left, .footer-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-left .btn-ptn-01--left {
    text-align: center;
    margin-bottom: 30px;
  }
}

.copy {
  color: #fff;
  padding: 0 5px 45px;
  text-align: center;
  font-size: 15px;
  background: #1b1464;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .copy {
    padding: 0 5px 30px;
  }
}

/*--------------------------------------- 共通 ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

@media screen and (min-width: 980px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .sp-none {
    display: none;
  }
}

.btn-ptn-01 {
  line-height: 1.4;
}

.btn-ptn-01 a {
  width: 100%;
  max-width: 300px;
  text-align: center;
  display: inline-block;
  padding: 15px;
  background: #1b1464;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .home .btn-ptn-01 {
    margin-top: 30px !important;
  }
  .btn-ptn-01 a {
    font-size: 14px;
    padding: 10px;
  }
  .btn-ptn-01 a::after {
    font-size: 18px;
  }
}

.btn-ptn-01--left {
  text-align: left;
}

.btn-ptn-01--center {
  text-align: center;
}

.btn-ptn-01--right {
  text-align: right;
}

.btn-ptn-01--white a {
  background: #fff;
  color: #1b1464;;
}

.heading-ptn-01 {
  position: relative;
  padding: 0 55px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01 {
    margin-bottom: 15px;
  }
}

.heading-ptn-01:before, .heading-ptn-01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.heading-ptn-01:before {
  left: 0;
}

.heading-ptn-01:after {
  right: 0;
}

.heading-ptn-01_txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 60px;
  font-size: 1.3em;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01_txt {
    padding: 0 15px;
    font-size: 1em;
    background: #fff;
    padding-bottom: 2px;
  }
}

.heading-ptn-02 {
  font-size: 24px;
  border-left: 10px solid #1b1464;
  padding: 5px 0 5px 15px;
  margin-bottom: 2em;
}

.home .heading-ptn-02 {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .heading-ptn-02 {
    border-left: 7px solid #1b1464;
    font-size: 20px;
    padding: 5px 0 5px 10px;
  }
  .h2_bg .heading-ptn-02 {
    border-left: 0;
  }
}

.heading-ptn-03 {
  background: #e6e6e6;
  color: #1b1464;
  padding: 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
  .heading-ptn-03 {
  }
}

/*--------------------------------------- トップページ ---------------------------------------*/

.top_container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 5px 120px;
}

.top_container::after {
  clear: both;
  content: "";
  display: block;
}

.top_heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  float: left;
  width: 300px;
}

.top_heading span.top_heading_en {
  font-size: 24px;
  font-weight: 600;
  color: #1b1464;
}

.top-heading-txt {
  margin-top: 25px;
}

@media screen and (max-width: 979px) {
  .top_heading {
    font-size: 32px;
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .top_heading span.top_heading_en {
  }
  .top_container {
    padding: 45px 15px 45px;
  }
}

/*------------- メインビジュアル -------------*/

.main-visual {
  position: relative;
  z-index: -2;
  height: 700px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("./assets/img/mv-bg.jpg");
}

.main-visual-inner {
  color: #fff;
  top: 300px;
  position: relative;
  padding-left: 50px;
}

p.main-visual-tp-txt {
  font-weight: 600;
  font-size: 52px;
  line-height: 1.5;
  text-shadow: 2px 2px 10px #333 , -2px 2px 10px #333;
}

p.main-visual-btm-txt {
  font-size: 18px;
}

.mv-img1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 550px;
  z-index: -2;
}

.mv-img2 {
  position: absolute;
  top: 420px;
  right: 50px;
  width: 400px;
}

@media screen and (max-width: 979px) {
  .main-visual {
    height: 500px;
  }
  .main-visual-inner {
    top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  p.main-visual-tp-txt {
    font-size: 26px;
  }
  p.main-visual-btm-txt {
    font-size: 16px;
    text-shadow: 2px 2px 10px #333 , -2px 2px 10px #333;
  }
  .mv-img1 {
    top: auto;
    right: 0;
    bottom: 40px;
    height: auto;
    width: 80%;
  }
  .mv-img2 {
    top: 300px;
    width: 250px;
    left: 30px;
  }
}

@media screen and (max-width: 580px) {
  .mv-img2 {
    width: 180px;
    top: 375px;
  }
}

/*------------- トップ事業内容 -------------*/

.top-service {
  background: #e6e6e6;
}

.service-box {
  width: 32.66666666666666666%;
  float: left;
  margin-right: 1%;
  margin-top: 80px;
}

.service-box3, .service-box6 {
  margin-right: 0;
}

p.service-box-txt1 {
  background: #1b1464;
  color: #fff;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
}

.service-box img {
  margin-bottom: 20px;
}

.service-box-txt3 {
  margin-top: 50px;
}

.service-box-txt3 p {
  background: #1b1464;
  color: #fff;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}

.service-box-txt3-2 {
  margin-right: 0;
}

.top-service::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-service .btn-ptn-01 a {
    margin-bottom: 30px;
  }
  .service-box {
    width: 49.5%;
    margin-right: 1%;
  }
  .service-box1, .service-box3, .service-box5 {
    margin-right: 1%;
  }
  .service-box2, .service-box4, .service-box6 {
    margin-right: 0%;
  }
  .service-box img {
    margin-bottom: 15px;
  }
  p.service-box-txt1 {
    padding: 15px 20px;
  }
  .service-box-txt3 {
    margin-top: 15px;
  }
  .service-box-txt3 p {
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 1%;
  }
}

@media screen and (max-width:630px) {
  .service-box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 15px;
  }
  .service-box1, .service-box3, .service-box5 {
    margin-right: 0;
  }
  .service-box img {
    margin-bottom: 15px;
  }
}

/*------------- トップお知らせ -------------*/

.top_news {
}

.top_news-box {
  margin-top: 80px
}

.post-archive_item {
  width: 24%;
  margin: 0.5%;
  float: left;
  margin-bottom: 15px;
}

.post-archive_item_thumb a img {
  width: 100%;
  margin-bottom: 15px;
}

.top_news .post-archive_item_info_time {
  background: transparent;
  color: #000;
  padding: 0;
  display: block;
  float: left;
  margin-right: 10px;
  font-weight: 600;
}

.post-archive_item_info_category a {
  font-weight: 600;
  padding: 5px 10px;
  background: #e6e6e6;
}

.top_news .post-archive_item_info {
  margin-bottom: 10px;
}

p.post-archive_item_heading {
  line-height: 1.5;
  font-weight: 600;
}

.post-archive_item:nth-of-type(4n+1) {
  clear: left;
}

.category .post-archive_item_thumb {
  margin-bottom: 15px;
}

.category .post-archive_item_info_time {
  background: transparent;
  padding: 0;
  display: block;
  float: left;
  margin-right: 10px;
}

.category .post-archive_item_txt-box {
  background: transparent;
  padding: 0;
}

.category .post-archive_item_info {
  margin-bottom: 10px;
}

.category span.post-archive_item_info_category {
  font-weight: 600;
  padding: 5px 10px;
  background: #e6e6e6;
}

@media screen and (max-width: 979px) {
  .post-archive_item {
    width: 49%;
    margin: 0.5%;
    margin-bottom: 15px;
  }
  .top_news .post-archive_item_info_time {
    display: block;
  }
  .post-archive_item:nth-of-type(2n+1) {
    clear: left;
  }
  .post-archive_item_txt-box {
    padding: 5px;
  }
  p.post-archive_item_heading, .top_news .post-archive_item_info span.post-archive_item_info_category {
    font-size: 13px;
  }
  .category .post-archive_item_info_time {
    display: block;
  }
}


/*------------- トップ会社情報 -------------*/

.top-about {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("./assets/img/com-bg.jpg");
}

.top-about .top_heading {
  width: 100%;
  text-align: center;
  float: none;
}

.top-about .top_heading span.top_heading_en {
  color: #fff;
}

.top-about .top-heading-txt {
  margin-top: 50px;
}

.top-about::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-about .btn-ptn-01 a {
    margin-bottom: 30px;
  }
}

/*------------- xxx -------------*/

@media screen and (max-width: 979px) {
}

/*--------------------------------------- 下層ページ ---------------------------------------*/

.lower-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

@media screen and (min-width: 980px) {
  .lower-container {
/*    margin-top: -50px;*/
  }
}

.lower-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .lower-container {
    padding: 0 15px;
    margin-bottom: 60px;
    margin-top: -20px;
  }
}

#breadcrumb {
  padding: 20px 0;
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 979px) {
  #breadcrumb {
    padding: 10px 0;
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}

#breadcrumb a, #breadcrumb span {
  display: inline-block;
}

#breadcrumb a:after {
  content: "/";
  color: #adadad;
  margin: 0 10px;
}

@media screen and (max-width: 979px) {
  #breadcrumb a:after {
    margin: 0 5px;
  }
}

.heading-ptn-04 {
  color: #1b1464;
  padding: 5px 15px 5px 0;
  margin-top: 50px;
  font-size: 20px;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.heading-ptn-04::before {
  content: '●';
  color: #1b1464;
  margin-right: 10px;
}

@media screen and (max-width: 979px) {
  .heading-ptn-04 {
    font-size: 18px;
    }
}

.h2_bg {
  background-image: url('./assets/img/com-bg.jpg');
  background-size: cover;
  background-position: center;
  background-position: bottom center;
}

.h2_bg h1 {
  color: #fff;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 50px;
/*  text-shadow: black 1px 1px 10px;*/
  font-size: 36px;
  border-left: none;
}

@media screen and (max-width: 979px) {
  .h2_bg h1 {
    font-size: 26px;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  table {
    font-size: 13px;
  }
}

a {
  word-break: break-all;
}

/*------------- お知らせシングルページ -------------*/


.single-post .post-archive_item_info_time {
}

.single-post .post-archive_item_info {
  margin-bottom: 50px;
}

h2.wp-block-heading {
  background: #e6e6e6;
  color: #1b1464;
  padding: 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single_content p, .wp-block-table {
  margin-bottom: 15px;
}

.single_content p a {
  background: #1b1464;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
}

.wp-block-image img {
  margin-top: 15px;
  margin-bottom: 30px;
}

.wp-block-embed iframe {
  margin-top: 15px;
  margin-bottom: 30px;
}

.pagination {
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
}

.pagination__container a.page-numbers {
  background: #f2f2f2;
  padding: 5px 15px;
  border-radius: 30px;
  margin: 2.5px;
}

.pagination__container span.current {
  background: #1b1464;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  margin: 2.5px;
}

@media screen and (max-width: 979px) {
  .single-post .post-archive_item_info {
    margin-bottom: 30px;
  }
  .pagination {
    font-size: 14px;
  }
  .pagination__container a.page-numbers, .pagination__container span.current {
    padding: 5px 10px;
  }
}

/*------------- 事業内容 -------------*/

ul.list-mark {
  list-style: disc;
  margin-left: 15px;
}

ul.list-mark li::marker{
  color: #1b1464;
}

table.services-table tr th {
  width: 200px;
}

@media screen and (max-width: 979px) {
  table.services-table tr th {
    width: 100px;
  }
}

/*------------- 会社情報 -------------*/

@media screen and (max-width: 979px) {
}

/*------------- お問合せ -------------*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

dl.cf dd.name {
  float: left;
  width: auto;
}

dl.cf dd.know {
  margin-top: 0.5em;
}

dl.cf dd.know span.wpcf7-list-item {
  display: block;
}

dl.cf dt {
  font-size: 1em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}

form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm, form.wpcf7-form input.wpcf7-back {
  background: #1b1464;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  width: 200px;
}

input, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;}
}

form.wpcf7-form input.wpcf7-submit:hover {
  background: #ccc;
}

form.wpcf7-form .required {
  color: #fff;
  background: #1b1464;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-right: 8px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #999!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #999!important;
}

.ui-widget {
  font-size: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;}

.ui-widget-header {
  border: 0!important;
  background: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none!important;
}

.wpcf7-response-output {
  display: none;
}

.page-template-page-contact .company ul {
  margin-left: 0!important;
}

/* フォーム外 */

.tel-link a {
  background: #1b1464;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

.tel-link {
  line-height: 3 !important;
}

.tel-link span {
  border-top: 1px solid #ccc;
  padding-top: 6px;
}

/*-------------  -------------*/


@media screen and (max-width: 979px) {
}
