@charset "UTF-8";
@import url('common.css');

/*===========================
  base
============================ */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 1024px;
  /* tablet表示用指定 */
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    /* tablet表示用指定 */
  }
}

a {
  outline: none;
  /* firefix */
}

a:focus {
  outline: none;
  /* firefix */
}

.pc {
  display: block !important;
  /* PCだけ表示 */
}

.sp {
  display: none !important;
  /* SPだけ表示 */
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  
}


/*===========================
  fonts
============================ */

@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/GenJyuuGothicX-Regular.eot');
  src: url('fonts/GenJyuuGothicX-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/GenJyuuGothicX-Regular.ttf') format('truetype'), url('fonts/GenJyuuGothicX-Regular.woff') format('woff');
}

@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/GenJyuuGothicX-Medium.eot');
  src: url('fonts/GenJyuuGothicX-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GenJyuuGothicX-Medium.ttf') format('truetype'), url('fonts/GenJyuuGothicX-Medium.woff') format('woff');
}

@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/GenJyuuGothicX-Bold.eot");
  src: url("fonts/GenJyuuGothicX-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GenJyuuGothicX-Bold.ttf") format("truetype"), url("fonts/GenJyuuGothicX-Bold.woff") format("woff")
}

.genj {
  font-family: 'GENJ';
  letter-spacing: 0;
}

.hgm {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.gothic {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-weight: 600;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast: none) {
  /* IE */
  _:-ms-input-placeholder, :root #tieup-cnt-cms-pc .gothic {
    font-family: "BIZ UDPGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  }
}


/*===========================
  common
============================ */

#wrapper {
  /* min-width: 1024px; */
  overflow: hidden;
}

#id-obayashi {
  width: 100%;
  min-width: 1024px;
  padding-bottom: 0;
  color: #101010;
  background: #fff;
}

#id-obayashi .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.l-breadcrumb {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 1.4rem;
}

#id-obayashi p {
  color: #212121 !important;
  letter-spacing: -0.01em;
}

@media (max-width: 960px) {
  #id-obayashi .inner {
    padding: 0 20px;
  }
}

#id-obayashi .ctr {
  text-align: center
}

#id-obayashi .rwd-img {
  width: auto;
}

#id-obayashi .pc {
  display: inline-block !important;
  /* PCだけ表示 */
}

#id-obayashi .sp {
  display: none !important;
  /* SPだけ表示 */
}

@media (max-width: 767px) {
  #wrapper {
    /* min-width: auto; */
    width: 100%;
  }
  #id-obayashi {
    min-width: auto;
  }
  #id-obayashi .inner {
    padding: 35px 20px;
  }
  #id-obayashi .pc {
    display: none !important;
  }
  #id-obayashi .sp {
    display: inline-block !important;
  }
  #id-obayashi .rwd-img {
    width: 100%;
  }
  #id-obayashi img {
    width: 100%;
  }
}

@media (max-width: 375px) {
  #id-obayashi .inner {
    padding: 25px 15px 1px;
  }
}


/*===========================
  main
============================ */

#id-obayashi .mv {
  padding: 35px 0 0;
  text-align: center;
}

#id-obayashi .mv h1 {
  width: 100%;
  height: 475px;
  margin-bottom: 15px;
  background: url("../images/mv_illust.png") no-repeat center bottom;
}

#id-obayashi .mv h1 img {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #id-obayashi .mv {
    padding: 25px 0 15px;
  }
  #id-obayashi .mv h1 {
    max-width: 681px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 20px;
    background: none;
  }
}

@media (max-width: 375px) {
  #id-obayashi .mv {}
}

#id-obayashi .pageLink {
  position: relative;
  padding: 45px 0;
  background: #009f3b;
  text-align: center;
}

#id-obayashi .pageLink .tab_illust {
  position: absolute;
  min-width: 1261px;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#id-obayashi .pageLink h2 {
  text-align: center;
}

