@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common(PC.SP共通設定)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  @font-face {
    font-family: "NotoSansCJKjp";
  }
}

main {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a img {
  transition: all 0.2s ease-in-out;
}

a:hover img {
  opacity: 0.5;
}

ul,
ol {
  list-style: none;
}

span.spanblue {
  color: #0071B1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Goto Top (Topへ戻る) PC.SP共通設定
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pageTop {
  display: block;
  padding: 10px 15px;
  position: fixed;
  right: 20px;
  bottom: 115px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  font-size: 16px;
  color: #fff;
  z-index: 10000;
}

/*/////////////////////////////////////////////////////////////////////
    for PC  パソコン画面用（768px以上）
/////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width:768px) {
  body {
    min-width: 1200px;
  }

  #wrapper {}

  br.pc_none {
    display: none;
  }

  /*==================================================
    Header  for PC
==================================================*/
  .top_title {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
  }

  .top_title img {
    margin: 0 auto;
    width: 310px;
  }

  header .fv_box {
    background-color: #005FA9;
    background-position: center;
  }

  header .fv_boxsp {
    display: none;
  }

  header .fv_box h1 {
    width: 960px;
    margin: auto;
    height: 100%;
  }

  /*==================================================
    Main  for PC
==================================================*/
  main {}

  /* タイトルの帯(募集要項、応募フォームなど)
    --------------------- */
  main h2.title_obe {
    width: 960px;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    background-color: #b9b9b9;
  }

  /*==================================================
	    message for PC
	==================================================*/
  div.messagetitlebox {
    margin: 30px auto;
    text-align: center;
    font-size: 25px;
    padding-top: 50px;
  }

  div.messagetitlebox h2.messagetitle {
    width: 580px;
    margin: 0 auto;
    border-bottom: solid #000 2px;
    padding-bottom: 30px;
  }

  div.messagetitlebox p.messageicon {
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  div.messagein {
    margin: 30px auto;
    width: 960px;
    text-align: center;
    line-height: 2.5rem;
    font-weight: bold;
  }

  p.tritonlogo {
    width: 580px;
    margin: 30px auto;
  }

  div.youtube {
    margin: 40px 0;
  }

  /*==================================================
    oubobutton  for PC
==================================================*/
  div.oubobutton {
    background-color: #005FA9;
    margin-bottom: 60px;
  }

  div.oubobutton p {
    width: 765px;
    margin: 0 auto;
    padding: 20px 0;
  }

  div.oubobuttonsp {
    display: none;
  }

  /*==================================================
    merit  for PC
==================================================*/
  div.merittitlebox {
    margin: 50px auto;
    text-align: center;
    font-size: 25px;
  }

  div.merittitlebox h2.merittitle {
    width: 580px;
    margin: 0 auto;
    border-bottom: solid #000 2px;
    padding-bottom: 30px;
  }

  div.merittitlebox p.meriticon {
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  #merit {
    margin: 0 auto;
    background-image: url(../img/meritbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
  }

  #merit .merit_in {
    width: 860px;
    margin: auto;
    padding: 20px 0 20px;
    background-color: #fff;
  }

  #merit .merit_in h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
  }

  #merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 760px;
    margin: 0 auto 20px;
  }

  #merit ul li {
    width: 240px;
    margin-bottom: 20px;
  }

  #merit ul li img {
    width: 100%;
  }

  #meritsp {
    display: none;
  }

  /*==================================================
  Interview  for PC
==================================================*/
  div.interviewbox {
    margin: 20px auto;
    text-align: center;
    font-size: 25px;
  }

  div.interviewbox h2.interviewtitle {}

  div.interviewbox p.interviewicon {
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  #interview {
    margin: 0 auto;
    background-image: url(../img/interviewbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
  }

  #interview .interview_box {
    width: 860px;
    margin: 0 auto 30px;
    padding: 20px 0 20px;
    background-color: #fff;
  }

  #interview h2 {
    width: 580px;
    margin: 0 auto;
    border-bottom: solid #000 2px;
    padding-bottom: 30px;
  }

  #interview .interview_in {
    display: flex;
    justify-content: space-between;
    width: 780px;
    margin: auto;
    padding: 50px 0;
  }

  #interview .interview_in .left_box {
    width: 240px;
  }

  #interview .interview_in .left_box img {
    width: 100%;
  }

  #interview .interview_in .right_box {
    width: 486px;
  }

  #interview .interview_in .right_box h3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 15px;
    color: #2E3187;
  }

  #interview .interview_in .right_box p {
    font-size: 18px;
    line-height: 1.5;
    /*----テキストを均等揃えにする----*/
    text-align: justify;
  }

  #interview .interview_in2 {
    display: flex;
    justify-content: space-between;
    width: 780px;
    margin: auto;
    padding: 50px 0;
  }

  #interview .interview_in2 .right_box {
    width: 240px;
  }

  #interview .interview_in2 .right_box img {
    width: 100%;
  }

  #interview .interview_in2 .left_box {
    width: 486px;
  }

  #interview .interview_in2 .left_box h3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.3;
    color: #2E3187;
    padding-bottom: 15px;
  }

  #interview .interview_in2 .left_box p {
    font-size: 18px;
    line-height: 1.5;
    /*----テキストを均等揃えにする----*/
    text-align: justify;
  }

  .interview_in2sp {
    display: none;
  }

  /*==================================================
  recruit  for PC
==================================================*/
  div.recruitwrap {
    background-color: #005FA9;
  }

  div.recruitbox {
    width: 960px;
    height: 300px;
    background-image: url(../img/recruitbg.jpg);
    background-position: center;
    margin: 0 auto;
  }

  div.recruittitlebox {
    margin: 30px auto;
    text-align: center;
    font-size: 25px;
    padding-top: 60px;
  }

  div.recruittitlebox h2.recruittitle {
    width: 580px;
    margin: 0 auto;
    border-bottom: solid #000 2px;
    padding-bottom: 30px;
  }

  div.recruittitlebox p.recruiticon {
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  p.recruitcaption {
    text-align: center;
    color: #fff;
    line-height: 2em;
    margin-top: 60px;
  }

  section#recruit div.job1 {
    margin: 50px auto;
    width: 765px;
    padding-top: 65px;
  }

  section#recruit div.job2 {
    margin: 0 auto;
    width: 765px;
  }

  div.job1sp {
    display: none;
  }

  div.job2sp {
    display: none;
  }

  /*==================================================
    Footer  for PC
==================================================*/
  footer {
    background-color: #005FA9;
    margin: 0 auto;
  }

  footer p {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-size: 15px;
    font-weight: 200;
    vertical-align: middle;
    background-color: #000;
    padding: 22px 0;
  }
}

