@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #EEEEE3;
}




header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #0035A4;
  box-shadow: 0 0 5px gray;
  z-index: 999990;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.header_left a{
  display: flex;
  width: auto;
  padding: 20px 0;
  text-decoration: none;
  color: #EEEEE2;
  opacity: 1;
  transition: 0.3s;
}
.header_left a:hover{
  opacity: 0.5
}
.header_left img{
  display: block;
  width: 80px;
  height: 40px;
}
.header_left h1{
  display: block;
  font-size: 20px;
  line-height: 0;
  margin-left: 10px;
  margin-top: 10px;
}
.header_left h1 span{
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 300;
}

.header_right{
  display: block;
}
.header_right nav{
  display: flex;
  margin: 10px 0 0 0;
}
.header_right nav a{
  display: block;
  color: #EEEEE2;
  font-size: 25px;
  text-decoration: none;
  padding: 0 10px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  opacity: 1;
  transition: 0.3s;
}
.header_right nav a:hover{
  opacity: 0.5;
}
.header_right nav a span{
  display: block;
  font-size: 12px;
  font-weight: 300;
}


.header_hamburger{
  display: none;
}













main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 600px;
  background-color: #DBDBDB;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center center;
}




.scroll-wrapper {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .scroll-content {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-left 35s linear infinite;
    }

    .scroll-text {
      display: inline-block;
      padding-right: 50px; /* テキスト同士の間隔、不要なら0に */
      font-size: 80px;
      font-weight: bold;
      color: #0033AB;
      opacity: 0.4;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
    }

    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); } /* 全体の半分だけ動かす */
}

.hr_1{
  border: solid 2px #0033AB;
}



