@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  font-family: 'Montserrat',Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.08em;
  scroll-behavior: smooth; /* スムーズスクロールを有効にする */
}

li {
  list-style: none;
}


img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}


hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}


/*----- wrap -----*/
.wrap {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

/*----- link -----*/
a, a:visited {
  outline: none;
  color: #3f87ba;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*=======================================
	main_visual
=======================================*/
#main_visual {
  min-width: 1030px;
  height: 450px;
  /* background: url(../images/main_visual.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed; */
}
#main_visual h1 {
  text-align: center;
  padding: 100px 0 0 0;
  margin: auto;
  max-width: 50%;
}

/* コンテンツ部分のスタイル */
.content {
  position: relative;
  z-index: 1; /* コンテンツを前面に表示 */
  color: white;
  padding-bottom: 50px;
}

/* ロゴの位置とサイズ調整 */
.logo-container {
  position: absolute; /* 絶対配置 */
  top: 0px;  /* 上からの位置 */
  left: 30px;  /* 左からの位置 */
}

.logo {
  width: 150px;  /* ロゴの幅を設定（適宜調整） */
  height: auto;  /* 高さは自動で調整 */
}

.content p {
  padding-top: 100px;
  color: #2589d0;
  margin-top: 5%;
  font-family: 'Roboto', sans-serif;  /* Google FontsからRobotoを使用 */
  font-size: 3rem;
  font-weight: bold;
}

.interview {
  color: #FFF;
  background-color: #2589d038;
  font-family: 'Roboto', sans-serif;  /* Google FontsからRobotoを使用 */
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5%;
  border: 2px solid #FFF; /* 四角い枠線を作成 */
  padding: 10px; /* テキストと枠線の間に余白を追加 */
  display: inline-block; /* テキストを囲んでインラインブロックにする */
}

.interview:hover {
  background-color: #2589d0; /* ホバー時の背景色 */
  opacity: 0.7;
}

.navbar {
  position: fixed; /* 固定位置 */
  top: 0; /* 画面の一番上に固定 */
  left: 0;
  width: 100%; /* 横幅100% */
  background-color: #333; /* 背景色 */
  color: white;
  text-align: center;
  padding: 10px 0; /* 上下の余白 */
  z-index: 1000; /* 他のコンテンツより前面に表示 */
}

/* ハンバーガーメニューアイコン */
.hamburger-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger-menu .bar {
  height: 4px;
  background-color: #2589d0;
  border-radius: 2px;
}

.pc_none {
  display: none;
}

/*=======================================
	g_nav
=======================================*/
#gnav {
  min-width: 1030px;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.navfixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%; /* 横幅100% */
  z-index: 999;
}

.scrolled {
  background-color: white; /* スクロール時の背景色 */
  opacity: 0.6;
}

#gnav ul {
  text-align: right;
}
#gnav li {
  display: inline-block;
}
#gnav li a {
  display: block;
  font-size: 16px;
  color: #061230;
  text-decoration: none;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#gnav li a:hover {
  color: #3f87ba;
}
#gnav li a:after {
  content: "";
  margin: 0 0 0 40px;
  color: #999;
}


/*=======================================
	news
=======================================*/
#news {
  padding: 10% 0 15%;
  min-width: 1030px;
  background: url(../images/bg_recruit.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
}
h2 {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto 50px auto;

}
#news ul {
  border-top: 1px dotted #ccc;
}
#news li {
  border-bottom: 1px dotted #ccc;
  line-height: 1.4;
  position: relative;
  padding: 15px 0;
}
#news li span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 140px;
  padding: 0 0 0 10px;
  float: left;
  letter-spacing: 0.1em;
}
#news li strong {
  display: block;
  width: 840px;
  float: left;
}
#news li:after {
  content: "";
  display: block;
  clear: both;
}

/*=======================================
	philosophy
=======================================*/
#philosophy {
  padding: 10% 0 15%;
  min-width: 1030px;
  background: url(../images/bg_philosophy.jpg) no-repeat left center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 580px;
  box-sizing: border-box;
  color: #333333;
}