#id-obayashi .pageLink ul {
  position: relative;
  max-width: 760px;
  width: 100%;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}

@media (max-width: 1280px) {
  #id-obayashi .pageLink .tab_illust {
    top: -60px;
    left: -12%;
    right: -12%;
    margin: auto;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  #id-obayashi .pageLink {
    padding: 0 0;
    background: #fff;
  }
  #id-obayashi .pageLink h2 {
    margin-bottom: -5px;
  }
  #id-obayashi .pageLink ul {
    max-width: auto;
    width: 100%;
    margin: 0;
    padding: 10px 10px 15px;
    background: #009f3b;
  }
  #id-obayashi .pageLink ul li {
    width: 33%;
  }
}


/*===========================
  contents
============================ */

#id-obayashi #contents {}

#id-obayashi .cont {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 60px 50px;
  border-radius: 20px;
  border: 10px solid #009f3b;
  background: #fff;
}

@media (max-width: 767px) {
  #id-obayashi .cont {
    margin: 0 20px;
    padding: 10% 20px 35px;
    border: 4px solid #009f3b;
  }
}

@media (max-width: 320px) {
  #id-obayashi .cont {
    margin: 0 10px;
    padding: 10% 15px 35px;
  }
}

#id-obayashi .bg1 {
  padding-top: 100px;
  background: url("../images/bg1.png") no-repeat center top;
}

#id-obayashi .bg2 {
  height: 160px;
  background: url("../images/bg2.png") no-repeat center top;
}

#id-obayashi .bg3 {
  background: url("../images/bg3.png") no-repeat center -1px;
}

#id-obayashi .bg4 {
  height: 160px;
  background: url("../images/bg4.png") no-repeat center top;
}

#id-obayashi .bg5 {
  background: url("../images/bg5.png") no-repeat center top;
}

#id-obayashi .cont .cont_ttl1 {
  margin-bottom: 60px;
  text-align: center;
}

#id-obayashi .cont .cont_ttl1 span {
  position: relative;
  padding-bottom: 1px;
  font-size: 3.6rem;
  font-weight: 700;
  border-bottom: 3px solid #3680c7;
}

#id-obayashi .cont .cont_ttl1 span::before {
  position: absolute;
  content: '';
  top: -5px;
  left: -18%;
  width: 70px;
  height: 70px;
  background: url("../images/ico_src.png") center center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
#id-obayashi .bg1 {
  padding-top: 50px;
  background: url("../images/bg.png") repeat;
}
#id-obayashi .bg2 {
  height: auto;
  margin-bottom: -2px;
  background: url("../images/bg.png") repeat;
}
#id-obayashi .bg3 {
  background: #fff;
}
#id-obayashi .bg4 {
  height: auto;
  background: url("../images/bg.png") repeat;
}
#id-obayashi .bg5 {
  background: url("../images/bg.png") repeat;
}
  #id-obayashi .cont .cont_ttl1 {
    margin-bottom: 35px;
    padding-left: 25px;
  }
  #id-obayashi .cont .cont_ttl1 span {
    padding-bottom: 1px;
    font-size: 2.0rem;
  }
  #id-obayashi .cont .cont_ttl1 span::before {
    top: -5px;
    left: -20%;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 360px) {
  #id-obayashi .cont .cont_ttl1 span {
    font-size: 1.8rem;
  }
}

#id-obayashi .cont .cont_ttl2 {
  margin-bottom: 35px;
  padding: 20px 0;
  font-size: 3.0rem;
  font-weight: 700;
  background: url("../images/ico_q.png") no-repeat left 25px center;
  border-top: 3px solid #3680c7;
  border-bottom: 3px solid #3680c7;
  text-align: center;
}

@media (max-width: 767px) {
  #id-obayashi .cont .cont_ttl2 {
    margin-bottom: 25px;
    padding: 11px 0;
    font-size: 1.8rem;
    line-height: 1.2;
    background: url("../images/ico_q.png") no-repeat left 0 center;
    background-size: 30px 30px;
  }
}

