@charset "utf-8";

/* reset */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* reset */
* { padding: 0; margin: 0; box-sizing: border-box; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
section, article { display: block; }

/* iOS reset */
input[type=text] { border:none; -webkit-border-radius : 0; -webkit-appearance : none; -webkit-tap-highlight-color : rgba(0,0,0,0); }
input[type="submit"],
input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration { display: none; }
input[type="submit"]::focus,input[type="button"]::focus { outline-offset: -2px; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; outline: none; background: transparent; }
button,input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; border: none; outline: none; background: transparent; }
input[type="radio"] { display: none; }
input[type="radio"]:checked + label { background: #ff0000; }

/* base */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
  animation: fadeIn 1s ease 0s 1 normal; -webkit-animation: fadeIn 1s ease 0s 1 normal;
  -webkit-font-smoothing: auto; -webkit-font-feature-settings: 'palt'; font-feature-settings: 'palt'; word-wrap : break-word; overflow-wrap : break-word;
  font-kerning: normal; -webkit-font-kerning: normal;
  font-size: 15px; font-family: YakuHanJP_Narrow,'Zen Kaku Gothic New',YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500; text-align: center; letter-spacing: 0.15em;  box-sizing: border-box; color: #0068b7; padding: 0; margin: 0;
  background: rgba(29,149,212,1);
  background: linear-gradient(0deg, rgba(210,18,119,1) 0%, rgba(244,232,39,1) 35%, rgba(185,211,44,1) 38%, rgba(124,190,50,1) 41%, rgba(79,175,54,1) 44%, rgba(52,166,56,1) 47%, rgba(42,162,57,1) 50%, rgba(244,232,39,1) 75%, rgba(29,149,212,1) 100%); }
img { vertical-align: bottom; height: auto; width: 100%; }
::selection { background: #0068b7; color: #FFF; }
::-moz-selection { background: #0068b7; }

/* iOS */
input[type="submit"],input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }
input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration { display: none; }
input[type="submit"]::focus,input[type="button"]::focus { outline-offset: -2px; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; outline: none; background: transparent; }
button,input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; border: none; outline: none; background: transparent; }
input[type="radio"] { display: none; }
input[type="radio"]:checked + label { background: #ff0000; }

/* link */
a:link, a:visited, a:active { color: #0068b7; text-decoration: none; word-break: break-all !important; }
a:hover { color: #333333; text-decoration: none; padding-bottom: 0.1em; transition: color 0.05s linear; -webkit-transition: color 0.05s linear; transition: border-color 0.05s linear; -webkit-transition: border-color 0.05s linear; transition: background-color 0.05s linear; -webkit-transition: background-color 0.05s linear; }
a:link img { transition: 0.2s linear; }
a:hover img { -webkit-filter: brightness(110%); -moz-filter: brightness(110%); -o-filter: brightness(110%); -ms-filter: brightness(110%); filter: brightness(110%); }

/* clear */
.clear { clear: both; }
.cbox { zoom: 100%; }
.cbox:after { content: ""; clear: both; height: 0; display: block; visibility: hidden; }

/* options */
.r { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; overflow: hidden; }
.rl { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-feature-settings : "pkna"; }
.pc { display:block; }
.sp { display:none; }
.pcbr { display:block; }
.spbr { display:inline; }
.pc_inline { display:inline; }
.sp_inline { display:none; }
.sp_menu { display:none; }

/* flex */
.flex { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.fill { object-fit: cover; }

/* fadein */
.fadein { opacity : 0; transform: translateY(0); transition: all 2s; }
@keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } }
@-webkit-keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } }

/* youtube */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

/* wrapper */
#wrapper { min-width: 1000px; max-width:1680px; width:80%; margin:10em auto 0 auto; text-align: left; }

/* header */
#header { position: relative; }
#header .sec .box { line-height: 1; }
#header .tuad_logo { position: absolute; right:0; bottom:5em; width:10%; }

/* footer */
#footer .sec .box { line-height: 1; }

/* main */
#main h2 { font-size: 3em; font-weight: 500; background-color:#f2ddd7; }
#main h3 { font-size: 4em; font-weight: 500; background-color:#f2ddd7; }
#main h4 { font-size: 4em; font-weight: 500; background-color:#f2ddd7; }
#main .l4 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; border-left:solid 0.25rem #0068b7; }
#main .l4 div { width:50%; border-right:solid 0.25rem #0068b7; border-bottom:solid 0.25rem #0068b7; }