.contentone{
  display: block;
  width: 100%;
  margin: auto;
  padding-bottom: 100px;
}
.cone{
  display: block;
  width: 800px;
  margin: auto;
}
.cone h1{
  display: block;
  color: #0033AB;
  font-size: 50px;
  margin-top: 80px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.cone h1 span{
  display: block;
  font-size: 14px;
}

.cone_flex{
  display: flex;
  justify-content: space-between;
}
.cone_flex_left{
  display: block;
  position: relative;
  width: 350px;
  margin-top: 20px;
}

.phot_1 {
  position: absolute;
  width: 350px;
  height: 335px;
}
.phot_1 p{
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EEEEE2;
  font-size: 20px;
}
.phot_1:before,.phot_1:after{ 
    content:'';
    width: 300px;
    height: 150px;
    position: absolute;
    display: inline-block;
}
.phot_1:before{
    border-left: solid 3px #5767bf;
    border-top: solid 3px #5767bf;
    top: 10px;
    left: 10px;
}
.phot_1:after{
    border-right: solid 3px #5767bf;
    border-bottom: solid 3px #5767bf;
    bottom: 10px;
    right: 10px;
}

.cone_flex_right{
  display: block;
  width: 400px;
  text-align: justify;
}
.cone_flex_right h2{
  display: block;
  font-size: 25px;
}
.cone_flex_right h2 span{
  font-size: 20px;
}
.cone_flex_right img{
  display: block;
  width: 200px;
  margin-left: 200px;
}


.contenttwo{
  display: block;
  width: 100%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 100px;
  background-color: #0033AB;
}
.ctwo{
  display: block;
  width: 800px;
  margin: auto;
}
.ctwo h1{
  display: block;
  color: #EEEEE2;
  font-size: 50px;
  margin-top: 80px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ctwo h1 span{
  display: block;
  font-size: 14px;
}

.ctwo_flex{
  display: flex;
  justify-content: space-between;
}
.ctwo_flex_right{
  display: block;
  width: 350px;
  margin-top: 20px;
}

.phot_2 {
  position: absolute;
  width: 350px;
  height: 335px;
}
.phot_2 p{
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EEEEE2;
  font-size: 20px;
}
.phot_2:before,.phot_2:after{ 
    content:'';
    width: 300px;
    height: 150px;
    position: absolute;
    display: inline-block;
}
.phot_2:before{
    border-left: solid 3px #EEEEE2;
    border-top: solid 3px #EEEEE2;
    top: 10px;
    left: 10px;
}
.phot_2:after{
    border-right: solid 3px #EEEEE2;
    border-bottom: solid 3px #EEEEE2;
    bottom: 10px;
    right: 10px;
}



.ctwo_flex_left{
  display: block;
  width: 400px;
}
.ctwo_flex_left h2{
  display: block;
  font-size: 25px;
  color: #EEEEE2;
}
.ctwo_flex_left h2 span{
  font-size: 20px;
}
.ctwo_flex_left p{
  color: #EEEEE2;
}
.ctwo_flex_left p span{
  display: block;
  width: 95%;
  margin: 10px 0 0 0;
  font-size: 14px;
  border: solid 2px #EEEEE2;
  background-color: #0030B2;
  color: #EEEEE2;
  padding: 10px 0 10px 5%;
}


.ctwo_st{
  display: block;
  width: 800px;
  height: 60px;
  margin: 30px auto 0;
  border: solid 2px #EEEEE2;
  background-color: #CAD8F4;
}
.ctwo_st p{
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  margin: auto;
}
.span_hr{
  text-decoration: line-through;
}
.span_red{
  font-weight: bold;
  color: #D40003;
  margin-left: 10px
}




.contentthree{
  display: block;
  width: 100%;
  margin: auto;
  padding-bottom: 100px;
}
.cthree{
  display: block;
  width: 800px;
  margin: auto;
}
.cthree h1{
  display: block;
  color: #0033AB;
  font-size: 50px;
  margin-top: 80px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.cthree h1 span{
  display: block;
  font-size: 14px;
}

.cthree_flex{
  display: flex;
  justify-content: space-between;
}

.cthree_flex_nk{
  display: block;
  position: relative;
  width: 250px;
  height: 420px;
  background-color: #CDD8F1;
  border-radius: 10px;
  overflow: hidden;
}
.flex_phot1{
  display: block;
  width: 100%;
  height: 180px;
  background-color: #F8F8F8;
  background-image: url("../img/uma.jpg");
  background-size: cover;
  background-position: top center;
}
.flex_phot2{
  display: block;
  width: 100%;
  height: 180px;
  background-color: #F8F8F8;
  background-image: url("../img/32534434_m.jpg");
  background-size: cover;
  background-position: center center;
}
.flex_phot3{
  display: block;
  width: 100%;
  height: 180px;
  background-color: #F8F8F8;
  background-image: url("../img/koma.jpg");
  background-size: cover;
  background-position: top center;
}
.flex_title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.flex_title span{
  display: block;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #0033AB;
  border-radius: 100px;
  line-height: 40px;
  color: #EEEEE2;
}
.flex_bn{
  display: block;
  padding: 0 20px;
  text-align: justify;
  font-size: 13px;
}




.contact_st{
  display: block;
  width: 100%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 100px;
  background-color: #CFD8EF;
}
.contact{
  display: block;
  width: 800px;
  margin: auto;
}
.contact h1{
  display: block;
  color: #0033AB;
  font-size: 50px;
  margin-top: 80px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.contact h1 span{
  display: block;
  font-size: 14px;
}


.contact_nk{
  display: block;
  width: 500px;
  height: auto;
  margin: auto;
  border: solid 3px #0030B2;
  border-radius: 10px;
  background-color: #EEEEE2;
  text-align: center;
  padding: 30px 0;
}
.tel{
  font-size: 35px;
  font-weight: bold;
  color: #0030B2;
}
.tel span{
  font-size: 18px;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 400px;
  background-color: #0030B2;
  padding: 5px 0;
  color: #EEEEE1;
}



footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #0033AB;
  margin: auto;
  padding: 20px 0 80px 0;
}

.footer_logo a{
  display: flex;
  width: 350px;
  height: auto;
  padding: 0px 0;
  text-decoration: none;
  color: #EEEEE2;
  opacity: 1;
  transition: 0.3s;
  margin: auto;
}
.footer_logo a:hover{
  opacity: 0.5
}
.footer_logo a img{
  display: block;
  width: 90px;
  height: 50px;
}
.footer_logo h1{
  display: block;
  font-size: 30px;
  line-height: 0;
  margin-left: 0px;
  margin-top: 45px;
}
.footer_logo h1 span{
  display: block;
  font-size: 12px;
  margin-bottom: 25px;
  font-weight: 300;
}

.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #001A63;
  color: #EEEEE2;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
}
.footer_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.footer_nk img{
  display: block;
  width: 300px;
  margin: 40px auto 0;
}
.footer_nk_flex{
  display: flex;
  justify-content: center;
  margin-top: 5vw;
}
.footer_nk_flex a{
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #EEEEE2;
  font-size: 14px;
  text-align: center;
}


.content_main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  background-color: #67BE9F;
  overflow: hidden;
  background-image: url("../img/content_main_img.png");
  background-size: cover;
  background-position: top center;
}


/*個人情報取扱について*/
.main_view_sub{
  display: block;
  position: relative;
  width: 100%;
  height: 230px;
  margin: auto;
  background-color: #D9E2D9;
}

.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 80px auto 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  background-color: #CDD8F1;
  color: #0033AB;
  padding: 10px 0px 10px 20px;
  border-radius: 0px;
  border-left: solid 5px #0033AB;
}
.main_view_sub_content h5{
  color: #0033AB;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0 50px 0;
}
.company{
  display: block;
  width: 800px;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: -90px auto 0;
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px 0;
}
.company table tr th{
  width: 200px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #FFFFFF;
  color: #0033AB;
  font-weight: bold;
}
.company table tr td{
  width: 700px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}


