@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* @import "_vars.scss"; */
/* color */
/*サイトのメインカラー*/
/**

  @mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
  Use @include before(); in your CSS
--------------------------------------------------------- */
/**
  @breakpoints mixin
-----------------------------------------------------
@include for-size(phone-only){}
@include for-size(tablet-portrait-up){}
@include for-size(tablet-landscape-up){}
@include for-size(desktop){}
@include for-size(desktop-up){}
-----------------------------------------------------  
@mixin for-size($size) {
  @if $size == phone-only {//スマホオンリー
    @media all and  (max-width: 640px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media all and  (min-width: 639px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media all and  (min-width: 885px) { @content; }
  }  @else if $size == desktop { 
    @media all and  (min-width: 1000px) { @content; }
  }  @else if $size == desktop-up { 
    @media all and  (min-width: 1300px) { @content; }
  } 
}*/
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------

-----------------------------------------------------  */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

@include base-text_2($size); 

@include base-text_en($size); 
@include base-text_link(); 

in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
/*----------------------------------------------------
レイアウトのみ
-------------------------------------------------------*/
.innerA {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerA .left_s {
  width: 30%;
  float: left;
}
.innerA .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

/*----------------------------------------------------
レイアウトのみ
-------------------------------------------------------*/
.innerB {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .innerB {
    display: block;
  }
}
.innerB .left,
.innerB .right {
  width: 48%;
}
@media all and (max-width: 639px) {
  .innerB .left,
  .innerB .right {
    width: 100%;
  }
}
.innerB .right {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .innerB .right {
    margin-left: 0;
    margin-top: 15px;
  }
}
.innerB .left_s {
  width: 30%;
}
@media all and (max-width: 639px) {
  .innerB .left_s {
    width: 100%;
  }
}
.innerB .right_l {
  width: 66%;
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .innerB .right_l {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}

.innerC {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerC .left,
.innerC .right {
  width: 48%;
  float: left;
}
.innerC .right {
  margin-left: 4%;
}
.innerC .left_s {
  width: 30%;
  float: left;
}
.innerC .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

/*-----------------------------------------------------------------------------
ぶろぐ
<section id="entry" class="common_page__sec">
 <div class="single">
 <div class="nakaA">
  <h3>新着情報</h3>
  <div class="entry__cotent">
   <p class="data"><span>2018.09.20</span></p>
   <p class="entry__title">
   タイトルホームページを公開致しました</p>

   <div class="entry__cotent__text">
   本文ホームページを公開致しました</div>
   </div>
  </div>
 </div>
</section>
--------------------------------------------------------------------------------*/
#entry {
  padding-bottom: 80px;
}
#entry .entry__cotent {
  background: #fff;
  padding: 30px;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
}
@media all and (max-width: 821px) {
  #entry .entry__cotent {
    padding: 15px;
  }
}
#entry .entry__cotent .data span {
  background: #d8d8d8;
  padding: 0.3em 0.5em;
}
#entry .entry__cotent .page_sec_title {
  margin: 10px 0;
  border-bottom: 1px solid #0a1a3d;
}
@media all and (max-width: 821px) {
  #entry .entry__cotent .entry__cotent__text {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
下層ページ　ページ看板共通
ページ共通
<div id="page_top">
    <div class="box">
     <div class="nakaA">
      <h2 class="page__title">
       会社概要
       <span>Company</span>
      </h2>
     </div>
    </div>
   </div>

#page_top{
 @include page_top();
}
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
下層ページ　コンテンツレイアウト(左右半々)
ページ共通
----HTML---------------------------------------------------------------
<div class="listA">
 <div class="listA__item">
  <div class="listA__item__inner">
   <div class="listA__item__inner__left">
    <img src="https://placehold.jp/150x150.png" alt="">
   </div>
   <div class="listA__item__inner__right">
    <p class="listA__item__read">
     タイトル
    </p>
    <p class="listA__item__text">
     本文
    </p>
   </div>
  </div>
 </div>
 <div class="listA__item">
  <div class="listA__item__inner">
   <div class="listA__item__inner__left">
    <img class="_sp" src="https://placehold.jp/150x150.png" alt="">
    <p class="listA__item__read">
     タイトル
    </p>
    <p class="listA__item__text">
     本文
    </p>
   </div>
   <div class="listA__item__inner__right">
    <img src="https://placehold.jp/150x150.png" alt="">
   </div>
  </div>
 </div>
