@charset "UTF-8";


/* BTN */
.btn {
  max-width: 250px;
}
.btn a {
  width: 100%;
  padding: 20px;
  line-height: 1;
  position: relative;
  background: #0068b6;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.btn a::after {
  content: "";
  background: url(../images/common/next.png) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 23px;
}
.btn a:hover {
  background: #bcbcbc;
}
.btn a::after:hover {
  content: "";
  background: url(../images/common/next-w.png) center no-repeat;
  background-size: auto;
  width: 15px;
  height: 8px;
}

h2 {
  font-size: 5.6rem;
  line-height: 1;
}
h3 {
  font-size: 3.6rem;
  line-height: 1;
}
h4 {
  font-size: 2.4rem;
  line-height: 1;
}



@media screen and (max-width: 850px) {
  .btn {
    max-width: 80%;
    margin: auto;
  }
  h2 {
    font-size: 3.6rem;
    line-height: 1.4;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  h4 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}


/*top_______________________________________________*/
/* fv */
section.topFv {
  width: 98%;
  margin: 15px auto;
}

@media screen and (max-width: 850px) {
  section.topFv {
    width: 95%;
    margin: 90px auto 0px;
  }
}


/* topService */
.topTitle {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
}
.topTitle span {
  display: block;
  font-size: 1.8rem;
  color: #0068b6;
  margin: 0 auto 20px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}
section.topService {
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.topService .topService-l p {
  margin: 50px auto;
}
section.topService .topService-l {
  width: 48%;
}
section.topService .topService-r {
  width: 50%;
}

@media screen and (max-width: 850px) {
  .topTitle span {
    font-size: 1.5rem;
    margin: 0 auto;
  }
  section.topService {
    flex-flow: column;
  }
  section.topService .topService-l p {
    margin: 20px auto 30px;
  }
  section.topService .topService-l {
    width: 100%;
  }
  section.topService .topService-r {
    width: 100%;
    margin: 0 auto 30px;
  }
}


/* topNews */
section.topNews {
  position: relative;
  margin: 250px 0 150px 8.33%;
  background: #F8F9FA;
  border-radius: 0 0 0 30px;
  padding: 30px 80px 80px;
}
section.topNews::before {
  content: "";
  background: url(../images/top/news-bg.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
section.topNews .topNews-box-flex {
  display: flex;
  justify-content: space-between;
}
section.topNews .topNews-box-flex h3 {
  width: 20%;
}
section.topNews .topNews-box-flex .topNews-box-flex-r {
  width: 73%;
  display: flex;
  flex-flow: column;
  gap: 25px;
}
section.topNews .topNews-box-flex .topNews-box-flex-r dl {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 25px;
  display: flex;
}
section.topNews .topNews-box-flex .topNews-box-flex-r dl dt {
  width: 13%;
  font-family: "Roboto", sans-serif;
  color: #3B3B3B;
}
section.topNews .topNews-box-flex .topNews-box-flex-r dl dd {
  width: 87%;
}

@media screen and (max-width: 850px) {
  section.topNews {
    margin: 110px 0 50px;
    padding: 50px 30px;
    border-radius: 0;
  }
  section.topNews::before {
    height: 70px;
    top: -50px;
  }
  section.topNews .topNews-box-flex {
    flex-flow: column;
    gap: 20px;
  }
  section.topNews .topNews-box-flex h3 {
    width: 100%;
  }
  section.topNews .topNews-box-flex .topNews-box-flex-r {
    width: 100%;
  }
  section.topNews .topNews-box-flex .topNews-box-flex-r dl {
    flex-flow: column;
  }
  section.topNews .topNews-box-flex .topNews-box-flex-r dl dt {
    width: 100%;
  }
  section.topNews .topNews-box-flex .topNews-box-flex-r dl dd {
    width: 100%;
  }
}


/* topCompany */
section.topCompany {
  text-align: center;
  position: relative;
  z-index: 2;
}
section.topCompany .topCompany-bg {
  margin: 0 8.33% 0 0;
}
section.topCompany .topCompany-logo {
  width: 310px;
  margin: 0 auto 30px;
}
section.topCompany p {
  margin: 50px auto;
}
section.topCompany .topCompany-bg {
  background: #fff;
  padding: 20px 0 0;
}
section.topCompany .topCompany-btn {
  background: #fff;
  margin: 0 8.33% 0 0;
  padding: 80px 0 100px;
  border-radius: 0 0 30px 0;
}
section.topCompany .topCompany-btn .btn {
  margin: 0 auto 0 45%;
}
/*ボタン表示まで
section.topCompany .topCompany-bg {
    background: #fff;
    padding: 20px 0 130px;
    border-radius: 0 0 30px 0;
}*/

@media screen and (max-width: 850px) {
  section.topCompany {
    text-align: start;
  }
  section.topCompany .topCompany-bg {
    margin: auto;
    padding: 0;
  }
  section.topCompany .topCompany-logo {
    width: 60%;
    margin: 0 auto 30px;
  }
  section.topCompany p {
    margin: 30px auto;
  }
  section.topCompany .topCompany-btn {
    margin: 0;
    padding: 50px 0;
    border-radius: 0;
  }
  section.topCompany .topCompany-btn .btn {
    margin: auto;
  }
}


/* topContact */
section.topContact {
  background: url(../images/common/contact-bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 400px 0 100px;
  margin: -300px auto 0;
}
section.topContact .topTitle {
  width: 80%;
  margin: auto;
  color: #fff;
}
section.topContact .topTitle span {
  color: #fff;
}
section.topContact .btn {
  margin: 20px auto 0;
}
section.topContact .btn a {
    background: #fff;
    color: #0068b6;
  }
@media screen and (max-width: 850px) {
  section.topContact {
    padding: 60px 0;
    margin: auto;
  }
  section.topContact .btn {
    margin: 50px auto 0;
  }
}


/*second*/
.second {
  margin: 0 auto;
}
.sec-top {
  padding: 230px 8.33% 100px;
  background: #0068b6;
  color: #fff;
  margin: 0 auto 200px;
}
.sec-top h2 {
  font-weight: 700;
  letter-spacing: 2px;
}
.sec-top h2 span {
  font-size: 2.4rem;
  display: block;
  margin: 0 auto 20px;
  font-family: "Roboto", sans-serif;
}
.anchor {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.anchor .anchor-btn {
  background: #DBE9F3;
  padding: 5px 40px 5px 20px;
  border-radius: 30px;
  color: #0068b6;
  position: relative;
  font-weight: 600;
}
.anchor .anchor-btn::after {
  content: "";
  background: url(../images/common/anchor.png) center no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.second h5 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #D0D0D0;
  padding: 0 0 20px 25px;
  margin: 100px auto;
}
.second h5::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #0068b6;
  background-size: contain;
  border-radius: 10px;
  left: 0;
  top: 11px;
  position: absolute;
}

@media screen and (max-width: 850px) {
  .second {
    margin: 0 auto 70px;
  }
  .sec-top {
    padding: 120px 8.33% 30px;
    margin: 0 auto 70px;
  }
  .sec-top h2 span {
    font-size: 2rem;
    margin: 0 auto;
  }
  .anchor {
    gap: 10px;
  }
  .second h5 {
    font-size: 2rem;
    margin: 50px auto;
  }
}


/*company*/
section#company-message {
  position: relative;
  z-index: 1;
}
section#company-message .company-message-flex {
  display: flex;
  justify-content: space-between;
}
section#company-message .company-message-flex .company-message-flex-l {
  width: 60%;
}
section#company-message .company-message-flex .company-message-flex-l h4 {
  font-weight: 700;
}
section#company-message .company-message-flex .company-message-flex-l h3 {
  font-weight: 700;
  margin: 30px auto 50px;
  line-height: 1.3;
}
section#company-message .company-message-flex .company-message-flex-l h3 span {
  color: #0068b6;
}
section#company-message .company-message-flex h6 {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 50px auto 0;
}
section#company-message .company-message-flex h6 span {
  font-size: 2rem;
}
section#company-message .company-message-flex .company-message-flex-img {
  width: 33%;
}
section#company-message .company-message-flex .company-message-flex-img img {
  border-radius: 20px;
}