#philosophy p {
  line-height: 1.4;
  box-sizing: border-box;
  padding: 15px 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#philosophy p.p-right {
  text-align: right;
  border: none;
}

/* 横並びにするためのコンテナ */
.flcontainer {
  display: flex; /* flexboxを使って子要素を横並びに */
  justify-content: space-between; /* コンテンツ間に等間隔のスペースを作成 */
  padding: 20px;
}

.flcontent {
  flex: 1; /* 各コンテンツが均等にスペースを使うように設定 */
  margin: 0 10px; /* コンテンツ間の隙間を作成 */
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: #f9f9f9;
}

.flcontent img {
  margin-bottom: 10%;
  border-radius: 15px;
}

.ses_bt {
  color: #2589d0;
  font-family: 'Roboto', sans-serif;  /* Google FontsからRobotoを使用 */
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 5%;
  border: 2px solid #2589d0; /* 四角い枠線を作成 */
  padding: 10px; /* テキストと枠線の間に余白を追加 */
}

.ses_bt:hover {
  background-color: #2589d054; /* ホバー時の背景色 */
  opacity: 0.7;
}

/*=======================================
	company
=======================================*/
#company {
  padding: 80px 0;
  min-width: 1030px;
  background: url(../images/bg_company.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  box-sizing: border-box;
}

#company p {
  width: 460px;
  margin: 0 0 0 540px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.8;
}
#company table {
  margin: auto;
  line-height: 1.4;
  text-align: left;
  border-spacing: 5px;
}
#company th{
  width: 40%;
  background-color: #2589d0;
  color: #FFF;
}
#company th,
#company td {
  padding: 6px 10px;
}

/*=======================================
	recruit
=======================================*/
#recruit {
  padding: 10% 0 15%;
  min-width: 1030px;
  background: url(../images/bg_recruit.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  min-height: 580px;
  box-sizing: border-box;
}

#recruit li {
  width: 241px;
  height: 241px;
  box-sizing: border-box;
  margin: 0 12px 0 0;
  padding: 132px 0 0 0;
  float: left;
  background: url(../images/recruit_01.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
#recruit li:nth-child(2) {
  background: url(../images/recruit_02.jpg) no-repeat;
  background-size: cover;
}
#recruit li:nth-child(3) {
  background: url(../images/recruit_03.jpg) no-repeat;
  background-size: cover;
}
#recruit li:nth-child(4) {
  background: url(../images/recruit_04.jpg) no-repeat;
  background-size: cover;
  margin-right: 0;
}
#recruit ul:after {
  content: "";
  display: block;
  clear: both;
}
#recruit p {
  width: 460px;
  margin: auto;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#recruit img {
  padding-top: 5%;
}

.rec_bt {
  display: block;
  text-align: right;
  margin-top: 2%;
  cursor: pointer;
}

.rec_p {
  color: #2589d0;
  font-family: 'Roboto', sans-serif;  /* Google FontsからRobotoを使用 */
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5%;
  border: 2px solid #2589d0; /* 四角い枠線を作成 */
  padding: 10px; /* テキストと枠線の間に余白を追加 */
}

.rec_p:hover {
  background-color: #2589d054; /* ホバー時の背景色 */
  opacity: 0.7;
}
/*=======================================
	contact
=======================================*/
#contact {
  color: #fff;
  padding: 80px 0;
  min-width: 1030px;
  background-color: #333;
}
#contact h2 {
  font-size: 32px;
  line-height: 1;
  margin: 0 auto 80px auto;
  padding-top:5px;
  padding-left:10px;
  max-width: 300px;
  border-left: 7px solid #fff;
  border-bottom: 2px solid #fff;
}
#contact table {
  width: 480px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