.space{
  display: block;
  height: 100px;
}









@media screen and (max-width: 850px) {
	/* 600px以下に適用されるCSS（スマホ用） */

  
  
.header_right{
  display: none;
}
/*
.header_right nav{
  display: flex;
  margin: 2vw 0 0 0;
}
.header_right nav a{
  display: block;
  color: #EEEEE2;
  font-size: 25px;
  text-decoration: none;
  padding: 0 10px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  opacity: 1;
  transition: 0.3s;
}
.header_right nav a:hover{
  opacity: 0.5;
}
.header_right nav a span{
  display: block;
  font-size: 12px;
  font-weight: 300;
}
*/


.header_hamburger{
  display: block;
}
/*ハンバーガーメニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  top: 15px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  z-index: 999999;
  width: 44%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background-color: #0033AB;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #FFFFFF;
}
.navigation__list-item:first-child {
  border-top: solid 1px #FFFFFF;
  margin-top: 100px;
}
.navigation__link {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #89A2D0; 
  }
}
  
  
  
main{
  display: block;
  width: 850px;
  height: auto;
  overflow: hidden;
}
  
footer{
  display: block;
  position: relative;
  width: 850px;
  height: auto;
  background-color: #0033AB;
  margin: auto;
  padding: 20px 0 80px 0;
}

  
  
}







@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */

  

header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #0035A4;
  box-shadow: 0 0 5px gray;
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.header_left a{
  display: flex;
  width: auto;
  padding: 10px 0;
  text-decoration: none;
  color: #EEEEE2;
  opacity: 1;
  transition: 0.3s;
}
.header_left a:hover{
  opacity: 0.5
}
.header_left img{
  display: block;
  width: 50px;
  height: 30px;
}
.header_left h1{
  display: block;
  font-size: 15px;
  line-height: 0;
  margin-left: 5px;
  margin-top: 8px;
}
.header_left h1 span{
  display: block;
  font-size: 10px;
  margin-bottom: 15px;
  font-weight: 300;
}

.header_right{
  display: none;
}
/*
.header_right nav{
  display: flex;
  margin: 2vw 0 0 0;
}
.header_right nav a{
  display: block;
  color: #EEEEE2;
  font-size: 25px;
  text-decoration: none;
  padding: 0 10px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  opacity: 1;
  transition: 0.3s;
}
.header_right nav a:hover{
  opacity: 0.5;
}
.header_right nav a span{
  display: block;
  font-size: 12px;
  font-weight: 300;
}
*/


.header_hamburger{
  display: block;
}
/*ハンバーガーメニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  top: 0px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  z-index: 999999;
  width: 44%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background-color: #0033AB;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #FFFFFF;
}
.navigation__list-item:first-child {
  border-top: solid 1px #FFFFFF;
  margin-top: 100px;
}
.navigation__link {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #89A2D0; 
  }
}












main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 100vw;
  background-color: #DBDBDB;
  background-image: url("../img/main_img_sp.png");
  background-size: cover;
  background-position: center center;
}




.scroll-wrapper {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .scroll-content {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-left 35s linear infinite;
    }

    .scroll-text {
      display: inline-block;
      padding-right: 20vw; /* テキスト同士の間隔、不要なら0に */
      font-size: 10vw;
      font-weight: bold;
      color: #0033AB;
      opacity: 0.4;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
    }


.hr_1{
  border: solid 2px #0033AB;
}



