@charset "utf-8";
/* CSS Document */

.mv-sub {
    display: flex;
    height: 300px;
	padding-top: 50px;
    background: #1a3369;
	color:#fff;
    justify-content: center;
    align-items: center;
}
h1.mv-sub-ttl {
   font-size: 30px;	
	color:#fff;
}
article.sub-content {
    margin: 150px 0px;
}
section.content {
    margin-bottom: 150px;
}
.content p {
    margin-bottom: 30px;
    font-family:"Zen Kaku Gothic New", serif;	
}

.company-map {
  position: relative;
  width: 100%;
  padding-top: 26.25%; /* 16:9 */
}
.company-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

span.blue {
    color: #1a3369;
}
a.link-btn {
    border-bottom: solid 1px #4c9ac0;
}
a.link-btn:hover {
    border-bottom: solid 1px #29cfe6;
}


h2.ttl {
  font-size: 30px;
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #4c9ac0;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;	
}

h2.ttl::after {
  content: '';
  background-color: #fff;
  opacity: 0.3;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 300px;
  height: 500px;
}

h3.ttl {
   font-size: 18px;
    padding: 0.5em 0.5em 0.5em 1em;
    margin: 50px 0px 30px 0px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-left: 7px dotted #4c9ac0;
    background-color: #fff;
	color: #1a3369;
    outline: 2px solid #4c9ac0;
    outline-offset: 0.5em;
    position: relative;
}
h3.ttl::before {
  content: '';
  position: absolute;
  right: calc(-0.5em - 3px);
  top: calc(-0.5em - 3px);
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #4c9ac0 #fff #4c9ac0;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}




@media screen and (max-width: 750px) {
.mv-sub {
    display: flex;
    height: 200px;
    padding-top: 50px;
}
h1.mv-sub-ttl {
   font-size: 20px;	
}	
article.sub-content {
    margin: 80px 0px;
}
section.content {
    margin-bottom: 80px;
}
.company-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}
h2.ttl {
  font-size: 20px;
  padding: 0.5em 1em;
  margin-bottom: 20px;	
}
h2.ttl::after {
    right: -350px;
}	
h3.ttl {
   font-size: 16px;
    padding: 0.5em 0.5em 0.5em 1em;
    margin: 50px 0px 20px 0px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
}