/* style */
.sec { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.sec .box { display: inline; background-color: #fff; border:solid 0.25rem #0068b7; padding:0.6rem 0.8rem; font-size: 1.6em; line-height: 1.4; margin:-0.25rem 0 0 0; }
.sec .box.main_title { width:60%; line-height:1; }
.sec .box.en_title_1 { width:60%; line-height:1; }
.sec .box.en_title_2 { width:50%; line-height:1; }
.sec .box.title { width:100%; padding:1.25rem 1.75rem; line-height:0; }
.sec .box.no_tb { border-top:none; padding-top:0; }
.sec .box.no_bb { border-bottom:none; z-index: 777; padding-bottom:0; }
.sec .box.no_pd { padding:0; }
.sec .box.ph_half { width:60%; }
.sec .box.place { font-size: 2.5em; line-height: 1; }
.sec .box.message { font-size: 2.7em; line-height: 1.2; }
.sec .box.profile { font-size: 1.6em; border-top:none; padding:0 1rem 0.6rem 1rem; }
.sec .box.lead { font-size: 2em; line-height: 1.2; }
.sec .box.cap { font-size: 1em; line-height: 1; }

.box.dlc { font-size: 1.2em; line-height: 1; letter-spacing: 0.05em; background-color: #fff; position: fixed; overflow: visible; cursor: pointer; top: 0; right: 4em; z-index: 999; border-left:solid 0.25rem #0068b7; border-bottom:solid 0.25rem #0068b7; border-right: none; padding:0.6rem 0.8rem; }
.box.dlc a { color: #0068b7; }

/* tablet */
@media screen and (max-width: 1024px) {
#wrapper { min-width: 0; width:90%; margin:7em auto 0 auto; text-align: left; }
.sec .box.main_title { width:70%; }
.sec .box.en_title_1 { width:80%; }
.sec .box.en_title_2 { width:70%; }
}

/* sp */
@media screen and (max-width: 600px) {
body { font-size: 8px; }

/* options */
.pc { display:none; }
.sp { display:block; }
.pcbr { display:inline; }
.spbr { display:block; }
.pc_inline { display:none; }
.sp_inline { display:inline; }

/* wrapper */
#wrapper { min-width: 0; width:92%; margin:8em auto 0 auto; text-align: left; }

/* header */
#header { position: relative; }
#header .sec .box { font-size: 1.2em; line-height: 1; }
#header .tuad_logo { position: absolute; right:0; bottom:0; width:15%; }

/* footer */
#footer .sec .box { font-size: 1.2em; line-height: 1; }
#footer .sec .box.cap { font-size: 0.8em; line-height: 1; }

/* main */
#main h2 { font-size: 2.2em; font-weight: 500; background-color:#f2ddd7; }
#main h3 { font-size: 2.5em; font-weight: 500; background-color:#f2ddd7; }
#main h4 { font-size: 2em; font-weight: 500; background-color:#f2ddd7; }
#main .l4 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; border-left:solid 0.15rem #0068b7; }
#main .l4 div { width:50%; border-right:solid 0.15rem #0068b7; border-bottom:solid 0.15rem #0068b7; }

/* style */
.sec { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.sec .box { display: inline; background-color: #fff; border:solid 0.15rem #0068b7; padding:0.2rem 0.2rem; font-size: 1.6em; line-height: 1.4; margin:-0.15rem 0 0 0; }
.sec .box.main_title { width:70%; }
.sec .box.en_title_1 { width:80%; }
.sec .box.en_title_2 { width:70%; }
.sec .box.title { width:100%; padding:0.3rem 0.6rem; }
.sec .box.no_tb { border-top:none; padding-top:0; }
.sec .box.no_bb { border-bottom:none; z-index: 777; padding-bottom:0; }
.sec .box.no_pd { padding:0; }
.sec .box.ph_half { width:60%; }
.sec .box.place { font-size: 2.2em; line-height: 1; }
.sec .box.message { font-size: 2.2em; line-height: 1.2; }
.sec .box.profile { font-size: 1.4em; border-top:none; padding:0 0.3rem 0.2rem 0.3rem; }
.sec .box.lead { font-size: 2em; line-height: 1.2; }
.sec .box.cap { font-size: 0.8em; line-height: 1; }

.box.dlc { font-size: 1.5em; line-height: 1; letter-spacing: 0.05em;  background-color: #fff; position: fixed; overflow: visible; cursor: pointer; top: 0; right: 3.2em; z-index: 999; border-left:solid 0.15rem #0068b7; border-bottom:solid 0.15rem #0068b7; border-right: none; padding:0.3rem 0.4rem; }
.box.dlc a { color: #0068b7; }

}
@media screen and (max-width: 374px) {
body { font-size: 7px; }
}
@media screen and (min-width: 601px) and (max-width: 1280px) {
body { font-size: 11px; }
}
@media screen and (min-width: 1281px) and (max-width: 1300px) {
body { font-size: 12.18px; }
}
@media screen and (min-width: 1301px) and (max-width: 1325px) {
body { font-size: 12.36px; }
}
@media screen and (min-width: 1326px) and (max-width: 1350px) {
body { font-size: 12.54px; }
}
@media screen and (min-width: 1351px) and (max-width: 1375px) {
body { font-size: 12.72px; }
}
@media screen and (min-width: 1376px) and (max-width: 1400px) {
body { font-size: 12.9px; }
}
@media screen and (min-width: 1401px) and (max-width: 1425px) {
body { font-size: 13.08px; }
}
@media screen and (min-width: 1426px) and (max-width: 1450px) {
body { font-size: 13.26px; }
}
@media screen and (min-width: 1451px) and (max-width: 1475px) {
body { font-size: 13.44px; }
}
@media screen and (min-width: 1476px) and (max-width: 1500px) {
body { font-size: 13.62px; }
}
@media screen and (min-width: 1501px) and (max-width: 1525px) {
body { font-size: 13.8px; }
}
@media screen and (min-width: 1526px) and (max-width: 1550px) {
body { font-size: 13.98px; }
}
@media screen and (min-width: 1551px) and (max-width: 1575px) {
body { font-size: 14.16px; }
}
@media screen and (min-width: 1576px) and (max-width: 1600px) {
body { font-size: 14.34px; }
}
@media screen and (min-width: 1601px) and (max-width: 1625px) {
body { font-size: 14.52px; }
}
@media screen and (min-width: 1626px) and (max-width: 1650px) {
body { font-size: 14.7px; }
}
@media screen and (min-width: 1651px) and (max-width: 1675px) {
body { font-size: 14.88px; }
}
@media screen and (min-width: 1676px) and (max-width: 1700px) {
body { font-size: 15px; }
}