@media screen and (max-width: 850px) {
  section#company-message .company-message-flex {
    flex-flow: column;
  }
  section#company-message .company-message-flex .company-message-flex-l {
    width: 100%;
  }
  section#company-message .company-message-flex .company-message-flex-l h3 {
    font-weight: 700;
    margin: 20px auto;
  }
  section#company-message .company-message-flex h6 {
    font-size: 1.4rem;
    margin: 20px 0 0;
    text-align: end;
  }
  section#company-message .company-message-flex h6 span {
    font-size: 1.8rem;
  }
  section#company-message .company-message-flex .company-message-flex-img {
    width: 100%;
    margin: 20px auto 0;
  }
}


section#company-aim {
  background: #F8F9FA;
  padding: 160px 0 100px;
  position: relative;
  margin: -50px auto 0;
}
section#company-aim::before {
  content: "";
  background: url(../images/company/aim-bg.jpg) top center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 130px;
  top: 0;
  left: 0;
}
section#company-aim .company-aim-flex {
  display: flex;
  justify-content: space-between;
}
section#company-aim .company-aim-flex h3 {
  font-weight: 700;
  line-height: 1.3;
  width: 30%;
}
section#company-aim .company-aim-flex .company-aim-flex-img {
  margin: 0 0 0 -100px;
  width: 75%;
}

