@charset "utf-8";

/* << INDEX >> ----------------------------------------------------------------
*
* @ 共通
* @ トップページ
* @ サイトマップ
* @ 404
* @ 検索
* @ 投稿｜詳細
* @ アーカイブ
*
* -------------------------------------------------------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 共通
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ カテゴリーラベル
---------------------------------------------------------------------------- */
.post-data .cat_label {
  display: inline-block;
  width: 120px;
  padding: 4px 0;
  margin-left: 1em;
  color: #fff;
  border-radius: 3px;
  font-size: 0.875em;
  text-align: center;
}

/* @ リンクボタン（青背景・白文字）
---------------------------------------------------------------------------- */
.link_btn {
  margin-top: 100px;
  text-align: center;
}
.link_btn a {
  display: inline-block;
  text-align: center;
  background: #004da0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link_btn a:before {
  margin-right: 5px;
  content: '\f075';
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .link_btn a span {
    display: none;
  }
}
a.alpha:hover {
  text-decoration: none;
}

/* @ カラム分割
---------------------------------------------------------------------------- */
.flex_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
/* >>>> 2カラム分割 */
@media screen and (min-width: 481px) {
  .col2 {
    width: calc(((100% - 15px) / 2) - 0.1px);
    margin: 0 15px 15px 0;
  }
  .col2:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .col2 {
    width: 100%;
    margin: 0 auto 15px;
  }
}

