@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700,800,900&display=swap&subset=japanese');

/*--------------------*/


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: #0E489E;
}


h1,
h2,
h3 {
  font-weight: normal;
}

i {
  padding-left: 6px;
}


body {
  color: #1A1311;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
}


.flex {
  display: flex;
}


/*--------------------*/

.width-wide {
  width: 100%;
  border: solid #fff;
  border-width: 0px 10px 0px 10px;
}

.width-wide.red {
  background-color: #E60012;
}

.width-base {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0px;
}

.width-slim {
  width: 700px;
  margin: 0 auto;
  padding: 30px 0px;
}

.wave {
  background-color: #F0F0F0;
  background-image: url(../img/wave@2x.png);
  background-size: contain;
  padding: 60px 0px;
  margin: 10px;
}

.wave.ex {
  margin-top: -70px;
}

.wave.ex2 {
  margin-top: -70px;
  height: 100vh;
}



/*--------------------*/

.title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  margin-top: 24px;
  color: #fff;
}

.title2 {
  display: block;
  position: relative;
  width: 500px;
  height: 110px;
  background-color: #0E489E;
  color: #fff;
  text-align: center;
  line-height: 110px;
  font-size: 30px;
  font-weight: 500;
  margin-left: auto;
  margin-top: -40px;
  z-index: 999;
}

.title3 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  padding-top: 30px;
}

.title4 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}

.title4.sp {
  display: none;
}

.title5 {
  font-size: 30px;
  color: #0E489E;
  font-weight: 600;
  text-align: center;
}

.title5.ex {
  font-size: 26px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.title5.ex2 {
  text-align: left;
}

.title6 {
  font-size: 40px;
  color: #0E489E;
  font-weight: 600;
  text-align: center;
}



.title6.pc {
  display: block;
}

.title6.sp {
  display: none;
}


.title7 {
  display: flex;
  align-items: center;
  line-height: 1.3;
}


.title8 {
  background-color: #0E489E;
  text-align: center;
  padding: 20px 0px;
}


.title8 h2 {
  display: block;
  color: #fff;
  font-size: 42px;
  margin-top: 20px;
}

.title8 img {
  margin-top: -50px;
  margin-left: 14px;
}

.title9 {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  color: #0E489E;
  font-weight: 500;
  border-bottom: 3px dotted #0E489E;
  padding-bottom: 10px;
}

.title10 {
  font-size: 40px;
  color: #0E489E;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}





/*--------------------*/

#concept1 {
  text-align: center;
  margin-top: -70px;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  z-index: -999;
}


#concept1 .copy-main {
  width: 60%
}


#concept1 .txt {
  margin-top: 50px;
  line-height: 2.5em;
  color: #fff;
}

#concept1 .txt.ex p {
  font-size: 14px;
  line-height: 2em;
}




.figure1 {
  width: 23%;
  position: absolute;
  top: 400px;
  left: -10px;
  z-index: -1;
}

.figure2 {
  width: 23%;
  position: absolute;
  top: 780px;
  right: -40px;
  z-index: -1;
}

.figure3 {
  width: 23%;
  position: absolute;
  bottom: 750px;
  left: -40px;
  z-index: -1;
}

.figure4 {
  width: 23%;
  position: absolute;
  bottom: 100px;
  right: 10px;
  z-index: -1;
}


.figure8 {
  width: 400px;
}


/*--------------------*/


article p {
  font-size: 16px;
}

.listWrap2 .list {
  line-height: 2em;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}

.listWrap2 p .blue {
  color: #0E489E;
  padding-right: 6px;
}

.listWrap2.sp {
  display: none;
}

/*--------------------*/

.pankuzu {
  text-align: left;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 40px;
}

.pankuzu a {
  color: #fff;
}

.pankuzu.ex a {
  color: #0E489E;
}

.pankuzu span {
  margin-right: 6px;
}

.pankuzu.ex span {
  color: #0E489E;
  margin-right: 6px;
}

/*--------------------*/

.header-top {
  padding: 10px;
}

.header-lower {
  padding: 10px;
}

.mainLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 110px;
  background-color: #fff;
}

.mainLogo img {
  width: 150px;
  padding-right: 10px;
}

.drawer_menu {
  display: none;
}

.globalNav {
  display: flex;
}

.globalNav ul {
  display: flex;
  width: calc(100% - 220px);
  height: 70px;
  justify-content: flex-end;
  align-items: center;
  background-color: #E60012;
}