#contact th,
#contact td {
  padding: 10px;
  vertical-align: top;
  letter-spacing: 0.03em;
}
#contact td {
  width: 260px;
}
#contact th span {
  font-size: 12px;
}
#contact input,
#contact textarea {
  width: 100%;
  padding: 8px;
  border: none;
  box-sizing: border-box;
}
#contact textarea {
  height: 100px;
}
#contact li:first-child {
  width: 150px;
  float: right;
}
#contact li:last-child {
  width: 100px;
  float: left;
}
#contact ul:after {
  content: "";
  display: block;
  clear: both;
}
#contact li input {
  display: inline-block;
  line-height: 1;
  width: auto;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 11px;
  cursor: pointer;
}
#contact li button {
  display: block;
  width: 100%;
  padding: 10px 0;
  line-height: 1;
  background: #3f87ba;
  font-size: 16px;
  color: #fff;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#contact li button:hover {
  background: #2d79af;
}

/*=======================================
	thanks
=======================================*/
#thanks {
  background: url(../images/main_visual.jpg) no-repeat center;
  background-size: cover;
  min-height: 600px;
}
#thanks h1 {
  text-align: center;
  padding: 80px 0 50px 0;
}
#thanks > div {
  width: 600px;
  min-height: 340px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
}
#thanks > div p {
  margin: 80px 0 40px 0;
}
#thanks > div div a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #3f87ba;
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#thanks > div div a:hover {
  background: #2d79af;
  text-decoration: none;
}

/*=======================================
	footer
=======================================*/
footer {
  min-width: 1030px;
  background: #333;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
}


/* 動画背景の設定 */
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  overflow: hidden;
  z-index: -1; /* コンテンツより下に表示 */
}

.video-background video {
  object-fit: cover; /* 動画が画面全体に収まるように */
  width: 100%;
  height: 100%;
  opacity: 0.8; /* 背景として使用する場合は少し透明にすることが多い */
}



.heading-31 {
  position: relative;
  padding: .3em 0 .2em 1em;
  border-bottom: 3px solid #2589d0;
  color: #333333;
}

.heading-31::before {
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #2589d0;
  content: '';
}

.heading-31::after {
  position: absolute;
  transform: rotate(15deg);
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #2589d0;
  content: '';
}


.accordion {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.accordion-item {
  background-color: #f1f1f1;
  color: #333;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  transition: background-color 0.3s;
}

.accordion-item:hover {
  background-color: #ccc;
}

.accordion-content {
  padding: 0 15px;
  display: none;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}

.accordion-content p {
  margin: 10px 0;
}



/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  body {
    line-height: 1.4;
  }

  /*----- wrap -----*/
  .wrap {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .pc_only,
  .pc_only_inline {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sp_only_inline {
    display: inline;
  }

  .pc_none {
    display: flex;
  }

  /*=======================================
  	main_visual
  =======================================*/
  #main_visual {
    min-width: inherit;
    height: 300px;
    background-attachment: scroll
  }

  #main_visual h1 {
    padding: 50px 0 0 0;
  }

  .content {
    padding-bottom: 20%;
  }

  .content p {
    font-size: 2rem;
  }

  .interview {
    font-size: 1.2rem;
    background-color: #2589d05c;
  }

  /*=======================================
  	g_nav
  =======================================*/
  #gnav {
    display: none;
    min-width: inherit;
    height: 300px;
  }

  #gnav ul {
    text-align: center;
  }

  #gnav li a {
    color: #2589d0;
  }
  #gnav li a::after {
    margin: 0;
  }

  nav {
    background-color: #ffffffba;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* 最初は非表示 */
    align-items: center;
    justify-content: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex; /* 横並びにする */
    flex-direction: column; /* モバイルメニュー展開後は縦並び */
}