</div>
-----css--------------------------------------------------------------
.listA{
 @include sec_content_listA();
}
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
下層ページ　ページ看板共通
ページ共通
<div id="page_top">
    <div class="box">
     <div class="nakaA">
      <h2 class="page__title">
       会社概要
       <span>Company</span>
      </h2>
     </div>
    </div>
   </div>

#page_top{
 @include page_top();
}
-------------------------------------------------------------------*/
/*------------------------------------------------------
下層ページパンくず共通
<div id="pankuzu_list">
    <div class="box">
     <div class="nakaA">
      <ul>
       <li>
        <a href="">TOP</a>
       </li>
       <li>会社概要</li>
      </ul>
     </div>
    </div>
   </div>

#pankuzu_list{
 @include pankuzu_list();
}
 in your CSS
-------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #111;
  font-size: 1rem;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

#body {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  background: #e3f6fc;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/site_bg.jpg);
  background-size: 100%;
  background-attachment: fixed;
}
@media all and (max-width: 639px) {
  #body {
    overflow: hidden;
  }
}

#page {
  display: flex;
  flex-direction: column;
}

a:link, a:visited, a:hover {
  color: #002864;
  text-decoration: none;
}

.tbox {
  border: 2px solid #002864;
  padding: 15px;
  width: calc(100% - 34px);
}

.sign_ttl {
  border-bottom: 1px solid #111;
  font-size: 1.5rem;
  padding: 5px 0;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

header {
  width: 100%;
  z-index: 2222;
  transition: 0.4s;
  position: absolute;
}
header #head {
  margin: 0 auto;
  padding: 25px 0;
}
@media all and (max-width: 821px) {
  header #head {
    padding: 20px 10px;
    top: 0;
    width: 96%;
  }
}
header #head .inner {
  display: flex;
  flex-wrap: wrap;
}
header #head .inner .in_right {
  margin-left: auto;
  position: relative;
}
header #head .logo {
  width: 217px;
  position: relative;
}
@media all and (max-width: 639px) {
  header #head .logo {
    width: 249px;
    margin-top: 0;
  }
}
header #head .logo a {
  display: block;
}
@media all and (max-width: 639px) {
  header #head .logo a {
    margin-top: 0;
  }
}
header #head .logo img {
  width: 100%;
  height: auto;
}
header #head .head_nav {
  display: flex;
  list-style: none;
  margin-right: 170px;
}
header #head .head_nav > li {
  position: relative;
}
header #head .head_nav > li:nth-child(n+2) {
  margin-left: 30px;
}
header #head .head_nav > li:last-child {
  display: none;
}
header #head .head_nav > li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-weight: 500;
  position: relative;
  padding-top: 10px;
  transition: 0.2s;
}
header #head .head_nav > li a span {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 500;
}
header #head .head_nav > li a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 5px;
  height: 5px;
  background: #002864;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}
header #head .head_nav > li a:hover {
  color: #0a1a3d;
  transition: 0.2s;
}
header #head .head_nav > li a:hover:before {
  opacity: 1;
  transition: 0.2s;
}
@media all and (max-width: 821px) {
  header #head .head_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 40, 100, 0.96);
    z-index: 9998;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
  }
  header #head .head_nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header #head .head_nav > li:nth-child(n+2) {
    margin-left: 0;
  }
  header #head .head_nav > li:last-child {
    display: block;
  }
  header #head .head_nav > li a {
    text-align: center;
    color: #fff;
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
  header #head .head_nav > li a span {
    color: #0a1a3d;
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1em;
  }
}
header a.contact_lin {
  position: absolute;
  display: table;
  top: 25px;
  right: 20px;
  padding-left: 37px;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #00569c 0%, #07105f 100%);
  padding: 16px 40px;
  border-radius: 100px;
}
@media all and (max-width: 821px) {
  header a.contact_lin {
    display: none;
  }
}

.hamburger {
  display: none;
}
@media all and (max-width: 821px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 48px;
    height: 48px;
    background: #0a1a3d;
    position: fixed;
    top: 0px;
    right: 8px;
    z-index: 9999;
  }
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  transition: 0.3s;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* /dropdownmenu */
.sp {
  display: none;
}

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

.map {
  width: 100%;
  height: 450px;
}