@media (max-width: 320px) {
  #id-obayashi .cont .cont_ttl1 span {
    font-size: 1.6rem;
  }
  #id-obayashi .cont .cont_ttl2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

#id-obayashi .txt_nml {
  margin: 0 0;
  color: #010101 !important;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.09em !important;
  text-align: justify;
}

#id-obayashi .stxt_nml {
  margin: 0 0;
  color: #242424 !important font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em !important;
  text-align: justify;
}

#id-obayashi .txt_nml span {
  padding: 1px 5px;
  color: #010101 !important;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.09em !important;
  background: #fff00a;
}

@media (max-width: 767px) {
  #id-obayashi .txt_nml {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0 !important;
  }
  #id-obayashi .stxt_nml {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0 !important;
  }
  #id-obayashi .txt_nml span {
    padding: 1px 5px;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 320px) {
  #id-obayashi .txt_nml {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #id-obayashi .stxt_nml {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #id-obayashi .txt_nml span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#id-obayashi .mgn-b0 {
  margin-bottom: 0 !important;
}

#id-obayashi .mgn-b25 {
  margin-bottom: 25px !important;
}

#id-obayashi .mgn-b35 {
  margin-bottom: 35px !important;
}

#id-obayashi .mgn-b50 {
  margin-bottom: 50px !important;
}

@media (max-width: 767px) {
  #id-obayashi .mgn-b25 {
    margin-bottom: 15px !important;
  }
  #id-obayashi .mgn-b35 {
    margin-bottom: 25px !important;
  }
  #id-obayashi .mgn-b50 {
    margin-bottom: 35px !important;
  }
}

#id-obayashi .cont ul.kw_list {
  padding: 35px 0 0;
}

#id-obayashi .cont ul.kw_list li {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#id-obayashi .cont ul.kw_list li .ph {
  width: 210px;
  padding: 0;
}

#id-obayashi .cont ul.kw_list li .txt {
  width: calc(100% - 210px);
  margin-top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  #id-obayashi .cont ul.kw_list {
    padding-bottom: 25px;
  }
  #id-obayashi .cont ul.kw_list li {
    padding-bottom: 25px;
  }
  #id-obayashi .cont ul.kw_list li:last-child {
    padding-bottom: 0;
  }
  #id-obayashi .cont ul.kw_list li .ph {
    width: 30%;
    padding: 0;
  }
  #id-obayashi .cont ul.kw_list li .txt {
    width: calc(100% - 35%);
    margin-top: 0;
  }
}

.rvs {
  flex-flow: row-reverse;
}


/***** pickup ******/

#id-obayashi .pickup_ttl {
  margin-bottom: 15px;
}

#id-obayashi .pickup1 {
  display: flex;
  flex-wrap: wrap;
}

#id-obayashi .pickup1::after {
  content: '';
  width: 100%;
  height: 3px;
  order: -1;
  display: block;
  background: #3680c7;
}

#id-obayashi .pickup1 .tabLabel { /* タブ */
  height: 89px;
  margin: 10px 20px -3px 0;
  padding: 8px 1px 0 15px;
  flex: 1;
  order: -1;
  color: #3680c7;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  background: #e1ecf7;
  border-top: 3px solid #3680c7;
  border-right: 3px solid #3680c7;
  border-left: 3px solid #3680c7;
  border-bottom: none;
  transition: .5s;
  cursor: pointer;
  text-align: left;
}

#id-obayashi .pickup1 .tabLabel i {
  display: block;
  font-style: italic;
  font-weight: 700;
}

#id-obayashi .pickup1 .tabLabel i span {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
}

#id-obayashi .pickup1 .tabLabel em {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
}

#id-obayashi .pickup1 .tabLabel em br {
  display: none;
}

#id-obayashi .pickup1 .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}

#id-obayashi .pickup1 input {
  /* ラジオボタン非表示 */
  display: none;
}