.contentone{
  display: block;
  width: 100%;
  margin: auto;
  padding-bottom: 10vw;
}
.cone{
  display: block;
  width: 90%;
  margin: auto;
}
.cone h1{
  display: block;
  color: #0033AB;
  font-size: 10vw;
  margin-top: 5vw;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.cone h1 span{
  display: block;
  font-size: 3vw;
}

.cone_flex{
  display: block;
  justify-content: space-between;
}
.cone_flex_left{
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0vw;
}

.phot_1 {
  position: absolute;
  width: 100%;
  height: 86vw;
}
.phot_1 p{
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EEEEE2;
  font-size: 20px;
}
.phot_1:before,.phot_1:after{ 
    content:'';
    width: 70vw;
    height: 40vw;
    position: absolute;
    display: inline-block;
}
.phot_1:before{
    border-left: solid 3px #5767bf;
    border-top: solid 3px #5767bf;
    top: 10px;
    left: 10px;
}
.phot_1:after{
    border-right: solid 3px #5767bf;
    border-bottom: solid 3px #5767bf;
    bottom: 10px;
    right: 10px;
}

.cone_flex_right{
  display: block;
  width: 100%;
  text-align: justify;
}
.cone_flex_right h2{
  display: block;
  font-size: 5vw;
}
.cone_flex_right h2 span{
  font-size: 20px;
}
.cone_flex_right img{
  display: block;
  width: 40vw;
  margin-left: 50vw;
}


.contenttwo{

  display: block;
  width: 100%;
  margin: auto;
  padding-top: 5vw;
  padding-bottom: 10vw;
  background-color: #0033AB;
}
.ctwo{
  display: block;
  width: 90%;
  margin: auto;
}
.ctwo h1{
  display: block;
  color: #EEEEE2;
  font-size: 10vw;
  margin-top: 5vw;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ctwo h1 span{
  display: block;
  font-size: 3vw;
}

.ctwo_flex{
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.ctwo_flex_right{
  display: block;
  width: 100%;
  margin-top: 0vw;
}

.phot_2 {
  position: absolute;
  width: 90%;
  height: 86vw;
}
.phot_2 p{
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EEEEE2;
  font-size: 20px;
}
.phot_2:before,.phot_2:after{ 
    content:'';
    width: 70vw;
    height: 40vw;
    position: absolute;
    display: inline-block;
}
.phot_2:before{
    border-left: solid 3px #EEEEE2;
    border-top: solid 3px #EEEEE2;
    top: 10px;
    left: 10px;
}
.phot_2:after{
    border-right: solid 3px #EEEEE2;
    border-bottom: solid 3px #EEEEE2;
    bottom: 10px;
    right: 10px;
}



.ctwo_flex_left{
  display: block;
  width: 100%;
}
.ctwo_flex_left h2{
  display: block;
  font-size: 5vw;
  color: #EEEEE2;
}
.ctwo_flex_left h2 span{
  font-size: 20px;
}
.ctwo_flex_left p{
  color: #EEEEE2;
}
.ctwo_flex_left p span{
  display: block;
  width: 95%;
  margin: 10px 0 0 0;
  font-size: 3vw;
  border: solid 2px #EEEEE2;
  background-color: #0030B2;
  color: #EEEEE2;
  padding: 2vw 0 2vw 5%;
}


.ctwo_st{
  display: block;
  width: 100%;
  height: 10vw;
  margin: 0vw auto 0;
  border: solid 2px #EEEEE2;
  background-color: #CAD8F4;
}
.ctwo_st p{
  text-align: center;
  font-size: 4vw;
  line-height: 10vw;
  margin: auto;
}
.span_hr{
  text-decoration: line-through;
}
.span_red{
  font-weight: bold;
  color: #D40003;
  margin-left: 2vw;
}




.contentthree{
  display: block;
  width: 90%;
  margin: auto;
  padding-bottom: 10vw;
}
.cthree{
  display: block;
  width: 100%;
  margin: auto;
}
.cthree h1{
  display: block;
  color: #0033AB;
  font-size: 10vw;
  margin-top: 5vw;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.cthree h1 span{
  display: block;
  font-size: 3vw;
}

.cthree_flex{
  display: block;
  justify-content: space-between;
}

.cthree_flex_nk{
  display: block;
  position: relative;
  width:100%;
  height: 125vw;
  background-color: #CDD8F1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5vw;
}
.flex_phot1{
  display: block;
  width: 100%;
  height: 60vw;
  background-color: #F8F8F8;
  background-image: url("../img/uma.jpg");
  background-size: cover;
  background-position: top center;
}
.flex_phot2{
  display: block;
  width: 100%;
  height: 60vw;
  background-color: #F8F8F8;
  background-image: url("../img/32534434_m.jpg");
  background-size: cover;
  background-position: center center;
}
.flex_phot3{
  display: block;
  width: 100%;
  height: 60vw;
  background-color: #F8F8F8;
  background-image: url("../img/koma.jpg");
  background-size: cover;
  background-position: top center;
}
.flex_title{
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.flex_title span{
  display: block;
  position: absolute;
  top: 55vw;
  left: 50%;
  transform: translateX(-50%);
  width: 10vw;
  height: 10vw;
  background-color: #0033AB;
  border-radius: 100vw;
  line-height: 10vw;
  color: #EEEEE2;
  font-size: 5vw
}
.flex_bn{
  display: block;
  padding: 0 5vw;
  text-align: justify;
  font-size: 4vw;
}




.contact_st{
  display: block;
  width: 100%;
  margin: auto;
  padding-top: 5vw;
  padding-bottom: 10vw;
  background-color: #CFD8EF;
}
.contact{
  display: block;
  width: 95%;
  margin: auto;
}
.contact h1{
  display: block;
  color: #0033AB;
  font-size: 10vw;
  margin-top: 5vw;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.contact h1 span{
  display: block;
  font-size: 3vw;
}


.contact_nk{
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
  border: solid 3px #0030B2;
  border-radius: 10px;
  background-color: #EEEEE2;
  text-align: center;
  padding: 3vw 0;
}
.tel{
  font-size: 6vw;
  font-weight: bold;
  color: #0030B2;
}
.tel span{
  font-size: 3vw;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 90%;
  background-color: #0030B2;
  padding: 2vw 0;
  color: #EEEEE1;
  font-size: 3.5vw;
}



footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #0033AB;
  margin: auto;
  padding: 3vw 0 15vw 0;
}

.footer_logo a{
  display: flex;
  width: 70%;
  height: auto;
  padding: 0px 0;
  text-decoration: none;
  color: #EEEEE2;
  opacity: 1;
  transition: 0.3s;
  margin: auto;
}
.footer_logo a:hover{
  opacity: 0.5
}
.footer_logo a img{
  display: block;
  width: 18vw;
  height: 10vw;
  margin-top: 12vw;
}
.footer_logo h1{
  display: block;
  font-size: 6vw;
  line-height: 0;
  margin-left: 0px;
  margin-top: 13vw;
}
.footer_logo h1 span{
  display: block;
  font-size: 4vw;
  margin-bottom: 6vw;
  font-weight: 300;
}

.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #001A63;
  color: #EEEEE2;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
}
.footer_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.footer_nk img{
  display: block;
  width: 300px;
  margin: 40px auto 0;
}
.footer_nk_flex{
  display: flex;
  justify-content: center;
  margin-top: 5vw;
}
.footer_nk_flex a{
  display: none;
  padding: 0 10px;
  text-decoration: none;
  color: #EEEEE2;
  font-size: 14px;
  text-align: center;
}


.content_main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  background-color: #67BE9F;
  overflow: hidden;
  background-image: url("../img/content_main_img.png");
  background-size: cover;
  background-position: top center;
}


/*個人情報取扱について*/
.main_view_sub{
  display: block;
  position: relative;
  width: 100%;
  height: 100vw;
  margin: auto;
  background-color: #D9E2D9;
}

.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 80px auto 0;
  padding-bottom: 10vw;
  padding-top: 0;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  background-color: #CDD8F1;
  color: #0033AB;
  padding: 2vw 0px 2vw 5vw;
  border-radius: 0px;
  border-left: solid 5px #0033AB;
}
.main_view_sub_content h5{
  color: #0033AB;
  font-size: 5vw;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0 0vw 0;
}
.company{
  display: block;
  width: 100%;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: -90px auto 0;
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px 0;
}
.company table tr th{
  display: block;
  width: 95%;
  text-align: justify;
  padding-left: 0px;
  height: auto;
  background-color: #EEEEE2;
  color: #0033AB;
  font-weight: bold;
  margin: auto;
}
.company table tr td{
  display: block;
  width: 87vw;
  text-align: justify;
  padding-left: 3vw;
  padding-right: 3vw;
  height: auto;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}


.space{
  display: block;
  height: 100px;
}


  
  


}