/*  scrollbar  */
.scrollbar-y {
  width: 100%;
  height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .scrollbar-y {
    height: 200px;
  }
}
.scrollbar-y::-webkit-scrollbar {
  width: 5px;
}
.scrollbar-y::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.scrollbar-y::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*link*/
/*containar*/
#contentwrap {
  width: 100%;
  flex: 1 1 auto;
  background-size: 160px;
  position: relative;
}
#contentwrap.kasou {
  padding-top: 100px;
}
@media all and (max-width: 639px) {
  #contentwrap.kasou {
    padding-top: 30px;
  }
}
#contentwrap.kasou:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 100%;
  height: 100px;
  background: #00569c;
  top: 0;
}
@media all and (max-width: 639px) {
  #contentwrap.kasou:before {
    height: 30px;
  }
}

.single {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}
.single .tbox p {
  margin-bottom: 0px;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 990;
}
#page-top a {
  display: block;
}
#page-top a img {
  display: block;
  width: 76px;
}
@media all and (max-width: 639px) {
  #page-top a img {
    width: 22px;
  }
}

#footer {
  width: 1160px;
  margin: 0 auto 0;
  padding: 40px 0;
}
#footer address {
  margin-top: 10px;
}

/* table */
table {
  margin: 10px 0;
}
table th {
  vertical-align: middle;
  padding: 3px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 1px solid;
  background: #002864;
  color: #fff;
}
table td b {
  color: #002864;
  font-size: 12px;
}
table td {
  padding: 5px 10px;
  vertical-align: middle;
  border: #ddd 1px solid;
}

/* mailform */
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dl {
  margin: 10px 0;
  font-size: 1.6rem;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea {
  border-radius: 2px;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #0a1a3d;
  font-weight: bold;
  border: 2px solid #0a1a3d;
}
#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #0a1a3d;
}
#mailform button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*Radio Text*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #002864;
  border-bottom: 3px solid #002864;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}

