@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
main,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  background: #f3f3f3;
  color: #000;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
}

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

ul,
ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

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

img {
  display: block;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.nbo_header {
  text-align: center;
  background: url(topbar_bg.jpg) center -1px;
  background-color: #ffffff;
}

.logo_pc {
  background-color: #000000;
  text-align: center;
}
.logo_pc img {
  max-width: 100%;
  margin: 0 auto;
}

main {
  background: #fff;
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 60px;
}

.main_visual,
.section {
  position: relative;
}

.sp,.photo_sp,.main_sp {
  display: none;
}

.title_area {
  position: absolute;
  top: 7%;
  left:36%;
  z-index: 10;
}

.line {
  color: #fff;
  position: absolute;
  top: 37%;
  left: 36%;
  z-index:10;
  width: 64%;
}

.lead_area {
  position: absolute;
  top: 42%;
  left: 36%;
  z-index: 10;
}

.lead {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  max-width: 678px;
  width: 100%;
  line-height: 1.7;
}

.interview {
  padding: 10px 83px 60px;
}

.sns {
  margin-left: 18%;
  margin-bottom: 45px;
}

div.snsWrap{ padding:0 0 15px; }
.social_buttons{ list-style-type: none; text-align: left; margin: 0; padding: 0; *zoom: 1; }
.social_buttons:before, .social_buttons:after{ content: ""; display: table; clear: both; }
.social_buttons li{ float:left; margin-left: 0; margin-right: 10px; font-size:12px; }
.social_buttons li:last-child{ margin-right: 0; }
.social_buttons li .fb_iframe_widget > span{ vertical-align: baseline; }

.text_area.l {
  margin-left: 18%;
}

.text_area.r {
  margin-right: 19%;
}

.section.content {
  background: url(back.png) no-repeat;
  background-size: 40%;
}

.section.content.bg1 {
  background-position: top 7% right 5%;
}

.section.content.bg2 {
  background-position: top 7% left 5%;
}

.section.content.bg3 {
  background-position: top 27% right 5%;
}

.section.content.bg4 {
  background-position: top 57% left 5%;
}

.section_title {
  position: relative;
  font-size: 3.5rem;
  line-height: 1.3;
  margin-bottom: 60px;
}

.section_title.r {
  text-align: right;
}

.section_title::after {
  content:"";
  display:block;
  width:100%;
  height:3px;
  background-color:#000;
  position:absolute;
  bottom:-12px;
  left:0;
}

.text {
  max-width: 646px;
  width: 100%;
  line-height: 1.8;
  text-indent: 1em;
  margin-bottom: 30px;
}

.text.r {
  margin: 0 0 30px auto;
}

.text.no_indent {
  text-indent: 0;
}

.interviewer {
  margin-right: 1rem;
  font-weight: bold;
}

.font-gray {
  color: #666666;
}

.font-blue {
  color: #000099;
}

.font-bold {
  font-weight: bold;
}

.photo {
  display: flex;
  align-items: flex-end;
}

.photo.a {
  margin-bottom: 45px;
}

.introduction p {
  line-height: 1.6;
}

.photo.b {
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 25px;
}

.photo.a .introduction {
  margin-left: 18px;
}

.photo.b .introduction {
  margin-left: 0;
  margin-right: 18px;
}

.name {
  font-size: 18px;
}

.name.fzL {
  font-size: 30px;
}

.honorific {
  font-size: 16px;
}

.illustration {
  max-width: 740px;
  margin: 0 auto;
}

.line2 {
  margin: 80px auto 40px;
}

.section.collaboration_site {
  max-width: 1000px;
  width: 100%;
  padding: 0 177px;
  margin: 0 auto 80px;
}

.logo {
  margin: auto;
}

.about {
  color: #1c98a9;
  padding: 30px 0 20px;
  max-width: 646px;
  margin: 0 auto;
}

.section.contact {
  border: 1px solid #000;
  max-width: 780px;
  margin: 50px auto 0;
}

.section.contact h3 {
  background: #000;
  color: #fff;
  padding: 25px 0 25px 32px;
}

.section.contact div {
  font-size: 2.2rem;
  padding: 25px 0 0 32px;
  height: 180px;
}

.section.contact div .company {
  margin-bottom: 24px;
}

.section.contact div p:nth-child(n+2) {
  line-height: 1.6;
  font-size: 1.8rem;
}

footer {
  background: #fff;
  max-width: 1366px;
  margin: 0 auto;
}

.localFooter {
  line-height: 1.7;
  text-align: left;
}

.flex {
  display: flex;
}

.message {
  background: #fff;
  max-width: 438px;
  height: 480px;
  padding: 25px;
  margin-right: 24px;
}

.section.content2 {
  background: #cccccc;
  padding: 60px 0 60px 100px;
  max-width: 1000px;
  margin: 0 auto;
}

.position span {
  display: inline-block;
}

.photo_sp {
  display: none;
}

.mb80 {
  margin-bottom: 80px;
}

@media screen and (min-width: 1101px) and (max-width: 1220px) {

  .lead {
    font-size: 1.8rem;
  }

  .line {
    top: 39%;
  }
}

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

  .pc,.main_pc {
    display: none;
  }

  .sp,.main_sp {
    display: block;
    margin: auto;
  }

  .sp_bg {
    background: url(sp_bg.jpg) top center no-repeat;
    background-color: #1c2d48;
    background-position: top right;
    padding: 30px 0 60px;
  }

  .main_visual {
    background: #1c2d48;
  }

  .line {
    position: relative;
    width: 90%;
    margin: 20px auto 0;
    top: 0;
    left: 0;
  }

  .title_area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }

  .title {
    width: 90%;
    margin: 0 auto;
  }

  .lead_area {
    position: relative;
    top: 0;
    left: 0;
  }

  .lead {
    width: 90%;
    margin: 40px auto 0;
    line-height: 1.8;
    max-width: 90%;
  }

  .sns {
    width: 90%;
    margin: 30px auto 45px;
  }

  .interview {
    padding: 10px 0 0;
  }

  .section.content2 .inner,
  .text_area.l,
  .text_area.r {
    width: 90%;
    margin: 0 auto;
  }


  .section_title.r {
    text-align: left;
  }

  .text.r,
  .text {
    margin: 0 auto 30px;
  }

  .section.collaboration_site {
    width: 90%;
    padding: 0;
  }

  .section.content2 {
    padding: 30px 0;
  }

  .section.contact {
    width: 90%;
  }
  .section.contact div {
    height: auto;
    padding-bottom: 25px;
  }

  .section.contact div .url {
    font-size: 1.8rem;
  }

}