/*/////////////////////////////////////////////////////////////////////
    for sp  スマホ画面用（767px以下）
/////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width:767px) {
  body {
    width: 100%;
    font-size: 13px;
    font-family: sans-serif;
  }

  br.spnone {
    display: none;
  }

  /*--------------------------------------------------
    Header  for sp
--------------------------------------------------*/
  .top_title {
    width: 60%;
    margin: 10px auto;
  }

  .top_title p {
    font-size: 18px;
  }

  .top_title img {
    margin: 0 auto;
  }

  header .fv_boxsp h1 {
    width: 100%;
    margin: auto;
  }

  header .fv_box h1 {
    display: none;
  }

  /*--------------------------------------------------
    Main  for sp
--------------------------------------------------*/
  /* タイトルの帯(募集要項、応募フォームなど)
    --------------------- */
  main {
    width: 95%;
    margin: 0 auto;
  }

  main h2.title_obe {
    margin: 0 auto 5%;
    padding: 10px;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    background-color: #b9b9b9;
  }

  /* タイトルの帯の下の矢印
    -------------------

    main h2.title_obe{
        position: relative;
    }

    main h2.title_obe::after{
        display: flex;
        content: "";
        width: 20px;
        height: 20px;
        background-color: #b9b9b9;
        position: absolute;
        left: 47%;
        bottom: -15%;
        transform: rotate(45deg);
        z-index: -1;
    }
    -- */
  /*==================================================
	    message for sp
	==================================================*/
  div.messagetitlebox {
    margin: 5% auto;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 2%;
  }

  div.messagetitlebox h2.messagetitle {
    padding: 3% 0;
    border-bottom: solid #000 1px;
  }

  div.messagetitlebox p.messageicon {
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  div.messagein {
    margin: 3% auto;
    line-height: 1.5rem;
  }

  div.messagein p.name {
    width: 50%;
    padding: 2% 0;
    margin: 5% auto;
  }

  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin: 5% 0;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  p.tritonlogo {
    width: 90%;
    margin: 5% auto;
  }

  /*==================================================
    oubobutton  for SP
==================================================*/
  div.oubobuttonsp {
    background-color: #005FA9;
    margin-bottom: 5%;
  }

  div.oubobuttonsp p {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
  }

  div.oubobutton {
    display: none;
  }

  /*--------------------------------------------------
    merit  for sp
--------------------------------------------------*/
  div.merittitlebox {
    margin: 5% auto;
    text-align: center;
    font-size: 25px;
    background-color: #fff;
    padding: 5% 0;
  }

  div.merittitlebox h2.merittitle {
    padding: 3% 0;
    border-bottom: solid #000 1px;
  }

  div.merittitlebox p.meriticon {
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  #meritsp {
    width: 100%;
    margin: 7% auto;
    padding: 0 3%;
    background-image: url(../img/meritbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #meritsp .merit_in {
    margin: auto;
    padding: 5% 0;
  }

  #meritsp h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 23px;
    line-height: 1.3;
  }

  #meritsp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #meritsp ul {}

  #meritsp ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  #meritsp ul li img {}

  #meritsp ul {}

  #merit {
    display: none;
  }

  /*==================================================
        Interview  for sp
    ==================================================*/
  div.interviewbox {
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
  }

  div.interviewbox h2.interviewtitle {
    font-weight: 500;
    color: #f93130;
    padding-bottom: 1rem;
  }

  div.interviewbox p.interviewicon {
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  #interview {
    /*---後ろの背景色を指定する---*/
  }

  #interview .interview_box {
    padding-top: 5%;
    margin: 0 auto;
  }

  #interview h2 {
    margin: 0 auto;
    border-bottom: solid #000 1px;
    padding-bottom: 5%;
  }

  #interview .interview_in {
    margin: 0 auto;
    padding: 10% 0;
  }

  #interview .interview_in .left_box {
    width: 60%;
    margin: 0 auto;
  }

  #interview .interview_in .left_box img {}

  #interview .interview_in .right_box {}

  #interview .interview_in .right_box h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 3% 0;
    color: #2E3187;
  }

  #interview .interview_in .right_box p {
    font-size: 14px;
    line-height: 1.5;
    /*----テキストを均等揃えにする----*/
    text-align: justify;
  }

  #interview .interview_in2 {
    display: none;
  }

  #interview .interview_in2sp {
    margin: 0 auto;
    padding: 8% 0;
  }

  #interview .interview_in2sp .left_box {
    width: 60%;
    margin: 0 auto;
  }

  #interview .interview_in2sp .left_box img {}

  #interview .interview_in2sp .right_box {}

  #interview .interview_in2sp .right_box h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 3% 0;
    color: #2E3187;
  }

  #interview .interview_in2sp .right_box p {
    font-size: 14px;
    line-height: 1.5;
    /*----テキストを均等揃えにする----*/
    text-align: justify;
  }

  /*==================================================
  recruit  for sp
==================================================*/
  div.recruitwrap {}

  div.recruitbox {
    background-image: url(../img/recruitbg.jpg);
    background-position: center;
    margin: 0 auto;
    padding: 5% 0;
  }

  div.recruittitlebox {
    margin: 5% auto;
    text-align: center;
    font-size: 25px;
    padding-top: 5%;
  }

  div.recruittitlebox h2.recruittitle {
    font-weight: 500;
    color: #fff;
    padding-bottom: 1rem;
  }

  div.recruittitlebox p.recruiticon {
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  p.recruitcaption {
    text-align: center;
    color: #fff;
    line-height: 2em;
    margin-top: 60px;
  }

  section#recruit div.job1sp {
    margin: 5% auto;
    width: 90%;
  }

  section#recruit div.job2sp {
    margin: 5% auto;
    width: 90%;
  }

  div.job1 {
    display: none;
  }

  div.job2 {
    display: none;
  }

  /*--------------------------------------------------
    Footer  for sp
--------------------------------------------------*/
  footer {
    background-color: #161c3c;
    margin: auto;
    padding: 5% 0;
  }

  footer p {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-weight: 200;
    vertical-align: middle;
    line-height: 1.5;
  }
}
}