/* >>>> 3カラム分割 */
@media screen and (min-width: 769px) {
  .col3 {
    width: calc(((100% - 15px * 2) / 3) - 0.1px);
    margin: 0 15px 15px 0;
  }
  .col3:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and ( max-width: 768px) {
  .col3 {
    width: calc(((100% - 15px) / 2) - 0.1px);
    margin: 0 15px 15px 0;
  }
  .col3:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .col3 {
    width: 100%;
    margin: 0 auto 15px;
  }
}

/* >>>> 4カラム分割 */
@media screen and (min-width: 769px) {
  .col4 {
    width: calc(((100% - 15px * 3) / 4) - 0.1px);
    margin: 0 15px 15px 0;
  }
  .col4:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and ( max-width: 768px) {
  .col4 {
    width: calc(((100% - 15px) / 2) - 0.1px);
    margin: 0 15px 15px 0;
  }
  .col4:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .col4 {
    width: 100%;
    margin: 0 auto 15px;
  }
}

/* @ 投稿リスト
---------------------------------------------------------------------------- */

.news-list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
body:not(.home) .news-list {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .news-list {
    display: block;
  }
}
.news-list .ttl {
  margin-top: 0;
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .news-list .ttl {
    margin-bottom: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .news-list .ttl {
    font-size: 1.625rem; /* 26px */
  }
}
.news-list .ttl span {
  display: block;
  font-size: 1.125rem; /* 18px */
  font-weight: normal;
  font-style: italic;
  color: #e4162c;
}
.news-list .Lbox {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .news-list .Lbox {
    width: 100%;
  }
}
body:not(.home) .news-list ul {
  width:100%;
  max-width: 100%;
  margin-left: 0;
}
.news-list ul {
  margin: 0;
  padding: 0;
  width: calc(100% - 300px);
  max-width: 800px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .news-list ul {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.news-list ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
  border-bottom: solid 2px #000;
}
.news-list ul li dl dt {
  width: 105px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  color: #787878;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-list ul li dl dd {
  margin: 0;
  padding: 0;
}
.news-list ul li dl dd:last-of-type {
  width: calc(100% - (105px + (120px + 20px)));
}
.news-list ul li dl dd:last-of-type a {
  font-weight: bold;
  color: #444;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-list ul li dl dd:last-of-type a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news-list ul li dl dd:last-of-type {
    margin-top: 5px;
    width: 100%;
  }
}
.news-list .cat_label {
  margin-right: 20px;
  width: 120px;
}
.news-list .cat_label span {
  display: block;
  padding: 3px 7px;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ 画像キャプション
---------------------------------------------------------------------------- */
.wp-caption {
  width: auto !important;
}
.wp-caption .wp-caption-text {
  margin: 5px 0;
  text-align: center;
}

/* @ その他
---------------------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ トップページ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* @ フッター
---------------------------------------------------------------------------- */
.page-index #footer {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #footer-nav {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイトマップ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-sitemaps .sitemaps-list {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.page-sitemaps .sitemaps-list:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .page-sitemaps .sitemaps-list {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.page-sitemaps .sitemaps-list ul {
  padding: 0;
}
.page-sitemaps .sitemaps-list ul ul {
  padding-left: 1.5em;
}
.page-sitemaps .sitemaps-list li {
  list-style: none;
}
.page-sitemaps .sitemaps-list li a {
  display: block;
  padding: 0.5em;
  color: inherit;
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
}
.page-sitemaps .sitemaps-list li a:hover {
  text-decoration: none;
  background-color: #f4f9fe;
}
.page-sitemaps .sitemaps-list li a:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f105";
  margin-right: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 404
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ メッセージ
---------------------------------------------------------------------------- */
.error404 .er404-message {
  text-align: center;
}
.error404 .er404-message:before {
  display: block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 105px;
  content: "\f071";
  color: #f66;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .error404 .er404-message:before {
    font-size: 112px;
  }
}
.error404 .er404-message p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .error404 .er404-message p:first-child {
    font-size: 2.25em;
  }
}
.error404 .er404-message p:first-child span {
  font-size: 0.5em;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#er404-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-width: 280px;
  max-width: 680px;
  margin: 5em auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #er404-search {
    margin: 2em auto;
  }
}
#er404-search label:first-of-type {
  width: 100%;
}
#er404-search input[type='text'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #eee;
}
#er404-search input[type='submit'] {
  font-family: 'FontAwesome';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.75em;
  height: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #2d3339;
  color: #fff;
  font-weight: normal;
  font-size: 1.25em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 検索
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search #er404-search {
  margin: 3em auto;
}
.search .search-list {
  border-top: 1px solid #ccc;
}
.search .search-list ul {
  display: block;
  margin: 0;
  padding: 0;
}
.search .search-list > a {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s;
  transition: opacity 0.3s;
}
.search .search-list > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.search .search-list h3 {
  margin-top: 0;
}
.search .search-list p:last-child {
  text-align: right;
  margin-bottom: 0;
  padding-top: 1em;
  border-top: 1px dotted #ccc;
  font-size: 0.875em;
  color: #999;
}
.search .search-count {
  margin: 2em 0;
}
.search-everything-highlight {
  font-weight: bold;
  text-decoration: underline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-everything-highlight:before {
  display: none;
}
.search .permalink {
  overflow: hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 投稿｜詳細
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single .post-data {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1em;
  margin-bottom: 3em;
  font-weight: bold;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single .back-list {
  text-align: center;
}
.single .back-list a {
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
  text-decoration: none;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single .back-list a::after {
  content: '\f105';
  margin-left: 10px;
  font-weight: normal;
  font-family: 'Font Awesome 5 Solid';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ トップページ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mv {
  position: relative;
}
.mv > .wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mv > .wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mv > .wrap {
    margin-top: 140xp;
  }
}
.mv > .wrap .cnt .ttl {
  margin: 30px 0;
  display: inline-block;
  font-size: 4.375rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 4px #565656;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .mv > .wrap .cnt .ttl {
    display: block;
    text-align: center;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 480px) {
  .mv > .wrap .cnt .ttl {
    font-size: 1.875rem; /* 30px */
    text-shadow: 1px 2px #fff;
    color: #444;
  }
}
.mv > .wrap .cnt .ttl span {
  display: block;
  font-size: 1.875rem; /* 30px */
  text-align: right;
  text-shadow: 2px 3px #565656;
}
@media screen and (max-width: 768px) {
  .mv > .wrap .cnt .ttl span {
    text-align: center;
    font-size: 1.5rem; /* 24px */
  }
}
@media screen and (max-width: 480px) {
  .mv > .wrap .cnt .ttl span {
    font-size: 1.25rem; /* 20px */
    text-shadow: 1px 2px #fff;
  }
}
.link-btn.pdf a::before {
  content: none;
}
.link-btn.pdf a::after {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  content: '\f1c1';
  font-weight: normal;
  font-family: 'Font Awesome 5 Regular';
  color: #e4162c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about-us {
    display: block;
  }
}
.about-us figure {
  width: 450px;
}
.about-us .text-width {
  width: calc(100% - 400px - 20px);
  max-width: 600px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .about-us figure {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .about-us .text-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

#index-news {
  margin-top: 250px;
  padding: 60px 0;
  background: #faf7ec;
}
#index-news .mgn-T {
  margin-top: -250px;
}
#index-news .link-btn {
  margin-left: 0;
  margin-bottom: 0;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  #index-news .link-btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
  }
}
#index-news .link-btn a::after {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  content: '\f105';
  font-weight: normal;
  font-family: 'Font Awesome 5 Solid';
  color: #e4162c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about-us .text-width .ttl {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4162c;
  font-size: 1.125rem; /* 18px */
  font-style: italic;
  color: #e4162c;
}
.about-us .text-width .catch {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .about-us .text-width .catch {
    font-size: 1.625rem; /* 26px */
  }
}
.about-us .text-width .link a {
  position: relative;
  display: block;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
  text-decoration: none;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.about-us .text-width .link a::after {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateX(50%);
  content: '\f105';
  font-weight: normal;
  font-family: 'Font Awesome 5 Solid';
  color: #e4162c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.about-us .text-width .p.link-btn {
  max-width: 180px;
}

.link-area {
  display: flex;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .link-area {
    display: block;
  }
}
.link-area > * {
  margin-right: 10px;
}
.link-area > *:last-of-type {
  margin-right: 0;
}
.link-area .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 565px;
  min-height: 360px;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .link-area .img-box {
    margin: 0 auto 20px;
  }
}
.link-area .business {
  background: url(../img/index-business-img-off.png) no-repeat;
}
.link-area .business:hover {
  background: url(../img/index-business-img-on.png) no-repeat;
}
.link-area .recruit {
  background: url(../img/index-recruit-img-off.png) no-repeat;
}
.link-area .recruit:hover {
  background: url(../img/index-recruit-img-on.png) no-repeat;
}
.link-area .img-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
.link-area .img-box a .ttl {
  position: relative;
  margin: 45px 0 0;
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-area .img-box a .ttl::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 50%;
  transform: translateX(50%);
  width: 1px;
  height: 30px;
  background: #fff;
}
.link-area .img-box a .ttl span {
  display: block;
  font-size: 1rem;
  font-style: italic;
}