#id-obayashi .pickup1 .content {
  /* 本文 */
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}


/*アクティブ設定*/

#id-obayashi .pickup1 input:checked+.tabLabel {
  position: relative;
  height: 99px;
  margin-top: 0;
  padding: 11px 1px 0 20px;
  color: #3680c7;
  line-height: 1.6;
  background: #fff;
}

#id-obayashi .pickup1 input:checked+.tabLabel em {
  font-size: 2.1rem;
  line-height: 1.2;
}

#id-obayashi .pickup1 input:checked+.tabLabel em br {
  display: block;
}

#id-obayashi .pickup1 input:checked+.tabLabel+.content {
  padding: 40px 40px 0;
  height: auto;
  overflow: auto;
  border-radius: 0 0 10px 10px;
  border-left: 3px solid #3680c7;
  border-right: 3px solid #3680c7;
  border-bottom: 3px solid #3680c7;
  transition: .5s opacity;
  opacity: 1;
  z-index: 1;
}

@media (max-width: 767px) {
  #id-obayashi .pickup1 .tabLabel { /* タブ */
    height: 80px;
    line-height: 1.2;
    border-radius: 5px 5px 0 0;
    margin: 10px 5px -3px 0;
    padding: 1px 7px 0 9px !important;
  }
  #id-obayashi .pickup1 .tabLabel i {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #id-obayashi .pickup1 .tabLabel i span {
    font-size: 1.8rem;
  }
  #id-obayashi .pickup1 .tabLabel em {
    font-size: 1.3rem;
  }
  /*アクティブ設定*/
  #id-obayashi .pickup1 input:checked+.tabLabel {
    position: relative;
    height: 90px;
    line-height: 1.3;
  }
  #id-obayashi .pickup1 input:checked+.tabLabel i {
    margin-top: 19px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #id-obayashi .pickup1 input:checked+.tabLabel i span {
    margin-top: 15px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  #id-obayashi .pickup1 input:checked+.tabLabel em,
  #id-obayashi .pickup1 input:checked+.tabLabel em img {
    display: none;
  }
  #id-obayashi .pickup1 input:checked+.tabLabel+.content {
    border-radius: 0 0 5px 5px;
    padding: 21px 15px 0;
  }
  #id-obayashi .pickup1 input:checked+.tabLabel+.content h3 {
    margin-bottom: 20px;
    color: #3680c7;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
  }
}

@media (max-width: 360px) {
  #id-obayashi .pickup1 .tabLabel { /* タブ */
    line-height: 1.1;
    margin: 10px 5px -3px 0;
    padding: 1px 5px 0 5px !important;
  }
  #id-obayashi .pickup1 .tabLabel em {
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    line-height: 1.1;
  }
}

#id-obayashi .flex1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#id-obayashi .flex1 .ph1 {
  width: 300px;
  padding: 0;
}

#id-obayashi .flex1 .txt1 {
  width: calc(100% - 350px);
}

#id-obayashi .flex1 .ph2 {
  width: 340px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#id-obayashi .flex1 .txt2 {
  width: calc(100% - 365px);
}

#id-obayashi .flex1 .txt3 {
  width: calc(100% - 385px);
}

@media (max-width: 767px) {
  #id-obayashi .flex1 {
    flex-direction: column;
  }
  #id-obayashi .flex1 .ph1, #id-obayashi .flex1 .ph2 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 15px 15px;
  }
  #id-obayashi .flex1 .txt1, #id-obayashi .flex1 .txt2, #id-obayashi .flex1 .txt3 {
    width: 100%;
  }
}


/***** btn ******/

#id-obayashi .btn1_wrp {
  width: 500px;
  margin: 0 auto 35px;
}

#id-obayashi .btn2_wrp {
  width: 400px;
  margin: 35px auto 0;
}