@media screen and (max-width: 850px) {
  section#company-aim {
    padding: 50px 0;
    margin: 0 auto;
  }
  section#company-aim::before {
    display: none;
  }
  section#company-aim .company-aim-flex {
    flex-flow: column;
  }
  section#company-aim .company-aim-flex h3 {
    width: 100%;
  }
  section#company-aim .company-aim-flex .company-aim-flex-img {
    margin: 30px auto 0;
    width: 100%;
  }
}


section#company-overview .company-overview-box {
  width: 65%;
  margin: 0 0 0 auto;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
section#company-overview .company-overview-box dl {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #0068B6;
  padding: 0 0 30px;
}
section#company-overview .company-overview-box dl dt {
  width: 10%;
  color: #0068b6;
  font-weight: 700;
}
section#company-overview .company-overview-box dl dd {
  width: 80%;
}
section#company-overview .company-overview-box dl dd a {
  color: #0068b6;
  border: 1px solid;
  border-radius: 20px;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 850px) {
  section#company-overview .company-overview-box {
    width: 100%;
    gap: 20px;
  }
  section#company-overview .company-overview-box dl {
    gap: 0px;
    padding: 0 0 20px;
    flex-flow: column;
  }
  section#company-overview .company-overview-box dl dt {
    width: 100%;
  }
  section#company-overview .company-overview-box dl dd {
    width: 100%;
  }
}


section#company-business {
  margin: 150px auto 100px;
}
section#company-business .company-business-flex {
  display: flex;
  justify-content: space-between;
}
section#company-business .company-business-flex .company-business-flex-l {
  width: 50%;
}
section#company-business .company-business-flex .company-business-flex-l h3 {
  font-weight: 700;
  margin: 0 auto 50px;
  line-height: 1.3;
}
section#company-business .company-business-flex .company-business-flex-img {
  width: 55%;
  margin: 60px 0 0;
}