.fm-text {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

/*共通ルール*/
.single_new {
  width: 95%;
  margin: auto;
}
@media all and (max-width: 639px) {
  .single_new {
    width: 95%;
  }
}

div,
section {
  box-sizing: border-box;
}

@media all and (max-width: 1400px) {
  .single {
    width: 95%;
  }
}

.top_main {
  width: 100%;
  position: relative;
  height: auto;
}
.top_main .top_main_vis {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  position: relative;
  height: auto;
}
.top_main .top_main_vis:before, .top_main .top_main_vis:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 333px;
  height: 213px;
  z-index: 2;
}
@media all and (max-width: 821px) {
  .top_main .top_main_vis:before, .top_main .top_main_vis:after {
    width: 93px;
    height: 58px;
  }
}
.top_main .top_main_vis:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/fv-l.svg);
  top: 0;
  left: 0;
}
.top_main .top_main_vis:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/fv-r.svg);
  bottom: 0;
  right: 0;
}
@media all and (max-width: 639px) {
  .top_main .top_main_vis {
    height: auto;
  }
}
.top_main .top_main_vis img {
  display: block;
  height: 100%;
}
.top_main .chachi {
  position: absolute;
  left: 0;
  bottom: 30px;
  margin: auto;
  z-index: 1;
  height: 310px;
}
@media all and (max-width: 821px) {
  .top_main .chachi {
    position: relative;
    height: auto;
    bottom: auto;
  }
}
.top_main .fv-copy {
  position: relative;
  z-index: 2;
  padding: 48px 102px 42px 48px;
  display: table;
}
@media all and (max-width: 821px) {
  .top_main .fv-copy {
    padding: 28px 52px 24px 18px;
    position: relative;
    bottom: auto;
    margin-top: -30px;
  }
}
.top_main .fv-copy__read {
  color: #fff;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  font-weight: 400;
  line-height: 2em;
}
@media all and (max-width: 821px) {
  .top_main .fv-copy__read {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.top_main .fv-copy__desc {
  margin: 20px 60px;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  color: #fff;
}
@media all and (max-width: 821px) {
  .top_main .fv-copy__desc {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 20px 20px;
    color: #0a1a3d;
  }
}
.top_main .fv-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0053a0 0%, #008ed1 100%);
  mix-blend-mode: multiply;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}
.top_main .fv-copy img {
  display: block;
  width: min(660px, 82vw);
  height: auto;
}
.top_main .fv-copy img,
.top_main .fv-copy .text {
  position: relative;
  z-index: 1;
}

.section_title {
  text-align: center;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #002864;
  font-weight: 500;
}
@media all and (max-width: 821px) {
  .section_title {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.section_title span {
  display: block;
  margin: auto;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 55px;
  font-size: 5.5rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #0a1a3d;
  font-weight: 500;
  margin-top: 10px;
}
@media all and (max-width: 821px) {
  .section_title span {
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
  }
}

.btt {
  display: block;
  margin: 50px auto 0;
}
.btt span {
  display: table;
  margin: auto;
  position: relative;
  color: #00569c;
  padding-right: 37px;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.btt span:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 27px;
  height: 4px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/link_icon.svg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.4s;
}
.btt:hover span:before {
  right: -6px;
  transition: 0.4s;
}

.top_news {
  padding-top: 140px;
}
@media all and (max-width: 821px) {
  .top_news {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.top_news .single {
  padding: 80px 0;
}
@media all and (max-width: 821px) {
  .top_news .single {
    padding: 60px 20px;
  }
}
.top_news__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 821px) {
  .top_news__in {
    display: block;
  }
}
.top_news__in .right {
  width: 70%;
  margin-left: 60px;
}
@media all and (max-width: 821px) {
  .top_news__in .right {
    margin-left: 0;
    width: 100%;
  }
}
.top_news__postlist {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 821px) {
  .top_news__postlist {
    margin-top: 30px;
  }
}
.top_news__postlist li {
  background: #fff;
}
.top_news__postlist li:nth-child(n+2) {
  margin-top: 10px;
}
.top_news__postlist li a {
  color: #1e2527;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 28px;
  position: relative;
}
.top_news__postlist li a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 27px;
  height: 4px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/link_icon.svg);
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}
.top_news__postlist li a span {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 500;
  opacity: 0.7;
  display: block;
  margin-bottom: 6px;
}
@media all and (max-width: 821px) {
  .top_news__postlist li a span {
    display: block;
  }
}
.top_news__postlist li a:hover:before {
  right: 18px;
  transition: 0.4s;
}

.top_about {
  position: relative;
}
.top_about:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 1210px;
  height: 1210px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/top_about_bg.svg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  z-index: 1;
}
.top_about .single {
  position: relative;
  z-index: 2;
}
.top_about__main {
  margin-top: 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  line-height: 2.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  text-wrap: balance;
  word-break: auto-phrase;
}
.top_about__main span {
  display: block;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  font-weight: 500;
  color: #00569c;
  margin-bottom: 20px;
}
@media all and (max-width: 821px) {
  .top_about__main span {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    font-weight: 500;
  }
}

.top_service {
  position: relative;
}
@media all and (max-width: 821px) {
  .top_service {
    background: #003061;
  }
}
.top_service:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 60%;
  height: 100%;
  background: #003061;
  right: 0;
  top: 0;
  z-index: 1;
}
@media all and (max-width: 821px) {
  .top_service:before {
    display: none;
  }
}
.top_service .in {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  align-items: center;
}
@media all and (max-width: 821px) {
  .top_service .in {
    display: block;
  }
}
.top_service .in__left {
  width: 45%;
}
@media all and (max-width: 821px) {
  .top_service .in__left {
    width: 100%;
  }
}
.top_service .in__left img {
  display: block;
}
.top_service .in__right {
  width: 50%;
  margin-left: auto;
}
@media all and (max-width: 821px) {
  .top_service .in__right {
    width: 100%;
    margin-top: 40px;
  }
}
.top_service .section_title {
  color: #fff;
  text-align: left;
}
.top_service .section_title span {
  color: #fff;
}
.top_service ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media all and (max-width: 821px) {
  .top_service ul {
    display: block;
  }
}
.top_service ul li {
  width: 48%;
  color: #fff;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding: 20px;
  letter-spacing: 0.03em;
}
@media all and (max-width: 821px) {
  .top_service ul li {
    width: 100%;
  }
}
.top_service ul li:nth-child(-n+2) {
  border-top: 1px solid #eee;
}
.top_service ul li:nth-child(even) {
  margin-left: auto;
}