#id-obayashi .btn1, #id-obayashi .btn2, #id-obayashi .btn3 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 17px 0 14px;
  border-radius: 10px;
  color: #010101;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  background: #fff00a;
  border-top: 3px solid #009f3b;
  border-left: 3px solid #009f3b;
  border-right: 3px solid #009f3b;
  border-bottom: 8px solid #009f3b;
  transition: .3s;
  text-align: center;
}

#id-obayashi .btn1 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}

#id-obayashi .btn2 span {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  vertical-align: middle;
}

#id-obayashi .btn3 span {
  display: block;
  font-weight: 600;
}

#id-obayashi .btn1 em {
  font-size: 2.4rem;
  font-weight: 700;
}

#id-obayashi .btn3::before {
  position: absolute;
  content: '';
  top: 19%;
  left: 20px;
  width: 60px;
  height: 60px;
  background: url("../images/slogo_obayashi.png") no-repeat;
  background-size: 100% auto;
}

#id-obayashi .btn1::after, #id-obayashi .btn3::after {
  position: absolute;
  content: '';
  top: 34%;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/ico1_btn.png") no-repeat;
  background-size: 100% auto;
}

#id-obayashi .btn2::after {
  position: absolute;
  content: '';
  top: 27%;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/ico1_btn.png") no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  #id-obayashi .btn1_wrp {
    width: 100%;
    margin: 20px auto;
  }
  #id-obayashi .btn2_wrp {
    width: 100%;
    margin: 20px auto 0;
  }
  #id-obayashi .btn1, #id-obayashi .btn2, #id-obayashi .btn3 {
    padding: 12px 0 11px;
    font-size: 1.8rem;
    line-height: 1.4;
    border-top: 2px solid #009f3b;
  }
  #id-obayashi .btn1 span, #id-obayashi .btn2 span, #id-obayashi .btn3 span {
    display: block;
    font-size: 1.6rem !important;
    font-weight: 600;
    vertical-align: baseline;
  }
  #id-obayashi .btn1 em {
    font-size: 1.4rem;
    font-weight: 700;
  }
  #id-obayashi .btn1::after, #id-obayashi .btn2::after, #id-obayashi .btn3::after {
    top: 34%;
    right: 10px;
    width: 25px;
    height: 25px;
  }
  #id-obayashi .btn3::before {
    top: 29%;
    left: 5px;
    width: 30px;
    height: 30px;
  }
  
}

@media (max-width: 360px) {
  #id-obayashi .btn1, #id-obayashi .btn2, #id-obayashi .btn3 {
    padding: 14px 0 11px;
    font-size: 1.4rem;
    line-height: 1.4;
    border-top: 2px solid #009f3b;
  }
  #id-obayashi .btn1 span #id-obayashi .btn2 span {
    font-size: 1.4rem !important;
  }
  #id-obayashi .btn1 em {
    font-size: 1.2rem !important;
  }
  #id-obayashi .btn1::after, #id-obayashi .btn2::after, #id-obayashi .btn3::after {
    top: 34%;
    right: 5px;
    width: 20px;
    height: 20px;
  }
  #id-obayashi .btn3::before {
    top: 29%;
    left: 5px;
  }
}

#id-obayashi .btn1:hover, #id-obayashi .btn2:hover {
  color: #fff;
  background: #3680c7;
}

#id-obayashi .btn3:hover {
  color: #317ec9;
  background: #e1ecf8;
}

@media (max-width: 320px) {
  #id-obayashi .btn1 em {
    font-size: 1.1rem !important;
  }
}


/***** works ******/

#id-obayashi ul.ico_works {
  padding: 45px 0 31px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#id-obayashi ul.ico_works li {
  width: 186px;
  height: 80px;
  margin-right: 19px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 20px;
  border: 3px solid #009f3b;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
}

#id-obayashi ul.ico_works .stxt {
  font-size: 2.2rem;
}

#id-obayashi ul.ico_works li:nth-of-type(4n) {
  margin-right: 0;
}