nav ul li {
    margin: 0;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    padding: 10px 20px;
    display: block;
}

  /*=======================================
  	news
  =======================================*/
  #news {
    padding: 30px 0;
    min-width: inherit;
    background: url(../images/bg_recruit.jpg) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
  }
  #news h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #news li {
    padding: 10px 0;
  }
  #news li span {
    font-size: 11px;
    width: auto;
    padding: 0 0 5px 0;
    float: none;
  }
  #news li strong {
    width: auto;
    float: none;
    font-size: 12px;
  }

  /*=======================================
  	philosophy
  =======================================*/
  #philosophy {
    padding: 40px 0;
    min-width: inherit;
    min-height: inherit;
    background-position: right top;
    background-attachment: scroll;

  }
  #philosophy h2 {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  #philosophy p {
    margin: 15px auto 0 auto;
    line-height: 2;
    width: auto;
    padding: 15px 0;
  }

  /*=======================================
  	company
  =======================================*/
  #company {
    padding: 10% 0 15%;
    min-width: inherit;
    background-attachment: scroll;
    min-height: inherit;
  }
  #company h2 {
    width: auto;
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  #company table {
    /* background: rgba(0, 0, 0, 0.4); */
    width: 100%;
    margin: 0;
    color: #000000;
    border-top: none;
    font-size: 12px;
  }
  #company tr {
    border-bottom: 1px dotted #ccc;
  }
  #company th,
  #company td {
    display: block;
  }
  #company th {
    padding: 3px 10px;
    width: 30%;
  }
  #company td {
    padding-top: 3px;
    padding-bottom: 10px;
  }
  #company p {
    width: 90%;
    box-sizing: border-box;
    margin: 15px auto 0 auto;
    font-size: 12px;
  }

  /*=======================================
  	recruit
  =======================================*/
  #recruit {
    padding: 40px 0;
    min-width: inherit;
    background-attachment: scroll;
    min-height: inherit;
  }
  #recruit h2 {
    width: auto;
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  #recruit ul {
    text-align: center;
  }
  #recruit li {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 140px;
    margin: 0 5px 10px 5px;
    padding: 75px 0 0 0;
    float: none;
    font-size: 11px;
    letter-spacing: normal;
  }
  #recruit p {
    width: 85%;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    padding: 15px 20px;
    font-size: 12px;
  }

  .rec_bt {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  
  .rec_p {
    font-size: 0.8rem;
    padding: 5px; /* テキストと枠線の間に余白を追加 */
  }


  /*=======================================
  	contact
  =======================================*/
  #contact {
    padding: 40px 0;
    min-width: inherit;
  }
  #contact h2 {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  #contact table {
    width: 100%;
    font-size: 12px;
  }
  #contact th,
  #contact td {
    display: block;
    padding: 10px;
  }
  #contact th {
    padding-top: 0;
    padding-bottom: 0;
  }
  #contact td {
    padding-top: 5px;
    padding-bottom: 15px;
    width: auto;
  }
  #contact th span {
    font-size: 11px;
  }
  #contact input,
  #contact textarea {
    padding: 5px;
  }
  #contact ul {
    text-align: center;
  }
  #contact li:first-child {
    width: auto;
    float: none;
  }
  #contact li:last-child {
    width: auto;
    float: none;
  }
  #contact li input {
    width: auto;
  }
  #contact li button {
    width: 80%;
    margin: 0 auto 10px auto;
    font-size: 14px;
  }

  /*=======================================
  	thanks
  =======================================*/
  #thanks {
    min-height: inherit;
    padding: 0 0 40px 0;
  }
  #thanks h1 {
    text-align: center;
    padding: 40px 0 25px 0;
  }
  #thanks h1 img {
    width: 150px;
  }
  #thanks > div {
    width: 80%;
    min-height: inherit;
    font-size: 12px;
  }
  #thanks > div p {
    margin: 30px 0;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    min-width: inherit;
    padding: 15px 0;
    font-size: 8px;
  }



  .logo-container {
    position: absolute; /* 絶対配置 */
    top: 0px;  /* 上からの位置 */
    left: -15px;  /* 左からの位置 */
  }


/* 横並びにするためのコンテナ */
.flcontainer {
  flex-direction: column;
}

.flcontent {
  margin: 5px 10px; /* コンテンツ間の隙間を作成 */
}

.flcontent p {
  font-size: 12px;
}










}