.top_value {
  position: relative;
}
.top_value:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 60%;
  height: 50%;
  background: #003061;
  right: 0;
  top: 0;
}
.top_value .single {
  background: #fff;
  padding: 80px 100px;
}
@media all and (max-width: 821px) {
  .top_value .single {
    padding: 50px 20px;
  }
}
.top_value ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media all and (max-width: 821px) {
  .top_value ul {
    display: block;
  }
}
.top_value ul li {
  width: 50%;
  padding: 10px 50px;
  border-right: 1px solid #d8d8d8;
}
@media all and (max-width: 821px) {
  .top_value ul li {
    border: none;
    padding: 40px 20px;
    width: 100%;
  }
}
.top_value ul li:nth-child(1) {
  border-left: 1px solid #d8d8d8;
}
@media all and (max-width: 821px) {
  .top_value ul li:nth-child(1) {
    border: none;
    border-bottom: 1px solid #d8d8d8;
  }
}
.top_value__itemread {
  text-align: center;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #002864;
}
.top_value__itemread span {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #00569c;
  font-weight: 500;
  margin-top: 10px;
}
.top_value__itemdesc {
  margin-top: 15px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1e2527;
}

.top_partner__main {
  margin-top: 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  line-height: 2.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  text-wrap: balance;
  word-break: auto-phrase;
}
.top_partner__main span {
  display: block;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  font-weight: 500;
  color: #00569c;
  margin-bottom: 20px;
}
@media all and (max-width: 821px) {
  .top_partner__main span {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
}

footer {
  position: relative;
  margin-top: 80px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/foot_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .foot_logo {
  display: block;
  width: 236px;
}
footer .foot_cont__main {
  color: #fff;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 20px;
}
@media all and (max-width: 821px) {
  footer .foot_cont__main {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
footer .foot_cont .in {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media all and (max-width: 821px) {
  footer .foot_cont .in {
    display: block;
  }
}
footer .foot_cont .in__left {
  width: 45%;
}
@media all and (max-width: 821px) {
  footer .foot_cont .in__left {
    width: 100%;
  }
}
footer .foot_cont .in__left a {
  display: block;
  border: 1px solid #fff;
  max-width: 300px;
  padding: 15px 0;
}
footer .foot_cont .in__left a span {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: table;
  margin: auto;
  padding-right: 37px;
}
footer .foot_cont .in__left a span:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 27px;
  height: 4px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/link_icon_w.svg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}
footer .foot_cont .in__right {
  margin-left: auto;
}
@media all and (max-width: 821px) {
  footer .foot_cont .in__right {
    display: none;
  }
}
footer .foot_cont .in__right ul {
  display: flex;
  flex-wrap: wrap;
}
footer .foot_cont .in__right ul li {
  width: 50%;
}
footer .foot_cont .in__right ul li a {
  display: block;
  color: #fff;
}
footer .copy {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  font-weight: 500;
  z-index: 2;
  color: #fff;
  right: 0;
  bottom: 80px;
}
@media all and (max-width: 821px) {
  footer .copy {
    position: relative;
    bottom: auto;
  }
}
@media all and (max-width: 639px) {
  footer .copy {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    margin-top: 50px;
    text-align: center;
  }
}

/*--------------------------------------------------
下層ページタイトル
----------------------------------------------------*/
.pagetitle {
  padding: 200px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media all and (max-width: 821px) {
  .pagetitle {
    padding: 0;
  }
}
.pagetitle.page_company {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/page_company.jpg);
}
.pagetitle.page_service {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/page_service.jpg);
}
.pagetitle.page_partners {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/page_partners.jpg);
}
.pagetitle.page_contact {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/page_contact.jpg);
}
.pagetitle h2 {
  text-align: left;
  color: #fff;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media all and (max-width: 821px) {
  .pagetitle h2 {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
    font-weight: 600;
  }
}
.pagetitle h2 span {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 68px;
  font-size: 6.8rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 400;
}
@media all and (max-width: 821px) {
  .pagetitle h2 span {
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1em;
  }
}

.page_item_read {
  position: relative;
  padding-left: 25px;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-weight: 600;
}
.page_item_read:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  width: 17px;
  height: 5px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/page_cont_icon.svg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

/*--------------------------------------------------
法人概要(about.php)
----------------------------------------------------*/
.aboutus__main {
  margin-top: 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  line-height: 2.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  text-wrap: balance;
  word-break: auto-phrase;
}
.aboutus__main span {
  display: block;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  font-weight: 500;
  color: #00569c;
  margin-bottom: 20px;
}
@media all and (max-width: 821px) {
  .aboutus__main span {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    font-weight: 500;
  }
}

.philosophy__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media all and (max-width: 821px) {
  .philosophy__list {
    display: block;
  }
}
.philosophy__list li {
  width: 33.33%;
  padding: 20px 30px;
  border-left: 1px solid #d8d8d8;
  box-sizing: border-box;
}
@media all and (max-width: 821px) {
  .philosophy__list li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 40px 30px;
  }
}
.philosophy__list li:last-child {
  border-right: 1px solid #d8d8d8;
}
@media all and (max-width: 821px) {
  .philosophy__list li:last-child {
    border: none;
  }
}
.philosophy__itemread {
  text-align: center;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 31px;
  font-size: 3.1rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 500;
  color: #00569c;
}
.philosophy__itemdesc {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  margin-top: 15px;
}