.index-contact {
  padding: 90px 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .index-contact {
    padding: 40px 20px;
  }
}
.index-contact .en {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4162c;
  font-size: 1.125rem;
  font-style: italic;
  color: #e4162c;
}
.index-contact .ttl {
  margin: 40px 0 30px;
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .index-contact .ttl {
    margin: 0 0 40px;
    font-size: 1.625rem; /* 26px */
  }
}
.index-contact .tel {
  margin: 0;
  font-size: 2.375rem;
  font-family: 'Ubuntu';
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.index-contact .tel span {
  font-size: 1.5rem; /* 24px */
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .index-contact .tel,
  .index-contact .tel span {
    font-size: 1rem;
  }
}
.index-contact .cnt-btn a {
  display: block;
  margin: 0 auto;
  padding: 12.5px 20px;
  width: 100%;
  max-width: 270px;
  background: #e4162c;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
.index-contact .cnt-btn a::before {
  content: '\f0e0';
  margin-right: 5px;
  font-weight: normal;
  font-family: 'Font Awesome 5 Regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 事業案内
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.link-list a{
    color: #444;
    outline: none;
    text-decoration: none;
}

.link-list a {
    position: relative;
    padding-right:50px;
    font-weight: bold;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.link-list a::after {
    position: absolute;
    transform: translateX(50%);
    content: '\f107';
    font-family: 'Font Awesome 5 Solid';
    color: #e4162c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-business h4{
    color:#444;
    padding: 0;
}
.page-business h4 > img{
    padding-right: 10px;
}

@media screen and (max-width: 480px) {
    .link-list a{
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .page-business .alignleft {
        float:none;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 会社概要
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.page-company .datalist{
    display: flex;
}
.page-company .datalist2{
    display: flex;
}
.datatext{
    width: 240px;
}
.dataword{
    width: 80px;
}


@media screen and (max-width: 740px) {
    .page-company .datalist{
        display: block;
    }
    .iframe-wrap {
        position: relative;
        width: 100%;
        padding-top: 75%; /* = height ÷ width × 100 */
    }
    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
