@media screen and (max-width: 850px) {
  section#company-business {
    margin: 80px auto;
  }
  section#company-business .company-business-flex {
    flex-flow: column;
  }
  section#company-business .company-business-flex .company-business-flex-l {
    width: 100%;
  }
  section#company-business .company-business-flex .company-business-flex-l h3 {
    margin: 0 auto 20px;
  }
  section#company-business .company-business-flex .company-business-flex-img {
    width: 100%;
    margin: 30px 0 0;
  }
}


section#company-group {
  background: #F8F9FA;
  padding: 40px 0 100px;
}
section#company-group #company-group-area > p {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
section#company-group .company-group-area {
  background: #fff;
  border-radius: 10px;
  margin: 50px auto 0;
  padding: 50px;
}
section#company-group .company-group-area .company-group-oitabank {
  width: 30%;
  margin: 0 auto 40px;
}
section#company-group .company-group-area .company-group-area-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 50px;
}
section#company-group .company-group-area .company-group-area-flex a {
  text-decoration: underline;
  position: relative;
  padding: 0 25px 0 0;
}
section#company-group .company-group-area .company-group-area-flex a::after {
  content: "";
  background: url(../images/common/blank.png) center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 11px;
  right: 0;
}

@media screen and (max-width: 850px) {
  section#company-group {
    padding: 20px 0 50px;
  }
  section#company-group .company-group-area {
    margin: 20px auto 0;
    padding: 20px;
  }
  section#company-group .company-group-area .company-group-oitabank {
    width: 60%;
    margin: 0 auto 10px;
  }
}


section.secondContact {
  background: url(../images/common/contact-bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
}
section.secondContact .topTitle {
  color: #fff;
}
section.secondContact .topTitle span {
  color: #fff;
}
section.secondContact .btn {
  margin: 50px auto 0;
}
section.secondContact .btn a {
  background: #fff;
  color: #0068b6;
}
section#company-message, section#company-aim, section#company-overview, #company-business-area, #company-group-area {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 850px) {
  section.secondContact {
    padding: 50px 8.33%;
  }
  section.secondContact .btn {
    margin: 20px auto 0;
  }
  section#company-message, section#company-aim, section#company-overview, #company-business-area, #company-group-area {
    position: relative;
    margin-top: -50px;
    padding-top: 50px;
  }
}


/*policy*/
.policy-flex {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin: 40px auto 0;
}
.policy-flex dl {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.policy-flex dl dt {
  color: #0068b6;
  font-weight: 700;
}
.policy-flex dl dt span {
  font-family: 'Roboto';
  margin: 0 10px 0 0;
}
.policy-flex dl dd {
  margin: 0 0 0 25px;
}
.policy-flex dl dd span.policy-flex-small {
  color: #797979;
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  margin: 10px auto 0;
}
p.txt-r {
  text-align: end;
  margin: 30px auto 0;
}
section#policy-policy, section#policy-purpose, section#policy-individual, section#policy-corporation, section#policy-antisocial {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
}
section#policy-antisocial {
    margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .policy-flex {
    margin: 40px auto 0;
  }
  .policy-flex dl dd {
    margin: 0 0 0 20px;
  }
  section#policy-policy, section#policy-purpose, section#policy-individual, section#policy-corporation, section#policy-antisocial {
  position: relative;
  margin-top: -50px;
  padding-top: 50px;
}
  section#policy-antisocial {
    margin-bottom: 50px;
  }
}


/*contact*/
section.contact-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
}
section.contact-flex p {
  width: 30%;
  font-weight: 500;
}
section.contact-flex .contact-form {
  width: 68%;
}
section.contact-flex .contact-form iframe {
  width: 100%!important;
  height: 930px!important;
  position: relative;
  max-width: none!important;
}

@media screen and (max-width: 850px) {
  section.contact-flex {
    flex-flow: column;
    gap: 30px;
  }
  section.contact-flex p {
    width: 100%;
  }
  section.contact-flex .contact-form {
    width: 100%;
  }
  section.contact-flex .contact-form iframe {
    height: 1210px!important;
  }
}