.companyprofile {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
}
@media all and (max-width: 821px) {
  .companyprofile {
    margin-top: 0;
  }
}
.companyprofile__photo {
  display: block;
  width: 100%;
}
.companyprofile__en {
  display: block;
  width: 80%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -5px;
}
.companyprofile .in_context {
  max-width: 603px;
  margin: -350px auto 0;
  background: #fff;
  width: 90%;
  position: relative;
  padding: 60px;
}
@media all and (max-width: 821px) {
  .companyprofile .in_context {
    margin-top: -30px;
    padding: 50px 20px;
  }
}
.companyprofile .in_context table {
  width: 100%;
  margin: 50px auto 0;
  border-top: 1px solid #d8d8d8;
}
.companyprofile .in_context table th,
.companyprofile .in_context table td {
  background: none;
  border: none;
  text-align: left;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  font-weight: 500;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px;
}
.companyprofile .in_context table th {
  white-space: nowrap;
}

.offices {
  margin-top: 60px;
}
.offices__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  margin-top: 20px;
}
.offices .office-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 60px;
  margin-top: 50px;
}
.offices .office-tabs .office-tab {
  width: 240px;
  padding: 18px 20px;
  border: 1px solid #00569c;
  color: #00569c;
  background: transparent;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: 0.3s;
}
@media all and (max-width: 821px) {
  .offices .office-tabs .office-tab {
    width: 30%;
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 12px 0;
  }
}
.offices .office-tabs .office-tab.is-active, .offices .office-tabs .office-tab:hover {
  background: #00569c;
  color: #fff;
}
.offices .office-panel {
  display: none;
}
.offices .office-panel.is-active {
  display: block;
}
.offices .office-info {
  max-width: 900px;
  margin: 0 auto 30px;
}
.offices .office-info .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 821px) {
  .offices .office-info .in {
    display: block;
  }
}
.offices .office-info .in__left {
  width: 229px;
}
@media all and (max-width: 821px) {
  .offices .office-info .in__left {
    margin: auto;
  }
}
.offices .office-info .in__left img {
  display: block;
  width: 100%;
}
.offices .office-info .in__right {
  margin-left: 30px;
}
@media all and (max-width: 821px) {
  .offices .office-info .in__right {
    margin-left: 0;
  }
}
.offices .office-info .office-en {
  color: #00569c;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  letter-spacing: 0.06em;
  line-height: 1em;
  margin-bottom: 8px;
}
@media all and (max-width: 821px) {
  .offices .office-info .office-en {
    text-align: center;
  }
}
.offices .office-info h3 {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 24px;
  color: #0f2440;
}
@media all and (max-width: 821px) {
  .offices .office-info h3 {
    text-align: center;
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.offices .office-info p {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
}
/*--------------------------------------------------
事業内容(service.php)
----------------------------------------------------*/
.serviceread__main {
  margin-top: 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  line-height: 2.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  text-wrap: balance;
  word-break: auto-phrase;
}
.serviceread__main span {
  display: block;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  font-weight: 500;
  color: #00569c;
  margin-bottom: 20px;
}
@media all and (max-width: 821px) {
  .serviceread__main span {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
}

.strength {
  padding-top: 60px;
}
.strength .single_new {
  background: #fff;
  padding: 40px 0;
}
.strength__list {
  margin-top: 60px;
}
.strength__list li {
  max-width: 1032px;
  width: 87%;
}
@media all and (max-width: 821px) {
  .strength__list li {
    width: 100%;
  }
}
.strength__list li:nth-child(n+2) {
  margin-top: 60px;
}
.strength__list li:nth-child(even) {
  margin-left: auto;
}
.strength__list li .in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 821px) {
  .strength__list li .in {
    display: block;
  }
}
.strength__list li .in__left {
  width: 34%;
}
@media all and (max-width: 821px) {
  .strength__list li .in__left {
    width: 100%;
  }
}
.strength__list li .in__left img {
  display: block;
  width: 100%;
}
.strength__list li .in__right {
  width: 60%;
  margin-left: auto;
}
@media all and (max-width: 821px) {
  .strength__list li .in__right {
    width: 100%;
    margin: 20px 0 0;
  }
}
.strength__item_read {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  color: #002864;
  letter-spacing: 0.06em;
}
@media all and (max-width: 821px) {
  .strength__item_read {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
}
.strength__item_desc {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  line-height: 2.1em;
  margin-top: 20px;
}

.service .service-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 80px;
  padding: 100px 0;
}
.service .service-side .service-nav {
  position: sticky;
  top: 120px;
}
.service .service-side .service-nav__group {
  margin-bottom: 90px;
}
.service .service-side .service-nav__en {
  color: #005bac;
  font-family: "Cormorant", serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.service .service-side .service-nav__title {
  color: #001a43;
  font-size: 22px;
  margin-bottom: 28px;
}
.service .service-side .service-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service .service-side .service-nav li {
  border-bottom: 1px solid rgba(0, 26, 67, 0.5);
}
.service .service-side .service-nav li:first-child {
  border-top: 1px solid rgba(0, 26, 67, 0.5);
}
.service .service-side .service-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: #001a43;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.service .service-side .service-nav a::after {
  content: "→";
  color: #005bac;
  margin-left: 20px;
}
.service .service-side .service-nav a:hover {
  color: #005bac;
}
.service .service-main {
  padding-right: 40px;
}
.service .service-main__title {
  text-align: center;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 500;
  color: #0a1a3d;
}
@media all and (max-width: 821px) {
  .service .service-main__title {
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.service .service-main__title span {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #00569c;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.06em;
}
@media all and (max-width: 821px) {
  .service .service-main__title span {
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1em;
  }
}
.service .service-main__desc {
  margin-top: 30px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1e2527;
  text-align: center;
  text-wrap: balance;
  word-break: auto-phrase;
}
.service .service-main .service-main_intro.item2 {
  margin-top: 140px;
}
.service .service-content {
  min-height: 500px;
  scroll-margin-top: 120px;
  background: #fff;
  margin-top: 80px;
  padding: 60px;
}
@media all and (max-width: 821px) {
  .service .service-content {
    padding: 50px 20px;
  }
}
.service .service-content__title {
  border-bottom: 1px solid #d8d8d8;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  color: #1e2527;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
.service .service-content__title i {
  margin-right: 6px;
  font-size: 70%;
  color: #00569c;
}
.service .service-content__desc {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1e2527;
}
.service .service-content__desc span {
  display: block;
  margin-top: 10px;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #00569c;
  font-weight: 500;
  margin-bottom: 10px;
}
.service .service-content__subread {
  background: #0a1a3d;
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28149/subread_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 7px 15px;
  margin-top: 50px;
}
.service .service-content .col-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}
@media all and (max-width: 821px) {
  .service .service-content .col-3 {
    display: block;
  }
}
.service .service-content .col-3 li {
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1e2527;
}
@media all and (max-width: 821px) {
  .service .service-content .col-3 li {
    width: 100%;
    margin-right: 0;
  }
}
.service .service-content .col-3 li:nth-child(3n) {
  margin-right: 0;
}
.service .service-content .col-2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}
.service .service-content .col-2 li {
  width: 49%;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1e2527;
}
.service .service-content .col-2 li:nth-child(2n) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service .service-layout {
    display: block;
    padding: 70px 0;
  }
  .service .service-side {
    padding-left: 0;
    margin-bottom: 60px;
  }
  .service .service-nav {
    position: static;
  }
  .service .service-main {
    padding-right: 0;
  }
}

/*--------------------------------------------------
パートナー紹介(partners.php)
----------------------------------------------------*/
.partners__list {
  margin-top: 60px;
}
.partners__list li:nth-child(n+2) {
  margin-top: 80px;
}
.partners__list li img {
  display: block;
  width: 100%;
}
@media all and (max-width: 821px) {
  .partners__list li img {
    width: 80%;
    margin: auto;
  }
}
.partners__name {
  color: #002864;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1em;
}
@media all and (max-width: 821px) {
  .partners__name {
    text-align: center;
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
  }
}
.partners__name span {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-left: 15px;
}
@media all and (max-width: 821px) {
  .partners__name span {
    display: block;
    margin: 10px auto 0;
    font-family: YakuHaMP, "Zen Old Mincho", serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
  }
}
.partners__position {
  color: #0a1a3d;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 5px;
}
@media all and (max-width: 821px) {
  .partners__position {
    text-align: center;
  }
}
.partners table {
  width: 100%;
  margin-top: 30px;
}
.partners table th,
.partners table td {
  background: none;
  border: none;
  text-align: left;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1e2527;
  font-weight: 500;
  vertical-align: text-top;
  line-height: 1.6em;
  padding-bottom: 15px;
}
.partners table th {
  white-space: nowrap;
}

/*--------------------------------------------------
お問い合わせ(contact.php)
----------------------------------------------------*/
.contact__form {
  margin-top: 60px;
}
.contact .accbox {
  margin-top: 40px;
}
.contact .accbox label {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
}
.contact .accbox label .more {
  display: block;
  text-align: center;
  border-top: 1px solid #002864;
  border-bottom: 1px solid #002864;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #002864;
  width: 100%;
  padding: 0.8em 0;
  margin: 15px auto 40px;
  transition: 0.4s;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .contact .accbox label .more {
    margin-left: 0;
  }
}
.contact .accbox label .more span {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.contact .accbox label:hover .more {
  background: #002864;
  color: #fff;
  transition: 0.4s;
}
.contact .accbox label .single {
  padding: 0;
}
.contact .accbox input {
  display: none;
  transition: 0.8s;
}
.contact .accbox .accshow_1 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  position: relative;
}
.contact .accbox .accshow_1 .main {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1e2527;
  text-align: left;
  letter-spacing: 0;
  width: 85%;
  margin: auto;
}
@media all and (max-width: 639px) {
  .contact .accbox .accshow_1 .main {
    line-height: 1.7em;
  }
}
.contact .accbox .accshow_1 .main span {
  display: block;
  margin-top: 20px;
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 639px) {
  .contact .accbox .accshow_1 .main span {
    margin-top: 35px;
  }
}
.contact .cssacc_1:checked + .accshow_1 {
  height: auto;
  opacity: 1;
  transition: 0.8s;
}

/*--------------------------------------------------
新着情報(topics_list.php)
----------------------------------------------------*/
#topics_1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#topics_1 .single_new {
  background: #fff;
}
#topics_1 .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  #topics_1 .inner {
    display: block;
  }
}
#topics_1 .inner .left {
  width: 67%;
}
@media all and (max-width: 639px) {
  #topics_1 .inner .left {
    width: 100%;
  }
}
#topics_1 .inner .right {
  width: 27%;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  #topics_1 .inner .right {
    width: 100%;
    margin: 50px 0 0;
  }
}
#topics_1 .inner .right .side_titem {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #002864;
}
#topics_1 .inner .right .side_titem.sec {
  margin-top: 80px;
}
#topics_1 .inner .right .side_titem span {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: 500;
  display: block;
}
#topics_1 .inner .right ul.post_list li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
#topics_1 .inner .right ul.post_list li a {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  position: relative;
  padding: 15px 10px;
  transition: 0.4s;
}
#topics_1 .inner .right ul.post_list li a .data {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #002864;
  opacity: 0.5;
  position: relative;
}
#topics_1 .inner .right ul.post_list li a .title {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1e2527;
  display: block;
  margin-top: 4px;
  line-height: 1.8em;
}
#topics_1 .inner .right ul.post_list li a:hover {
  background: rgba(238, 238, 238, 0.4);
  transition: 0.4s;
}
#topics_1 .entry .data {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #002864;
}
#topics_1 .entry .title {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  color: #1e2527;
}
#topics_1 .entry .main_cont {
  font-family: YakuHaMP, "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 30px;
  color: #1e2527;
}
#topics_1 .entry .main_cont img {
  max-width: 100%;
  display: block;
}/*# sourceMappingURL=style.css.map */