.globalNav.lower ul {
  height: 110px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 20px;
}

.globalNav li {
  color: #fff;
  text-decoration: none;
  margin-right: 30px;
  font-size: 16px;
}

.globalNav li a {
  color: #fff;
  text-decoration: none;
}

/*--------------------*/

.mainVisual {
  width: 100%;
  height: 600px;
  background-color: #E60012;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-top: -40px;
  background-image: url(../img/icons-back3.png);
  background-size: cover;
}

.mainVisual .gun {
  display: block;
  margin: 0 auto;
  width: 450px;
}


.mainVisual .copy-main {
  width: 1000px;
}


.mainVisual .copy-main-2 {
  display: none;
}


.mainVisual .copy_2 {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: -10px;
}

.mainVisual .copy_2 span {
  font-size: 15px;
}

.mainVisual .copy_2.ex {
  display: none;
}

.subNav-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.subNav-container {
  width: 50%;
  display: flex;
  flex-wrap: wrap;

}

.subNav-container .half {
  display: flex;
  width: 100%;
}

.subNav-item {
  width: 50%;
  height: 220px;
  background-color: #0E489E;
  position: relative;
  text-align: center;
  border-right: 5px solid #fff;
  border-bottom: 10px solid #fff;
}

.subNav-item.br10 {
  border-right: 10px solid #fff;
}

.subNav-item.bl10 {
  border-left: 10px solid #fff;
  border-right: 0px;
}

.subNav-item.bl5 {
  border-left: 5px solid #fff;
  border-right: 0px;
}

.subNav-item.bt10 {
  border-top: 10px solid #fff;
  border-bottom: 0;
}


.subNav-item.bb0 {
  border-bottom: 0px;
}

.subNav-item.wide {
  width: 100%;
  height: 450px;
}

.subNav-item.wide2 {
  width: 100%;
  height: 220px;
}

.subNav-item.wide3 {
  width: 100%;
  height: 230px;

}