@media screen and (max-width: 1000px) {
  
  .lead {
    font-size: 1.8rem;
  }

  .section_title {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .photo {
    display: block;
    flex-direction: unset;
    align-items: unset;
  }

  .photo.a {
    width: 90%;
    margin: 0 auto 45px;
    max-width: 800px;
  }

  .photo.b {
    justify-content: unset;
    flex-direction: unset;
    margin-bottom: 25px;
    margin: 0 auto 30px;
    max-width: 350px;
  }

  .photo.c {
    max-width: 350px;
  }

  .photo.a .introduction {
    margin-top: 15px;
    margin-left: 0;
  }

  .photo.b .introduction {
    margin-top: 15px;
  }

  .photo_area {
    margin: 30px auto;
  }

  .flex {
    align-items: center;
    flex-direction: column;
    margin: auto;
    max-width: 800px;
  }

  .message {
    max-width: 100%;
    padding: 15px;
    margin: auto;
    height: auto;
  }

  .illustration {
    max-width: 90%;
  }

  .section.content {
    background-size: 80%;
  }

  .section.content.bg1 {
    background-position: top 7% right -100%;
  }
  
  .section.content.bg2 {
    background-position: top 7% left -100%;
  }
  
  .section.content.bg3 {
    background-position: top 17% right -100%;
  }
  
  .section.content.bg4 {
    background-position: top 27% left -100%;
  }

}

@media screen and (min-width: 787px) {
  .display_tb,
  .display_sp {
    display: none !important;
  }
  .logo_tb {
    display: none !important;
  }
}
@media screen and (max-width: 786px) {
  .logo_pc {
    display: none !important;
  }
  .display_pc,
  .display_sp {
    display: none !important;
  }
  .sp_logo {
    text-align: center;

    position: relative;
    z-index: 100000;
    background-color: #000000;
  }
  .sp_logo img {
    height: 40px;
    margin: auto;
  }
}

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

  .photo_pc {
    display: none;;
  }

  .photo_sp {
    display: block;
  }
  
  .photo_area,
  .photo.b {
    width: 65%;
  }
}



