@charset "UTF-8";
/*--- import -------------------------------------*/
* {
 margin: 0;
 padding: 0;
 outline: 0;
 font-size: 100%;
 word-break: break-word;
 box-sizing: border-box;
 vertical-align: baseline;
 background: transparent;
}

html,
body {
 overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 display: block;
}

li {
 list-style-type: none;
}

blockquote,
q {
 quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
 content: "";
 content: none;
}

a {
 text-decoration: none;
 color: inherit;
}

img,
picture {
 vertical-align: top;
 max-width: 100%;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

input,
select {
 vertical-align: middle;
}

/* safariでのデフォルトスタイルをリセット */
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;
}
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;
}

/*------------------------------------- import ---*/
.ttl {
 padding: 120px 0 60px;
 color: #fff;
 background: #2eb2ff;
}
.ttl .box_in {
 position: relative;
}
.ttl .ttl_txt .sub {
 font-size: 24px;
 position: relative;
}
.ttl .ttl_txt .sub:before {
 content: "";
 display: inline-block;
 background: #fff;
 width: 60px;
 height: 1px;
 position: relative;
 top: -8px;
 left: -10px;
}
.ttl .ttl_txt .sub:after {
 content: "";
 display: inline-block;
 background: #fff;
 width: 60px;
 height: 1px;
 position: relative;
 top: -8px;
 right: -10px;
}
.ttl .ttl_txt h2 {
 font-size: 45px;
 line-height: 1.3;
}
@media screen and (max-width: 1100px) {
 .ttl .ttl_txt h2 {
  font-size: 40px;
 }
}
@media screen and (max-width: 750px) {
 .ttl {
  background: #fff;
  color: #2eb2ff;
  padding: 16vw 0 8vw;
 }
}
@media screen and (max-width: 750px) and (max-width: 480px) {
 .ttl {
  padding: 24vw 0 8vw;
 }
}
@media screen and (max-width: 750px) {
 .ttl .ttl_txt .sub {
  font-size: 5.0666666667vw;
 }
 .ttl .ttl_txt .sub:before {
  width: 8vw;
  background: #2eb2ff;
 }
 .ttl .ttl_txt .sub:after {
  width: 8vw;
  background: #2eb2ff;
 }
 .ttl .ttl_txt h2 {
  font-size: 8.933333vw;
  line-height: 1.3;
  margin-top: 1vw;
 }
}

.wrap_content {
 padding-bottom: 60px;
}

#company {
 letter-spacing: 0.05rem;
}
#company .box_in {
 max-width: 700px;
}
#company .box_in .company_ul .company_li {
 padding: 20px;
 display: flex;
 align-items: center;
 text-align: left;
 border-top: 1px dotted #bbb;
}
#company .box_in .company_ul .company_li:last-child {
 border-bottom: 1px dotted #bbb;
}
#company .box_in .company_ul .company_li .company_ttl {
 width: 180px;
}
#company .box_in .company_ul .company_li .contents {
 width: calc(100% - 180px);
}
#company .box_in .company_ul .company_li .contents ul li:not(:first-child) {
 margin-top: 20px;
}
@media screen and (max-width: 750px) {
 #company .box_in {
  max-width: 100%;
 }
 #company .box_in .company_ul .company_li {
  padding: 4.666667vw 0;
  display: block;
 }
 #company .box_in .company_ul .company_li .company_ttl {
  width: 100%;
  font-weight: bold;
  margin-bottom: 1.3333333333vw;
  color: #1191e1;
 }
 #company .box_in .company_ul .company_li .contents {
  width: 100%;
 }
 #company .box_in .company_ul .company_li .contents ul li:not(:first-child) {
  margin-top: 2.6666666667vw;
 }
}

#company .marker_area {
 position: relative;
}
#company .marker_area:after {
 content: "";
 display: inline-block;
 width: 100%;
 height: 60%;
 background: #2eb2ff;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
}
#company .marker_area .box_in {
 margin: 0 auto;
 max-width: 1200px !important;
 width: 100%;
 display: flex;
 /* 複数になったら戻す
    justify-content: space-between;
  */
 justify-content: center;
}
@media screen and (max-width: 1140px) {
 #company .marker_area .box_in {
  padding-left: 40px;
  padding-right: 40px;
 }
}
#company .marker_area .box_in .marker {
 width: 48%;
 background: #ffffff;
 padding: 20px;
 box-shadow: 0 0 10px #1191e1;
}
#company .marker_area .box_in .marker .txt_area {
 text-align: center;
}
#company .marker_area .box_in .marker .txt_area h3 {
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 20px;
 background: #000;
 color: #fff;
 padding: 10px 20px;
 line-height: 1.5;
}
#company .marker_area .box_in .marker .txt_area .txt {
 text-align: left;
 margin-top: 20px;
}
#company .marker_area .box_in .marker .map {
 margin-top: 20px;
}
#company .marker_area .box_in .marker .map iframe {
 width: 100%;
 height: 350px;
}

@media screen and (max-width: 750px) {
 #company .marker_area:after {
  height: 80%;
 }
 #company .marker_area .box_in {
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  flex-wrap: wrap;
 }
 #company .marker_area .box_in .marker {
  width: 100%;
  padding: 2.6666666667vw;
 }
 #company .marker_area .box_in .marker .txt_area h3 {
  font-size: 18px;
  padding: 10px 20px;
 }
 #company .marker_area .box_in .marker .txt_area .txt {
  margin-top: 20px;
 }
 #company .marker_area .box_in .marker .map {
  margin-top: 20px;
 }
 #company .marker_area .box_in .marker .map iframe {
  width: 100%;
  height: 46.6666666667vw;
 }
 #company .marker_area .box_in .marker2 {
  margin-top: 5.3333333333vw;
 }
}