.subNav-item img {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.subNav-item img.navImg_1 {
  height: 110px;
}

.subNav-item img.navImg_2 {
  height: 110px;
}


.subNav-item img.navImg_4 {
  width: 300px;
  top: 20px;
}

.subNav-item img.navImg_5 {
  height: 110px;
}

.subNav-item img.navImg_6 {
  height: 100px;
}

.subNav-item img.navImg_7 {
  height: 110px;
}

.subNav-item img.navImg_8 {
  width: 200px;
}


/*--------------------*/

.boxWrap {
  display: flex;
  justify-content: space-between;
}

.boxWrap.ex {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*--------------------*/


.boxWrap {
  margin-top: 80px;
  margin-bottom: 80px;
}



/*--------------------*/



.figure-flag {
  width: 70px;
}

.figure-flag-2 {
  width: 131px;
}

.figure-flag-3 {
  width: 192px;
}

.box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  width: 320px;
  height: 300px;
  background-color: #0E489E;
  color: #fff;
  text-decoration: none;
}

.boxv {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  width: 320px;
  height: 400px;
  background-color: #0E489E;
  color: #fff;
  text-decoration: none;
}

.box .title {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.box .title.ex {
  margin-top: 0;
}



.box img {
  margin-top: -200px;
}

.box p {
  font-size: 15px;
  line-height: 1.5;
}

.box span {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
}

/*--------------------*/

.boxWrap2 {
  margin-top: 50px;
}

.box2 {
  display: flex;
  margin-bottom: 50px;
}

.box2.ex {
  border: 10px solid #0E489E;
}

.box2 .txtCont {
  width: 550px;
  background-color: #fff;
  padding: 100px 60px;
}

.box2.ex .txtCont {
  width: 550px;
  background-color: #fff;
  padding: 100px;
}

.box2 .txtCont p {
  color: #1A1311;
  line-height: 1.8em;
  margin-top: 20px;
}

.box2 .txtCont p.ex {
  margin-top: 0px;
}

.box2 .txtCont span {
  display: block;
  color: #0E489E;
  font-size: 18px;
  font-weight: 500;
}

.box2 .imgCont {
  width: 450px;
  background-color: #E60012;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box2 .txtCont h4 {
  color: #0E489E;
  margin-top: 30px;
  font-size: 18px;
}

.box2 .txtCont ul {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style-type: disc;
  list-style-position: inside;
}

.box2 .txtCont li {
  color: #0E489E;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
}

.box2 .figure-no {
  width: 70px;
  margin-right: 16px;
}

.figure-box2 {
  width: 300px;
}

/*--------------------*/

.plan {
  padding-top: 30px;
}

.box3 {
  border: 10px solid #fff;
  background-color: #F0F0F0;
  margin-top: 20px;
}

.boxCont {
  padding: 20px 50px;
}

.priceBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.priceBox p {
  color: #0E489E;
  font-size: 36px;
  font-weight: 500;
}

.priceBox p.ex {
  font-size: 22px;
}



.priceBox p span {
  font-size: 22px;
  margin-left: 4px;
}

.priceTitle {
  display: block;
  width: 100px;
  height: 42px;
  background-color: #0E489E;
  text-align: center;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  margin-right: 20px;
}

/*--------------------*/

.iconWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin: 0 auto;
  margin-top: 30px;
}

.iconWrap.ex {
  justify-content: center;
  width: 630px;
  flex-wrap: wrap;
}

.iconWrap.sp {
  display: none;
}

.icon {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: #0E489E;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.icon.ex {
  background-color: #0F1F4E;
}

.icon.ex2 {
  background-color: #008bcc;
}

.icon p {
  line-height: 1.2em;
  font-weight: 500;
  margin-top: -8px;
}

.icon img {
  width: 80px;
  margin-top: 25px;
}

.plus {
  margin-right: 10px;
  margin-left: 10px;
  width: 30px;
}

.or {
  margin-right: 10px;
  margin-left: 10px;
  width: 30px;
}

/*--------------------*/

.box4 {
  background-color: #fff;
  margin-top: 30px;
}

.box4.ex {
  margin-bottom: 30px;
}

.box4 h4 {
  background-color: #0F1F4E;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
}

.box4 ul {
  padding: 30px 60px;
  list-style-type: disc;
  list-style-position: inside;
}

.box4 p {
  padding: 0px 60px 30px 60px;
  color: #1A1311;
}


/*--------------------*/
.box44 {
  background-color: #fff;
  margin-top: 50px;
}

.box44 h4 {
  background-color: #008bcc;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
}

.box44 ul {
  padding: 30px 60px;
  list-style-type: disc;
  list-style-position: inside;
}

.box44 p {
  padding: 0px 60px 30px 60px;
  color: #1A1311;
}


/*--------------------*/
.box5 {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.box5 h4 {
  width: 550px;
  background-color: #0E489E;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.box5 p {
  width: 350px;
  background-color: #fff;
  color: #0E489E;
  font-size: 22px;
  font-weight: 500;
}


/*--------------------*/

.worksWrap {
  padding-top: 30px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
}



.worksWrap .item {
  width: 32%;
  margin-bottom: 40px;
  margin-right: 2%;
}

.worksWrap .tn {
  width: 100%;
  height: 150px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.worksWrap .tn img {
  max-width: 80%;
}


.worksWrap .item.ex {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.worksWrap .item:nth-child(3n) {
  margin-right: 0px;
}

.caption {
  font-size: 14px;
  color: #1A1311;
  text-align: center;
}

.caption.ex {
  text-align: center;
}

.caption.ex2 {
  text-align: center;
  margin-top: -20px;
}

.caption2 {
  font-size: 14px;
  margin-top: -6px;
}


/*--------------------*/

footer {
  margin: 10px;
  padding: 20px;
  background-color: #F0F0F0;
  text-align: right;
}

.copyright {
  font-size: 9px;
  letter-spacing: 1px;
}

footer ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 20px;
}

footer ul a {
  font-size: 12px;
  margin-right: 20px;
  color: #0F1F4E;
  text-decoration: none;
}

/*--------------------*/

table {
  width: 680px;
  margin: 0 auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  border-collapse: separate;
  border-spacing: 20px 0px;
  padding-bottom: 60px;
}

table th {
  border-bottom: solid 4px #0E489E;
  color: #0E489E;
  width: 30%;
  vertical-align: middle;
}

table td {
  border-bottom: solid 4px #C7C7C7;
  padding: 40px 30px;
  vertical-align: middle;
}

table td p {
  color: #1A1311;
  margin-bottom: 20px;
}

table td p:last-child {
  margin-bottom: 0px;
}

.btn_1 {
  display: block;
  width: 240px;
  text-align: center;
  background-color: #FDA63D;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  margin: 0 auto;
  border-radius: 5em;
}

/*--------------------*/

.boxWrap3 {
  margin-top: 50px;

}

.box6 {
  display: flex;
  margin-bottom: 50px;
  border: 10px solid #fff;
  text-decoration: none;
  height: 400px;
}

.box6 .txtCont {
  width: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box6 .imgCont {
  width: 48%;
  background-color: #0E489E;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/icons-back3.png);
  background-size: cover;
  background-position: 50%
}


.box6 .imgCont img {
  width: 60%
}


.box6 h3 {
  display: block;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  margin-top: 30px;
  line-height: 1;
}

.box6 h3 span {
  font-size: 20px;
}


.box6 h3 span.ex {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}


.box6 .name {
  font-size: 12px;
  margin-top: 50px;
  color: #999
}


.box7 {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  border: 10px solid #fff;
}


.box7 .inner {
  display: flex;
}

.box7 .txtCont {
  width: 58%;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
}


.box7 .imgCont {
  width: 50%;
  margin: 0;
  background: #fff;
}


.box7 .imgCont img {
  vertical-align: top;
}


.box7 a {
  text-decoration: none;
}

.box7 h3 {
  font-weight: 600;
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
}


.box7 .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}


.box7 .tag a {
  background: #E60012;
  border-radius: 50px;
  padding: 3px 13px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
}


.box7 .movie {
  padding: 30px;
  background: #f7f7f7;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box7 .movie .inner {
  display: block;
}

.box7 .movie h4 {
  text-align: center;
  color: #fff;
  background: #0E489E;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 10px;
  width: 300px;
}

.box7 .movie iframe {
  margin: 0;
}


.figure-box6 {
  max-width: 80%;
}

.worksTitle {
  display: flex;
  align-items: center;
}




.worksTitle span {
  display: block;
  border: 2px solid #0E489E;
  color: #0E489E;
  height: 30px;
  text-align: center;
  line-height: 30px;
  box-sizing: content-box;
  font-weight: 600;
  padding: 10px 20px;
}

/*--------------------*/

.entryBox {
  border: 10px solid #0E489E;
  background-color: #fff;
  margin-bottom: 60px;
  margin-top: 30px;
}

.entryCont {
  width: 680px;
  margin: 0 auto;
  padding: 40px 0px;
  text-align: center;
}




.entryTxt {
  color: #1A1311;
  margin-top: 30px;
  text-align: left;
}

.entryTxt.ex {
  margin-top: 0px;
}

.entryTxt.last {
  margin-bottom: 60px;
}

.entryCont .worksTitle {
  justify-content: center;
  margin-bottom: 50px;
}

.entryCont img.midium {
  width: 60%;
  margin-top: 50px;
  margin-bottom: 0px;
}

.entryCont .imgBox {
  margin-top: 50px;
}



.entryTitle {
  font-weight: 500;
  font-size: 30px;
  margin-top: 30px;
}

.entryTitle2 {
  background-color: #0E489E;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 22px;
  margin-top: 50px;
  color: #fff;
}

.entryTitle3 {
  display: block;
  line-height: 50px;
  font-weight: 500;
  font-size: 30px;
  margin-top: 30px;
  color: #0E489E;
  border-bottom: 3px solid #0E489E;
  padding-bottom: 20px;
}

.entryTitle2.sp {
  display: none;
}


.entryTitle3.sp {
  display: none;
}

.clientName {
  margin-top: 20px;
  margin-bottom: 50px;
  color: #1A1311;
  text-align: center;
}

.entryImg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.entryImg.ex {
  max-width: 80%;
}


.entryImgWrap {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.entryImgWrap.ex {
  padding-top: 0px;
}


.entryImgWrap .item {
  width: 30%;
  margin-bottom: 30px;
  margin-right: 5%;
}


.entryImgWrap .item:nth-child(3n) {
  margin-right: 0px;
}


.entryImgWrap .item.ex {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}


.entryImgWrap .item.ex:nth-child(2n) {
  margin-right: 0px;
}

.entryImgWrap .item.center {
  display: flex;
  align-items: center;
  justify-content: center;
}




/*--------------------*/

.under_line {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.under_line::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}

.under_line:hover::after {
  transform: scale(1, 1);
}

/*--------------------*/







form {
  width: 100%;
  margin-top: 30px;
}

form label {
  width: 100%;
  background: #0E489E;
  border: 1px solid #0E489E;
  color: #fff;
  text-align: center;
  height: 50px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
}

form .item {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.item.message,
.item.radio {
  align-items: flex-start;
  height: auto;
}


form input {
  width: 55%;
  border: 1px solid #ddd;
  line-height: 50px;
  background: #fff;
  padding: 0 20px;
}

textarea {
  width: 55%;
  height: 200px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
  background: #fff;
}

form button {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #0E489E;
  color: #fff;
  width: 400px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  border: 0px;
  margin-top: 50px;
  font-size: 20px;
}

::placeholder {
  font-size: 15px;
  color: #bbb;
}


.radio .inner {
  width: 55%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  padding: 30px;
  font-weight: 500;
  background: #fff;
}

.radio .inner.ex {
  height: 450px;
}

.radio.label {
  height: 450px;
}


.radio.navigator .inner.ex {
  height: 250px;
}

.radio.navigator .label {
  height: 250px;
}



.message.label {
  height: 200px;
}


.radio span {
  margin-left: 5px;
}

.check {
  width: 20px;
  margin-bottom: 3px;
}

.radio .inner div {
  display: flex;
  height: 40px;
  align-items: center;
}


.label-btn {
  display: block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: red;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 10px;
}

.label-btn.ex {
  background: #eee;
  color: #999;
}



.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: 500px;
  height: 80px;
  line-height: 80px;
  background: #0B133B;
  border-radius: 100px;
  position: relative;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}






img.navigator {
  display: block;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}


.navTxt {
  width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  line-height: 2em;
  color: #0E489E;
  font-weight: 500;
  text-align: center;
}

.navTxt .item {
  width: 48.5%;
}

.navTxt .second {
  margin-top: 30px;
}

.navTxt .third {
  margin-top: 30px;
}

.navTxt .fourth {}

.navTxt .fifth {
  margin-top: 30px;
}




.profWrap {
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  z-index: 2;
  color: #0E489E;
  text-align: center;
}

.profBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.profBox .item {
  width: 48%;
  padding: 30px;
}

.profBox .img {
  display: block;
  width: 300px;
  margin: 0 auto;
}


.profBox .name {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}

.profBox .message {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.profBox .data {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.profBox .bio {
  font-size: 13px;
  margin-bottom: 20px;
  text-align: left;
}

.profBox .link {
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
}







/*--------------------*/

.linkWrap {
  margin-top: 30px;
}

.linkWrap.wave {
  margin-top: 10px;
}

.linkWrap a {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

/*--------------------*/

.listWrap {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #6b3c30;
  display: flex;
}

.listWrap div {
  width: 47%;
  margin-right: 6%;
}

.listWrap div:last-child {
  margin-right: 0%;
}

.listWrap p {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.listWrap ul {
  text-align: left;
  font-weight: 500;
  list-style-type: disc;
  padding-left: 30px;
}

.listWrap li {
  margin-bottom: 16px;
  line-height: 1.5;
}

/*--------------------*/

.txt.sp {
  display: none;
}

.tourBox {
  background-color: #fff;
  margin: 0 auto;
  border: 10px solid #004B9E;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
}

iframe {
  max-width: 100%;
  margin-top: 40px;
}


/*--------------------*/

.txt-link {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}



.kaihatsuchu {
  display: block;
  width: 80%;
  margin: 60px auto;
}


/*--------------------*/



/*pagetop*/


#pageTop {
  position: fixed;
  bottom: 22px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  background-color: #0F1F4E;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#pageTop i {
  padding-right: 5px;
  font-size: 18px;
  font-weight: bold;
}

#pageTop img {
  padding-bottom: 2px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*fade_in*/


.fade_in_box {
  overflow: hidden;
  transition: .8s;
}

.fade_in {
  transition: 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.in {
  opacity: 1.0;
  transform: translate3d(0, 0);
  -webkit-transform: translate(0, 0);
}

.fade_in.two {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.fade_in.three {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.fade_in.four {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fade_in.five {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.fade_in.six {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fade_in.seven {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

.fade_in.eight {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fade_in.nine {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

/*video*/

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 30%;
}


.grecaptcha-badge iframe {
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}


.thanksWrap {
  width: 500px;
  margin: 0 auto;
  margin-top: 60px
}

.thanksWrap p {
  margin-bottom: 10px;
}

.thanksWrap a {
  display: block;
  text-align: center;
}