#id-obayashi ul.ico_works li img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  #id-obayashi ul.ico_works {
    padding: 25px 0 15px;
  }
  #id-obayashi ul.ico_works li {
    width: 24%;
    height: 50px;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 0 0 5px;
    font-size: 1.4rem;
    border: 2px solid #009f3b;
  }
  #id-obayashi ul.ico_works .stxt {
    font-size: 1.1rem !important;
    line-height: 1.1;
  }
  #id-obayashi ul.ico_works li:nth-of-type(4n) {
    margin-right: 0;
  }
  #id-obayashi ul.ico_works li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

@media (max-width: 360px) {
  #id-obayashi ul.ico_works {
    padding: 25px 0 15px;
  }
  #id-obayashi ul.ico_works li {
    width: 48%;
    height: 50px;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    font-size: 1.6rem;
    border: 2px solid #009f3b;
  }
  #id-obayashi ul.ico_works li br {
    display: none !important;
  }
  #id-obayashi ul.ico_works .stxt {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #id-obayashi ul.ico_works li img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}


/***** talk******/

#id-obayashi .talk1 {
  margin-bottom: 20px;
}

#id-obayashi .talk1 .txt3 {
  position: relative;
  border-radius: 20px;
  width: 390px;
  height: 165px;
  margin-bottom: -25px;
  padding: 10px 25px;
  color: #242424;
  font-size: 1.4rem;
  letter-spacing: 0.04em !important;
  border: 2px solid #cccccc;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
  text-align: justify;
}

#id-obayashi .talk1 .txt3::after {
  position: absolute;
  content: '';
  left: 120px;
  bottom: -20px;
  width: 16px;
  height: 20px;
  background: url("../images/ico_talk1-arrow.png") no-repeat;
  background-size: 100% auto;
}

#id-obayashi .talk1 img {
  position: relative;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #id-obayashi .talk1 {
    margin-bottom: 10px;
  }
  #id-obayashi .talk1 .txt3 {
    border-radius: 10px;
    width: auto;
    height: auto;
    margin-bottom: -19px;
    padding: 15px 15px;
    color: #242424;
    font-size: 1.4rem;
    letter-spacing: 0 !important;
  }
  #id-obayashi .talk1 .txt3::after {
    left: 85px;
    bottom: -14px;
    width: 12px;
    height: 15px;
  }
  #id-obayashi .talk1 img {
    width: auto;
    height: 60px;
  }
}

#id-obayashi .talk2 {
  overflow: hidden;
}

#id-obayashi .talk2 .txt3 {
  position: relative;
  border-radius: 20px;
  width: 185px;
  height: 250px;
  padding: 10px 15px;
  color: #242424;
  font-size: 1.4rem;
  line-height: 1.7;
  border: 2px solid #cccccc;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
  text-align: justify;
}

#id-obayashi .talk2 .txt3::after {
  position: absolute;
  content: '';
  top: 45px;
  left: -20px;
  width: 21px;
  height: 15px;
  background: url("../images/ico_talk2-arrow.png") no-repeat;
  background-size: 100% auto;
}

#id-obayashi .talk2 img {
  float: left;
  margin: 25px 11px 0 0;
  width: auto;
  height: 80px;
}

@media (max-width: 767px) {
  #id-obayashi .talk2 {
    overflow: hidden;
  }
  #id-obayashi .talk2 .txt3 {
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  #id-obayashi .talk2 .txt3::after {
    position: absolute;
    content: '';
    top: 35px;
    left: -14px;
    width: 15px;
    height: 11px;
  }
  #id-obayashi .talk2 img {
    margin: 15px 11px 0 0;
    height: 50px;
  }
}


/***** movie******/

.mov_wrp {
  padding: 0 50px;
}

.mov {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mov_wrp {
    padding: 0;
  }
}

.txt_copy {
  font-size: 1.8rem !important;
  font-weight: 600;
}

@media (max-width: 767px) {
  .txt_copy {
    font-size: 1.4rem !important;
  }
}